...
|
...
|
@@ -36,7 +36,7 @@ |
|
|
right: 0;
|
|
|
left: 0;
|
|
|
z-index: 210;
|
|
|
padding: 20px 30px 10px;
|
|
|
padding: 20px 30px;
|
|
|
height: 70px;
|
|
|
max-width: 750px;
|
|
|
margin-left: auto;
|
...
|
...
|
@@ -44,6 +44,7 @@ |
|
|
line-height: 70px;
|
|
|
font-size: 48px;
|
|
|
background-color: #fff;
|
|
|
|
|
|
.icon,
|
|
|
.header-title {
|
|
|
vertical-align: middle;
|
...
|
...
|
@@ -66,6 +67,7 @@ |
|
|
|
|
|
.header-right {
|
|
|
float: right;
|
|
|
|
|
|
.icon {
|
|
|
margin-left: 30px;
|
|
|
}
|
...
|
...
|
@@ -80,6 +82,7 @@ |
|
|
.header {
|
|
|
padding-top: 60px;
|
|
|
}
|
|
|
|
|
|
.header-gap {
|
|
|
height: calc(70 + 60 + 10)px;
|
|
|
}
|
...
|
...
|
|