|
@@ -298,7 +298,6 @@ export default {
|
|
|
iframe {
|
|
|
max-height: 570px;
|
|
|
border-radius: 14px;
|
|
|
- box-shadow: 0 0 16px rgba(0, 0, 0, 0.6);
|
|
|
}
|
|
|
|
|
|
iframe {
|
|
@@ -358,6 +357,8 @@ export default {
|
|
|
|
|
|
@media screen and (max-width: 1400px) {
|
|
|
.home {
|
|
|
+ overflow-y: auto;
|
|
|
+ overflow-x: hidden;
|
|
|
.content {
|
|
|
.warpper {
|
|
|
.slide {
|
|
@@ -368,7 +369,7 @@ export default {
|
|
|
}
|
|
|
img {
|
|
|
max-height: 80vh;
|
|
|
- width: auto;
|
|
|
+ width: 90%;
|
|
|
}
|
|
|
iframe {
|
|
|
height: 500px;
|
|
@@ -395,7 +396,7 @@ export default {
|
|
|
}
|
|
|
img {
|
|
|
max-height: 80vh;
|
|
|
- width: auto;
|
|
|
+ width: 90%;
|
|
|
}
|
|
|
iframe {
|
|
|
width: 100%;
|