Compare commits
2 Commits
fa99230f22
...
e76fa00cfd
| Author | SHA1 | Date | |
|---|---|---|---|
| e76fa00cfd | |||
| c9ca78bbde |
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 |
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user