browserTypeChooser_wev8.css
4.02 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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
@CHARSET "UTF-8";
.btc_container{
border:1px solid #cad1d7 !important;
position: absolute;
width: 570px !important;
height: auto !important;
font-family: "微软雅黑"!important;
font-size: 12px !important;
vertical-align:middle !important;
box-shadow: #eee 0px 0px 10px;
z-index:200 !important;
right:auto !important;
background: #fff !important;
}
.btc_container td{
background: #fff !important;
}
.btc-header{
margin: 0px !important;
padding: 0px !important;
width:100% !important;
/*height:40px;*/
line-height:40px !important;
display: inline-block !important;
line-height: inherit !important;
border-bottom: 1px solid #efefef !important;
background: #f5f5f5 !important;
}
.btc-header table,.btc-header table tbody td,.btc-header table tbody td:hover{
background: #f5f5f5 !important;
border-bottom: 0px !important;
border:0px !important;
}
.btc-header-ul{
list-style-type: none !important;
padding: 0px !important;
margin: 0px !important;
background: #f5f5f5 !important;
}
.btc-header-li{
float: left !important;
padding: 6px 10px !important;
cursor:pointer !important;
background: #f5f5f5 !important;
}
.btc-header-table{
width: 100% !important;
height: 100% !important;
background: #f5f5f5 !important;
}
.btc-header-li:hover{
color: #0179fe !important;
background: #f5f5f5 !important;
}
.li-highlight{
font-weight: bold !important;
color: #0179fe !important;
padding-left: 12px !important;
width: 100% !important;
background: #f5f5f5 !important;
}
.btc-header-li-current{
color: #0179fe !important;
background: #f5f5f5 !important;
}
.btc-browser{
overflow-y: auto;
overflow-x: hidden !important;
background: #fff !important;
}
.btc-browser-item{
width: inherit !important;
padding: 0px !important;
padding: 8px 12px 8px 0px !important;
border-bottom: 1px solid #efefef !important;
background: #fff !important;
}
.btc-browser-item-theader{
font-size: 12px !important;
font-weight: bold !important;
color:#2b9d1a !important;
padding-left: 10px !important;
background: #fff !important;
}
.btc-browser-item table{
margin-left:10px !important;
margin-right:10px !important;
height:100% !important;
width:550px !important;
font-family: "微软雅黑"!important;
font-size: 12px !important;
background: #fff !important;
}
.btc-browser-lastitem table{
border-bottom: 0px !important !important;
background: #fff !important;
}
.split{
color:#aaa !important;
margin:0px 10px !important;
}
.item-to-choose{
color:#aaa !important;
cursor: pointer !important;
background: #fff !important;
}
.item-to-choose:hover{
color: #0179fe !important;
text-decoration: underline !important;
background: #fff !important;
}
.btc-browser-item-theader-span{
float: right !important;
color: #d9d9d9 !important;
font-weight: normal !important;
margin-right: 15px;
background: #fff !important;
}
.sbToggle-btc{
background: url("/images/wf/down_wev8.png") 0 0 no-repeat;
width: 15px;
height: 15px;
line-height:22px;
vertical-align: middle;
}
.sbToggle-btc:hover{
background: url("/images/wf/down_wev8.png") 0 0 no-repeat;
vertical-align: middle;
width: 15px;
line-height:22px;
height: 15px;
}
.sbToggle-btc-reverse{
background: url("/images/wf/down_wev8.png") 0 0 no-repeat;
vertical-align: middle;
width: 15px;
height: 15px;
line-height:22px;
transform:scale(1,-1);
-moz-transform:scale(1,-1);
-webkit-transform:scale(1,-1);
-o-transform:scale(1,-1);
transform:scale(1,-1);
filter:FlipV;
}
.sbToggle-btc-reverse:hover{
vertical-align: middle;
background: url("/images/wf/down_wev8.png") 0 0 no-repeat;
width: 15px;
height: 15px;
line-height:22px;
transform:scale(1,-1);
-moz-transform:scale(1,-1);
-webkit-transform:scale(1,-1);
-o-transform:scale(1,-1);
transform:scale(1,-1);
filter:FlipV;
}
.btc_type_edit{
vertical-align:middle;
width:17px;
height:17px;
float:right;
padding:3px;
display: block;
}
.btc-head-div{
width:40px;
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;
float:left;
}