From 18259d2b08f83a4a0926bde688b5ecced0e3fd25 Mon Sep 17 00:00:00 2001
From: anyv <anyu@bronet.cn>
Date: Sat, 1 Jun 2019 15:34:35 +0800
Subject: [PATCH] 1

---
 public/themes/simpleboot3/portal/index/index.html                 | 12 ++++++++++--
 public/themes/simpleboot3/portal/index/search_salesman_goods.html |  8 ++++++++
 2 files changed, 18 insertions(+), 2 deletions(-)

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>
--
libgit2 0.24.0