Showing
1 changed file
with
10 additions
and
6 deletions
@@ -10,10 +10,12 @@ | @@ -10,10 +10,12 @@ | ||
10 | top: 0; | 10 | top: 0; |
11 | left: 0; | 11 | left: 0; |
12 | width: 100%; | 12 | width: 100%; |
13 | + height: 90px; | ||
14 | + line-height: 90px; | ||
13 | z-index: 2; | 15 | z-index: 2; |
14 | - opacity: 0.9; | 16 | + background: rgba(0, 0, 0, 0.6); |
15 | } | 17 | } |
16 | - | 18 | + |
17 | .iconfont { | 19 | .iconfont { |
18 | color: #fff; | 20 | color: #fff; |
19 | } | 21 | } |
@@ -24,7 +26,9 @@ | @@ -24,7 +26,9 @@ | ||
24 | top: 0; | 26 | top: 0; |
25 | bottom: 0; | 27 | bottom: 0; |
26 | z-index: 2; | 28 | z-index: 2; |
27 | - padding: 0 32px; | 29 | + width: 40px; |
30 | + margin: 0 30px; | ||
31 | + text-align: center; | ||
28 | } | 32 | } |
29 | 33 | ||
30 | .logo { | 34 | .logo { |
@@ -58,11 +62,11 @@ | @@ -58,11 +62,11 @@ | ||
58 | } | 62 | } |
59 | 63 | ||
60 | .search-input { | 64 | .search-input { |
61 | - margin-left: 97px; | 65 | + margin-left: 100px; |
62 | margin-top: 18px; | 66 | margin-top: 18px; |
63 | - width: 490px; | 67 | + width: 510px; |
64 | height: 56px; | 68 | height: 56px; |
65 | - background: #f8f8f8; | 69 | + background: #fff; |
66 | border-radius: 10px; | 70 | border-radius: 10px; |
67 | 71 | ||
68 | .search-icon { | 72 | .search-icon { |
-
Please register or login to post a comment