video.wxss 229 B

12345678910111213141516
  1. .content {
  2. display: flex;
  3. flex-direction: column;
  4. box-sizing: border-box;
  5. width: 100vw;
  6. height: 100vh;
  7. }
  8. .content .one {
  9. text-align: center;
  10. padding: 10px;
  11. }
  12. .content .one video {
  13. width: 100%;
  14. height: 250px;
  15. }