progressView.css 855 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. .block {
  2. width: 176rpx;
  3. height: 176rpx;
  4. border-radius: 50%;
  5. box-sizing: border-box;
  6. position: absolute;
  7. top: 50%;
  8. transition: all ease 0.8s;
  9. }
  10. .block-b{
  11. border-left: 16rpx solid #0074FF;
  12. border-top: 16rpx solid #0074FF;
  13. border-right: 16rpx solid #E1EEFF;
  14. border-bottom: 16rpx solid #E1EEFF;
  15. }
  16. .block-o{
  17. border-left: 16rpx solid #FE8E33 ;
  18. border-top: 16rpx solid #FE8E33 ;
  19. border-right: 16rpx solid #FFE5D2;
  20. border-bottom: 16rpx solid #FFE5D2;
  21. }
  22. .blockOut {
  23. width: 176rpx;
  24. height: 176rpx;
  25. position: relative;
  26. overflow: hidden;
  27. }
  28. .block.rotate1 {
  29. transform: rotate(-135deg);
  30. }
  31. .quantity {
  32. text-align: center;
  33. top: 75%;
  34. position: absolute;
  35. width: 100%;
  36. font-family: DIN;
  37. font-weight: 600;
  38. font-size: 52rpx;
  39. color: #242729;
  40. }
  41. .quantity-pop{
  42. font-family: DIN;
  43. font-weight: bold;
  44. font-size: 32rpx;
  45. color: #242729;
  46. }