pan-mini/unpackage/dist/dev/mp-weixin/pages/detail/detail.wxss

11 lines
124 B
Plaintext

.video-detail {
width: 100%;
height: 100vh;
/* 16:9 宽高比 */
aspect-ratio: 16/9;
background-color: #000;
}