-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathui.css
105 lines (86 loc) · 1.57 KB
/
ui.css
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
body {
direction: ltr;
font-family: tahoma, arial, verdana, sans-serif, Lucida Sans;
font-size: 11px;
}
.sc_menu_wrapper {
position: relative;
margin-top: 30px;
float: left;
overflow: auto;
}
.sc_menu {
padding: 15px 0;
}
.sc_menu a {
display: inline-block;
margin-bottom: 1px;
width: 160px;
margin-right: 1px;
text-decoration: none;
border: 2px rgb(79, 79, 79) solid;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
color: #fff;
background: rgb(79, 79, 79);
}
.sc_menu a:hover {
border-color: rgb(130, 130, 130);
border-style: dotted;
}
.sc_menu img {
display: inline;
border: none;
}
.sc_menu_wrapper .loading {
position: absolute;
top: 50px;
left: 10px;
display: inline;
margin: 0 auto;
padding: 10px;
width: 100px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
text-align: center;
color: #fff;
border: 1px solid rgb(79, 79, 79);
background: #1F1D1D;
}
.contact {
display: inline;
height: 30px;
padding: 4px 8px;
line-height: 0;
white-space: nowrap;
overflow: hidden;
}
.contact_photo {
width: 30px;
height: 30px;
background: 0 0 no-repeat;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
}
.contact_name {
line-height: 30px;
padding: 0 0 0 4px;
white-space: nowrap;
display: inline;
width: 120px;
text-overflow: ellipsis;
overflow: hidden;
}
.fl_l {
float: left;
}
.graph {
width: 1200px;
height: 600px;
overflow: auto;
/* align: right; */
}
.main {
overflow: auto;
}