|
|
@ -60,12 +60,11 @@ img { |
|
|
.mainwrap { |
|
|
.mainwrap { |
|
|
margin-top: 90rpx; |
|
|
margin-top: 90rpx; |
|
|
padding-bottom: 5%; |
|
|
padding-bottom: 5%; |
|
|
height: calc(100% - 100rpx); |
|
|
height: calc(100% - 260rpx); |
|
|
width: 100%; |
|
|
width: 100%; |
|
|
background-image: linear-gradient(to bottom, #bac6fc, transparent 50%); |
|
|
background-image: linear-gradient(to bottom, #bac6fc, transparent 50%); |
|
|
box-sizing: content-box; |
|
|
box-sizing: content-box; |
|
|
overflow: hidden; |
|
|
overflow: hidden; |
|
|
overflow-y: auto; |
|
|
|
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.topcont { |
|
|
.topcont { |
|
|
@ -216,38 +215,33 @@ h3.contit span { |
|
|
|
|
|
|
|
|
.secbar { |
|
|
.secbar { |
|
|
position: relative; |
|
|
position: relative; |
|
|
top: 35px; |
|
|
z-index: 99; |
|
|
height: 60px; |
|
|
top: 90rpx; |
|
|
width: 100%; |
|
|
width: 100%; |
|
|
|
|
|
height: 90rpx; |
|
|
background-color: #bac6fc; |
|
|
background-color: #bac6fc; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.secbar span { |
|
|
.secbar label.back { |
|
|
position: relative; |
|
|
|
|
|
top: 10px; |
|
|
|
|
|
display: inline-block; |
|
|
display: inline-block; |
|
|
width: 30px; |
|
|
position: relative; |
|
|
height: 30px; |
|
|
top: 12rpx; |
|
|
line-height: 20em; |
|
|
|
|
|
white-space: nowrap; |
|
|
|
|
|
overflow: hidden; |
|
|
|
|
|
opacity: 0.9; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.secbar .pagetit { |
|
|
|
|
|
margin-top: -18px; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.secbar span.back { |
|
|
|
|
|
padding-left: 1.25rem; |
|
|
|
|
|
left: 4%; |
|
|
left: 4%; |
|
|
width: auto; |
|
|
padding-left: 1.25rem; |
|
|
font-size: 1.15rem; |
|
|
width: 60rpx; |
|
|
line-height: 30px; |
|
|
height: 60rpx; |
|
|
background: url(/static/images/icon_arb.png) no-repeat left center; |
|
|
background: url(/static/images/icon_arb.png) no-repeat left center; |
|
|
background-size: auto 60%; |
|
|
background-size: auto 60%; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.title { |
|
|
|
|
|
margin: -54rpx 0 50rpx; |
|
|
|
|
|
color: #333; |
|
|
|
|
|
font-size: 36rpx; |
|
|
|
|
|
font-weight: bold; |
|
|
|
|
|
text-align: center; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
.banbox_sec { |
|
|
.banbox_sec { |
|
|
position: relative; |
|
|
position: relative; |
|
|
top: -10px; |
|
|
top: -10px; |
|
|
@ -271,24 +265,24 @@ h3.contit span { |
|
|
|
|
|
|
|
|
.mainwrap2, .mainwrap3, .tabwrap { |
|
|
.mainwrap2, .mainwrap3, .tabwrap { |
|
|
position: relative; |
|
|
position: relative; |
|
|
top: 35px; |
|
|
top: 90rpx; |
|
|
padding: 10px 0; |
|
|
|
|
|
width: 100%; |
|
|
width: 100%; |
|
|
height: calc(100% - 100px); |
|
|
height: calc(100% - 200rpx); |
|
|
background-image: linear-gradient(to bottom, #bac6fc, transparent 40%); |
|
|
background-image: linear-gradient(to bottom, #bac6fc, transparent 40%); |
|
|
box-sizing: content-box; |
|
|
box-sizing: content-box; |
|
|
overflow-x: hidden; |
|
|
overflow: hidden; |
|
|
overflow-y: auto; |
|
|
|
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.mainwrap2 { |
|
|
.mainwrap3 { |
|
|
|
|
|
top: 0; |
|
|
|
|
|
height: calc(100% - 90rpx); |
|
|
overflow-y: hidden; |
|
|
overflow-y: hidden; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.tabwrap { |
|
|
.tabwrap { |
|
|
position: fixed; |
|
|
position: fixed; |
|
|
top: 110px; |
|
|
top: 220rpx; |
|
|
height: calc(100% - 140px); |
|
|
height: calc(100% - 300rpx); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.subsearch { |
|
|
.subsearch { |
|
|
|