authentication.less
1017 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
59
60
61
62
/**
* name : zzf
* info :
*/
@import "m/step";
@import "m/result";
.line {
display: block;
border-bottom: 1px solid #ddd;
margin: 100px 0 20px 0;
}
.photo {
margin-left: 65px;
.a-photo {
float: left;
margin-right: 20px;
p {
float: left;
font-size: 14px;
line-height: 20px;
text-align: center;
margin-right: 20px;
span {
color: #999;
font-size: 13px;
}
}
.img {
float: left;
width: 140px;
height: 140px;
border: 1px solid #ddd;
position: relative;
.file-end {
position: absolute;
height: 35px;
background: #b2b2b2;
width: 100%;
bottom: 0px;
input {
opacity: 0;
}
p {
position: absolute;
width: 100%;
top: 0px;
color: #fff;
line-height: 35px;
z-index: 0;
}
}
}
}
}
.AuthenticationEnterprise {
.m-result {
margin-top: 100px;
}
}