circle.wxss 718 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. /* 水平间距 */
  2. /* 水平间距 */
  3. .circle-progress-bar.data-v-2577f78a {
  4. position: relative;
  5. }
  6. .circle.data-v-2577f78a,
  7. .bg.data-v-2577f78a,
  8. .border-back.data-v-2577f78a {
  9. height: 100%;
  10. width: 100%;
  11. border-radius: 50%;
  12. position: absolute;
  13. box-sizing: border-box;
  14. }
  15. .circle.data-v-2577f78a {
  16. z-index: 1;
  17. }
  18. .border-back.data-v-2577f78a {
  19. height: calc(100% - 1px);
  20. width: calc(100% - 1px);
  21. left: 50%;
  22. top: 50%;
  23. transform: translate(-50%, -50%);
  24. }
  25. .point.data-v-2577f78a {
  26. position: absolute;
  27. border-radius: 50%;
  28. z-index: 1;
  29. }
  30. .center.data-v-2577f78a {
  31. position: absolute;
  32. left: 50%;
  33. top: 50%;
  34. transform: translate(-50%, -50%);
  35. z-index: 2;
  36. font-size: 12px;
  37. color: #858585;
  38. }