/* nova-werun/pages/home/statistics/index.wxss */ .all { width: 100vw; padding-top: 20rpx; overflow-y: scroll; background: linear-gradient(to bottom, #4F9AF7, #FFFFFF); color: #015EEA; } .all .number { width: 100%; height: 150rpx; display: flex; justify-content: space-between; } .all .number .num { height: 100%; width: 255rpx; display: flex; flex-direction: column; justify-content: center; align-items: center; } .all .number .num .num-num { font-size: 50rpx; margin-bottom: 18rpx; display: flex; } .all .number .num .num-num .numtext { font-size: 30rpx; display: flex; align-items: flex-end; margin-bottom: 8rpx; margin-left: 2rpx; } .all .number .num .num-text { width: 100%; display: flex; justify-content: center; align-items: center; font-size: 28rpx; } .all .number .num .num-text image { width: 40rpx; height: 40rpx; margin-right: 6rpx; } .all .circlebox { width: 100%; height: 430rpx; display: flex; justify-content: center; align-items: center; position: relative; } .all .circlebox .runbox { width: 400rpx; height: 400rpx; border-radius: 50%; background-color: white; margin-top: 10rpx; display: flex; align-items: center; justify-content: center; } .all .circlebox .runbox .run { width: 370rpx; height: 370rpx; border-radius: 50%; background-color: #9BC5F9; display: flex; align-items: center; flex-direction: column; } .all .circlebox .runbox .run .tody-steps { width: 100%; font-size: 28rpx; display: flex; justify-content: center; margin-top: 50rpx; font-weight: 600; color: white; } .all .circlebox .runbox .run .step-num { font-size: 65rpx; font-weight: 600; margin-top: 20rpx; } .all .circlebox .runbox .run .objective { width: 100%; height: 50rpx; align-items: center; justify-content: center; display: flex; margin-top: 20rpx; } .all .circlebox .runbox .run .objective image { width: 32rpx; height: 32rpx; margin-right: 10rpx; } .all .circlebox .runbox .run .objective .ob-num { font-size: 28rpx; } .all .circlebox .runbox .run .achieve { color: gray; font-size: 28rpx; margin-top: 4rpx; } .all .circlebox .image2 { position: absolute; bottom: 20rpx; right: 45rpx; width: 50rpx; height: 50rpx; } .all .sharebox { width: 100%; height: 70rpx; display: flex; justify-content: center; margin-top: 20rpx; } .all .sharebox .share { width: 210rpx; height: 60rpx; font-size: 30rpx; display: flex; justify-content: center; align-items: center; border-radius: 30rpx; border: solid #015EEA 1px; color: #015EEA; } .all .text { width: 100%; height: 50rpx; padding-left: 40rpx; display: flex; align-items: center; margin-top: 30rpx; } .all .text .text2 { height: 50rpx; font-size: 28rpx; margin-right: 20rpx; display: flex; align-items: center; margin-right: 14rpx; } .all .text .text3 { height: 50rpx; font-size: 32rpx; margin-right: 20rpx; display: flex; align-items: center; color: white; } .all .chart { width: 100%; height: 508rpx; } .all .chart ec-canvas { width: 100%; height: 100%; } .all2 { width: 100vw; padding-top: 20rpx; padding-left: 30rpx; padding-right: 30rpx; overflow-y: scroll; background: linear-gradient(to bottom, #4F9AF7, #FFFFFF); color: #015EEA; } .all2 .card1 { width: 100%; height: 360rpx; padding: 20rpx; border: solid #015EEA 2px; border-radius: 20rpx; } .all2 .card1 .card1-title { font-size: 32rpx; display: flex; color: white; } .all2 .card1 .card1-title view { font-size: 28rpx; margin-right: 10rpx; color: #015EEA; } .all2 .card1 .card1-in { margin-top: 5rpx; font-size: 28rpx; } .all2 .card1 .card1-card { width: 100%; height: 70rpx; display: flex; align-items: flex-end; margin-top: 20rpx; margin-bottom: 20rpx; } .all2 .card1 .card1-card .card1card-number { font-size: 60rpx; } .all2 .card1 .card1-card .card1card-text { font-size: 28rpx; margin-bottom: 8rpx; margin-left: 10rpx; } .all2 .card1 .card1-card2 { width: 100%; display: flex; justify-content: space-between; margin-top: 30rpx; } .all2 .card1 .card1-card2 .card1-c2c { font-size: 34rpx; padding-left: 10rpx; padding-right: 10rpx; } .all2 .card1 .card1-card2 .card1-c2c .card1-c2ctex { display: flex; justify-content: center; align-items: center; } .all2 .card1 .card1-card2 .card1-c2c .card1-c2cnum { display: flex; justify-content: center; align-items: center; } .all2 .card1 .card1-card2 .card1-c2c:nth-child(2) { width: 300rpx; border-left: solid black 2px; border-right: solid black 2px; } .all2 .card2 { width: 100%; height: 306rpx; padding: 20rpx; padding-bottom: 0rpx; border: solid #015EEA 2px; border-radius: 20rpx; margin-top: 26rpx; } .all2 .card2 .card2-top { width: 100%; display: flex; justify-content: space-between; } .all2 .card2 .card2-top .card2-title { font-size: 32rpx; display: flex; color: white; } .all2 .card2 .card2-top .card2-title view { font-size: 28rpx; margin-right: 10rpx; color: #015EEA; } .all2 .card2 .card2-top .card2-title2 { font-size: 32rpx; margin-right: 10rpx; } .all2 .card2 .card2-bottom { width: 100%; margin-top: 40rpx; } .all2 .card2 .card2-bottom .card2-bottom1 { font-size: 28rpx; } .all2 .card2 .card2-bottom .card2-bottom2 { display: flex; align-items: flex-end; height: 70rpx; margin-top: 20rpx; } .all2 .card2 .card2-bottom .card2-bottom2 .card2-bottom2t { font-size: 60rpx; } .all2 .card2 .card2-bottom .card2-bottom2 .card2-bottom2t2 { font-size: 28rpx; margin-bottom: 8rpx; margin-left: 10rpx; } .all2 .card2 .card2-bottom .card2-bottom3 { font-size: 28rpx; margin-top: 8rpx; } .all2 .card3 { width: 100%; padding: 20rpx; padding-bottom: 0rpx; border: solid #015EEA 2px; border-radius: 20rpx; margin-top: 26rpx; } .all2 .card3 .card3-top { width: 100%; display: flex; justify-content: space-between; } .all2 .card3 .card3-top .card3-title { font-size: 32rpx; display: flex; color: white; } .all2 .card3 .card3-top .card3-title view { font-size: 28rpx; margin-right: 10rpx; color: #015EEA; } .all2 .card3 .card3-top .card3-title2 { font-size: 32rpx; margin-right: 10rpx; display: flex; } .all2 .card3 .card3-top .card3-title2 .card3-bu { width: 88rpx; height: 45rpx; font-size: 28rpx; border-radius: 20rpx; margin-left: 10rpx; border: solid #4F9AF7 2px; display: flex; justify-content: center; align-items: center; } .all2 .card3 .card3-top .card3-title2 .card3-bu2 { width: 88rpx; height: 45rpx; font-size: 28rpx; border-radius: 20rpx; margin-left: 10rpx; border: solid #4F9AF7 2px; display: flex; justify-content: center; align-items: center; background-color: #4F9AF7; color: white; } .all2 .card3 .card3-midin { width: 100%; display: flex; margin-top: 30rpx; } .all2 .card3 .card3-midin .card3-midin2 { width: 50%; display: flex; justify-content: center; align-items: center; flex-direction: column; } .all2 .card3 .card3-midin .card3-midin2 .card3-midinnum { font-size: 50rpx; } .all2 .card3 .card3-midin .card3-midin2 .card3-midintex { font-size: 30rpx; margin-top: 10rpx; } .all2 .card3 .card3-bottom { width: 100%; } .all2 .card3 .card4-bottom { width: 100%; height: auto; margin-top: 20rpx; border-radius: 15rpx; overflow: hidden; }