update:修改图片

This commit is contained in:
2021-09-18 09:45:47 +08:00
parent 67b642d170
commit f37a7e42b7
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; display: flex;
justify-content: space-around; justify-content: space-around;
width: 95%; width: 97%;
height: 220px; height: 220px;
margin: 10px; margin: 10px;
background: url(../../assets/img/zspg.jpg); background: url(../../assets/img/zspg.png);
background-repeat: no-repeat; background-repeat: no-repeat;
background-size: 100% 90px; background-size: 100% 150px;
} }
.proTopBoxxy { .proTopBoxxy {
position: absolute; position: absolute;
@@ -18,16 +18,21 @@
display: flex; display: flex;
justify-content: space-around; justify-content: space-around;
width: 95%; width: 97%;
height: 220px; height: 220px;
margin: 10px; margin: 10px;
background: url(../../assets/img/zsxy.jpg); background: url(../../assets/img/zsxy.png);
background-repeat: no-repeat; background-repeat: no-repeat;
background-size: 100% 90px; background-size: 100% 150px;
} }
.proCenterBox { .proCenterBox {
width: 94%; position: relative;
left: -5px;
overflow: hidden;
width: 92%;
margin-top: 78px; margin-top: 78px;
border-radius: 6px; border-radius: 6px;