mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
28 lines
372 B
Plaintext
28 lines
372 B
Plaintext
@import '../style/var';
|
|
|
|
.van-rate {
|
|
user-select: none;
|
|
|
|
&__item {
|
|
position: relative;
|
|
display: inline-block;
|
|
|
|
&:not(:last-child) {
|
|
padding-right: @rate-icon-gutter;
|
|
}
|
|
}
|
|
|
|
&__icon {
|
|
display: block;
|
|
width: 1em;
|
|
|
|
&--half {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
width: .5em;
|
|
overflow: hidden;
|
|
}
|
|
}
|
|
}
|