SyuanYu 1 年之前
父节点
当前提交
df8f3529b3
共有 3 个文件被更改,包括 32 次插入4 次删除
  1. 17 2
      static/css/style.css
  2. 0 0
      static/css/style.css.map
  3. 15 2
      static/css/style.scss

+ 17 - 2
static/css/style.css

@@ -4265,7 +4265,22 @@
   height: 100%;
 }
 .carousel-wrapper .carousel .wrapper .video-wrapper.e-win {
-  left: 33%;
+  left: 28%;
+  padding-bottom: 25%;
+  width: 48%;
+}
+@media (max-width: 1200px) {
+  .carousel-wrapper .carousel .wrapper .video-wrapper.e-win {
+    padding-bottom: 22%;
+    width: 46%;
+  }
+}
+@media (max-width: 575px) {
+  .carousel-wrapper .carousel .wrapper .video-wrapper.e-win {
+    padding-bottom: 16%;
+    width: 40%;
+    top: 45%;
+  }
 }
 .carousel-wrapper .carousel .lang {
   position: absolute;
@@ -4297,7 +4312,7 @@
   left: 4.5vw;
   z-index: 100;
 }
-@media (max-width: 991px) {
+@media (max-width: 1200px) {
   .carousel-wrapper .carousel .toggle-video {
     top: 33%;
     left: 3vw;

文件差异内容过多而无法显示
+ 0 - 0
static/css/style.css.map


+ 15 - 2
static/css/style.scss

@@ -4680,7 +4680,20 @@
         }
 
         &.e-win {
-          left: 33%;
+          left: 28%;
+          padding-bottom: 25%;
+          width: 48%;
+
+          @media (max-width: 1200px) {
+            padding-bottom: 22%;
+            width: 46%;
+          }
+
+          @media (max-width: 575px) {
+            padding-bottom: 16%;
+            width: 40%;
+            top: 45%;
+          }
         }
       }
     }
@@ -4716,7 +4729,7 @@
       left: 4.5vw;
       z-index: 100;
 
-      @media (max-width: 991px) {
+      @media (max-width: 1200px) {
         top: 33%;
         left: 3vw;
       }

部分文件因为文件数量过多而无法显示