IT-KIMI_SHI\SINOIT.KIMI
2018-12-07 50eb1d766c470dc6ff927199eaee934f972a8b70
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
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
.flat-blue .navbar .navbar-nav > li > a, .flat-blue .navbar.navbar-default .navbar-nav > li > a, .leftBarLiIcon {
    color: #0f77b1;
}
 
#page-wrapper {
    padding: 0 15px;
    height: 100%;
    min-height: 568px;
    background-color: white;
}
 
@media (min-width: 768px) {
    #page-wrapper {
        position: inherit;
        margin: 0 0 0 250px;
        padding: 0 30px;
        border-left: 1px solid #e7e7e7;
    }
}
 
.sidebar .sidebar-nav.navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}
 
.sidebar ul li a.active {
    background-color: #eeeeee;
}
 
.sidebar .arrow {
    float: right;
}
 
.sidebar .fa.arrow:before {
    content: "\f104";
}
 
.sidebar .active > a > .fa.arrow:before {
    content: "\f107";
}
 
.sidebar .nav-second-level li,
.sidebar .nav-third-level li {
    border-bottom: none !important;
}
 
.sidebar .nav-second-level li a {
    padding-left: 37px;
}
 
.sidebar .nav-third-level li a {
    padding-left: 52px;
}
 
form.make-model-region > div .col-lg-6 {
    padding: 0;
}
 
form.make-model-region > div .col-lg-6 label {
    padding: 7px 5px 0 0;
}
 
form.make-model-region > div .col-sm-11 {
    padding: 0px;
    min-height: 32px;
    height: auto;
}
 
form.make-model-region .labelDiv {
    border: 1px dashed #ccc;
    height: 30px;
}
 
form.make-model-region .labelDiv .mark-item {
    padding-top: 4px;
    border-right: 1px dashed #ccc;
    text-align: center;
    min-height: 30px;
}
 
form.make-model-region .labelDiv .mark-item-right {
    padding-top: 4px;
    text-align: center;
    min-height: 30px;
}
 
.trigger-column-tag {
    margin-top: 4px;
    margin-left: 5px;
    display: inline-block;
    width: 100px;
    border: 1px #f9e7bb solid;
}
 
.trigger-column-tag .dragName {
    padding: 4px;
    width: 80px;
    height: 20px;
    display: inline-block;
    overflow: hidden;
}
 
@media (min-width: 768px) {
    .sidebar {
        z-index: 1;
        position: absolute;
        width: 250px;
    }
}
 
#editArea {
    width: 100%;
    height: 90%;
    margin: auto;
}
 
/*拖拽提示框样式*/
.drag-helper {
    white-space: nowrap;
    border: 1px #22a7f0 solid;
    background-color: #def0fa;
    padding: 4px;
    z-index: 999999999
}
 
/*文本标签样式*/
.trigger-column-tag-text {
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: #f6eedb;
    cursor: move;
}
 
/*数字标签样式*/
.trigger-column-tag-number {
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: #d2ddf0;
    border: 1px solid #b1caf4;
    cursor: move;
}
 
.scrollable {
    overflow: auto;
}
 
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    border-top: 1px solid #ccc;
}
 
.chart-type span{
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: #f5f5f5;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    margin:4px 0px 4px 5px;
}
 
.chart-type span img{
    width: 30px;
    height: 30px;
}
 
.chart-type-select-panel .drag-tips{
    margin:4px;
}
 
.chart-type .active{
    background-color: #ccc;
}
 
#editArea{
    margin-top:30px;
    text-align: center
}
 
#editArea h3{
    margin-top: 120px;
    color: #ccc;
}
 
.row-editArea{
    border:1px #ccc dashed;
    /*height:386px;*/
}
 
body{
    overflow-y: hidden
}
 
table{
    table-layout: fixed;
}
 
td{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
 
.xls,.csv,.txt {
    background: #79ab61;
    background-image: -webkit-linear-gradient(top, #74ad5a, #68a54b);
    background-image: -moz-linear-gradient(top, #74ad5a, #68a54b);
    background-image: -ms-linear-gradient(top, #74ad5a, #68a54b);
    background-image: -o-linear-gradient(top, #74ad5a, #68a54b);
    background-image: linear-gradient(to bottom, #74ad5a, #68a54b);
    text-shadow: 0px -1px 0px #5b6178;
    -webkit-box-shadow: inset 0px 1px 0px 0px #9acc85;
    -moz-box-shadow: inset 0px 1px 0px 0px #9acc85;
    box-shadow: inset 0px 1px 0px 0px #9acc85;
    font-family: Arial;
    color: #ffffff;
    font-size: 14px;
    padding: 8px 20px 8px 20px;
    border: solid #3b6e22 1px;
    text-decoration: none;
}
 
.xls,.csv,.txt:hover {
    color: #ffffff;
    background: #68a54b;
    text-decoration: none;
}
 
.csv,.txt {
    margin-left: 5px;
}