diff --git a/public/themes/simpleboot3/portal/index/index.html b/public/themes/simpleboot3/portal/index/index.html index abe7df2..ec49018 100644 --- a/public/themes/simpleboot3/portal/index/index.html +++ b/public/themes/simpleboot3/portal/index/index.html @@ -18,12 +18,6 @@ .in_search1 input::placeholder{ color: rgba(204, 204, 204, 1); } - /*.in_search1 form{ - display: flex; - display: -webkit-flex; - align-items: center; - -webkit-align-items: center; - }*/ </style> </head> @@ -33,12 +27,9 @@ <!-- search --> <form action="{:url('Index/search_salesman_goods')}" method="post"> <div class="in_search"> - <div class="in_search1"> - - <img src="__TMPL__/public/assets/images/1.png" alt=""> - <input type="text" name="book_name" placeholder="输入书籍名称"> - + <img src="__TMPL__/public/assets/images/1.png" alt=""> + <input type="text" name="book_name" placeholder="输入书籍名称"> </div> <div class="in_search_no">搜索</div> </div> diff --git a/public/themes/simpleboot3/portal/index/search_salesman_goods.html b/public/themes/simpleboot3/portal/index/search_salesman_goods.html index d413361..575a891 100644 --- a/public/themes/simpleboot3/portal/index/search_salesman_goods.html +++ b/public/themes/simpleboot3/portal/index/search_salesman_goods.html @@ -8,32 +8,22 @@ <title>学考无忧-搜索页</title> <link rel="stylesheet" href="__TMPL__/public/assets/css/reset.css"> <link rel="stylesheet" href="__TMPL__/public/assets/css/base.css"> - <style> - .se_input form{ - display: flex; - display: -webkit-flex; - align-items: center; - -webkit-align-items: center; - } - </style> </head> <body> <!-- search --> <div class="search_box"> <!-- 顶部搜索 --> - <div class="se_search"> + <form action="{:url('Index/search_salesman_goods')}" method="post"> + <div class="se_search"> <a href="javascript:window.history.back()"><img class="search_left" src="__TMPL__/public/assets/images/25.png" alt=""></a> - <div class="se_input"> - <form action="{:url('Index/search_salesman_goods')}" method="post"> - <img src="__TMPL__/public/assets/images/1.png" alt=""> + <img src="__TMPL__/public/assets/images/1.png" alt=""> <input type="text" name="book_name" placeholder="请输入搜索内容"> - </form> </div> <p class="se_searchNo">搜索</p> - - </div> + </div> + </form> <!-- 搜索导航 --> <div class="se_nav"> <ul>