From 97181c4e8d0d86a71bb42a69057caf0a5f90e0c8 Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Wed, 10 Aug 2022 17:03:16 +0800 Subject: [PATCH 1/4] 30796 --- project/sass/apps/Announce/AppAnnounce/components/Phone.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/sass/apps/Announce/AppAnnounce/components/Phone.vue b/project/sass/apps/Announce/AppAnnounce/components/Phone.vue index defec07f..6eb38384 100644 --- a/project/sass/apps/Announce/AppAnnounce/components/Phone.vue +++ b/project/sass/apps/Announce/AppAnnounce/components/Phone.vue @@ -36,8 +36,8 @@
From 83b7bdef8dc95093228f1f2fcbaa9466b4314072 Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Wed, 10 Aug 2022 17:18:56 +0800 Subject: [PATCH 2/4] =?UTF-8?q?=E9=83=AB=E9=83=BD=E5=A4=A7=E5=B1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- project/dv/apps/components/PdGrid.vue | 51 ++++++++++++++++++++++++--- 1 file changed, 47 insertions(+), 4 deletions(-) diff --git a/project/dv/apps/components/PdGrid.vue b/project/dv/apps/components/PdGrid.vue index 1e9d7397..b077d2f2 100644 --- a/project/dv/apps/components/PdGrid.vue +++ b/project/dv/apps/components/PdGrid.vue @@ -9,15 +9,27 @@

240

-

多层网格

+
+ +

第一网格

+ +

240

-

第一网格

+
+ +

第二网格

+ +

240

-

微网格

+
+ +

微网格

+ +
@@ -158,14 +170,45 @@ } p { - font-size: 18px; + max-width: 164px; + margin-top: 4px; + padding: 0 16px; + font-size: 16px; color: #FFFFFF; text-shadow: 0px 0px 13px rgb(59 182 255 / 80%); background: #fff; -webkit-background-clip: text; font-weight: 600; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; -webkit-text-fill-color: transparent; } + + .bottom { + display: flex; + align-items: center; + + i { + width: 0px; + height: 0px; + border: 6px solid transparent; + border-top-color: transparent; + border-bottom-color: transparent; + border-left-color: transparent; + border-right-color: #FFCB42; + + &.right { + width: 0px; + height: 0px; + border: 6px solid transparent; + border-top-color: transparent; + border-bottom-color: transparent; + border-left-color: #FFCB42; + border-right-color: transparent; + } + } + } } } From f871cefbad17dda1e6c34f619c7f8790d0ada3f9 Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Wed, 10 Aug 2022 17:25:27 +0800 Subject: [PATCH 3/4] =?UTF-8?q?=E9=83=AB=E9=83=BD=E5=A4=A7=E5=B1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- project/dv/apps/components/PdGrid.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/dv/apps/components/PdGrid.vue b/project/dv/apps/components/PdGrid.vue index b077d2f2..0954f24f 100644 --- a/project/dv/apps/components/PdGrid.vue +++ b/project/dv/apps/components/PdGrid.vue @@ -110,7 +110,7 @@ .pdgrid-title { position: absolute; - top: 220px; + top: 200px; left: 50%; width: 640px; height: 80px; From bd67f05f9194a0f310ddcf2eb7c75370427cf46f Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Wed, 10 Aug 2022 17:26:42 +0800 Subject: [PATCH 4/4] =?UTF-8?q?=E9=83=AB=E9=83=BD=E5=A4=A7=E5=B1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- project/dv/apps/components/PdGrid.vue | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/project/dv/apps/components/PdGrid.vue b/project/dv/apps/components/PdGrid.vue index 0954f24f..ae9204b1 100644 --- a/project/dv/apps/components/PdGrid.vue +++ b/project/dv/apps/components/PdGrid.vue @@ -96,7 +96,13 @@ text-align: center; background: url(https://cdn.cunwuyun.cn/dvcp/dv/pddv/grid-title-sbg.png) no-repeat center; background-size: 100% 100%; + cursor: pointer; transform: translateX(-50%); + transition: opacity ease 0.3s; + + &:hover { + opacity: 0.8; + } h2 { color: #FFFFFF;