duidui_mini_program/pages/singledouble/singledouble.wxss
2026-03-27 10:41:46 +08:00

22 lines
341 B
Plaintext

.content{
margin-bottom: 50rpx;
}
.title{
font-size: 40rpx;
font-weight: bold;
}
.item > view{
color: #666666;
font-size: 24.8rpx;
background: #EEEEEE;
padding: 11rpx 27rpx;
border-radius: 24rpx;
margin-top: 16rpx;
margin-right: 16rpx;
cursor: pointer;
}
.item .active{
color:#ffffff;
background-color: #1D80F5;
}