|
|
|
@ -215,6 +215,8 @@ |
|
|
|
|
|
|
|
<style> |
|
|
|
.home { |
|
|
|
width: 100%; |
|
|
|
height: 100%; |
|
|
|
background:rgba(255,255,255,1); |
|
|
|
} |
|
|
|
.home .page-top { |
|
|
|
@ -223,6 +225,8 @@ |
|
|
|
align-items: center; |
|
|
|
justify-content: space-around; |
|
|
|
z-index: 1000; |
|
|
|
top: 0; |
|
|
|
left: 0; |
|
|
|
} |
|
|
|
.home .page-top i { |
|
|
|
font-style: normal; |
|
|
|
@ -257,6 +261,7 @@ |
|
|
|
background:rgba(255,255,255,1); |
|
|
|
padding-bottom: 1rem; |
|
|
|
-webkit-overflow-scrolling : touch; |
|
|
|
overflow-y: scroll; |
|
|
|
} |
|
|
|
.home .page-content .banner { |
|
|
|
max-height: 3rem; |
|
|
|
|