style:样式
Showing
3 changed files
with
10 additions
and
2 deletions
... | @@ -107,7 +107,15 @@ div.top-logo .top_logo_search { | ... | @@ -107,7 +107,15 @@ div.top-logo .top_logo_search { |
107 | } | 107 | } |
108 | div.top-logo .top_logo_search input { | 108 | div.top-logo .top_logo_search input { |
109 | border-radius: 50px; | 109 | border-radius: 50px; |
110 | border: 2px solid #CBCBCB; | 110 | border: 1.5px solid #CBCBCB; |
111 | padding-left: 15px; | ||
112 | } | ||
113 | .search_img { | ||
114 | width: 13px; | ||
115 | height: 13px; | ||
116 | position: absolute; | ||
117 | top: 11px; | ||
118 | right: 19px; | ||
111 | } | 119 | } |
112 | div.top-logo .login { | 120 | div.top-logo .login { |
113 | float: right; | 121 | float: right; | ... | ... |
staticImages/search.png
0 → 100644
1.17 KB
... | @@ -26,7 +26,7 @@ document.writeln(""); | ... | @@ -26,7 +26,7 @@ document.writeln(""); |
26 | document.writeln(" <div class=\'top_logo_search\'>"); | 26 | document.writeln(" <div class=\'top_logo_search\'>"); |
27 | document.writeln(" <input type=\'text\' name=\'title\' required lay-verify=\'required\' placeholder=\'请输入关键字搜索\' autocomplete=\'off\'"); | 27 | document.writeln(" <input type=\'text\' name=\'title\' required lay-verify=\'required\' placeholder=\'请输入关键字搜索\' autocomplete=\'off\'"); |
28 | document.writeln(" class=\'layui-input\'>"); | 28 | document.writeln(" class=\'layui-input\'>"); |
29 | document.writeln(" <i class=\'layui-icon layui-icon-search\' style=\'font-size: 14px;\'></i>"); | 29 | document.writeln(" <img class=\'search_img\' src=\'"+localhostPaht+"/staticImages/search.png\'>"); |
30 | document.writeln(" </div>"); | 30 | document.writeln(" </div>"); |
31 | document.writeln(""); | 31 | document.writeln(""); |
32 | document.writeln(" <ul class=\'login\'>"); | 32 | document.writeln(" <ul class=\'login\'>"); | ... | ... |
-
Please register or sign in to post a comment