From bd67f05f9194a0f310ddcf2eb7c75370427cf46f Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Wed, 10 Aug 2022 17:26:42 +0800 Subject: [PATCH] =?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;