e531856232304ad5c09efa023d9acc388ef32688.svn-base
2.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
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
@charset "utf-8";
/* CSS Document */
ul,
li,
dl,
dt,
dd,
p,
div {
margin: 0;
padding: 0;
}
ol,
ul {
list-style: none;
}
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline;
}
* {
margin: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
*:before,
*:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.clearfix:before,
.clearfix:after {
content: "";
display: table;
}
.clearfix:after {
clear: both;
}
.clearfix:before,
.clearfix:after {
content: "";
display: table;
}
.clearfix:after {
clear: both;
}
a {
text-decoration: none;
outline: none;
color: #20A0FF;
}
html {
padding: 0;
margin: 0;
height: 100%;
font-size: 14px;
/*font-family: sans-serif;为编辑器注释*/
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
-webkit-tap-highlight-color: transparent;
}
body {
padding: 0;
height: 100%;
font-size: 14px;
/*font-size: 14px;为编辑器注释*/
font-family: 'Microsoft YaHei', sans-self;
background-color: #ffffff;
color: #000;
-webkit-touch-callout: none;
width: 100%;
margin: 0 auto;
overflow: auto;
}
img {
/*width: 100%;*/
vertical-align: middle;
border: 0;
display: block;
}
p,
pre {
margin: 0 0 0 0;
}
#browsingPath {
margin: 10px 0 0 10px;
}
#browsingPathData {
position: fixed;
top: 10px;
right: 10px;
width: 601px;
min-height: 500px;
}
/*弹框表格*/
.scopeOpen-table {
width: 100%;
/*height: 100%;*/
}
.scopeOpen-table {
border-top: 1px solid #bfcbd9;
border-left: 1px solid #bfcbd9;
text-align: center;
line-height: 30px;
}
.scopeOpen-table thead {
font-weight: bold;
background: #eef1f6;
}
.scopeOpen-table tr>td {
height: 36px;
max-width: 100px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
border-right: 1px solid #bfcbd9;
border-bottom: 1px solid #bfcbd9;
}
.tipWidth {
max-width: 110px;
display: inline-block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}