|
|
@@ -477,7 +477,7 @@ export default {
|
|
|
padding-top: 7.72vh;
|
|
|
}
|
|
|
/deep/.swiper-wrapper {
|
|
|
- height: calc(100vh - 7.72vh);
|
|
|
+ height: calc(var(--app-height) - 7.72vh);
|
|
|
}
|
|
|
|
|
|
.top {
|
|
|
@@ -551,7 +551,7 @@ export default {
|
|
|
}
|
|
|
|
|
|
/deep/.swiper-wrapper {
|
|
|
- height: calc(100vh - 7.72vw);
|
|
|
+ height: calc(var(--app-height) - 7.72vw);
|
|
|
}
|
|
|
|
|
|
.bottom {
|
|
|
@@ -576,7 +576,7 @@ export default {
|
|
|
|
|
|
.imgs {
|
|
|
width: calc(12.6vw + 120px);
|
|
|
- height: 100vh;
|
|
|
+ height: var(--app-height);
|
|
|
box-sizing: border-box;
|
|
|
.icon {
|
|
|
padding: 6.3vw;
|
|
|
@@ -615,7 +615,7 @@ export default {
|
|
|
}
|
|
|
|
|
|
/deep/.swiper-wrapper {
|
|
|
- height: 100vh;
|
|
|
+ height: var(--app-height);
|
|
|
align-items: flex-end;
|
|
|
}
|
|
|
|
|
|
@@ -639,7 +639,7 @@ export default {
|
|
|
top: 0;
|
|
|
bottom: 0;
|
|
|
left: auto;
|
|
|
- height: 100vh;
|
|
|
+ height: var(--app-height);
|
|
|
width: 40px;
|
|
|
flex-direction: column;
|
|
|
right: 20px;
|