filesbox/miniprogram/FilesBox/components/file/files-preview/files-preview.wxss
2023-09-21 10:23:31 +08:00

4 lines
330 B
Plaintext

/* 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;}