订单评价, WIP
This commit is contained in:
31
pages/rate/rate.wxss
Normal file
31
pages/rate/rate.wxss
Normal file
@ -0,0 +1,31 @@
|
||||
/* 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
|
||||
}
|
Reference in New Issue
Block a user