Commit 0a954a2d70f3226c8e1f9b96ad026d50708f815c
1 parent
9830a211
首页自适应
Showing
2 changed files
with
5 additions
and
2 deletions
index.html
... | ... | @@ -163,7 +163,7 @@ |
163 | 163 | <div class="col-md-7 col-sm-12 col-xs-12 wow fadeIn " data-wow-duration="0.8s" data-wow-delay="0.9s"> |
164 | 164 | |
165 | 165 | <div class="feature-left"> |
166 | - <img src="images/softwareall.png" alt="#" width="700" height="400"> | |
166 | + <img src="images/softwareall.png" alt="#" width="100%" height="400"> | |
167 | 167 | </div> |
168 | 168 | </div> |
169 | 169 | <div class="col-md-5 col-sm-12 col-xs-12 wow fadeIn" data-wow-duration="0.8s" data-wow-delay="0.9s"> | ... | ... |
style.css
... | ... | @@ -2495,7 +2495,7 @@ a:hover{ |
2495 | 2495 | display: block; |
2496 | 2496 | } |
2497 | 2497 | .bottom-footer{ |
2498 | - width: 1200px; | |
2498 | + width: 100%; | |
2499 | 2499 | margin: 0 auto; |
2500 | 2500 | border-top: 1px solid rgba(255,255,255,.2); |
2501 | 2501 | } |
... | ... | @@ -2577,5 +2577,8 @@ a:hover{ |
2577 | 2577 | width: 80%; |
2578 | 2578 | margin: 0 auto; |
2579 | 2579 | } |
2580 | + .features-container li{ | |
2581 | + text-align: center; | |
2582 | + } | |
2580 | 2583 | } |
2581 | 2584 | ... | ... |