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.
135 lines
2.1 KiB
135 lines
2.1 KiB
.chart_box {
|
|
margin-top: 24rpx;
|
|
width: 686rpx;
|
|
height: 468rpx;
|
|
padding-top: 32rpx;
|
|
background: white;
|
|
}
|
|
|
|
.chart_title {
|
|
font-size: 18px;
|
|
margin-left: 32rpx;
|
|
}
|
|
.chart_title1 {
|
|
font-size: 18px;
|
|
}
|
|
|
|
.table {
|
|
height: 380rpx;
|
|
width: 95%;
|
|
margin-left: 16rpx;
|
|
margin-top: 32rpx;
|
|
}
|
|
|
|
.top_box {
|
|
margin-top: 24rpx;
|
|
width: 686rpx;
|
|
height: 1312rpx;
|
|
background: #ffffff;
|
|
border-radius: 8rpx;
|
|
padding-top: 32rpx;
|
|
}
|
|
|
|
.top-title {
|
|
width: 100%;
|
|
font-size: 18px;
|
|
padding-left: 32rpx;
|
|
/* font-weight: 600; */
|
|
color: #333333;
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
}
|
|
|
|
.rank_list {
|
|
margin-left: 32rpx;
|
|
margin-top: 16rpx;
|
|
}
|
|
|
|
.ranking {
|
|
font-size: 12px;
|
|
font-weight: 400;
|
|
color: #999999;
|
|
}
|
|
|
|
.ranking_cell {
|
|
height: 104rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.henxian {
|
|
height: 2rpx;
|
|
background: linear-gradient(to right, white, #f2f1f1, white);
|
|
}
|
|
|
|
.cloud_box {
|
|
margin-top: 24rpx;
|
|
width: 686rpx;
|
|
height: 884rpx;
|
|
background: #ffffff;
|
|
border-radius: 8rpx;
|
|
padding-top: 32rpx;
|
|
}
|
|
|
|
.cloud_title {
|
|
width: 100%;
|
|
font-size: 18px;
|
|
padding-left: 32rpx;
|
|
/* font-weight: 600; */
|
|
color: #333333;
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
}
|
|
|
|
.area_box {
|
|
margin-top: 24rpx;
|
|
width: 686rpx;
|
|
/* height: 100%; */
|
|
background: #ffffff;
|
|
border-radius: 8rpx;
|
|
padding: 32rpx 0;
|
|
}
|
|
|
|
.event_distribution {
|
|
height: 900rpx;
|
|
padding: 32rpx;
|
|
width: calc(100% - 32px);
|
|
background: #ffffff;
|
|
margin-top: 28rpx;
|
|
}
|
|
|
|
.circle-data {
|
|
width: 50%;
|
|
height: 340rpx;
|
|
}
|
|
|
|
.circle-data-item {
|
|
color: #999999;
|
|
font-size: 10px;
|
|
line-height: 12px;
|
|
width: 33%;
|
|
}
|
|
|
|
.circle-data-title {
|
|
font-size: 12px;
|
|
/* font-weight: 600; */
|
|
color: #333333;
|
|
margin-top: 12rpx;
|
|
width: 95rpx;
|
|
text-overflow: ellipsis;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.table_pie {
|
|
height: 380rpx;
|
|
width: 60%;
|
|
/* margin-left:16rpx ; */
|
|
margin-top: 32rpx;
|
|
}
|
|
|
|
.colorTags {
|
|
width: 10px;
|
|
height: 10px;
|
|
border-radius: 1px;
|
|
} |