auth_enterprise.less
786 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
@import "m/var";
.authEnterprisePage{
.m-tab{
li{
width: 50%;
padding: 0;
}
}
.m-table-view{
.cell{
padding: 0 10px 0 95px;
.title{
margin-left: -85px;
line-height: 42px;
min-width: 70px;
color: #666;
text-align: left;
}
.m-input{
margin-left: -10px;
float: left;
width: 100%;
}
.text{
line-height: 42px;
position: relative;
}
&.on{
.text .tips{
visibility: hidden;
}
}
.pic{
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
opacity: 0;
z-index: 1;
}
.preview{
position: absolute;
width: 36px;
height: 36px;
right: 15px;
top: 3px;
background-position: center center;
background-repeat: no-repeat;
}
}
}
}