|
|
@ -218,6 +218,7 @@ |
|
|
width: 100%; |
|
|
width: 100%; |
|
|
height: 100%; |
|
|
height: 100%; |
|
|
background:rgba(255,255,255,1); |
|
|
background:rgba(255,255,255,1); |
|
|
|
|
|
position: relative; |
|
|
} |
|
|
} |
|
|
.home .page-top { |
|
|
.home .page-top { |
|
|
background:rgba(255,255,255,1); |
|
|
background:rgba(255,255,255,1); |
|
|
@ -225,9 +226,9 @@ |
|
|
align-items: center; |
|
|
align-items: center; |
|
|
justify-content: space-around; |
|
|
justify-content: space-around; |
|
|
z-index: 1000; |
|
|
z-index: 1000; |
|
|
position: relative; |
|
|
|
|
|
/*top: 0; |
|
|
|
|
|
left: 0;*/ |
|
|
|
|
|
|
|
|
position: absolute; |
|
|
|
|
|
top: 0; |
|
|
|
|
|
left: 0; |
|
|
} |
|
|
} |
|
|
.home .page-top i { |
|
|
.home .page-top i { |
|
|
font-style: normal; |
|
|
font-style: normal; |
|
|
|