Compare commits

...

2 Commits

3 changed files with 5 additions and 8 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 58 KiB

After

Width:  |  Height:  |  Size: 63 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 61 KiB

After

Width:  |  Height:  |  Size: 76 KiB

View File

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