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

1

... ... @@ -31,7 +31,7 @@
<img src="__TMPL__/public/assets/images/1.png" alt="">
<input type="text" name="book_name" placeholder="输入书籍名称">
</div>
<button type="submit"> <div class="in_search_no">搜索</div></button>
<div class="in_search_no"><button type="submit">搜索</button></div>
</div>
</form>
<!-- banner -->
... ...
... ... @@ -70,6 +70,14 @@ body {
font-size: 0.28rem;
margin-left: 0.16rem;
}
.in_search_no button{
color: white;
border: 0;
outline: none;
font-size: 0.28rem;
margin-left: 0.16rem;
background-color: white;
}
/* nav */
... ...