123456789101112131415161718192021222324252627 |
- page {
- // background: #f2f2f2;
- }
- .pos{
- height: 45px;
- }
- view {
- box-sizing: border-box;
- }
- .container{
- // padding-bottom:85rpx;
- width: 100%;
- height: 100%;
- .context{
- padding: 40rpx;
- width: 100%;
- height: 100%;
- video{
- width: 100%;
- height:calc(100vh - 200rpx);
- }
- }
- }
-
-
|