1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
|
| .zyl_lofo_main {
| background-color: rgba(255, 255, 255, 0.9);
| width: 450px;
| height: 350px;
| position: absolute;
| right: 10%;
| top: 22%;
| z-index: 99999999;
| }
|
| .layui-input,
| .layui-select,
| .layui-textarea {
| background-color: inherit;
| padding-left: 30px;
| }
|
| .zyl_mar_02 {
| margin-top: 30px;
| }
|
| .zyl_pad_01 {
| padding: 5px 20px 5px 20px;
| }
|
| .zyl_lofo_icon {
| position: absolute;
| left: 5px;
| top: 8px;
| font-size: 20px;
| }
|
| .zyl_lofo_vercode {
| line-height: 35px;
| padding-left: 30px;
| font-size: 24px;
| }
|
| .zyl_login_cont {
| width: 100%;
| height: 100%;
| background-color: #009688;
| }
|
|