zhongping-miniprogram/miniprogram/components/star/star.scss

59 lines
810 B
SCSS

/* components/star/star.wxss */
.starList {
display: flex;
justify-content: center;
.starItem {
margin-right: 38rpx;
&:last-child {
margin-right: 0;
}
image {
width: 40rpx;
height: 40rpx;
}
// .cStars {
// width: 30rpx;
// height: 30rpx;
// }
// .stars {
// width: 40rpx;
// height: 40rpx;
// }
}
.cStars {
margin-right: 49rpx;
image {
width: 58rpx;
height: 58rpx;
}
}
.rStars {
margin-right: 20rpx;
image {
width: 30rpx;
height: 30rpx;
}
}
.cStars_half {
margin-right: 17rpx;
&:last-child{
margin-right: 0;
}
image{
width: 30rpx !important;
height: 30rpx !important;
}
// width: 30rpx;
// height: 30rpx;
}
}