Commit 746c82fa6528b2678fb047555ca1996d6af7309c

Authored by liuqimichale
1 parent c512143a

服务

css/services.css
... ... @@ -6,7 +6,6 @@
6 6 background-repeat: no-repeat;
7 7 }
8 8 .services-bannertit{
9   - width:600px;
10 9 height:50px;
11 10 line-height: 50px;
12 11 font-size:48px;
... ... @@ -17,7 +16,6 @@
17 16  
18 17 }
19 18 .services-bannertext{
20   - width:450px;
21 19 height:25px;
22 20 line-height:25px;
23 21 font-size:24px;
... ... @@ -46,7 +44,7 @@
46 44 }
47 45 /*1 tab*/
48 46 .services-wrap-left-1{
49   - background: url("../images/services_saasIco.png") no-repeat;
  47 + background: url("../images/services_saasIco.png") no-repeat center center;
50 48 background-size:80% 100%;
51 49 height: 494px;
52 50 margin: 102px auto 0;
... ... @@ -61,19 +59,20 @@
61 59 height: 168px;
62 60 /*width: 100%;*/
63 61 /*width: 543px;*/
64   - border-bottom: 2px solid rgba(228,229,229,1);;
  62 + border-bottom: 2px solid rgba(228,229,229,1);
  63 + display: flex;
65 64 }
66 65 .services-soft-wrap li {
  66 + flex: 1;
67 67 color: rgba(6,14,19,.8);
68 68 font-size:20px;
69 69 cursor: pointer;
70 70 height: 168px;
71   - width: 133px;
  71 + /*width: 133px;*/
72 72 }
73 73 .services-soft-wrap li:nth-of-type(1) {
74 74 padding-top: 114px;
75 75 background: url(../images/services_titico1.png) no-repeat center 0;
76   - margin-right: 72px;
77 76 }
78 77 .services-soft-wrap li:nth-of-type(1).active {
79 78 color: #3F9FFE;
... ... @@ -85,6 +84,7 @@
85 84 padding-top: 114px;
86 85 background: url(../images/services_titico2.png) no-repeat center 0;
87 86 margin-right: 72px;
  87 + margin-left: 72px;
88 88 }
89 89 .services-soft-wrap li:nth-of-type(2).active {
90 90 color: #3F9FFE;
... ... @@ -146,22 +146,22 @@
146 146 }
147 147 /*-------2---*/
148 148 .services-park-wrap{
  149 + display: flex;
149 150 height: 168px;
150 151 /*width: 543px;*/
151 152 /*width: 100%;*/
152 153 border-bottom: 2px solid rgba(228,229,229,1);;
153 154 }
154 155 .services-park-wrap li {
  156 + flex: 1;
155 157 color: rgba(6,14,19,.8);
156 158 font-size:20px;
157 159 cursor: pointer;
158 160 height: 168px;
159   - width: 133px;
160 161 }
161 162 .services-park-wrap li:nth-of-type(1) {
162 163 padding-top: 114px;
163 164 background: url(../images/services_titico4.png) no-repeat center 0;
164   - margin-right: 72px;
165 165 }
166 166 .services-park-wrap li:nth-of-type(1).active {
167 167 color: #3F9FFE;
... ... @@ -173,6 +173,7 @@
173 173 padding-top: 114px;
174 174 background: url(../images/services_titico5.png) no-repeat center 0;
175 175 margin-right: 72px;
  176 + margin-left: 72px;
176 177 }
177 178 .services-park-wrap li:nth-of-type(2).active {
178 179 color: #3F9FFE;
... ... @@ -202,7 +203,7 @@
202 203 /*margin-left: 10px;*/
203 204 }
204 205 .services-wrap-right-3{
205   - width: 543px;
  206 + /*width: 543px;*/
206 207 /*width: 100%;*/
207 208 height: 400px;
208 209 margin: 165px auto 0;
... ... @@ -210,17 +211,18 @@
210 211 }
211 212 /*-------3---*/
212 213 .services-user-wrap{
  214 + display: flex;
213 215 height: 168px;
214 216 /*width: 543px;*/
215 217 /*width: 100%;*/
216 218 border-bottom: 2px solid rgba(228,229,229,1);;
217 219 }
218 220 .services-user-wrap li {
  221 + flex: 1;
219 222 color: rgba(6,14,19,.8);
220 223 font-size:20px;
221 224 cursor: pointer;
222 225 height: 168px;
223   - width: 133px;
224 226 }
225 227 .services-user-wrap li:nth-of-type(1) {
226 228 padding-top: 114px;
... ...
services.html
... ... @@ -26,7 +26,7 @@
26 26 <link type="text/css" rel="stylesheet" href="css/swiper.css">
27 27 <!-- Ruby CSS -->
28 28 <link type="text/css" rel="stylesheet" href="css/normalize.css">
29   - <link type="text/css" rel="stylesheet" href="style.css?a=1">
  29 + <link type="text/css" rel="stylesheet" href="style.css?a=2">
30 30 <link type="text/css" rel="stylesheet" href="css/responsive.css">
31 31 <link type="text/css" rel="stylesheet" href="css/services.css">
32 32  
... ...
style.css
... ... @@ -2602,5 +2602,9 @@ a:hover{
2602 2602 .contactside-bg p:nth-of-type(1),.contactside-bg p:nth-of-type(2){
2603 2603 text-align: center;
2604 2604 }
  2605 + .services-soft-wrap li,.services-park-wrap li,.services-user-wrap li{
  2606 + font-size: 16px!important;
  2607 + background-size: 60% 50%!important;
  2608 + }
2605 2609 }
2606 2610  
... ...