张延森 2 anni fa
parent
commit
56910aa467
1 ha cambiato i file con 10 aggiunte e 0 eliminazioni
  1. 10
    0
      resources/static/less/ext-page.less

+ 10
- 0
resources/static/less/ext-page.less Vedi File

@@ -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