|
@@ -31,8 +31,8 @@
|
|
|
}
|
|
|
|
|
|
html, body {
|
|
|
- width: 100vw;
|
|
|
- height: 100vh;
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
font-family: helvetica neue, Helvetica, apple sd gothic neo, malgun gothic, Arial, sans-serif;
|
|
|
overflow: hidden;
|
|
|
background-color: #f8f8f8;
|
|
@@ -46,7 +46,10 @@ html {
|
|
|
#app {
|
|
|
width: 100%;
|
|
|
max-width: 4.02rem;
|
|
|
- height: 100vh;
|
|
|
+ height: 100%;
|
|
|
+ padding-bottom: 0;
|
|
|
+ padding-bottom: constant(safe-area-inset-bottom);
|
|
|
+ padding-bottom: env(safe-area-inset-bottom);
|
|
|
margin: 0 auto;
|
|
|
font-size: 0.14rem;
|
|
|
background-color: var(--bg-color);
|
|
@@ -63,5 +66,3 @@ input {
|
|
|
.adm-input input{
|
|
|
color: #fff;
|
|
|
}
|
|
|
-
|
|
|
-
|