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.
130 lines
2.3 KiB
130 lines
2.3 KiB
.chart_box {
|
|
margin-top: 24rpx;
|
|
width: 100%;
|
|
height: 486rpx;
|
|
padding-top: 32rpx;
|
|
background: white;
|
|
}
|
|
|
|
.chart_title {
|
|
font-size: 18px;
|
|
/* font-weight: bold; */
|
|
margin-left: 32rpx;
|
|
}
|
|
.chart_title1{
|
|
font-size: 18px;
|
|
/* font-weight: bold; */
|
|
}
|
|
.tabber-class{
|
|
width: 100%
|
|
}
|
|
|
|
.table {
|
|
height: 380rpx;
|
|
width: calc(100% - 32rpx);
|
|
margin-left: 16rpx;
|
|
margin-top: 32rpx;
|
|
}
|
|
.table1 {
|
|
height: 380rpx;
|
|
width: calc(100% - 32rpx);
|
|
padding: 0 16rpx;
|
|
margin-left: 16rpx;
|
|
margin-top: 32rpx;
|
|
}
|
|
|
|
.top_box {
|
|
margin-top: 24rpx;
|
|
width: calc(100% - 32px);
|
|
height: 100%;
|
|
background: #ffffff;
|
|
border-radius: 8rpx;
|
|
padding: 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: 16rpx 32rpx;
|
|
/* margin-left: 32rpx;
|
|
margin-top: 16rpx; */
|
|
}
|
|
|
|
.ranking {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
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);
|
|
}
|
|
/* 词云 */
|
|
.brand{
|
|
position: relative;
|
|
width: calc(100% - 32px);
|
|
height: 100%;
|
|
background-color: #fff;
|
|
border-radius: 4rpx;
|
|
margin: 32rpx 0 0 32rpx;
|
|
/* padding: 32rpx 0; */
|
|
/* overflow: hidden; */
|
|
}
|
|
.wb-item {
|
|
width: 100%;
|
|
margin: 24rpx 0;
|
|
/* height: 100%; */
|
|
/* margin: 24rpx 0rpx 32rpx 32rpx; */
|
|
padding: 24rpx 0rpx 24rpx 0rpx;
|
|
background-color: #ffffff;
|
|
border-radius: 8rpx;
|
|
}
|
|
.wb-area-title {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
font-size: 18px;
|
|
margin-left: 32rpx;
|
|
/* font-weight: 600; */
|
|
color: #333333;
|
|
}
|
|
.cloud_box {
|
|
margin-top: 24rpx;
|
|
width: calc(100% - 32rpx);
|
|
height: 100%;
|
|
background: #ffffff;
|
|
border-radius: 8rpx;
|
|
padding: 32rpx 0;
|
|
}
|
|
|
|
.cloud_title {
|
|
width: calc(100% - 32rpx);
|
|
font-size: 18px;
|
|
/* padding-left: 32rpx; */
|
|
/* font-weight: 600; */
|
|
color: #333333;
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
}
|
|
|
|
.cloud_content {
|
|
width: calc(100% - 32rpx);
|
|
height: 100%;
|
|
}
|