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.
81 lines
1.3 KiB
81 lines
1.3 KiB
5 years ago
|
.part-people{
|
||
|
width: 710rpx;
|
||
|
height: 494rpx;
|
||
|
margin: auto;
|
||
|
margin-top: 20rpx;
|
||
|
background: #fff;
|
||
|
padding: 30rpx 30rpx 40rpx 21rpx;
|
||
|
box-sizing: border-box;
|
||
|
}
|
||
|
.num{
|
||
|
color: #333333;
|
||
|
font-size: 32rpx;
|
||
|
vertical-align: middle;
|
||
|
}
|
||
|
|
||
|
/* echarts开始 */
|
||
|
.echarts{
|
||
|
width: 100%;
|
||
|
display: flex;
|
||
|
justify-content:space-around;
|
||
|
margin-top: 49rpx;
|
||
|
}
|
||
|
.echarts1{
|
||
|
width: 220rpx;
|
||
|
height: 220rpx;
|
||
|
/* border: 1rpx solid red; */
|
||
|
}
|
||
|
.echarts2{
|
||
|
width: 220rpx;
|
||
|
height: 220rpx;
|
||
|
/* border: 1rpx solid red; */
|
||
|
}
|
||
|
#mychart-dom-bar{
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
}
|
||
|
#mychart-dom-pie{
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
}
|
||
|
.lenged{
|
||
|
color: #999999;
|
||
|
font-size: 22rpx;
|
||
|
display: flex;
|
||
|
/* justify-content: center; */
|
||
|
margin-top: 27rpx;
|
||
|
}
|
||
|
.lenged text{
|
||
|
display: inline-block;
|
||
|
}
|
||
|
.lenged-left{
|
||
|
margin-left: 40rpx;
|
||
|
}
|
||
|
.lenged-right{
|
||
|
margin-left: 60rpx;
|
||
|
}
|
||
|
.circle{
|
||
|
width: 10rpx;
|
||
|
height: 10rpx;
|
||
|
background: #FFB600;
|
||
|
border-radius: 50%;
|
||
|
margin-top: 10rpx;
|
||
|
margin-left: 26rpx;
|
||
|
margin-right: 4rpx;
|
||
|
}
|
||
|
.background2{
|
||
|
background: #29B9A5;
|
||
|
}
|
||
|
.background3{
|
||
|
background: #FFA270;
|
||
|
}
|
||
|
.background4{
|
||
|
background: #AD6DFE;
|
||
|
}
|
||
|
.background5{
|
||
|
background: #679CF7;
|
||
|
}
|
||
|
.background6{
|
||
|
background: #63CFED;
|
||
|
}
|