Commit b439919c08cf0cdc8a29e9aba9fb5c97e127853a
1 parent
528aed2b
优化
Showing
1 changed file
with
7 additions
and
9 deletions
css/services.css
... | ... | @@ -6,7 +6,7 @@ |
6 | 6 | background-repeat: no-repeat; |
7 | 7 | } |
8 | 8 | .services-bannertit{ |
9 | - height:50px; | |
9 | + /*height:50px;*/ | |
10 | 10 | line-height: 50px; |
11 | 11 | font-size:48px; |
12 | 12 | font-weight:500; |
... | ... | @@ -277,7 +277,7 @@ |
277 | 277 | width: 100%; |
278 | 278 | } |
279 | 279 | .services-footmsgtit{ |
280 | - width:150px; | |
280 | + /*width:150px;*/ | |
281 | 281 | height:33px; |
282 | 282 | font-size:29px; |
283 | 283 | font-weight:bold; |
... | ... | @@ -288,14 +288,12 @@ |
288 | 288 | margin-top: 25px; |
289 | 289 | } |
290 | 290 | .services-footmsg{ |
291 | - width:240px; | |
292 | - height:44px; | |
293 | - font-size:16px; | |
294 | - font-weight:500; | |
295 | - color:rgba(0,0,0,0.6); | |
296 | - line-height:28px; | |
291 | + font-size: 16px; | |
292 | + font-weight: 500; | |
293 | + color: rgba(0,0,0,0.6); | |
294 | + line-height: 28px; | |
297 | 295 | text-align: left; |
298 | - margin-left: 40px; | |
296 | + padding: 0 20px 0 40px; | |
299 | 297 | } |
300 | 298 | .services-footIco1{ |
301 | 299 | background: url("../images/services_footIco1.png") no-repeat; | ... | ... |