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.

61 lines
952 B

page {
padding-top: 210rpx;
}
.box {
margin-top: 16rpx;
padding: 20rpx 30rpx;
background: #FFFFFF;
}
.boxContent {
display: flex;
justify-content: flex-start;
flex-wrap: wrap;
padding-left: 10rpx;
}
.boxItem {
display: flex;
justify-content: space-between;
align-items: center;
background: rgba(102, 102, 102, 0.10);
border-radius: 4rpx;
padding: 12rpx 21rpx;
box-sizing: border-box;
width: 208rpx;
margin-right: 20rpx;
margin-top: 20rpx;
}
.icon_peihu {
width: 40rpx;
height: 37rpx;
}
.boxItemLeft {
display: flex;
flex-direction: column;
justify-content: center;
}
.icon_peihu_text {
font-family: PingFangSC-Regular;
font-size: 20rpx;
color: #999999;
}
.boxItemRightText {
font-family: PingFangSC-Regular;
font-size: 28rpx;
color: #999999;
}
.boxItemOn {
background: rgba(13, 201, 158, 0.10);
}
.boxItemOn .boxItemRightText {
color: #333333;
text-align: center;
}
.boxItemOn .icon_peihu_text {
color: #0DC99E;
}