index.scss 311 B

123456789101112131415161718192021222324252627
  1. page {
  2. // background: #f2f2f2;
  3. }
  4. .pos{
  5. height: 45px;
  6. }
  7. view {
  8. box-sizing: border-box;
  9. }
  10. .container{
  11. // padding-bottom:85rpx;
  12. width: 100%;
  13. height: 100%;
  14. .context{
  15. padding: 40rpx;
  16. width: 100%;
  17. height: 100%;
  18. video{
  19. width: 100%;
  20. height:calc(100vh - 200rpx);
  21. }
  22. }
  23. }