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;