bug
This commit is contained in:
@@ -3,6 +3,9 @@
|
|||||||
<div class="pdgrid-title">
|
<div class="pdgrid-title">
|
||||||
<h2>幸福郫都微网实格架构</h2>
|
<h2>幸福郫都微网实格架构</h2>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="pdgrid-grid__title">
|
||||||
|
<h2>郫都某街道</h2>
|
||||||
|
</div>
|
||||||
<div class="pdgrid-body">
|
<div class="pdgrid-body">
|
||||||
<div class="pdgrid-body__item">
|
<div class="pdgrid-body__item">
|
||||||
<h2>240</h2>
|
<h2>240</h2>
|
||||||
@@ -71,6 +74,28 @@
|
|||||||
box-sizing: border-box;
|
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 {
|
.pdgrid-title {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 220px;
|
top: 220px;
|
||||||
@@ -97,7 +122,7 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
bottom: 220px;
|
bottom: 200px;
|
||||||
left: 0;
|
left: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding: 0 112px;
|
padding: 0 112px;
|
||||||
|
|||||||
Reference in New Issue
Block a user