Files
cmgd-mini-app/uni_modules/nutui-uni/components/watermark/index.scss
2026-01-05 12:47:14 +08:00

15 lines
213 B
SCSS

.nut-watermark {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: $watermark-z-index;
pointer-events: none;
background-repeat: repeat;
&-full-page {
position: fixed;
}
}