chocolate-progress-bar.wxss 830 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. @charset "UTF-8";
  2. /* 水平间距 */
  3. /* 水平间距 */
  4. .progress_box.data-v-29bc2478 {
  5. position: relative;
  6. width: 100%;
  7. height: 100%;
  8. display: flex;
  9. align-items: center;
  10. justify-content: center;
  11. text-align: center;
  12. }
  13. .progress_box .progress_bg.data-v-29bc2478 {
  14. position: absolute;
  15. width: 100%;
  16. height: 100%;
  17. }
  18. .progress_box .progress_bar.data-v-29bc2478 {
  19. position: absolute;
  20. width: 100%;
  21. height: 100%;
  22. }
  23. .progress_box .progress_txt.data-v-29bc2478 {
  24. position: absolute;
  25. padding-right: 20rpx;
  26. }
  27. .progress_box .progress_txt .progress_info.data-v-29bc2478 {
  28. letter-spacing: 2rpx;
  29. font-size: 36rpx;
  30. }
  31. .progress_box .progress_txt text.data-v-29bc2478 {
  32. font-size: 22rpx;
  33. color: #A6A6A6;
  34. }
  35. /* .progress_dot {
  36. width: 16upx;
  37. height: 16upx;
  38. border-radius: 50%;
  39. background-color: #fb9126;
  40. } */