dev
parent
9f6bded31c
commit
741efbd1d3
@ -1,197 +1,196 @@
|
|||||||
.wb-content {
|
.wb-content {
|
||||||
background-color: #f9f9f9;
|
background-color: #f9f9f9;
|
||||||
padding-top: 16rpx;
|
padding-top: 16rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wb-item {
|
.wb-item {
|
||||||
width: 91%;
|
width: 91%;
|
||||||
/* height: 90%; */
|
/* height: 90%; */
|
||||||
margin: 0rpx 0rpx 32rpx 32rpx;
|
margin: 0rpx 0rpx 32rpx 32rpx;
|
||||||
padding: 24rpx 0rpx 8rpx 0rpx;
|
padding: 24rpx 0rpx 8rpx 0rpx;
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
border-radius: 8rpx;
|
border-radius: 8rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wb-item1 {
|
.wb-item1 {
|
||||||
width: 91%;
|
width: 91%;
|
||||||
height: 90%;
|
height: 90%;
|
||||||
margin: 0rpx 0rpx 32rpx 32rpx;
|
margin: 0rpx 0rpx 32rpx 32rpx;
|
||||||
padding: 24rpx 0rpx 8rpx 0rpx;
|
padding: 24rpx 0rpx 8rpx 0rpx;
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
border-radius: 8rpx;
|
border-radius: 8rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wb-chart-title {
|
.wb-chart-title {
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
margin-left: 32rpx;
|
margin-left: 32rpx;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
color: #333333;
|
color: #333333;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wb-area-title {
|
.wb-area-title {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
margin-left: 32rpx;
|
margin-left: 32rpx;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
color: #333333;
|
color: #333333;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wb-chart-item {
|
.wb-chart-item {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 360rpx;
|
height: 360rpx;
|
||||||
/* display: flex; */
|
/* display: flex; */
|
||||||
}
|
}
|
||||||
|
|
||||||
.wb-data {
|
.wb-data {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
color: #999999;
|
color: #999999;
|
||||||
margin: 0rpx 24rpx 0rpx 30rpx;
|
margin: 0rpx 24rpx 0rpx 30rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wb-data-number {
|
.wb-data-number {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
color: #333333;
|
color: #333333;
|
||||||
margin: 16rpx 24rpx 16rpx 30rpx;
|
margin: 16rpx 24rpx 16rpx 30rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.circle-chart {
|
.circle-chart {
|
||||||
width: 50%;
|
width: 50%;
|
||||||
height: 340rpx;
|
height: 340rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.circle-data {
|
.circle-data {
|
||||||
width: 50%;
|
width: 50%;
|
||||||
height: 340rpx;
|
height: 340rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.circle-data-item {
|
.circle-data-item {
|
||||||
color: #999999;
|
color: #999999;
|
||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
line-height: 10px;
|
line-height: 10px;
|
||||||
width: 33%;
|
width: 33%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.circle-data-item2 {
|
.circle-data-item2 {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
color: #333333;
|
color: #333333;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
line-height: 12px;
|
line-height: 12px;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
margin: 12rpx 0rpx 12rpx 0rpx;
|
margin: 12rpx 0rpx 12rpx 0rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.circle-data-title {
|
.circle-data-title {
|
||||||
font-size: 12px;
|
font-size: 24rpx;
|
||||||
font-weight: 600;
|
color: #333333;
|
||||||
color: #333333;
|
margin-top: 12rpx;
|
||||||
margin-top: 12rpx;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.area-item {
|
.area-item {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 410rpx;
|
height: 410rpx;
|
||||||
margin: 32rpx 0 0 0rpx;
|
margin: 32rpx 0 0 0rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.area-item-chart {
|
.area-item-chart {
|
||||||
width: 50%;
|
width: 50%;
|
||||||
height: 410rpx;
|
height: 410rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* 车型热度排行 */
|
/* 车型热度排行 */
|
||||||
.wb-rank-list {
|
.wb-rank-list {
|
||||||
width: 92%;
|
width: 92%;
|
||||||
margin: 32rpx;
|
margin: 32rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ranking {
|
.ranking {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
color: #999999;
|
color: #999999;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ranking-number {
|
.ranking-number {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
|
|
||||||
.rank_num {
|
.rank_num {
|
||||||
width: 53rpx;
|
width: 53rpx;
|
||||||
height: 40rpx;
|
height: 40rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* kol */
|
/* kol */
|
||||||
.kol-content {
|
.kol-content {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
margin: 16rpx 0 0 32rpx;
|
margin: 16rpx 0 0 32rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.kol-item {
|
.kol-item {
|
||||||
width: 30%;
|
width: 30%;
|
||||||
height: 95px;
|
height: 95px;
|
||||||
background: linear-gradient(135deg, #F9FCFF 0%, #F0F8FF 100%);
|
background: linear-gradient(135deg, #F9FCFF 0%, #F0F8FF 100%);
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
margin-right: 16rpx;
|
margin-right: 16rpx;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.kol-user-name {
|
.kol-user-name {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
color: #333333;
|
color: #333333;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
/* line-height: 12px; */
|
/* line-height: 12px; */
|
||||||
}
|
}
|
||||||
|
|
||||||
.kol-value {
|
.kol-value {
|
||||||
width: 40%;
|
width: 40%;
|
||||||
font-size: 9px;
|
font-size: 9px;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
color: #999999;
|
color: #999999;
|
||||||
}
|
}
|
||||||
|
|
||||||
.kol-value-number {
|
.kol-value-number {
|
||||||
font-size: 9px;
|
font-size: 9px;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
/* margin-right: 24rpx; */
|
/* margin-right: 24rpx; */
|
||||||
/* margin-left: 24rpx; */
|
/* margin-left: 24rpx; */
|
||||||
color: #333333;
|
color: #333333;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* 词云 */
|
/* 词云 */
|
||||||
.brand {
|
.brand {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
width: calc(100% - 32px);
|
width: calc(100% - 32px);
|
||||||
height: 484rpx;
|
height: 484rpx;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
border-radius: 4rpx;
|
border-radius: 4rpx;
|
||||||
margin: 32rpx 0 0 32rpx;
|
margin: 32rpx 0 0 32rpx;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.colorTags {
|
.colorTags {
|
||||||
width: 10px;
|
width: 10px;
|
||||||
height: 10px;
|
height: 10px;
|
||||||
border-radius: 1px;
|
border-radius: 1px;
|
||||||
}
|
}
|
Loading…
Reference in new issue