From 2f05a88e560a027682876c55c9e2d8053fa82aa0 Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Thu, 21 Jul 2022 17:44:47 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=A7=E5=B1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- project/dv/apps/AppPdDv.vue | 113 +++++++++++++++++++++++++++++++++++- 1 file changed, 111 insertions(+), 2 deletions(-) diff --git a/project/dv/apps/AppPdDv.vue b/project/dv/apps/AppPdDv.vue index ca4101af..de8a59fa 100644 --- a/project/dv/apps/AppPdDv.vue +++ b/project/dv/apps/AppPdDv.vue @@ -113,7 +113,23 @@
群聊统计
-
+
+
+

单聊会话

+

279

+
+
+

单聊会话

+

279

+
+
+

单聊会话

+

279

+
+
+
+
+
@@ -218,7 +234,8 @@ return { leftIndex: 0, rightIndex: 0, - dlIndex: 0 + dlIndex: 0, + qlIndex: 0 } }, @@ -235,6 +252,18 @@ {offset: 0, color: 'rgba(66, 187, 255, 1)'}, {offset: 1, color: 'rgba(37, 143, 255, 0.2)'} ]) + this.initBarChart('.chart5', [ + {offset: 0, color: 'rgba(66, 255, 254, 1)'}, + {offset: 1, color: 'rgba(66, 255, 254, 0.2)'} + ]) + this.initBarChart('.chart6', [ + {offset: 0, color: 'rgba(255, 190, 66, 1)'}, + {offset: 1, color: 'rgba(255, 190, 66, 0.2)'} + ]) + this.initBarChart('.chart7', [ + {offset: 0, color: 'rgba(66, 187, 255, 1)'}, + {offset: 1, color: 'rgba(37, 143, 255, 0.2)'} + ]) }, 500) }) }, @@ -484,6 +513,86 @@ } } + .ql { + display: flex; + align-items: center; + justify-content: space-between; + + .item-top__item { + display: flex; + align-items: center; + justify-content: center; + flex-direction: column; + width: 107px; + height: 52px; + line-height: 1; + cursor: pointer; + user-select: none; + background: url(https://cdn.cunwuyun.cn/dvcp/dv/pddv/ql4.png); + background-size: 100% 100%; + + h2 { + margin-bottom: 4px; + color: #2AB7D1; + font-size: 12px; + } + + &:nth-of-type(2) { + background: url(https://cdn.cunwuyun.cn/dvcp/dv/pddv/ql5.png); + background-size: 100% 100%; + + h2 { + color: #FFD458; + } + } + + &:nth-of-type(3) { + background: url(https://cdn.cunwuyun.cn/dvcp/dv/pddv/ql6.png); + background-size: 100% 100%; + + h2 { + color: #4488FB; + } + } + + p { + font-size: 14px; + color: #fff; + font-weight: bold; + font-style: oblique; + } + + &.active { + &:nth-of-type(1) { + background: url(https://cdn.cunwuyun.cn/dvcp/dv/pddv/ql1.png); + background-size: 100% 100%; + + h2 { + color: #fff; + } + } + + &:nth-of-type(2) { + background: url(https://cdn.cunwuyun.cn/dvcp/dv/pddv/ql2.png); + background-size: 100% 100%; + + h2 { + color: #fff; + } + } + + &:nth-of-type(3) { + background: url(https://cdn.cunwuyun.cn/dvcp/dv/pddv/ql3.png); + background-size: 100% 100%; + + h2 { + color: #fff; + } + } + } + } + } + .appPdDv-title { position: absolute; top: 0;