userSecurity.less
823 Bytes
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
@import 'verifyStatu';
@import "upimage.less";
.inline(){display: inline-block; vertical-align: middle}
.fl(){float: left}
.fr(){float: right}
.usertitle,
.usertext {
text-align: right;
}
.usertitle span {
color: #333;
}
.tips-word {
background-color: transparent;
color: #333;
line-height: 40px;
~ul {
margin-top: 0;
}
}
.line {
margin: 0 30px 10px 30px;
position: relative;
}
.subline {
padding: 0 10px 10px;
}
.tipword {
background-color: #fff;
padding: 15px 10px;
}
.formup {
margin-top: 20px;
.btn-sub {
display: block;
width: 100%;
margin-top: 20px;
}
}
.vph {
.fl;
width: 55%;
}
.btn-lb {
.fr;
width: 30%;
line-height: 44px;
background-color: #69b8dc;
border-color: #69b8dc;
}
.m50 {
margin-top: 50px;
}
.upimages .preimg {
background-size: cover;
}