page{ background: #f5f5f5; } .top{ width: 690rpx; background: #fff; margin: 0 auto; margin-top: 20rpx; padding: 20rpx 0rpx 40rpx 0rpx; border-radius: 10rpx; } .top-line{ height: 60rpx; line-height: 60rpx; display: flex; margin-top: 20rpx; padding: 0rpx 56rpx; } .top-name{ width: 160rpx; height: 60rpx; display: flex; justify-content: flex-end; align-items: center; font-size: 30rpx; color: #333; } .top-content{ height: 60rpx; line-height: 60rpx; } .data{ display: flex; align-items: center; justify-content: space-between; width: 320rpx; border:1rpx solid #999; border-radius: 10rpx; height: 60rpx; padding: 0rpx 50rpx 0rpx 30rpx; } .data-icon{ width: 30rpx; height: 30rpx; } .jiantou{ width: 26rpx; height: 14rpx; } .data-title{ display: flex; height: 60rpx; align-items: center; } .data-text{ font-size: 30rpx; color:#333; margin-left: 30rpx; } .charts{ width: 690rpx; margin: 0 auto; border-radius: 10rpx; margin-top: 20rpx; background: #fff; display: flex; } .container { height: 100%; display: flex; flex-direction: column; box-sizing: border-box; -webkit-text-size-adjust:none; -webkit-user-select: none; font-size: 35rpx; color: #333; font-family: Helvetica,Arial,"Helvetica Neue","Droid Sans","Microsoft YaHei",sans-serif; } .canvas { width: 56%; height: 200px; } .charts-right{ display: flex; flex-direction: column; align-items: center; justify-content: space-around; height: 300rpx; padding: 60rpx 0rpx; } .charts-line{ display: flex; align-items: center; height: 30rpx; font-size: 30rpx; color:#333; } .charts-icon{ width: 16rpx; height: 16rpx; border-radius: 6rpx; } .charts-icon1{ background: #6282f4; } .charts-icon2{ background: #ed5c68; } .charts-icon3{ background: #89c997; } .charts-icon4{ background: #f29b76; } .charts-data{ margin-left: 8rpx; } .bottom{ width: 690rpx; margin: 0 auto; background: #fff; border-radius: 0rpx 0rpx 10rpx 10rpx; } .bottom-view{ width: 580rpx; margin: 0 auto; display: flex; justify-content: space-between; padding: 40rpx 0rpx 56rpx 0rpx; border-top: 1rpx dashed #e5e5e5; } .bottom-line{ display: flex; } .bottom-bigback{ width: 180rpx; height: 140rpx; border-radius: 40%; display: flex; justify-content: center; align-items: center; } .bottom-smllback{ width: 146rpx; height: 114rpx; border-radius: 48%; display: flex; justify-content: center; align-items: center; } .bottom-smllback text{ font-size: 40rpx; color:#fff; } .bottom-bigback1{ background-image: linear-gradient(to right, #f08790 , #ed626d); } .bottom-smllback1{ background-image: linear-gradient(to right, #f09098 , #ed757f); } .bottom-bigback2{ background-image: linear-gradient(to right, #f9ba9f , #f39b76); } .bottom-smllback2{ background-image: linear-gradient(to right, #f7bea4 , #f1a686); } .bottom-bigback3{ background-image: linear-gradient(to right, #8aa1f7 , #6a88f4); } .bottom-smllback3{ background-image: linear-gradient(to right, #8fa5f5 , #7893f3); } .bottom-title{ text-align: center; font-size: 24rpx; color:#333; margin-top: 10rpx; }