2023-04-17 16:14:18 +08:00

72 lines
1.0 KiB
Plaintext

.text{
line-height: 80rpx;
}
.bold{
font-weight: bold;
}
.color-c{
color: #ccc;
}
.order{
width: 18rpx;
height: 20rpx;
margin-left:8rpx;
}
.block-back{
position: fixed;
left: 0;
top: 0;
width: 100vw;
height: 100vh;
z-index: 1005;
background: rgba(0,0,0,0.5)
}
.alert-box{
position: fixed;
left: 0;
top: 0;
width: 100vw;
height: 100vh;
z-index: 1004
}
.inner{
position: fixed;
left: 0;
bottom: 0;
width: 100vw;
background: #fff;
z-index: 1006;
-webkit-overflow-scrolling: touch;
display: block;
}
.title{
height: 100rpx;
line-height: 100rpx;
font-size: 32rpx;
color: #000;
text-align: center;
font-weight: bold;
border-bottom: 10rpx solid #f3f4f5;
}
.ul{
display: block;
max-height:910rpx;
overflow-y: scroll;
}
.li{
display: block;
text-align: center;
padding:30rpx 40rpx;
font-size: 26rpx;
color: #333333;
}
.li.active{
color: #bc302e;
}
.li:not(:first-child){
border-top: 1px solid #e8e8e8;
}