Authored by ccbikai

搜索页输入框缩进

1 .search-page { 1 .search-page {
2 .search-input { 2 .search-input {
3 position: relative; 3 position: relative;
4 - padding: 7px 46px 7px 15px; 4 + padding: 7px 98px 7px 15px;
5 background: #f8f8f8; 5 background: #f8f8f8;
6 6
7 .search-icon { 7 .search-icon {
@@ -16,7 +16,7 @@ @@ -16,7 +16,7 @@
16 height: 30px; 16 height: 30px;
17 width: 100%; 17 width: 100%;
18 border-radius: 15px; 18 border-radius: 15px;
19 - text-indent: 26px; 19 + padding: 0 26px;
20 background: #fff; 20 background: #fff;
21 border: none; 21 border: none;
22 } 22 }