You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
564 B
37 lines
564 B
.main{
|
|
margin-top: 40rpx;
|
|
padding: 0 32rpx;
|
|
}
|
|
/deep/ .u-collapse-head{
|
|
height: 466rpx;
|
|
background-color: #F8F8FF;
|
|
}
|
|
.item{
|
|
width: 100%;
|
|
padding: 0 32rpx;
|
|
padding-top: 64rpx;
|
|
padding-bottom: 64rpx;
|
|
background-color: #F8F8FF;
|
|
border-bottom: 2rpx solid #EFF1F2;
|
|
position: relative;
|
|
}
|
|
.item:last-child{
|
|
border-bottom: none;
|
|
}
|
|
.item .num{
|
|
font-size: 64rpx;
|
|
font-weight: bold;
|
|
color: #9D96A8;
|
|
}
|
|
.btx{
|
|
font-size: 40rpx;
|
|
font-weight: 700;
|
|
margin-top: 44rpx;
|
|
}
|
|
.teximg{
|
|
width: 64rpx;
|
|
height: 64rpx;
|
|
position: absolute;
|
|
right: 32rpx;
|
|
top: 160rpx;
|
|
}
|