You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

22 lines
288 B

.cl-rate {
display: inline-flex;
align-items: center;
&__icon {
position: relative;
margin-right: 10rpx;
color: $cl-color-primary;
}
&__icon-active {
position: absolute;
top: 0;
left: 0;
overflow: hidden;
}
&__text {
font-size: 26rpx;
margin-left: 10rpx;
}
}