vue-star-rate
Version:
a vue star rating component for mobile
26 lines (21 loc) • 499 B
CSS
@font-face {
font-family: 'iconfont';
src: url('../fonts/iconfont.ttf?t=1500089386267') format('truetype'),
url('../fonts/iconfont.svg?t=1500089386267#iconfont') format('svg'); /* iOS 4.1- */
}
.iconfont {
font-family: 'iconfont' ;
font-size: 16px;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-off:before {
content: '\e7f1';
}
.icon-on:before {
content: '\e7f2';
}
.icon-half:before {
content: '\e7f3';
}