UNPKG

yu.css.ui

Version:

纯CSS通用UI模块和组件

25 lines (24 loc) 659 B
.yu-rate { font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, SimSun, sans-serif; height: 40px; font-size: 0; line-height: 40px; } .yu-rate > i { transition: all 0.4s ease; display: inline-block; width: 32px; height: 18px; box-sizing: border-box; font-size: 18px; color: #C0C4CC; } .yu-rate > .icon-star { color: #f8c422; transform: scale(1.1); } .yu-rate:hover { cursor: pointer; } .yu-rate > span { font-size: 14px; color: #606266; display: inline-block; } .yu-rate > input { display: none; }