123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203 |
- page {
- background-color: #f2f2f2;
- }
- .picker-item {
- width: 100%;
- height: 70rpx;
- background-color: #fff;
- flex-direction: row;
- display: flex;
- align-items: center;
- justify-content: space-between;
- box-sizing: border-box;
- padding: 0rpx 30rpx;
- border-bottom: 2rpx solid #f2f2f2;
- }
- .picker-item .icon {
- width: 30rpx;
- height: 30rpx;
- margin-right: 20rpx;
- }
- .picker-item .desc-t {
- font-size: 26rpx;
- }
- .picker-item .icon-bottom {
- width: 26rpx;
- height: 14rpx;
- margin-left: 20rpx;
- }
- .titlebar {
- width: 94%;
- box-sizing: border-box;
- font-size: 28rpx;
- font-weight: 700;
- border-left: 6rpx solid #6282f3;
- margin-top: 30rpx;
- margin-bottom: 30rpx;
- padding-left: 10rpx;
- }
- .canvas-item {
- width: 92%;
- background-color: #fff;
- border-radius: 10rpx;
- position: relative;
- }
- .canvas-item .canvas {
- width: 56%;
- height: 160px;
- }
- .charts-right {
- display: flex;
- flex-direction: column;
- justify-content: space-around;
- padding: 60rpx 0rpx;
- position: absolute;
- top: -20rpx;
- right: 40rpx;
- }
- .charts-line {
- display: flex;
- align-items: center;
- height: 30rpx;
- font-size: 30rpx;
- color: #333;
- margin-bottom: 6rpx;
- }
- .charts-icon {
- width: 16rpx;
- height: 16rpx;
- border-radius: 6rpx;
- }
- .charts-icon1 {
- background: #6282f4;
- }
- .charts-icon2 {
- background: #ed5c68;
- }
- .charts-icon3 {
- background: #f5a786;
- }
- .charts-icon4 {
- background: #7792f5;
- }
- .charts-icon5 {
- background: #79bef4;
- }
- .charts-icon6 {
- background: #5be0c1;
- }
- .charts-icon7 {
- background: #ac91f7;
- }
- .charts-data {
- margin-left: 8rpx;
- }
- .bottom {
- width: 100%;
- box-sizing: border-box;
- flex-direction: row;
- display: flex;
- justify-content: space-around;
- align-items: center;
- padding: 0rpx 36rpx;
- }
- .bottom .item {
- width: 180rpx;
- height: 130rpx;
- flex-direction: row;
- display: flex;
- justify-content: center;
- align-items: center;
- border-radius: 30%;
- color: #fff;
- font-size: 34rpx;
- }
- .bottom .desc {
- font-size: 26rpx;
- margin-top: 20rpx;
- }
- .bottom-bigback1 {
- background-image: linear-gradient(to right, #f08790, #ed626d);
- }
- .bottom-bigback2 {
- background-image: linear-gradient(to right, #f9ba9f, #f39b76);
- }
- .bottom-bigback3 {
- background-image: linear-gradient(to right, #8aa1f7, #6a88f4);
- }
- .bottom-bigback4 {
- background-image: linear-gradient(to right, #9bcff7, #66b4f3);
- }
- .bottom-bigback5 {
- background-image: linear-gradient(to right, #72e8cc, #4bdbba);
- }
- .bottom-bigback6 {
- background-image: linear-gradient(to right, #bea8fd, #a082f4);
- }
- .weigui {
- width: 92%;
- flex-direction: column;
- display: flex;
- background-color: #fff;
- border-radius: 10rpx;
- margin-bottom: 30rpx;
- }
- .weigui .title-item {
- width: 100%;
- height: 70rpx;
- flex-direction: row;
- display: flex;
- justify-content: space-around;
- align-items: center;
- background-color: #6282f3;
- border-radius: 10rpx 10rpx 0rpx 0rpx;
- }
- .weigui .title-item .name {
- font-size: 30rpx;
- font-weight: 700;
- color: #fff;
- }
- .weigui .item{
- width: 100%;
- flex-direction: row;
- display: flex;
- justify-content: space-around;
- align-items: center;
- border-bottom: 2rpx solid #f2f2f2;
- margin-top: 10rpx;
- }
- .weigui .item .name{
- width: 130rpx;
- font-size: 28rpx;
- flex-direction: row;
- display: flex;
- justify-content: center;
- align-items: center;
- }
|