UNPKG

@nutui/nutui-react

Version:

京东风格的轻量级移动端 React 组件库,支持一套代码生成 H5 和小程序

22 lines 327 B
/* #ifdef harmony */ /* #endif */ /* #ifndef harmony */ /* #endif */ .nut-video { width: 100%; height: 100%; position: relative; display: flex; } .nut-video-player { width: 100%; background: #000; } .nut-video-player:focus { outline: none; } .nut-video video { width: 100%; height: 100%; object-fit: fill; }