dk-progress.wxss 242 B

1234567891011121314
  1. .out-view{
  2. display: flex;
  3. justify-content: flex-end;
  4. }
  5. .out-view>view:nth-child(n){
  6. height: 21rpx;
  7. width: 10rpx;
  8. background: #AFBED9;
  9. border-radius: 2rpx;
  10. overflow: hidden;
  11. }
  12. .out-view>view:nth-child(n+2){
  13. margin-left: 2rpx;
  14. }