|
@@ -455,8 +455,8 @@ export default {
|
|
|
> .people-far-wrap {
|
|
|
position: absolute;
|
|
|
top: 20%;
|
|
|
- height: 70vh;
|
|
|
- width: calc(70vh * 400 / 600);
|
|
|
+ height: 630px;
|
|
|
+ width: 420px;
|
|
|
overflow: hidden;
|
|
|
> .people-far {
|
|
|
position: absolute;
|
|
@@ -478,7 +478,7 @@ export default {
|
|
|
top: 17%;
|
|
|
}
|
|
|
}
|
|
|
- .people-near-wrap {
|
|
|
+ > .people-near-wrap {
|
|
|
position: absolute;
|
|
|
bottom: -13%;
|
|
|
height: 100vh;
|
|
@@ -525,5 +525,29 @@ export default {
|
|
|
object-fit: cover;
|
|
|
}
|
|
|
}
|
|
|
+ @media screen and (max-height: 810px) {
|
|
|
+ .people-far-wrap {
|
|
|
+ height: 540px;
|
|
|
+ width: 360px;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ @media screen and (max-height: 720px) {
|
|
|
+ .people-far-wrap {
|
|
|
+ height: 480px;
|
|
|
+ width: 320px;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ @media screen and (max-height: 630px) {
|
|
|
+ .people-far-wrap {
|
|
|
+ height: 420px;
|
|
|
+ width: 280px;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ @media screen and (max-height: 540px) {
|
|
|
+ .people-far-wrap {
|
|
|
+ height: 360px;
|
|
|
+ width: 240px;
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
</style>
|