mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
27 lines
475 B
Plaintext
27 lines
475 B
Plaintext
@import '../common/style/var.less';
|
|
@import '../common/style/theme.less';
|
|
|
|
.van-rate {
|
|
display: inline-flex;
|
|
user-select: none;
|
|
|
|
&__item {
|
|
position: relative;
|
|
.theme(padding, '0 @rate-horizontal-padding');
|
|
}
|
|
|
|
&__icon {
|
|
display: block;
|
|
height: 1em;
|
|
.theme(font-size, '@rate-icon-size');
|
|
|
|
&--half {
|
|
position: absolute;
|
|
top: 0;
|
|
width: 0.5em;
|
|
overflow: hidden;
|
|
.theme(left, '@rate-horizontal-padding');
|
|
}
|
|
}
|
|
}
|