@nutui/nutui-react
Version:
京东风格的轻量级移动端 React 组件库,支持一套代码生成 H5 和小程序
17 lines • 305 B
CSS
/* #ifdef harmony */
/* #endif */
/* #ifndef harmony */
/* #endif */
.nut-watermark {
position: absolute;
z-index: var(--nutui-watermark-z-index, 1200);
left: 0;
right: 0;
top: 0;
bottom: 0;
pointer-events: none;
background-repeat: repeat;
}
.nut-watermark-full-page {
position: fixed;
}