You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

30 lines
656 B

.vxe-watermark {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
overflow: hidden;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
pointer-events: none;
background-repeat: repeat;
background-position: 0px 0px;
background-color: transparent;
z-index: 999999;
}
.vxe-watermark {
font-size: var(--vxe-ui-font-size-default);
}
.vxe-watermark.size--medium {
font-size: var(--vxe-ui-font-size-medium);
}
.vxe-watermark.size--small {
font-size: var(--vxe-ui-font-size-small);
}
.vxe-watermark.size--mini {
font-size: var(--vxe-ui-font-size-mini);
}