IonicLogin.css
3.4 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
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
html,
body {
height: 100%;
}
body {
min-width: 900px;
min-height: 768px;
padding: 0px !important;
margin: 0px !important;
overflow: hidden;
*zoom: 1;
}
#header {
width: 10px;
height: 100%;
}
.w_100 {
width: 100%;
}
.ub {
display: flex;
}
.ub-ac {
display: flex;
justify-content: center;
}
.ub-pc {
display: flex;
align-items: center;
}
.ub-ec {
display: flex;
justify-content: flex-end;
}
.ub-v {
display: flex;
flex-flow: column;
}
.bg-img {
height: 100%;
background-image: url('../assets/img/1.jpg');
background-repeat: no-repeat;
background-size: 100% 100%;
}
.bg-img2 {
height: 100%;
background-image: url('../assets/img/bg.jpg');
background-repeat: no-repeat;
background-size: 100% 100%;
}
.bg-img3 {
height: 100%;
background-image: url('../assets/img/bg2.jpg');
background-repeat: no-repeat;
background-size: 100% 100%;
}
.bg-color {
height: 100%;
background-color: #232423;
}
.trans {
font-size: 12px !important;
transform: scale(0.8);
-webkit-transform-origin-x: 0;
}
.clear {
clear: both;
}
.cuser {
cursor: pointer;
}
.login-body {
justify-content: center;
display: flex;
align-items: center;
height: 100%;
}
.login-body .login-box {
background-color: rgba(255, 255, 255, 0.2);
padding: 0.625rem;
display: flex;
flex-flow: column;
}
.login-body .login-box .login-content {
display: flex;
}
.login-body .login-box .login-content .logo-wh {
width: 11.25rem;
height: 11.25rem;
margin-right: 0.625rem;
}
.login-body .login-box .login-content .login-right {
width: 11.25rem;
height: 11.25rem;
display: flex;
align-items: center;
flex-flow: column;
}
.login-body .login-box .login-content .login-right .title {
align-items: center;
display: flex;
justify-content: center;
color: white;
height: 2.1875rem;
font-size: 0.875rem;
}
.login-body .login-box .login-content .login-right .login-user,
.login-body .login-box .login-content .login-right .user-msg,
.login-body .login-box .login-content .login-right .login-pwd,
.login-body .login-box .login-content .login-right .pwd-msg,
.login-body .login-box .login-content .login-right .login-btn {
width: 11.25rem;
height: 1.875rem;
}
.login-body .login-box .login-content .login-right .user-msg,
.login-body .login-box .login-content .login-right .pwd-msg {
height: 1.6875rem;
text-align: left;
text-indent: 5px;
color: #8f2c22;
font-size: 0.6875rem;
display: flex;
align-items: center;
}
.login-body .login-box .login-content .login-right .login-btn {
color: white;
}
.login-body .login-box .login-optin {
align-items: center;
display: flex;
justify-content: flex-end;
height: 1.71875rem;
margin-top: 1.25rem;
margin-right: 0.625rem;
}
.login-body .login-box .login-optin .option-text {
font-size: 0.625rem;
margin-right: 0.625rem;
}
.login-body .login-box .login-optin .option-img {
width: 1.5625rem;
height: 1.5625rem;
cursor: pointer;
}
.login-body .footer {
position: absolute;
bottom: 3.125rem;
display: flex;
width: 100%;
}
.login-body .footer .footer-body {
padding: 0.3125rem 15%;
display: flex;
width: 100%;
font-size: 14px;
line-height: 14px;
color: white;
}
.login-body .footer .footer-body .ver-css {
display: flex;
flex: 1;
align-items: center;
color: rgba(255, 255, 255, 0.6);
font-size: 0.625rem;
}
.login-body .footer .footer-body .ver-css .ver-text {
margin-left: 8px;
}