104 lines
1.9 KiB
Plaintext
104 lines
1.9 KiB
Plaintext
/* template/aboutRelease/aboutRelease.wxss */
|
|
@import '/app.wxss';
|
|
|
|
.pop {
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
height: 100vh;
|
|
width: 100vh;
|
|
background-color: rgba(0, 0, 0, 0.717647058823529);
|
|
z-index: 1111;
|
|
align-items: flex-end;
|
|
}
|
|
|
|
.pop-box {
|
|
border-radius: 60rpx 60rpx 0 0;
|
|
padding-top: 48rpx;
|
|
background-color: #ffffff;
|
|
width: 750rpx;
|
|
}
|
|
|
|
.pop-header {
|
|
font-size: 42rpx;
|
|
font-weight: 650;
|
|
color: #000000;
|
|
}
|
|
|
|
.nav {
|
|
justify-content: space-between;
|
|
padding: 0 27rpx;
|
|
margin-top: 58.5rpx;
|
|
}
|
|
|
|
.nav-item {
|
|
background-color: rgba(246, 246, 246, 1);
|
|
width: 189rpx;
|
|
height: 60rpx;
|
|
border-radius: 24rpx;
|
|
text-align: center;
|
|
font-size: 27rpx;
|
|
color: #7f7f7f;
|
|
}
|
|
|
|
.nav-item.pitch {
|
|
background-color: rgba(98, 177, 255, 1);
|
|
color: #ffffff;
|
|
|
|
}
|
|
|
|
.rules-box {
|
|
margin: 45rpx auto 0;
|
|
width: 702rpx;
|
|
border-radius: 24rpx;
|
|
background-color: rgba(246, 246, 246, 1);
|
|
padding: 8.5rpx 0;
|
|
margin-bottom: 50rpx;
|
|
/* min-height: 372rpx; */
|
|
|
|
}
|
|
|
|
.rules-item .rules-icon-box {
|
|
width: 12rpx;
|
|
height: 12rpx;
|
|
margin-right: 18rpx;
|
|
margin-top: 46rpx;
|
|
background-color: rgb(80, 227, 194);
|
|
border-radius: 50%;
|
|
line-height: 37.5rpx;
|
|
}
|
|
|
|
.rules-item {
|
|
font-size: #555555;
|
|
color: #555555;
|
|
font-size: 24rpx;
|
|
line-height: 42rpx;
|
|
padding: 0 18rpx;
|
|
}
|
|
|
|
.rules-item .rules-content {
|
|
padding: 31.5rpx 0;
|
|
}
|
|
|
|
.rules-item:not(:last-of-type) .rules-content {
|
|
border-bottom: 1rpx dashed #ebebeb;
|
|
}
|
|
|
|
.operation {
|
|
height: 186rpx;
|
|
justify-content: space-between;
|
|
border-top: 1rpx solid #ebebeb;
|
|
padding: 0 30rpx;
|
|
}
|
|
|
|
.operation-item {
|
|
width: 360rpx;
|
|
height: 96rpx;
|
|
line-height: 96rpx;
|
|
text-align: center;
|
|
color: #000;
|
|
font-size: 36rpx;
|
|
border: 1rpx solid rgba(215, 215, 215, 1);
|
|
border-radius: 82.5rpx;
|
|
margin: 0 auto;
|
|
} |