Commit a7cdc401e755069981fd01bdd132944a94d895e5
1 parent
88fa9a77
关于我们 间距
Showing
2 changed files
with
5 additions
and
7 deletions
contact.html
| ... | ... | @@ -86,7 +86,7 @@ |
| 86 | 86 | </div> |
| 87 | 87 | </div> |
| 88 | 88 | |
| 89 | -<section id="contact" class="section contact"> | |
| 89 | +<section id="contact" class="section contact" > | |
| 90 | 90 | <div class="container"> |
| 91 | 91 | <div class="row"> |
| 92 | 92 | <div class="example-title text-center">经典案例</div> |
| ... | ... | @@ -114,7 +114,7 @@ |
| 114 | 114 | </div> |
| 115 | 115 | </section> |
| 116 | 116 | |
| 117 | -<section id="" class="section contact"> | |
| 117 | +<section id="" class="section contact" style="padding-top: 0;padding-bottom: 0;"> | |
| 118 | 118 | <div class="container"> |
| 119 | 119 | <div class="row rnt_pos_rel"> |
| 120 | 120 | <div class="contact_msg_cont rnt_pos_abs"> | ... | ... |
css/contact.css
| ... | ... | @@ -8,19 +8,17 @@ |
| 8 | 8 | background-size: 100% 100%; |
| 9 | 9 | } |
| 10 | 10 | .contactside-bg p:nth-of-type(1){ |
| 11 | - font-size:69px; | |
| 11 | + font-size:44px; | |
| 12 | 12 | font-weight:bold; |
| 13 | 13 | color:rgba(255,255,255,1); |
| 14 | - line-height:69px; | |
| 15 | - padding-top: 230px; | |
| 14 | + padding-top: 170px; | |
| 16 | 15 | } |
| 17 | 16 | .contactside-bg p:nth-of-type(2){ |
| 18 | 17 | padding-top: 30px; |
| 19 | 18 | height:34px; |
| 20 | - font-size:34px; | |
| 19 | + font-size:24px; | |
| 21 | 20 | font-weight:500; |
| 22 | 21 | color:rgba(255,255,255,1); |
| 23 | - line-height:96px; | |
| 24 | 22 | } |
| 25 | 23 | .example-title{ |
| 26 | 24 | height:36px; | ... | ... |