UNPKG

@nutui/nutui-react

Version:

京东风格的轻量级移动端 React 组件库,支持一套代码生成 H5 和小程序

31 lines (30 loc) 833 B
/* #ifdef harmony */ /* #endif */ /* #ifndef harmony */ /* #endif */ .nut-circleprogress { position: relative; } .nut-circleprogress-hover { stroke: var(--nutui-circleprogress-primary-color, var(--nutui-color-primary)); transition: stroke-dasharray 0.2s ease-in-out 0s, stroke 0.2s ease 0s; } .nut-circleprogress-path { stroke: var(--nutui-circleprogress-path-color, var(--nutui-color-surface-1)); } .nut-circleprogress-text { position: absolute; top: 50%; left: 0; box-sizing: border-box; width: 100%; transform: translateY(-50%); text-align: center; color: var(--nutui-circleprogress-text-color, var(--nutui-color-title)); font-size: var(--nutui-circleprogress-text-size, var(--nutui-font-text-large)); } [dir=rtl] .nut-circleprogress-text, .nut-rtl .nut-circleprogress-text { left: auto; right: 0; }