Commit 4925bcc85b6e4eab622ee9776c9f30527ac9bf00
1 parent
a831edc4
服务页 底部模块
Showing
1 changed file
with
1 additions
and
5 deletions
css/services.css
| ... | ... | @@ -47,18 +47,14 @@ |
| 47 | 47 | /*1 tab*/ |
| 48 | 48 | .services-wrap-left-1{ |
| 49 | 49 | background: url("../images/services_saasIco.png") no-repeat; |
| 50 | - width: 542px; | |
| 50 | + background-size:80% 100%; | |
| 51 | 51 | height: 494px; |
| 52 | - /*width: 100%;*/ | |
| 53 | 52 | margin: 102px auto 0; |
| 54 | 53 | } |
| 55 | 54 | .services-wrap-right-1{ |
| 56 | - width: 543px; | |
| 57 | 55 | /*width: 100%;*/ |
| 58 | 56 | height: 400px; |
| 59 | 57 | margin: 177px auto 0; |
| 60 | - /*margin-left: 20px;*/ | |
| 61 | - /*margin-left: 78px;*/ | |
| 62 | 58 | } |
| 63 | 59 | /*1----tab 右侧 切换部分 sta*/ |
| 64 | 60 | .services-soft-wrap{ | ... | ... |