no message
Showing
3 changed files
with
9 additions
and
6 deletions
... | @@ -8,7 +8,7 @@ | ... | @@ -8,7 +8,7 @@ |
8 | 8 | ||
9 | .footer-containter { | 9 | .footer-containter { |
10 | margin: 0 auto; | 10 | margin: 0 auto; |
11 | // max-width: 950px; | 11 | max-width: 1200px; |
12 | 12 | ||
13 | .cont { | 13 | .cont { |
14 | margin-left: 3.166667rem; | 14 | margin-left: 3.166667rem; |
... | @@ -36,8 +36,8 @@ | ... | @@ -36,8 +36,8 @@ |
36 | // 热线 | 36 | // 热线 |
37 | .hotline { | 37 | .hotline { |
38 | // margin-right: 8rem; | 38 | // margin-right: 8rem; |
39 | // min-width: 280px; | 39 | min-width: 280px; |
40 | flex: 1;; | 40 | // flex: 1; |
41 | 41 | ||
42 | .contact { | 42 | .contact { |
43 | .n-item { | 43 | .n-item { | ... | ... |
1 | 1 | ||
2 | <template> | 2 | <template> |
3 | <footer class="v-footer "> | 3 | <footer class="v-footer "> |
4 | <div class="footer-containter box"> | 4 | <div class="box footer-containter "> |
5 | <div class="cont"> | 5 | <div class="cont"> |
6 | <div class="logo-wrap"> | 6 | <div class="logo-wrap"> |
7 | <img class="logo-img" src="@/assets/images/home/footer-logo.png" alt="中国平安人寿保险"> | 7 | <img class="logo-img" src="@/assets/images/home/footer-logo.png" alt="中国平安人寿保险"> | ... | ... |
... | @@ -2,6 +2,7 @@ | ... | @@ -2,6 +2,7 @@ |
2 | 2 | ||
3 | .content { | 3 | .content { |
4 | padding-bottom: 2.25rem; | 4 | padding-bottom: 2.25rem; |
5 | |||
5 | } | 6 | } |
6 | 7 | ||
7 | .top-space { | 8 | .top-space { |
... | @@ -10,6 +11,7 @@ | ... | @@ -10,6 +11,7 @@ |
10 | 11 | ||
11 | .box { | 12 | .box { |
12 | position: relative; | 13 | position: relative; |
14 | |||
13 | } | 15 | } |
14 | 16 | ||
15 | // banner 轮播 | 17 | // banner 轮播 |
... | @@ -106,7 +108,7 @@ | ... | @@ -106,7 +108,7 @@ |
106 | position: relative; | 108 | position: relative; |
107 | margin: 0 auto; | 109 | margin: 0 auto; |
108 | // @extend .fcc; | 110 | // @extend .fcc; |
109 | width: 85%; | 111 | // width: 85%; |
110 | 112 | ||
111 | img { | 113 | img { |
112 | width: 100%; | 114 | width: 100%; |
... | @@ -142,7 +144,8 @@ | ... | @@ -142,7 +144,8 @@ |
142 | 144 | ||
143 | .news-wrap { | 145 | .news-wrap { |
144 | margin: 3.2rem auto 0; | 146 | margin: 3.2rem auto 0; |
145 | max-width: 66.75rem; | 147 | // max-width: 66.75rem; |
148 | max-width: 100rem; | ||
146 | 149 | ||
147 | .more { | 150 | .more { |
148 | text-align: right; | 151 | text-align: right; | ... | ... |
-
Please register or sign in to post a comment