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.
56 lines
908 B
56 lines
908 B
5 years ago
|
.part-people{
|
||
|
width: 710rpx;
|
||
|
height: 494rpx;
|
||
|
/* height: 1000rpx; */
|
||
|
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;
|
||
|
}
|
||
|
.explain{
|
||
|
width: 30rpx;
|
||
|
height: 30rpx;
|
||
|
vertical-align: middle;
|
||
|
margin-left: 5rpx;
|
||
|
}
|
||
|
|
||
|
.echarts{
|
||
|
width: 100%;
|
||
|
height: 354rpx;
|
||
|
/* border: 1rpx solid red; */
|
||
|
/* margin-top: 40rpx; */
|
||
|
box-sizing: border-box;
|
||
|
}
|
||
|
.lenged{
|
||
|
color: #999999;
|
||
|
font-size: 22rpx;
|
||
|
display: flex;
|
||
|
justify-content: center;
|
||
|
margin-top: 10rpx;
|
||
|
}
|
||
|
.lenged text{
|
||
|
display: inline-block;
|
||
|
}
|
||
|
.circle{
|
||
|
width: 10rpx;
|
||
|
height: 10rpx;
|
||
|
background: #01B9C2;
|
||
|
border-radius: 50%;
|
||
|
margin-top: 10rpx;
|
||
|
margin-left: 46rpx;
|
||
|
margin-right: 4rpx;
|
||
|
}
|
||
|
.background2{
|
||
|
background: #4882FF;
|
||
|
}
|
||
|
.background3{
|
||
|
background: #FFA270;
|
||
|
}
|
||
|
|