mirror of
https://github.com/weilanwl/coloruicss.git
synced 2026-03-13 11:34:02 +08:00
15 lines
202 B
Plaintext
15 lines
202 B
Plaintext
page{
|
|
background: #f5f5f5;
|
|
}
|
|
.rating-item{
|
|
display: flex;
|
|
line-height: 60rpx;
|
|
}
|
|
.rating-title,.rating-star {
|
|
padding: 0 10rpx;
|
|
}
|
|
.rating-star text{
|
|
padding: 0 10rpx;
|
|
font-size: 32rpx;
|
|
}
|