UNPKG

518 BCSSView Raw
1#loadForLy .example {
2 text-align: center;
3 background: rgba(255, 255, 255, 0.7);
4 width: 100%;
5 height: 100%;
6 overflow: hidden;
7}
8
9#loadForLy .example .jc-spin-lg .jc-spin-dot {
10 width: 32px;
11 height: 32px;
12 position: absolute;
13 top: 30%;
14 left: 50%;
15 margin-left: -16px;
16 margin-top: -16px;
17 z-index: 1001;
18}
19
20#loadForLy {
21 height: 100%;
22 width: 100%;
23 position: absolute;
24 z-index: 1000;
25 overflow: hidden;
26 top: 0;
27 left: 0;
28}
\No newline at end of file