style:样式
Showing
2 changed files
with
6 additions
and
4 deletions
... | @@ -11,9 +11,9 @@ | ... | @@ -11,9 +11,9 @@ |
11 | </head> | 11 | </head> |
12 | 12 | ||
13 | <body> | 13 | <body> |
14 | <div class="top-logo loadheader"></div> | 14 | <!-- <div class="top-logo loadheader"></div> |
15 | <div class="navigation loadheader"></div> | 15 | <div class="navigation loadheader"></div> --> |
16 | <div> | 16 | <div class="homeindex"> |
17 | <div class="banner"> | 17 | <div class="banner"> |
18 | <div class="layui-carousel" id="banner_swiper"> | 18 | <div class="layui-carousel" id="banner_swiper"> |
19 | <div carousel-item> | 19 | <div carousel-item> | ... | ... |
... | @@ -12,7 +12,9 @@ div.banner, div.c_one, div.c_two, div.c_three, div.c_four, div.c_five, div.foote | ... | @@ -12,7 +12,9 @@ div.banner, div.c_one, div.c_two, div.c_three, div.c_four, div.c_five, div.foote |
12 | text-align: center; | 12 | text-align: center; |
13 | } | 13 | } |
14 | 14 | ||
15 | 15 | .homeindex { | |
16 | min-height:calc(100vh - 207px); | ||
17 | } | ||
16 | 18 | ||
17 | div.banner { | 19 | div.banner { |
18 | height: 500px; | 20 | height: 500px; | ... | ... |
-
Please register or sign in to post a comment