lanxin 1 hafta önce
ebeveyn
işleme
dabe7713ac
2 değiştirilmiş dosya ile 14 ekleme ve 4 silme
  1. BIN
      src/assets/bgVideo.mp4
  2. 14 4
      src/pages/A2layout/index.module.scss

BIN
src/assets/bgVideo.mp4


+ 14 - 4
src/pages/A2layout/index.module.scss

@@ -35,6 +35,9 @@
         .top {
           display: none;
         }
+        .back {
+          display: none;
+        }
       }
     }
     .sider {
@@ -78,8 +81,10 @@
         .text {
           font-weight: bold;
           color: #fffddc;
-          text-shadow: -20px -6px 30px rgb(234, 255, 176),
-            20px -6px 30px rgb(234, 255, 176), -20px 6px 30px rgb(234, 255, 176),
+          text-shadow:
+            -20px -6px 30px rgb(234, 255, 176),
+            20px -6px 30px rgb(234, 255, 176),
+            -20px 6px 30px rgb(234, 255, 176),
             20px 6px 30px rgb(234, 255, 176);
         }
       }
@@ -111,6 +116,9 @@
           .top {
             display: flex;
           }
+          .back {
+            display: flex;
+          }
           video {
             width: 100%;
             height: 100%;
@@ -214,8 +222,10 @@
           .text {
             font-weight: bold;
             color: #fffddc;
-            text-shadow: -20px -6px 30px rgb(234, 255, 176),
-              20px -6px 30px rgb(234, 255, 176), -20px 6px 30px rgb(234, 255, 176),
+            text-shadow:
+              -20px -6px 30px rgb(234, 255, 176),
+              20px -6px 30px rgb(234, 255, 176),
+              -20px 6px 30px rgb(234, 255, 176),
               20px 6px 30px rgb(234, 255, 176);
           }
         }