| 1234567891011121314151617181920212223242526272829303132333435363738394041 |
- @charset "UTF-8";
- /* 水平间距 */
- /* 水平间距 */
- .progress_box.data-v-29bc2478 {
- position: relative;
- width: 100%;
- height: 100%;
- display: flex;
- align-items: center;
- justify-content: center;
- text-align: center;
- }
- .progress_box .progress_bg.data-v-29bc2478 {
- position: absolute;
- width: 100%;
- height: 100%;
- }
- .progress_box .progress_bar.data-v-29bc2478 {
- position: absolute;
- width: 100%;
- height: 100%;
- }
- .progress_box .progress_txt.data-v-29bc2478 {
- position: absolute;
- padding-right: 20rpx;
- }
- .progress_box .progress_txt .progress_info.data-v-29bc2478 {
- letter-spacing: 2rpx;
- font-size: 36rpx;
- }
- .progress_box .progress_txt text.data-v-29bc2478 {
- font-size: 22rpx;
- color: #A6A6A6;
- }
- /* .progress_dot {
- width: 16upx;
- height: 16upx;
- border-radius: 50%;
- background-color: #fb9126;
- } */
|