UNPKG

333 BSCSSView Raw
1#popup-captcha {
2 display: none;
3 position: fixed;
4 left: 0;
5 top: 0;
6 z-index: 2;
7 width: 100%;
8 height: 100%;
9 background: rgba(0, 0, 0, 0.5);
10
11 .geetest_holder {
12 position: absolute;
13 left: 0;
14 right: 0;
15 top: 0;
16 bottom: 0;
17 margin: auto;
18 height: 44px;
19 width: 300px;
20 }
21}