作者 anyv
1 个管道 的构建 通过 耗费 0 秒

1

... ... @@ -8,6 +8,16 @@
<title>学考无忧-搜索页</title>
<link rel="stylesheet" href="__TMPL__/public/assets/css/reset.css">
<link rel="stylesheet" href="__TMPL__/public/assets/css/base.css">
<style>
.se_searchNo input{
color: white;
border: 0;
outline: none;
font-size: 0.28rem;
margin-left: 0.16rem;
background: none;
}
</style>
</head>
<body>
... ... @@ -21,7 +31,7 @@
<img src="__TMPL__/public/assets/images/1.png" alt="">
<input type="text" name="book_name" placeholder="请输入搜索内容">
</div>
<p class="se_searchNo">搜索</p>
<p class="se_searchNo"><input type="submit" placeholder="搜索"></p>
</div>
</form>
<!-- 搜索导航 -->
... ...