UNPKG
antd-mobile-taro-ui
Version:
alpha (0.13.1-alpha.0)
latest (0.19.0)
0.19.0
0.18.0
0.17.0
0.16.2
0.16.1
0.16.0
0.15.1
0.14.2
0.14.1
0.13.1-alpha.0
0.13.0
0.12.0
0.11.0
0.10.0
0.9.0
0.8.0
0.7.0
0.6.0
0.5.1
0.5.0
0.4.1
0.4.0
0.3.0
0.2.0
0.1.0
以antd-mobile为设计标准,基于taro框架的微信小程序组件库
github.com/xz-77/antd-mobile-taro-ui
xz-77/antd-mobile-taro-ui
antd-mobile-taro-ui
/
es
/
components
/
water-mark
/
water-mark.css
15 lines
(14 loc)
•
267 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.adm-water-mark
{
--z-index
:
var
(--adm-water-mark-z-index,
2000
);
position
: absolute;
z-index
:
var
(--z-index);
left
:
0
;
right
:
0
;
top
:
0
;
bottom
:
0
;
pointer-events
: none;
background-repeat
: repeat; }
.adm-water-mark-full-page
{
position
: fixed; }