Commit 7e7e8f3cd9285512a6db108be2a89a3497855356

Authored by liuqimichale
1 parent 3dbf07af

服务 padding

css/services.css
... ... @@ -8,13 +8,16 @@
8 8 .services-bannertit{
9 9 /*height:50px;*/
10 10 line-height: 50px;
11   - font-size:48px;
  11 + font-size:44px;
12 12 font-weight:500;
13 13 color:rgba(255,255,255,1);
14 14 text-align: center;
15 15 margin: 191px auto 44px;
16 16  
17 17 }
  18 +.servicessection-wrap{
  19 + padding: 70px 0;
  20 +}
18 21 .services-bannertext{
19 22 height:25px;
20 23 line-height:25px;
... ... @@ -45,14 +48,17 @@
45 48 /*1 tab*/
46 49 .services-wrap-left-1{
47 50 background: url("../images/services_saasIco1.png") no-repeat center center;
48   - background-size:100% 100%;
  51 + background-size:542px 494px;
49 52 height: 494px;
50   - margin: 102px auto 0;
51 53 }
52 54 .services-wrap-right-1{
53 55 /*width: 100%;*/
54 56 height: 400px;
55   - margin: 177px auto 0;
  57 + margin: 70px auto 0;
  58 + padding-left: 100px;
  59 +}
  60 +.services-wrap{
  61 + padding: 70px 0;
56 62 }
57 63 /*1----tab 右侧 切换部分 sta*/
58 64 .services-soft-wrap{
... ... @@ -131,7 +137,8 @@
131 137 /*width: 543px;*/
132 138 /*width: 100%;*/
133 139 height: 400px;
134   - margin: 165px auto 0;
  140 + margin: 70px auto 0;
  141 + padding-right: 100px;
135 142  
136 143 }
137 144 .services-wrap-right-2{
... ... @@ -139,8 +146,7 @@
139 146 background-size:100% 100%;
140 147 /*width: 558px;*/
141 148 /*width: 100%;*/
142   - height: 574px;
143   - margin: 67px auto 0;
  149 + height: 494px;
144 150 /*margin-left: 10px;*/
145 151 }
146 152 /*-------2---*/
... ... @@ -199,15 +205,14 @@
199 205 background-size:100% 100%;
200 206 /*width: 568px;*/
201 207 /*width: 100%;*/
202   - height: 593px;
203   - margin: 67px auto 0;
204   - /*margin-left: 10px;*/
  208 + height: 494px;
205 209 }
206 210 .services-wrap-right-3{
207 211 /*width: 543px;*/
208 212 /*width: 100%;*/
209 213 height: 400px;
210   - margin: 165px auto 0;
  214 + margin: 70px auto 0;
  215 + padding-left: 100px;
211 216 /*margin-left: 20px;*/
212 217 }
213 218 /*-------3---*/
... ...
services.html
... ... @@ -240,7 +240,7 @@
240 240 <!--车主 end-->
241 241 <!--footer sta-->
242 242 <section class="section">
243   - <div class="services_bgF7F8FA" style="padding-top: 132px;padding-bottom: 120px">
  243 + <div class="services_bgF7F8FA" style="padding-top: 70px;padding-bottom: 70px">
244 244 <div class="text-center services-foottit">全面智慧停车解决方案</div>
245 245 <div class="container">
246 246 <div class="row ">
... ...