UNPKG

@nutui/nutui-react-taro

Version:

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

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