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.
145 lines
2.5 KiB
145 lines
2.5 KiB
/* subpages/partyInteract/pages/partyInteractIndex/components/participationVoice/participationVoice.wxss */
|
|
.part-people{
|
|
width: 710rpx;
|
|
height: 662rpx;
|
|
/* height: 1000rpx; */
|
|
margin: auto;
|
|
margin-top: 20rpx;
|
|
background: #fff;
|
|
padding: 30rpx 30rpx 40rpx 21rpx;
|
|
box-sizing: border-box;
|
|
}
|
|
.headers{
|
|
width: 100%;
|
|
height: 80rpx;
|
|
background: #FFA270;
|
|
color: #fff;
|
|
font-size: 34rpx;
|
|
line-height: 80rpx;
|
|
box-sizing: border-box;
|
|
padding: 0 19rpx 0 21rpx;
|
|
}
|
|
.right{
|
|
font-size: 20rpx;
|
|
float: right;
|
|
}
|
|
|
|
.num{
|
|
color: #333333;
|
|
font-size: 32rpx;
|
|
vertical-align: middle;
|
|
}
|
|
.num1{
|
|
margin-left: 10rpx;
|
|
font-size: 38rpx;
|
|
font-weight: bold;
|
|
vertical-align: middle;
|
|
}
|
|
.title .percent{
|
|
margin-top: 18rpx;
|
|
color: #92949B;
|
|
font-size: 26rpx;
|
|
display: inline-block;
|
|
margin-left: 40rpx;
|
|
}
|
|
.percent-text2{
|
|
color: #666666;
|
|
font-size: 30rpx;
|
|
margin-left:13rpx;
|
|
}
|
|
#block{
|
|
display: block;
|
|
margin-left: 306rpx;
|
|
margin-top: 0;
|
|
}
|
|
.voicePercent{
|
|
margin-left: 368rpx!important;
|
|
}
|
|
/* echarts开始 */
|
|
.echarts{
|
|
width: 100%;
|
|
display: flex;
|
|
justify-content:space-around;
|
|
flex-direction: column;
|
|
margin-top: 49rpx;
|
|
}
|
|
.topEcharts{
|
|
display: flex;
|
|
}
|
|
.echarts1{
|
|
width: 195rpx;
|
|
height: 195rpx;
|
|
margin-left: 60rpx;
|
|
/* border: 1rpx solid red; */
|
|
}
|
|
.echartsText{
|
|
width: 370rpx;
|
|
color: #666666;
|
|
font-size: 28rpx;
|
|
margin-left: 61rpx;
|
|
margin-top: 50rpx;
|
|
}
|
|
.echartsText text{
|
|
display: inline-block;
|
|
}
|
|
.echartsText .circle-bc{
|
|
width: 10rpx;
|
|
height: 10rpx;
|
|
background: #AD6DFE;
|
|
border-radius: 50%;
|
|
margin-right: 9rpx;
|
|
}
|
|
.textBold{
|
|
font-weight: bold;
|
|
font-size: 30rpx;
|
|
margin-left: 10rpx;
|
|
}
|
|
.topicNum{
|
|
font-size: 24rpx;
|
|
color: #999999;
|
|
margin-left: 10rpx;
|
|
}
|
|
.topicNum-text{
|
|
color: #AD6DFE;
|
|
font-size: 30rpx;
|
|
margin-left: 10rpx;
|
|
}
|
|
.bottomEcharts{
|
|
display: flex;
|
|
}
|
|
#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: 37rpx;
|
|
}
|
|
.lenged text{
|
|
display: inline-block;
|
|
}
|
|
.circle{
|
|
width: 10rpx;
|
|
height: 10rpx;
|
|
background: #FFB600;
|
|
border-radius: 50%;
|
|
margin-top: 10rpx;
|
|
margin-left: 46rpx;
|
|
margin-right: 4rpx;
|
|
}
|
|
.background2{
|
|
background: #AD6DFE;
|
|
}
|
|
.background3{
|
|
background: #FFA270;
|
|
}
|
|
.footer{
|
|
margin-top: 40rpx;
|
|
}
|