diff --git a/project/dv/apps/components/PdGrid.vue b/project/dv/apps/components/PdGrid.vue
index 7e8a0a4e..1e9d7397 100644
--- a/project/dv/apps/components/PdGrid.vue
+++ b/project/dv/apps/components/PdGrid.vue
@@ -3,6 +3,9 @@
240
@@ -71,6 +74,28 @@
box-sizing: border-box;
}
+ .pdgrid-grid__title {
+ position: absolute;
+ top: 40px;
+ left: 50%;
+ width: 271px;
+ height: 53px;
+ line-height: 53px;
+ text-align: center;
+ background: url(https://cdn.cunwuyun.cn/dvcp/dv/pddv/grid-title-sbg.png) no-repeat center;
+ background-size: 100% 100%;
+ transform: translateX(-50%);
+
+ h2 {
+ color: #FFFFFF;
+ font-size: 21px;
+ text-shadow: 0px 0px 13px rgb(59 182 255 / 80%);
+ background: #fff;
+ -webkit-background-clip: text;
+ -webkit-text-fill-color: transparent;
+ }
+ }
+
.pdgrid-title {
position: absolute;
top: 220px;
@@ -97,7 +122,7 @@
display: flex;
position: absolute;
justify-content: space-between;
- bottom: 220px;
+ bottom: 200px;
left: 0;
width: 100%;
padding: 0 112px;