Authored by 郭成尧

'资讯头部调整'

... ... @@ -33,14 +33,14 @@
right: 0;
left: 0;
z-index: 210;
padding-top: 60px;
padding-top: 5px;
padding-left: 30px;
padding-right: 30px;
width: 100%;
height: 120px;
height: 80px;
line-height: 60px;
font-size: 48px;
background-color: transparent;
background-color: #fff;
.icon,
.header-title {
vertical-align: middle;
... ... @@ -66,7 +66,17 @@
}
.header-gap {
height: 120px;
height: 40px;
background-color: #fff;
}
.app.ios {
.header {
padding-top: 55px;
}
.header-gap {
height: 120px;
}
}
</style>
... ...
... ... @@ -56,7 +56,7 @@
padding: 55px 20px 10px;
}
.ios {
.app.ios {
.top-box {
top: 40px;
}
... ...