This commit is contained in:
yanran200730
2022-08-10 16:49:28 +08:00
parent 7b0a7bf741
commit 43976b674a

View File

@@ -3,6 +3,9 @@
<div class="pdgrid-title">
<h2>幸福郫都微网实格架构</h2>
</div>
<div class="pdgrid-grid__title">
<h2>郫都某街道</h2>
</div>
<div class="pdgrid-body">
<div class="pdgrid-body__item">
<h2>240</h2>
@@ -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;