You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
1.6 KiB
19 lines
1.6 KiB
.nav{height:300rpx;width:100%;background: linear-gradient(135deg,#ffcb12, #ffa012); |
|
border-bottom-left-radius: 150rpx; border-bottom-right-radius: 150rpx;position: absolute;top:0} |
|
.nav .nav-title{height:60rpx;margin:44rpx auto;width:90%;color:#FFFFFF;font-size:34rpx;display: flex;justify-content: space-around;} |
|
.nav .nav-title .active{border-bottom:2rpx solid #fff} |
|
.circle{position: absolute;top:144rpx;width:92%;left:4%;border-radius:12rpx;overflow: hidden;margin-bottom:24rpx;} |
|
.stats{background: linear-gradient(135deg,#ff7c33, #ffbf85);color:#fff; |
|
box-shadow: 0px 8rpx 8rpx 0px rgba(216,145,92,0.06); } |
|
.stats .title{text-align: center;font-size:40rpx;padding:26rpx 0;} |
|
.stats .title text{border-bottom: 2rpx solid #fff;padding-bottom:12rpx} |
|
.stats .list{display: flex;justify-content: space-between;margin-top:12rpx;background: rgba(255,255,255,0.15);padding:0 26rpx;} |
|
.stats .list .listone {font-size:24rpx;text-align: center;padding:26rpx 0;} |
|
.stats .list .listone view:first-child{font-size:36rpx;padding-bottom: 12rpx;} |
|
.echart_wrap{width:100%;margin:0 auto;margin-top:24rpx;background: #ffffff;border: 1px solid #f0f0f0; |
|
border-radius: 17rpx;} |
|
.activeset{width:94%;margin:0 auto;margin-top:24rpx;background: #ffffff;border: 1px solid #f0f0f0; |
|
border-radius: 17rpx;box-shadow: 0px 8px 8px 0px rgba(0,0,0,0.04);padding:0 3%} |
|
.activeset .swich{height:96rpx;line-height:96rpx;display: flex;justify-content: space-between;color:#a2a2a2;font-size:26rpx;} |
|
.activeset .swich switch{transform:scale(0.6);} |
|
.activeset .threeset{height:96rpx;line-height:96rpx;color:#F66A01;font-size:26rpx;text-align: center;}
|
|
|