UNPKG

xdesign-vue-next

Version:

XDesign Component for vue-next

43 lines (42 loc) 797 B
.x-rate { display: flex; align-items: center; } .x-rate .x-rate__star-top { position: absolute; width: 0; height: 100%; left: 0; top: 0; overflow: hidden; transition: all 0.2s cubic-bezier(0.38, 0, 0.24, 1); } .x-rate .x-rate__star-top, .x-rate .x-rate__star-bottom { display: grid; } .x-rate__list { display: flex; list-style: none; padding: 0; margin: 0; } .x-rate__item { position: relative; cursor: pointer; transition: all 0.2s cubic-bezier(0.38, 0, 0.24, 1); } .x-rate__item:hover { transform: scale(1.33); } .x-rate__item--half .x-rate__star-top { width: 50%; } .x-rate__item--full .x-rate__star-top { width: 100%; } .x-rate__text { color: var(--td-text-color-primary); font: var(--td-font-mark-medium); margin-left: var(--td-comp-margin-l); }