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.

180 lines
3.3 KiB

.evtw-content {
background-color: #f9f9f9;
padding-top: 16rpx;
}
.evtw-item {
width: 92%;
/* height: 90%; */
margin: 0rpx 0rpx 32rpx 32rpx;
padding: 24rpx 0rpx 8rpx 0rpx;
background-color: #ffffff;
border-radius: 8rpx;
}
.evtw-chart-title {
font-size: 18px;
padding-left: 32rpx;
font-weight: 600;
color: #333333;
}
.evtw-chart-subTitle {
font-size: 12px;
padding-left: 32rpx;
margin-top: 8rpx;
color: #999999
}
.evtw-chart-item {
width: 100%;
height: 360rpx;
}
.evtw-total-data {
display: flex;
justify-content: flex-start;
font-weight: 600;
}
.evtw-data {
display: flex;
justify-content: space-between;
font-size: 12px;
font-weight: 400;
color: #999999;
margin: 32rpx 32rpx 0rpx 0rpx;
}
.evtw-data-number {
display: flex;
justify-content: space-between;
font-size: 14px;
font-weight: 600;
color: #333333;
margin: 8rpx 32rpx 16rpx 0rpx;
}
.ttdt {
font-size: 12px;
font-weight: 400;
color: #999999;
}
/* 圆环图 */
.circle-chart {
width: 50%;
height: 340rpx;
margin-left: 24rpx;
}
.circle-data {
width: 50%;
height: 340rpx;
}
.circle-data-item {
color: #999999;
font-size: 10px;
line-height: 10px;
width: 33%;
}
.circle-data-item2 {
display: flex;
justify-content: space-between;
color: #333333;
font-size: 12px;
line-height: 12px;
font-weight: 600;
margin: 12rpx 0rpx 12rpx 0rpx;
}
.circle-data-title {
font-size: 12px;
font-weight: 600;
color: #333333;
margin-top: 12rpx;
}
.evtw-area-title {
width: 95%;
font-size: 18px;
/* padding-left: 32rpx; */
font-weight: 600;
color: #333333;
display: flex;
justify-content: flex-start;
}
/* kol */
.kol-content {
display: flex;
justify-content: flex-start;
margin: 16rpx 0 0 32rpx;
}
.kol-item {
width: 98px;
height: 95px;
background: linear-gradient(135deg, #F9FCFF 0%, #F0F8FF 100%);
border-radius: 2px;
margin-right: 16rpx;
text-align: center;
}
.kol-user-name {
font-size: 12px;
font-weight: 400;
color: #333333;
/* line-height: 12px; */
}
.kol-value {
font-size: 9px;
font-weight: 400;
color: #999999;
}
.kol-value-number {
font-size: 9px;
font-weight: 600;
color: #333333;
}
/* 活跃用户地区 */
.area-item {
display: flex;
width: 656rpx;
height: 410rpx;
padding: 32rpx 0 0 32rpx;
}
.area-item-chart{
width: 358rpx;
height: 410rpx;
}
/* 主贴id车型分析 */
.evtw-rank-list {
width: 120%;
margin: 32rpx;
}
.ranking{
display: flex;
justify-content: space-between;
font-size: 12px;
font-weight: 400;
color: #999999;
}
.ranking-number{
display: flex;
justify-content: space-between;
font-size: 14px;
font-weight: 600;
}
.rank_num {
width: 53rpx;
height: 40rpx;
}
.evtw-media-item {
padding: 24rpx 16rpx 0rpx 32rpx;
}
/* 词云 */
.evtw-area-title {
width: 100%;
font-size: 18px;
padding-left: 32rpx;
font-weight: 600;
color: #333333;
display: flex;
justify-content: flex-start;
}
.wd-cloud {
position: relative;
width: calc(100% - 32px);
height: 484rpx;
background-color: #fff;
margin-top: 32rpx;
border-radius: 4rpx;
padding: 16px;
overflow: hidden;
}