|
@@ -346,6 +346,8 @@ export default {
|
|
|
flex-direction: column;
|
|
|
align-items: center;
|
|
|
width: 100%;
|
|
|
+ padding-bottom: calc(constant(safe-area-inset-bottom));
|
|
|
+ padding-bottom: calc(env(safe-area-inset-bottom));
|
|
|
min-height: 100vh;
|
|
|
background: #3D82D9;
|
|
|
}
|
|
@@ -542,7 +544,7 @@ export default {
|
|
|
|
|
|
.about {
|
|
|
width: 100%;
|
|
|
- height: 647px;
|
|
|
+ height: 665px;
|
|
|
margin-top: 28px;
|
|
|
background: url("./image/explain@2x.png") center top/100% 100% no-repeat;
|
|
|
}
|