24 lines
365 B
Plaintext
24 lines
365 B
Plaintext
@import '../common/style/index.less';
|
|
|
|
.@{prefix}-rate {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: flex-start;
|
|
|
|
&__wrapper {
|
|
line-height: 1em;
|
|
display: inline-flex;
|
|
}
|
|
|
|
&__star {
|
|
line-height: 1em;
|
|
}
|
|
|
|
&__desc {
|
|
font-size: 32rpx;
|
|
color: @text-placeholder-color;
|
|
padding-left: 32rpx;
|
|
vertical-align: middle;
|
|
}
|
|
}
|