index.wxss 116 B

123456789
  1. .video{
  2. width: 100%;
  3. height: 100%;
  4. background-color: #000000;
  5. }
  6. .video video{
  7. width: 100%;
  8. height: 100%;
  9. }