/* 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 }