lo_style.css
2.1 KB
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
*{
padding: 0;
margin: 0;
box-sizing: border-box;
}
.lo_box{
margin: auto;
height: 100%;
width: 100%;
position: fixed;
background:rgb(20 120 254 / 49%);
}
body{
background-image: url(../images/bg.png);
background-repeat: no-repeat;
background-attachment: fixed;
background-size: 100% 100%;
height: 100%;
width: 100%;
}
.box{
position: relative;
display: flex;
/* border: 1px solid #ccc; */
justify-content: center;
width: 100%;
align-items: center;
}
.lo_xbox{
width: 70%;
margin:8% auto 4%;
display: flex;
justify-content: center;
align-items: center;
}
.lo_left{
width: 55%;
height: 100%;
color: #fff;
font-size: 30px;
line-height: 50px
}
.lo_left img{
width: 100%;
height: 560px;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
}
.lo_right{
width: 40%;
padding: 4%;
box-shadow: 1px 2px 7px 1px #68cdfa2e;
border-radius: 1px;
background: #fff;
}
.lo_right h2{
color: #287afa;
text-align: center;
font-weight: 600;
padding: 0;
margin: 0;
}
.put{
display: flex;
flex-direction: column;
margin-top: 30px;
}
h2{
padding: 20px 0;
margin: 4px 0;
}
.put input{
margin: 10px 0;
height: 45px;
line-height: 50px;
padding: 0 35px;
outline: none;
border: 1px solid #ccc;
border-radius: 4px;
width: 100%;
}
.lo_lo button{
width: 40%;
background: #287afa;
color: #fff;
border: none;
border-radius: 6px;
font-size: 16px;
padding: 13px 0;
}
.lo_btm{
width: 100%;
/*margin: 80px auto 0;*/
padding: 20px 0;
text-align: center;
position: fixed;
bottom: 0;
}
.lo_btm span{
padding: 30px 0;
font-size: 20px;
color: #d2d2d2;
font-weight: 200;
}
.lo_lo{
padding: 10% 0 0;
text-align: center;
}
.put_sys button{
border: none;
height: 47px;
width: 30%;
border-radius: 4px;
line-height: 50px;
align-self: center;
margin: 0 4px;
position: relative;
top: 8px;
padding: 2px;
}
.put_sys{
align-self: start;
padding: 2px;
display: inline-flex;
justify-content: space-between;
/* margin: 10px 0; */
width: 100%;
}
.user0 i{
left: 15px;
top: 44px;
position: relative;
color: #2864fa;
font-size: 18px;
}
.user0{
margin: 2px 0;
padding: 0 2px;
}