This commit is contained in:
2021-09-18 10:07:24 +08:00
3 changed files with 12 additions and 7 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 61 KiB

View File

@@ -4,13 +4,13 @@
display: flex;
justify-content: space-around;
width: 95%;
width: 97%;
height: 220px;
margin: 10px;
background: url(../../assets/img/zspg.jpg);
background: url(../../assets/img/zspg.png);
background-repeat: no-repeat;
background-size: 100% 90px;
background-size: 100% 150px;
}
.proTopBoxxy {
position: absolute;
@@ -18,16 +18,21 @@
display: flex;
justify-content: space-around;
width: 95%;
width: 97%;
height: 220px;
margin: 10px;
background: url(../../assets/img/zsxy.jpg);
background: url(../../assets/img/zsxy.png);
background-repeat: no-repeat;
background-size: 100% 90px;
background-size: 100% 150px;
}
.proCenterBox {
width: 94%;
position: relative;
left: -5px;
overflow: hidden;
width: 92%;
margin-top: 78px;
border-radius: 6px;