play.wxss 392 B

123456
  1. page{width:100%;height:100%;background-color:#000;}
  2. .video{width:100%;height:100%;display:flex;align-items:center;justify-content:center;}
  3. video{width:100%;}
  4. .icon-home{color:#fff;}
  5. .common_witch{width:80rpx;height:80rpx;background-color:rgba(255,255,255,0.5);position:fixed;right:20rpx;z-index:999;text-align:center;border-radius:50%;display:flex;align-items:center;justify-content:center;}