UNPKG
@jdcfe/yep-react
Version:
latest (1.0.10)
1.0.10
1.0.9
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0-beta.6
1.0.0-beta.5
1.0.0-beta.4
1.0.0-beta.3
1.0.0-beta.2
1.0.0-beta.1
1.0.0-alpha.15
1.0.0-alpha.14
1.0.0-alpha.13
1.0.0-alpha.12
1.0.0-alpha.11
1.0.0-alpha.10
1.0.0-alpha.9
1.0.0-alpha.8
1.0.0-alpha.7
1.0.0-alpha.6
1.0.0-alpha.5
1.0.0-alpha.3
1.0.0-alpha.2
1.0.0-alpha.1
1.0.0-alpha
0.5.6
0.5.5
0.5.4
0.5.3
0.5.2
0.5.1
0.5.0
0.4.3
0.4.2
0.4.1
0.4.0
0.3.6
0.3.5
0.3.4
0.3.3
0.3.2
0.3.1
0.3.0
0.2.28
0.2.27
0.2.26
0.2.25
0.2.24
一套移动端的React组件库
jdf2e.github.io/yep-react/
jdf2e/yep-react
@jdcfe/yep-react
/
lib
/
mask
/
style
/
index.css
20 lines
(19 loc)
•
269 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
.Yep-mask
{
position
: fixed;
z-index
:
222
;
top
:
0
;
right
:
0
;
left
:
0
;
bottom
:
0
;
background
:
rgba
(
0
,
0
,
0
,
0.65
);
height
:
100%
; }
.Yep-mask_transparent
{
position
: fixed;
z-index
:
222
;
top
:
0
;
right
:
0
;
left
:
0
;
bottom
:
0
;
height
:
100%
; }