main.les
1.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
@import "../less/variables";
.user_info_wrap{
// .gradient(left,#60a7f0,#517ef0);
background-color:#0f2139;
}
.tel,.out_btn{
font-size: 12px;
color: #475669;
}
.divider{
margin: 0 8px;
height: 12px;
}
.out_btn:hover{
color: #475669;
}
.infor_btn{
color: #475669;
}
.hover_message{
width:408px;
position:relative;
.top_wrap{
border-bottom:1px solid #eeeeee;
height:32px;
width:100%;
}
.content_wrap{
height:48px;
line-height:48px;
border-bottom:1px solid #eeeeee;
font-weight:bold;
position:relative;
cursor:pointer;
}
.empty_content_wrap{
height:48px;
line-height:48px;
color:#999;
text-align:center;
}
.bottom_wrap{
height:48px;
background:#f5f6f8;
text-align:center;
line-height:48px;
margin:0 -16px -10px -16px;
}
}
.main_header{
background:#fff;
border-bottom: 1px solid @border-color;
// box-shadow: 0px 1px 4px rgba(0,0,0,0.3);
height: 54px;
line-height: 54px;
z-index: 100;
overflow: hidden;
color:#475669;
}
.select_tenant_wrap{
width:100%;
height:70px;
position: absolute;
bottom: 0;
left: 0;
right: 0;
text-align: center;
line-height: 70px;
color:#fff;
}
.tanants_body{
padding : 32px 24px;
background-color:#fff;
border-radius: 2px;
.tenants_foot{
.back_link{
height :24px;
color :#50a0f0;
text-align:right;
font-size :14px;
cursor :pointer;
}
}
}