/* nova-werun/pages/home/statistics/index.wxss */ .all{ width: 100vw; padding-top: 20rpx; .number{ width: 100%; height: 150rpx; display: flex; justify-content: space-between; .num{ height: 100%; width: 255rpx; display: flex; flex-direction: column; justify-content: center; align-items: center; .num-num{ font-size: 50rpx; margin-bottom: 18rpx; display: flex; .numtext{ font-size: 30rpx; display: flex; align-items: flex-end; margin-bottom: 8rpx; margin-left: 2rpx; } } .num-text{ width: 100%; display: flex; justify-content: center; align-items: center; font-size: 28rpx; image{ width: 40rpx; height: 40rpx; margin-right: 6rpx; } } } } .circlebox{ width: 100%; height: 430rpx; display: flex; justify-content: center; align-items: center; position: relative; .runbox{ width: 400rpx; height: 400rpx; border-radius: 50%; border: solid black 5rpx; margin-top: 10rpx; display: flex; align-items: center; justify-content: center; .run{ width: 370rpx; height: 370rpx; border-radius: 50%; border: solid black 5rpx; display: flex; align-items: center; flex-direction: column; .tody-steps{ width: 100%; font-size: 28rpx; display: flex; justify-content: center; margin-top: 50rpx; font-weight: 600; } .step-num{ font-size: 65rpx; font-weight: 600; margin-top: 20rpx; } .objective{ width: 100%; height: 50rpx; align-items: center; justify-content: center; display: flex; margin-top: 20rpx; image{ width: 32rpx; height: 32rpx; margin-right: 10rpx; } .ob-num{ font-size: 28rpx; } } .achieve{ color: gray; font-size: 28rpx; margin-top: 4rpx; } } } .image2{ position: absolute; bottom: 20rpx; right: 45rpx; width: 50rpx; height: 50rpx; } } .sharebox{ width: 100%; height: 70rpx; display: flex; justify-content: center; margin-top: 20rpx; .share{ width: 200rpx; height: 60rpx; font-size: 30rpx; display: flex; justify-content: center; align-items: center; border-radius: 30rpx; border: solid black 1px; } } .text{ width: 100%; height: 50rpx; padding-left: 40rpx; display: flex; align-items: center; margin-top: 30rpx; .text2{ height: 50rpx; font-size: 28rpx; margin-right: 20rpx; display: flex; align-items: center; margin-right: 14rpx; } .text3{ height: 50rpx; font-size: 32rpx; margin-right: 20rpx; display: flex; align-items: center; } } .chart{ width: 100%; height: 508rpx; background-color: aqua; } }