You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
453 lines
8.7 KiB
453 lines
8.7 KiB
8 years ago
|
@import "../image";
|
||
|
@import "../lib/icon";
|
||
|
@import "../lib/background";
|
||
|
|
||
|
.base-line-conn-background {
|
||
|
.imagePath(@icon-tree-vertical-line-1, 0, 0, repeat-y);
|
||
|
}
|
||
|
|
||
|
.first-line-conn-background {
|
||
|
.imagePath(@icon-tree-vertical-line-2);
|
||
|
}
|
||
|
|
||
|
.last-line-conn-background {
|
||
|
.imagePath(@icon-tree-vertical-line-4);
|
||
|
}
|
||
|
|
||
|
.mid-line-conn-background {
|
||
|
.imagePath(@icon-tree-vertical-line-3);
|
||
|
}
|
||
|
|
||
|
.loading-background {
|
||
|
.imagePath(@icon-loading);
|
||
|
}
|
||
|
|
||
|
.loading-background-f25 {
|
||
|
.imagePath(@background-loading-f25);
|
||
|
}
|
||
|
|
||
|
.loading-background-e50 {
|
||
|
.imagePath(@background-loading-e50);
|
||
|
}
|
||
|
|
||
|
.loading-background-d100 {
|
||
|
.imagePath(@background-loading-d100);
|
||
|
}
|
||
|
|
||
|
//表格、图表中的提示图标背景 -- start --
|
||
|
.axis-tip-background {
|
||
|
.imagePath(@background-tip-axis);
|
||
|
background-color: #ffffff;
|
||
|
z-index: 2;
|
||
|
}
|
||
|
|
||
|
.axis-accu-tip-background {
|
||
|
.imagePath(@background-tip-axis-accu);
|
||
|
background-color: #ffffff;
|
||
|
z-index: 2;
|
||
|
}
|
||
|
|
||
|
.axis-percent-tip-background {
|
||
|
.imagePath(@background-tip-axis-percent);
|
||
|
background-color: #ffffff;
|
||
|
z-index: 2;
|
||
|
}
|
||
|
|
||
|
.axis-compare-tip-background {
|
||
|
.imagePath(@background-tip-axis-compare);
|
||
|
background-color: #ffffff;
|
||
|
z-index: 2;
|
||
|
}
|
||
|
|
||
|
.axis-fall-tip-background {
|
||
|
.imagePath(@background-tip-axis-fall);
|
||
|
background-color: #ffffff;
|
||
|
z-index: 2;
|
||
|
}
|
||
|
|
||
|
.bubble-tip-background {
|
||
|
.imagePath(@background-tip-bubble);
|
||
|
background-color: #ffffff;
|
||
|
z-index: 2;
|
||
|
}
|
||
|
|
||
|
.bubble-force-tip-background {
|
||
|
.imagePath(@background-tip-bubble-force);
|
||
|
background-color: #ffffff;
|
||
|
z-index: 2;
|
||
|
}
|
||
|
|
||
|
.dashboard-tip-background {
|
||
|
.imagePath(@background-tip-dashboard);
|
||
|
background-color: #ffffff;
|
||
|
z-index: 2;
|
||
|
}
|
||
|
|
||
|
.donut-tip-background {
|
||
|
.imagePath(@background-tip-donut);
|
||
|
background-color: #ffffff;
|
||
|
z-index: 2;
|
||
|
}
|
||
|
|
||
|
.funnel-tip-background {
|
||
|
.imagePath(@background-tip-funnel);
|
||
|
background-color: #ffffff;
|
||
|
z-index: 2;
|
||
|
}
|
||
|
|
||
|
.map-tip-background {
|
||
|
.imagePath(@background-tip-map);
|
||
|
background-color: #ffffff;
|
||
|
z-index: 2;
|
||
|
}
|
||
|
|
||
|
.map-gis-tip-background {
|
||
|
.imagePath(@background-tip-map-gis);
|
||
|
background-color: #ffffff;
|
||
|
z-index: 2;
|
||
|
}
|
||
|
|
||
|
.map-svg-tip-background {
|
||
|
.imagePath(@background-tip-map-svg);
|
||
|
background-color: #ffffff;
|
||
|
z-index: 2;
|
||
|
}
|
||
|
|
||
|
.map-svg-c-tip-background {
|
||
|
.imagePath(@background-tip-map-svg-c);
|
||
|
background-color: #ffffff;
|
||
|
z-index: 2;
|
||
|
}
|
||
|
|
||
|
.map-svg-g-tip-background {
|
||
|
.imagePath(@background-tip-map-svg-g);
|
||
|
background-color: #ffffff;
|
||
|
z-index: 2;
|
||
|
}
|
||
|
|
||
|
.pie-tip-background {
|
||
|
.imagePath(@background-tip-pie);
|
||
|
background-color: #ffffff;
|
||
|
z-index: 2;
|
||
|
}
|
||
|
|
||
|
.radar-tip-background {
|
||
|
.imagePath(@background-tip-radar);
|
||
|
background-color: #ffffff;
|
||
|
z-index: 2;
|
||
|
}
|
||
|
|
||
|
.radar-accu-tip-background {
|
||
|
.imagePath(@background-tip-radar-accu);
|
||
|
background-color: #ffffff;
|
||
|
z-index: 2;
|
||
|
}
|
||
|
|
||
|
.area-tip-background {
|
||
|
.imagePath(@background-tip-area);
|
||
|
background-color: #ffffff;
|
||
|
z-index: 2;
|
||
|
}
|
||
|
|
||
|
.area-accu-tip-background {
|
||
|
.imagePath(@background-tip-area-accu);
|
||
|
background-color: #ffffff;
|
||
|
z-index: 2;
|
||
|
}
|
||
|
|
||
|
.area-compare-tip-background {
|
||
|
.imagePath(@background-tip-area-compare);
|
||
|
background-color: #ffffff;
|
||
|
z-index: 2;
|
||
|
}
|
||
|
|
||
|
.area-percent-tip-background {
|
||
|
.imagePath(@background-tip-area-percent);
|
||
|
background-color: #ffffff;
|
||
|
z-index: 2;
|
||
|
}
|
||
|
|
||
|
.area-range-tip-background {
|
||
|
.imagePath(@background-tip-area-range);
|
||
|
background-color: #ffffff;
|
||
|
z-index: 2;
|
||
|
}
|
||
|
|
||
|
.bar-tip-background {
|
||
|
.imagePath(@background-tip-bar);
|
||
|
background-color: #ffffff;
|
||
|
z-index: 2;
|
||
|
}
|
||
|
|
||
|
.bar-accu-tip-background {
|
||
|
.imagePath(@background-tip-bar-accu);
|
||
|
background-color: #ffffff;
|
||
|
z-index: 2;
|
||
|
}
|
||
|
|
||
|
.bar-compare-tip-background {
|
||
|
.imagePath(@background-tip-bar-compare);
|
||
|
background-color: #ffffff;
|
||
|
z-index: 2;
|
||
|
}
|
||
|
|
||
|
.combine-tip-background {
|
||
|
.imagePath(@background-tip-combine);
|
||
|
background-color: #ffffff;
|
||
|
z-index: 2;
|
||
|
}
|
||
|
|
||
|
.combine-m-tip-background {
|
||
|
.imagePath(@background-tip-combine-m);
|
||
|
background-color: #ffffff;
|
||
|
z-index: 2;
|
||
|
}
|
||
|
|
||
|
.line-tip-background {
|
||
|
.imagePath(@background-tip-line);
|
||
|
background-color: #ffffff;
|
||
|
z-index: 2;
|
||
|
}
|
||
|
|
||
|
.scatter-tip-background {
|
||
|
.imagePath(@background-tip-scatter);
|
||
|
background-color: #ffffff;
|
||
|
z-index: 2;
|
||
|
}
|
||
|
|
||
|
.table-complex-tip-background {
|
||
|
.imagePath(@background-tip-table-complex);
|
||
|
background-color: #ffffff;
|
||
|
z-index: 2;
|
||
|
}
|
||
|
|
||
|
.table-cross-tip-background {
|
||
|
.imagePath(@background-tip-table-cross);
|
||
|
background-color: #ffffff;
|
||
|
z-index: 2;
|
||
|
}
|
||
|
|
||
|
.table-group-tip-background {
|
||
|
.imagePath(@background-tip-table-group);
|
||
|
background-color: #ffffff;
|
||
|
z-index: 2;
|
||
|
}
|
||
|
|
||
|
.table-detail-tip-background {
|
||
|
.imagePath(@background-tip-table-detail);
|
||
|
background-color: #ffffff;
|
||
|
z-index: 2;
|
||
|
}
|
||
|
|
||
|
.axis-text-tip-background {
|
||
|
.imagePath(@background-tip-axis-text);
|
||
|
background-color: #ffffff;
|
||
|
z-index: 2;
|
||
|
}
|
||
|
|
||
|
.axis-accu-text-tip-background {
|
||
|
.imagePath(@background-tip-axis-accu-text);
|
||
|
background-color: #ffffff;
|
||
|
z-index: 2;
|
||
|
}
|
||
|
|
||
|
.axis-percent-text-tip-background {
|
||
|
.imagePath(@background-tip-axis-percent-text);
|
||
|
background-color: #ffffff;
|
||
|
z-index: 2;
|
||
|
}
|
||
|
|
||
|
.axis-compare-text-tip-background {
|
||
|
.imagePath(@background-tip-axis-compare-text);
|
||
|
background-color: #ffffff;
|
||
|
z-index: 2;
|
||
|
}
|
||
|
|
||
|
.axis-fall-text-tip-background {
|
||
|
.imagePath(@background-tip-axis-fall-text);
|
||
|
background-color: #ffffff;
|
||
|
z-index: 2;
|
||
|
}
|
||
|
|
||
|
.bubble-text-tip-background {
|
||
|
.imagePath(@background-tip-bubble-text);
|
||
|
background-color: #ffffff;
|
||
|
z-index: 2;
|
||
|
}
|
||
|
|
||
|
.bubble-force-text-tip-background {
|
||
|
.imagePath(@background-tip-bubble-force-text);
|
||
|
background-color: #ffffff;
|
||
|
z-index: 2;
|
||
|
}
|
||
|
|
||
|
.dashboard-text-tip-background {
|
||
|
.imagePath(@background-tip-dashboard-text);
|
||
|
background-color: #ffffff;
|
||
|
z-index: 2;
|
||
|
}
|
||
|
|
||
|
.donut-text-tip-background {
|
||
|
.imagePath(@background-tip-donut-text);
|
||
|
background-color: #ffffff;
|
||
|
z-index: 2;
|
||
|
}
|
||
|
|
||
|
.funnel-text-tip-background {
|
||
|
.imagePath(@background-tip-funnel-text);
|
||
|
background-color: #ffffff;
|
||
|
z-index: 2;
|
||
|
}
|
||
|
|
||
|
.map-text-tip-background {
|
||
|
.imagePath(@background-tip-map-text);
|
||
|
background-color: #ffffff;
|
||
|
z-index: 2;
|
||
|
}
|
||
|
|
||
|
.map-gis-text-tip-background {
|
||
|
.imagePath(@background-tip-map-gis-text);
|
||
|
background-color: #ffffff;
|
||
|
z-index: 2;
|
||
|
}
|
||
|
|
||
|
.map-svg-text-tip-background {
|
||
|
.imagePath(@background-tip-map-svg-text);
|
||
|
background-color: #ffffff;
|
||
|
z-index: 2;
|
||
|
}
|
||
|
|
||
|
.map-svg-c-text-tip-background {
|
||
|
.imagePath(@background-tip-map-svg-c-text);
|
||
|
background-color: #ffffff;
|
||
|
z-index: 2;
|
||
|
}
|
||
|
|
||
|
.map-svg-g-text-tip-background {
|
||
|
.imagePath(@background-tip-map-svg-g-text);
|
||
|
background-color: #ffffff;
|
||
|
z-index: 2;
|
||
|
}
|
||
|
|
||
|
.pie-text-tip-background {
|
||
|
.imagePath(@background-tip-pie-text);
|
||
|
background-color: #ffffff;
|
||
|
z-index: 2;
|
||
|
}
|
||
|
|
||
|
.radar-text-tip-background {
|
||
|
.imagePath(@background-tip-radar-text);
|
||
|
background-color: #ffffff;
|
||
|
z-index: 2;
|
||
|
}
|
||
|
|
||
|
.radar-accu-text-tip-background {
|
||
|
.imagePath(@background-tip-radar-accu-text);
|
||
|
background-color: #ffffff;
|
||
|
z-index: 2;
|
||
|
}
|
||
|
|
||
|
.area-text-tip-background {
|
||
|
.imagePath(@background-tip-area-text);
|
||
|
background-color: #ffffff;
|
||
|
z-index: 2;
|
||
|
}
|
||
|
|
||
|
.area-accu-text-tip-background {
|
||
|
.imagePath(@background-tip-area-accu-text);
|
||
|
background-color: #ffffff;
|
||
|
z-index: 2;
|
||
|
}
|
||
|
|
||
|
.area-compare-text-tip-background {
|
||
|
.imagePath(@background-tip-area-compare-text);
|
||
|
background-color: #ffffff;
|
||
|
z-index: 2;
|
||
|
}
|
||
|
|
||
|
.area-percent-text-tip-background {
|
||
|
.imagePath(@background-tip-area-percent-text);
|
||
|
background-color: #ffffff;
|
||
|
z-index: 2;
|
||
|
}
|
||
|
|
||
|
.area-range-text-tip-background {
|
||
|
.imagePath(@background-tip-area-range-text);
|
||
|
background-color: #ffffff;
|
||
|
z-index: 2;
|
||
|
}
|
||
|
|
||
|
.bar-text-tip-background {
|
||
|
.imagePath(@background-tip-bar-text);
|
||
|
background-color: #ffffff;
|
||
|
z-index: 2;
|
||
|
}
|
||
|
|
||
|
.bar-accu-text-tip-background {
|
||
|
.imagePath(@background-tip-bar-accu-text);
|
||
|
background-color: #ffffff;
|
||
|
z-index: 2;
|
||
|
}
|
||
|
|
||
|
.bar-compare-text-tip-background {
|
||
|
.imagePath(@background-tip-bar-compare-text);
|
||
|
background-color: #ffffff;
|
||
|
z-index: 2;
|
||
|
}
|
||
|
|
||
|
.combine-text-tip-background {
|
||
|
.imagePath(@background-tip-combine-text);
|
||
|
background-color: #ffffff;
|
||
|
z-index: 2;
|
||
|
}
|
||
|
|
||
|
.combine-m-text-tip-background {
|
||
|
.imagePath(@background-tip-combine-m-text);
|
||
|
background-color: #ffffff;
|
||
|
z-index: 2;
|
||
|
}
|
||
|
|
||
|
.line-text-tip-background {
|
||
|
.imagePath(@background-tip-line-text);
|
||
|
background-color: #ffffff;
|
||
|
z-index: 2;
|
||
|
}
|
||
|
|
||
|
.scatter-text-tip-background {
|
||
|
.imagePath(@background-tip-scatter-text);
|
||
|
background-color: #ffffff;
|
||
|
z-index: 2;
|
||
|
}
|
||
|
|
||
|
.table-complex-text-tip-background {
|
||
|
.imagePath(@background-tip-table-complex-text);
|
||
|
background-color: #ffffff;
|
||
|
z-index: 2;
|
||
|
}
|
||
|
|
||
|
.table-cross-text-tip-background {
|
||
|
.imagePath(@background-tip-table-cross-text);
|
||
|
background-color: #ffffff;
|
||
|
z-index: 2;
|
||
|
}
|
||
|
|
||
|
.table-group-text-tip-background {
|
||
|
.imagePath(@background-tip-table-group-text);
|
||
|
background-color: #ffffff;
|
||
|
z-index: 2;
|
||
|
}
|
||
|
|
||
|
.table-detail-text-tip-background {
|
||
|
.imagePath(@background-tip-table-detail-text);
|
||
|
background-color: #ffffff;
|
||
|
z-index: 2;
|
||
|
}
|
||
|
|
||
|
.data-miss-background {
|
||
|
.imagePath(@background-tip-no-data);
|
||
|
background-color: #ffffff;
|
||
|
z-index: 2;
|
||
|
}
|
||
|
|
||
|
//表格、图表中的提示图标背景 -- end --
|