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