bitcooo
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.
 
 
 
 

69 lines
1.1 KiB

.navbg{
position: sticky !important;
top: 90rpx !important;
background-color: #FAFAFA !important;
background: #fafafa;
}
.main{
margin-top: 80rpx;
padding: 0 32rpx;
padding-bottom: 100rpx;
}
/deep/ .u-collapse-head{
height: 466rpx;
background-color: #F8F8FF;
}
.item{
width: 100%;
padding: 0 32rpx;
padding-top: 32rpx;
/* padding-bottom: 32rpx; */
background-color: #F8F8FF;
border-bottom: 2rpx solid #EFF1F2;
position: relative;
}
.item:last-child{
border-bottom: none;
}
.item .num{
font-size: 32rpx;
font-weight: bold;
color: #9D96A8;
}
.btx{
font-size: 24rpx;
font-weight: 700;
line-height: 62rpx;
width: 90%;
}
.teximg{
width: 48rpx;
height: 48rpx;
position: absolute;
right: 32rpx;
top: 38rpx;
}
.bg{
background-color: #EBEAFF;
}
.item.on .div {
height: auto;
opacity: 1;
padding-bottom: 26rpx;
font-size: 26rpx;
color: #5A5365;
margin-top: 32rpx;
}
.item .div {
width: 100%;
height: 0;
opacity: 0;
overflow: hidden;
transition: all .5s;
font-size: 26rpx;
color: #5A5365;
margin-top: 32rpx;
line-height: 62rpx;
}