1234567891011121314151617181920212223242526272829303132333435363738 |
- /* 水平间距 */
- /* 水平间距 */
- .circle-progress-bar.data-v-2577f78a {
- position: relative;
- }
- .circle.data-v-2577f78a,
- .bg.data-v-2577f78a,
- .border-back.data-v-2577f78a {
- height: 100%;
- width: 100%;
- border-radius: 50%;
- position: absolute;
- box-sizing: border-box;
- }
- .circle.data-v-2577f78a {
- z-index: 1;
- }
- .border-back.data-v-2577f78a {
- height: calc(100% - 1px);
- width: calc(100% - 1px);
- left: 50%;
- top: 50%;
- transform: translate(-50%, -50%);
- }
- .point.data-v-2577f78a {
- position: absolute;
- border-radius: 50%;
- z-index: 1;
- }
- .center.data-v-2577f78a {
- position: absolute;
- left: 50%;
- top: 50%;
- transform: translate(-50%, -50%);
- z-index: 2;
- font-size: 12px;
- color: #858585;
- }
|