Files
sphc/pages/rate/rate.wxss
2024-05-11 17:21:15 +08:00

31 lines
443 B
Plaintext

/* pages/rate/rate.wxss */
.star-rate {
display: flex;
align-items: center;
}
.star-rate .stars {
display: flex;
margin-left: 16rpx;
}
.star-rate .title {
font-size: 36rpx;
}
.star-rate .stars .star {
width: 48rpx;
height: 48rpx;
}
.star-rate .stars .star:not(:first-of-type) {
margin-left: 12rpx;
}
.rate-description {
margin-top: 48rpx;
border: 1px solid rgb(209 213 219);
border-radius: 12rpx;
padding: 16rpx
}