UNPKG

fezui

Version:

FEZUI 是一套基于 Vue 的支持多终端的开源UI交互组件库,致力于积木式的快速构建项目,提升产品体验和开发效率、降低开发和维护成本。

72 lines (64 loc) 1.54 kB
@rate-prefix-cls: ~"@{css-prefix}rate"; .@{rate-prefix-cls} { display: inline-block; margin: 0; padding: 0; font-size: 20px; vertical-align: middle; font-weight: normal; font-style: normal; &-disabled &-star { &:before, &-content:before { cursor: default; } &:hover { transform: scale(1); } } &-star { display: inline-block; margin: 0; padding: 0; margin-right: 8px; position: relative; font-family: 'Ionicons'; transition: all 0.3s ease; &:hover { transform: scale(1.1); } &:before, &-content:before { color: #e9e9e9; cursor: pointer; content: "\F4B3"; transition: all @transition-time @ease-in-out; display: block; } &-content { position: absolute; left: 0; top: 0; width: 50%; height: 100%; overflow: hidden; &:before { color: transparent; } } &-half &-content:before, &-full:before { color: @rate-star-color; } &-half:hover &-content:before, &-full:hover:before { color: tint(@rate-star-color, 20%); } } &-text { margin-left: 8px; vertical-align: middle; display: inline-block; font-size: @font-size-small; } }