UNPKG

@jdcfe/yep-react

Version:

一套移动端的React组件库

18 lines 278 B
.Yep-progress { border-radius: 50px; height: 10px; width: 100%; background: #f5f5f5; overflow: hidden; } .Yep-progress-fixed { position: fixed; top: 0; left: 0; z-index: 999; } .Yep-progress-bar { height: 10px; border-radius: 5px; transition: width 1s; }