UNPKG
am-watermark
Version:
latest (1.0.1)
1.0.1
1.0.0
一款Vue3的水印组件、支持指令和组件使用
am-watermark
/
dist
/
style.css
2 lines
(1 loc)
•
194 B
CSS
View Raw
1
2
.am-watermark
,
.am-watermark-content
{
position
:relative}
.am-watermark-bg
{
position
:absolute;
top
:
0
;
left
:
0
;
width
:
100%
;
height
:
100%
;
background-repeat
:repeat;
cursor
:none;
pointer-events
:none;
z-index
:
10
}