张延森 před 2 roky
rodič
revize
56910aa467
1 změnil soubory, kde provedl 10 přidání a 0 odebrání
  1. 10
    0
      resources/static/less/ext-page.less

+ 10
- 0
resources/static/less/ext-page.less Zobrazit soubor

@@ -177,6 +177,16 @@
177 177
         background-origin: border-box;
178 178
         background-size: contain;
179 179
       }
180
+
181
+      .item-video {
182
+        height: 100%;
183
+        width: 100%;
184
+
185
+        video {
186
+          width: 100%;
187
+          height: 100%;
188
+        }
189
+      }
180 190
     }
181 191
   }
182 192