IonicLogin.less
3.0 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
@import 'common.less';
.login-body{
.ub;.ub-ac;.ub-pc;
height: @height;
.login-box{
background-color: rgba(255, 255, 255, 0.2);
// padding: 2rem;
padding: .625rem;
.ub-v;
.login-content{
.ub;
.logo-wh{
// width: 36rem;
// height: 36rem;
// margin-right: 2rem;
width: 11.25rem;
height: 11.25rem;
margin-right: .625rem;
// border:1px solid
}
.login-right{
// width: 36rem;
// height: 36rem;
width: 11.25rem;
height: 11.25rem;
// border:1px solid;
display: flex;
align-items: center;
flex-flow: column;
.title{
.ub-pc;
.ub-ac;
color: white;
// height: 7rem;
height: 2.1875rem;
font-size: .875rem;
}
.login-user,.user-msg,.login-pwd,.pwd-msg,.login-btn{
// width: 100%;
// width: 36rem;
// height: 6rem;
width: 11.25rem;
height: 1.875rem;
}
.user-msg,.pwd-msg{
// height: 5.4rem;
height: 1.6875rem;
text-align: left;
text-indent: 5px;
color: #8f2c22;
font-size: .6875rem;
.ub-pc
}
.login-pwd{
}
.pwd-msg{
}
.login-btn{
color: white;
}
}
}
.login-optin{
.ub-pc;
.ub-ec;
// height: 5.5rem;
// margin-top: 4rem;
// margin-right: 2rem;
height: 1.71875rem;
margin-top: 1.25rem;
margin-right: .625rem;
.option-text{
font-size: .625rem;
// margin-right: 2rem;
margin-right: .625rem;
}
.option-img {
// width: 5rem;
// height: 5rem;
width: 1.5625rem;
height: 1.5625rem;
cursor: pointer;
}
}
}
.footer{
position: absolute; bottom:3.125rem;display: flex;width:100%;
.footer-body{
padding:.3125rem 15%;
display: flex;width:100%;
font-size:14px;
line-height: 14px;
color:white;
.ver-css{
display:flex;flex:1;align-items: center;color:rgba(255,255,255,0.6);
font-size: .625rem;
.ver-text{
margin-left: 8px;
}
}
}
}
}