diff --git a/public/themes/simpleboot3/portal/index/search_salesman_goods.html b/public/themes/simpleboot3/portal/index/search_salesman_goods.html index 575a891..6a4aeb7 100644 --- a/public/themes/simpleboot3/portal/index/search_salesman_goods.html +++ b/public/themes/simpleboot3/portal/index/search_salesman_goods.html @@ -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> <!-- 搜索导航 -->