cu-progress.wxss 201 B

1234567891011121314
  1. .cu-progress {
  2. background-color: #E5E5E5;
  3. height: 6rpx;
  4. width: 90rpx;
  5. position: relative;
  6. }
  7. .cu-progress .cu-progress-bar {
  8. height: 100%;
  9. width: 30rpx;
  10. position: absolute;
  11. left: 0;
  12. }