提交
This commit is contained in:
39
甲情_甲意/miniprogram/node_modules/antd-mini/less/Rate/index.less
generated
vendored
Normal file
39
甲情_甲意/miniprogram/node_modules/antd-mini/less/Rate/index.less
generated
vendored
Normal file
@ -0,0 +1,39 @@
|
||||
@import (reference) './variable.less';
|
||||
@import '../style/mixins/hairline.less';
|
||||
|
||||
.ant-rate {
|
||||
display: inline-flex;
|
||||
font-size: 48 * @rpx;
|
||||
user-select: none;
|
||||
|
||||
&-container {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
&-star {
|
||||
position: relative;
|
||||
margin-right: 8 * @rpx;
|
||||
line-height: 1;
|
||||
|
||||
&:last-child {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
&-icon {
|
||||
color: #eee;
|
||||
}
|
||||
|
||||
&-icon-active {
|
||||
color: @COLOR_YELLOW;
|
||||
}
|
||||
|
||||
&-icon-half-active {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
width: 50%;
|
||||
overflow: hidden;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user