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.
197 lines
3.4 KiB
197 lines
3.4 KiB
.tu-content {
|
|
background-color: #f9f9f9;
|
|
padding-top: 16rpx;
|
|
}
|
|
.tu-item {
|
|
width: 92%;
|
|
/* height: 90%; */
|
|
margin: 0rpx 0rpx 32rpx 24rpx;
|
|
padding: 24rpx 0rpx 8rpx 0rpx;
|
|
background-color: #ffffff;
|
|
border-radius: 8rpx;
|
|
}
|
|
.tu-chart-title {
|
|
font-size: 18px;
|
|
margin-left: 32rpx;
|
|
font-weight: 600;
|
|
color: #333333;
|
|
}
|
|
.tu-chart-subTitle {
|
|
font-size: 12px;
|
|
margin-left: 32rpx;
|
|
margin-top: 8rpx;
|
|
color: #999999;
|
|
}
|
|
.tu-chart-item {
|
|
width: 100%;
|
|
height: 360rpx;
|
|
}
|
|
.tu-total-data {
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
font-weight: 600;
|
|
}
|
|
.tu-data {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
font-size: 12px;
|
|
font-weight: 400;
|
|
color: #999999;
|
|
margin: 32rpx 16rpx 0rpx 32rpx;
|
|
}
|
|
.tu-data-number {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
font-size: 14px;
|
|
font-weight: 600;
|
|
color: #333333;
|
|
margin: 8rpx 16rpx 16rpx 32rpx;
|
|
}
|
|
.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;
|
|
}
|
|
.tu-area-title {
|
|
width: 100%;
|
|
font-size: 18px;
|
|
margin-left: 32rpx;
|
|
font-weight: 600;
|
|
color: #333333;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
/* 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: 95%;
|
|
height: 390rpx;
|
|
margin: 32rpx 0 0 0rpx;
|
|
}
|
|
.area-item-chart{
|
|
width: 100%;
|
|
height: 410rpx;
|
|
}
|
|
/* 主贴id车型分析 */
|
|
.tu-rank-list {
|
|
width: 125%;
|
|
margin: 32rpx;
|
|
}
|
|
.title{
|
|
width: 30%;
|
|
font-size: 24rpx;
|
|
color: #999999;
|
|
}
|
|
.title1{
|
|
width: 30%;
|
|
font-size: 24rpx;
|
|
color: #999999;
|
|
text-align: center;
|
|
}
|
|
.title2{
|
|
width: 40%;
|
|
font-size: 24rpx;
|
|
color: #999999;
|
|
display: flex;
|
|
flex-direction:row-reverse
|
|
}
|
|
.rank{
|
|
width: calc(100% - 32px);
|
|
height: 104rpx;
|
|
line-height: 104rpx;
|
|
display: flex;
|
|
margin: 0 32rpx;
|
|
font-size: 14px;
|
|
}
|
|
.ranking{
|
|
width: calc(100% - 32px);
|
|
display: flex;
|
|
margin: 0 32rpx;
|
|
}
|
|
.ranking-number{
|
|
display: flex;
|
|
justify-content: space-between;
|
|
font-size: 14px;
|
|
font-weight: 600;
|
|
}
|
|
.rank_num {
|
|
width: 53rpx;
|
|
height: 40rpx;
|
|
}
|
|
.media{
|
|
width: 30%;
|
|
font-size: 28rpx;
|
|
text-align: center;
|
|
|
|
}
|
|
.volume{
|
|
width: 40%;
|
|
font-size: 28rpx;
|
|
color: #0084FF;
|
|
display: flex;
|
|
flex-direction:row-reverse
|
|
}
|
|
.colorTags {
|
|
width: 10px;height: 10px;border-radius: 1px;
|
|
} |