Commit 85761138637e42d639b18ad3b22b7d454cf816c2
1 parent
b75babf1
产品介绍
Showing
1 changed file
with
2 additions
and
1 deletions
css/portfollo.css
... | ... | @@ -205,13 +205,14 @@ |
205 | 205 | /*width: 460px;*/ |
206 | 206 | height: 200px; |
207 | 207 | margin: 190px auto 0 ; |
208 | + padding-right: 100px; | |
208 | 209 | } |
209 | 210 | .ortfolio-hardware-bottom-1 li:nth-of-type(2){ |
210 | 211 | /*padding-left: 100px;*/ |
211 | 212 | background: url("../images/produect_dev1.png") no-repeat center 0; |
212 | 213 | /*width: 578px;*/ |
213 | 214 | height: 500px; |
214 | - background-size: 100% 100%; | |
215 | + background-size: 578px 500px; | |
215 | 216 | } |
216 | 217 | .ortfolio-hardware-bottom-2 li:nth-of-type(1){ |
217 | 218 | margin-top: 190px; | ... | ... |