星油积分商城
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.
 
 
 
 

34 lines
699 B

.periodPrice_body {
width: 100vw;
height: 100vh;
overflow: hidden;
box-sizing: border-box;
padding: 0 30rpx;
::-webkit-scrollbar {width: 0;height: 0;background-color: transparent;}
.periodPrice_item {
// height: 154rpx;
width: 100%;
border-bottom: solid 1px #ededed;
padding: 46rpx 0;
box-sizing: border-box;
.blue{
color: #476FFA;
}
.periodPrice_item_bottom {
color: rgba(0, 0, 0, 0.85);
font-size: 24rpx;
}
.periodPrice_item_top {
margin-bottom: 14rpx;
.periodPrice_item_top_value {
font-weight: 600;
color: #121836;
font-size: 30rpx;
}
.periodPrice_item_top_label {
font-size: 28rpx;
color: rgba(0, 0, 0, 0.85);
}
}
}
}