Commit 9252af72f9e16ffd39b7611c00fdd982c2139244

Authored by Andy
1 parent c91f0532

add

css/services.css
... ... @@ -79,7 +79,8 @@
79 79 }
80 80 .services-soft-wrap li:nth-of-type(1) {
81 81 padding-top: 114px;
82   - background: url(../images/services_titico1.png) no-repeat center 0;
  82 + background: url(../images/service_bgsmallIco.png) no-repeat;
  83 + background-position: -500px 0;
83 84 }
84 85 .services-soft-wrap li:nth-of-type(1).active {
85 86 color: #3F9FFE;
... ...
services.html
... ... @@ -105,7 +105,6 @@
105 105 </li>
106 106 </ul>
107 107 </section>-->
108   - <section class="section">
109 108 <div class="container">
110 109 <ul class="row servicessection-wrap">
111 110 <li class="text-center col-md-6 services-wrap-left-1" id="services-wrap-sass"></li>
... ... @@ -156,7 +155,6 @@
156 155 </li>
157 156 </ul>
158 157 </div>
159   - </section>
160 158 <!--集团 end-->
161 159 <!--车场 sta-->
162 160 <section class="section">
... ...