diff --git a/src/views/scenic/components/box-1.vue b/src/views/scenic/components/box-1.vue index 379994f..08508fd 100644 --- a/src/views/scenic/components/box-1.vue +++ b/src/views/scenic/components/box-1.vue @@ -32,7 +32,7 @@
-
+
img { - width: vw(150); - height: auto; + // width: vw(150); + height: vh(100); } } &__left-item { @@ -356,7 +363,7 @@ import pubSub from 'pubsub-js' position: absolute; top: vh(-10); font-weight: 400; - font-size: font-vw(18); + font-size: font-vw(16); color: #ffffff; left:vw(0) } @@ -393,7 +400,7 @@ import pubSub from 'pubsub-js' } .main { width: 100%; - height: vh(700); + height: vh(720); overflow-x: auto; overflow-y: hidden; position:relative;