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
/
loading
/
style
/
index.css
14 lines
•
231 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.Yep-loading
{
display
: flex;
justify-content
: center;
position
: fixed;
z-index
:
999
;
top
:
calc
(
50%
-
60px
);
left
:
calc
(
50%
-
60px
);
width
:
120px
;
height
:
120px
; }
.Yep-loading
img
{
width
:
100%
;
height
:
100%
; }