From 60a1a6e76c32f0e0c76da5d739df4d886747865d Mon Sep 17 00:00:00 2001
From: zx <604444282@qq.com>
Date: Fri, 23 Sep 2022 10:36:53 +0800
Subject: [PATCH] ZX
---
.../modalInsight/EventInsight/index.wxss | 11 ++--
.../pages/modalInsight/TailInsight/index.wxss | 2 +-
.../modalInsight/TutorInsight/index.wxml | 32 +++++-----
.../modalInsight/TutorInsight/index.wxss | 63 +++++++++++++++----
.../pages/modalInsight/totalReview/index.wxss | 4 +-
.../modalInsight/weiboInsight/index.wxml | 4 +-
.../modalInsight/weiboInsight/index.wxss | 6 +-
7 files changed, 79 insertions(+), 43 deletions(-)
diff --git a/pages/insight/pages/modalInsight/EventInsight/index.wxss b/pages/insight/pages/modalInsight/EventInsight/index.wxss
index c25837a..40c380e 100644
--- a/pages/insight/pages/modalInsight/EventInsight/index.wxss
+++ b/pages/insight/pages/modalInsight/EventInsight/index.wxss
@@ -5,9 +5,10 @@
}
.ei-item {
- width: 90%;
- margin: 32rpx auto;
- padding: 24rpx 0;
+ width: 92%;
+ /* height: 90%; */
+ margin: 0rpx 0rpx 32rpx 21rpx;
+ padding: 24rpx 0rpx 16rpx 0rpx;
background-color: #ffffff;
border-radius: 8rpx;
}
@@ -22,14 +23,14 @@
.ei-chart-title {
font-size: 18px;
- padding-left: 32rpx;
+ margin-left: 32rpx;
font-weight: 600;
color: #333333;
}
.ei-chart-subTitle {
font-size: 12px;
- padding-left: 32rpx;
+ margin-left: 32rpx;
margin-top: 8rpx;
color: #999999;
}
diff --git a/pages/insight/pages/modalInsight/TailInsight/index.wxss b/pages/insight/pages/modalInsight/TailInsight/index.wxss
index c9975a7..15d0142 100644
--- a/pages/insight/pages/modalInsight/TailInsight/index.wxss
+++ b/pages/insight/pages/modalInsight/TailInsight/index.wxss
@@ -5,7 +5,7 @@
.ta-item {
width: 92%;
/* height: 90%; */
- margin: 0rpx 0rpx 32rpx 32rpx;
+ margin: 0rpx 0rpx 32rpx 24rpx;
padding: 24rpx 0rpx 16rpx 0rpx;
background-color: #ffffff;
border-radius: 8rpx;
diff --git a/pages/insight/pages/modalInsight/TutorInsight/index.wxml b/pages/insight/pages/modalInsight/TutorInsight/index.wxml
index a93b0b2..243e9f7 100644
--- a/pages/insight/pages/modalInsight/TutorInsight/index.wxml
+++ b/pages/insight/pages/modalInsight/TutorInsight/index.wxml
@@ -108,7 +108,7 @@
TOP分发帖用户
-
+
@@ -159,27 +159,25 @@
-
-
- 排名
- 车型
- 数量
-
-
-
-
-
-
- {{index >= 9 ? index + 1 : '0' + (index + 1)}}
-
- {{item.name}}
- {{item.value}}
+
+ 排名
+ 车型
+ 数量
+
+
+
+
+
+
+ {{index >= 9 ? index + 1 : '0' + (index + 1)}}
+ {{item.name}}
+ {{item.value}}
主贴ID区域分布
-
+
diff --git a/pages/insight/pages/modalInsight/TutorInsight/index.wxss b/pages/insight/pages/modalInsight/TutorInsight/index.wxss
index 3cb1d88..441bfd6 100644
--- a/pages/insight/pages/modalInsight/TutorInsight/index.wxss
+++ b/pages/insight/pages/modalInsight/TutorInsight/index.wxss
@@ -5,20 +5,20 @@
.tu-item {
width: 92%;
/* height: 90%; */
- margin: 0rpx 0rpx 32rpx 32rpx;
+ margin: 0rpx 0rpx 32rpx 24rpx;
padding: 24rpx 0rpx 8rpx 0rpx;
background-color: #ffffff;
border-radius: 8rpx;
}
.tu-chart-title {
font-size: 18px;
- padding-left: 32rpx;
+ margin-left: 32rpx;
font-weight: 600;
color: #333333;
}
.tu-chart-subTitle {
font-size: 12px;
- padding-left: 32rpx;
+ margin-left: 32rpx;
margin-top: 8rpx;
color: #999999;
}
@@ -86,11 +86,11 @@
.tu-area-title {
width: 100%;
font-size: 18px;
- padding-left: 32rpx;
+ margin-left: 32rpx;
font-weight: 600;
color: #333333;
display: flex;
- justify-content: flex-start;
+ justify-content: space-between;
}
/* kol */
.kol-content {
@@ -125,12 +125,12 @@
/* 活跃用户地区 */
.area-item {
display: flex;
- width: 656rpx;
- height: 410rpx;
- padding: 32rpx 0 0 32rpx;
+ width: 95%;
+ height: 390rpx;
+ margin: 32rpx 0 0 0rpx;
}
.area-item-chart{
- width: 358rpx;
+ width: 100%;
height: 410rpx;
}
/* 主贴id车型分析 */
@@ -138,12 +138,36 @@
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;
- justify-content: space-between;
- font-size: 12px;
- font-weight: 400;
- color: #999999;
+ margin: 0 32rpx;
}
.ranking-number{
display: flex;
@@ -155,6 +179,19 @@
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;
}
\ No newline at end of file
diff --git a/pages/insight/pages/modalInsight/totalReview/index.wxss b/pages/insight/pages/modalInsight/totalReview/index.wxss
index b394c6a..8c27a4d 100644
--- a/pages/insight/pages/modalInsight/totalReview/index.wxss
+++ b/pages/insight/pages/modalInsight/totalReview/index.wxss
@@ -12,7 +12,7 @@
}
.tr-chart-title {
font-size: 18px;
- padding-left: 32rpx;
+ margin-left: 32rpx;
font-weight: 600;
height: 80rpx;
line-height: 80rpx;
@@ -20,7 +20,7 @@
}
.tr-chart-subTitle {
font-size: 12px;
- padding-left: 32rpx;
+ margin-left: 32rpx;
margin-top: 8rpx;
color: #999999;
}
diff --git a/pages/insight/pages/modalInsight/weiboInsight/index.wxml b/pages/insight/pages/modalInsight/weiboInsight/index.wxml
index 5018da2..4519df3 100644
--- a/pages/insight/pages/modalInsight/weiboInsight/index.wxml
+++ b/pages/insight/pages/modalInsight/weiboInsight/index.wxml
@@ -155,7 +155,7 @@
{{item._source.user_author.length > 7 ? item._source.user_author.slice(0,7)+'...':item._source.user_author}}
-
+
影响力
{{item._source.volume}}
@@ -165,7 +165,7 @@
{{item._source.user_author.length > 7 ? item._source.user_author.slice(0,7)+'...':item._source.user_author}}
-
+
影响力
{{item._source.volume}}
diff --git a/pages/insight/pages/modalInsight/weiboInsight/index.wxss b/pages/insight/pages/modalInsight/weiboInsight/index.wxss
index 57b5b17..ffc911b 100644
--- a/pages/insight/pages/modalInsight/weiboInsight/index.wxss
+++ b/pages/insight/pages/modalInsight/weiboInsight/index.wxss
@@ -15,14 +15,14 @@
.wb-chart-title {
font-size: 18px;
- padding-left: 32rpx;
+ margin-left: 32rpx;
font-weight: 600;
color: #333333;
}
.wb-area-title {
font-size: 18px;
- padding-left: 32rpx;
+ margin-left: 32rpx;
font-weight: 600;
color: #333333;
display: flex;
@@ -175,7 +175,7 @@
background-color: #fff;
margin-top: 32rpx;
border-radius: 4rpx;
- padding: 16px;
+ margin: 16px;
overflow: hidden;
}