filesbox/miniprogram/FilesBox/components/watermark/watermark.wxss

2 lines
237 B
Plaintext
Raw Normal View History

2023-09-21 02:23:31 +00:00
.water_top{position: fixed;top:0;bottom: 0;left: 0;right: 0;/* background: #999; *//* opacity: 0.9; */z-index: 95;display: flex;flex-wrap: wrap;}
.water-text{color: rgba(169,169,169,.2);text-align: center;font-size: 15px;max-width: 50%;}