diff --git a/public/themes/simpleboot3/portal/index/index.html b/public/themes/simpleboot3/portal/index/index.html index 4fba95f..3194b2f 100644 --- a/public/themes/simpleboot3/portal/index/index.html +++ b/public/themes/simpleboot3/portal/index/index.html @@ -18,6 +18,12 @@ .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> @@ -28,8 +34,10 @@ <div class="in_search"> <div class="in_search1"> - <img src="__TMPL__/public/assets/images/1.png" alt=""> - <input type="text" placeholder="输入书籍名称"> + <form action=""> + <img src="__TMPL__/public/assets/images/1.png" alt=""> + <input type="text" placeholder="输入书籍名称"> + </form> </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 9e48334..d413361 100644 --- a/public/themes/simpleboot3/portal/index/search_salesman_goods.html +++ b/public/themes/simpleboot3/portal/index/search_salesman_goods.html @@ -8,6 +8,14 @@ <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>