...
|
...
|
@@ -10,8 +10,10 @@ |
|
|
top: 0;
|
|
|
left: 0;
|
|
|
width: 100%;
|
|
|
height: 90px;
|
|
|
line-height: 90px;
|
|
|
z-index: 2;
|
|
|
opacity: 0.9;
|
|
|
background: rgba(0, 0, 0, 0.6);
|
|
|
}
|
|
|
|
|
|
.iconfont {
|
...
|
...
|
@@ -24,7 +26,9 @@ |
|
|
top: 0;
|
|
|
bottom: 0;
|
|
|
z-index: 2;
|
|
|
padding: 0 32px;
|
|
|
width: 40px;
|
|
|
margin: 0 30px;
|
|
|
text-align: center;
|
|
|
}
|
|
|
|
|
|
.logo {
|
...
|
...
|
@@ -58,11 +62,11 @@ |
|
|
}
|
|
|
|
|
|
.search-input {
|
|
|
margin-left: 97px;
|
|
|
margin-left: 100px;
|
|
|
margin-top: 18px;
|
|
|
width: 490px;
|
|
|
width: 510px;
|
|
|
height: 56px;
|
|
|
background: #f8f8f8;
|
|
|
background: #fff;
|
|
|
border-radius: 10px;
|
|
|
|
|
|
.search-icon {
|
...
|
...
|
|