filesbox/miniprogram/FilesBox/components/file/files-preview/files-preview.wxss

4 lines
330 B
Plaintext
Raw Normal View History

2023-09-21 02:23:31 +00:00
/* packageB/pages/files/files-preview/files-preview.wxss */
page{background: #ffffff !important;}
.preview-video{width: 100%;position: fixed;left: 0;top: 0;height: calc(100% - env(safe-area-inset-bottom));}
.audio{width: 100%;height: 100%;position: fixed;top: 0;left: 0; display: flex;justify-content: center;align-items: center;}