123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158 |
- /* 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;
- }
- }
|