From c54fe98f7ccf1e568e5bfcb741895810633180a8 Mon Sep 17 00:00:00 2001 From: guy Date: Wed, 20 Sep 2017 21:13:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B4=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bi/base.css | 28 --- bi/core.css | 4 - bi/widget.css | 129 -------------- dist/base.css | 28 --- dist/bundle.css | 161 ------------------ dist/core.css | 4 - dist/widget.css | 129 -------------- .../colorpicker/editor.colorpicker.css | 8 - src/css/base/dom.css | 2 - src/css/base/editor/editor.sign.initial.css | 3 - src/css/base/pager/pager.css | 5 - .../richeditor/texttoolbar/texttoolbar.css | 3 - src/css/base/segment/button.segment.css | 2 - src/css/base/single/bar/bar.css | 2 - .../base/single/button/item.multiselect.css | 2 - .../single/button/item.singleselectradio.css | 2 - src/css/base/single/button/item.texticon.css | 2 - src/css/base/single/button/listitem.css | 2 - src/css/base/single/editor/editor.shelter.css | 3 - src/css/base/single/editor/editor.sign.css | 3 - src/css/base/single/editor/editor.state.css | 2 - .../single/editor/editor.state.simple.css | 2 - src/css/base/single/single.css | 2 - src/css/base/single/tip/tip.bubble.css | 10 -- src/css/base/single/tip/tip.tooltip.css | 17 -- src/css/base/table/table.tree.css | 2 - src/css/base/trigger/trigger.editor.css | 2 - src/css/base/trigger/trigger.icon.css | 2 - src/css/base/view/floatboxview.css | 2 - src/css/base/view/popupview.css | 28 --- src/css/bibase.css | 2 - src/css/box-model.css | 1 - src/css/core/utils/overflow.css | 38 ----- src/css/core/wrapper/flex.vertical.center.css | 72 -------- src/css/resource/app.css | 79 --------- src/css/resource/background.css | 55 ------ src/css/theme/default.css | 2 - src/css/theme/light.css | 2 - .../widget/arrangement/arrangement.block.css | 2 - src/css/widget/arrangement/arrangement.css | 36 ---- src/css/widget/base/editor/editor.adapt.css | 6 - src/css/widget/base/editor/editor.search.css | 13 -- .../base/editor/editor.search.small.css | 19 --- .../base/editor/editor.sign.initial.css | 6 - .../widget/base/editor/editor.sign.style.css | 12 -- src/css/widget/base/editor/editor.text.css | 6 - .../widget/base/editor/editor.text.small.css | 4 - src/css/widget/date/calendar/picker.date.css | 2 - src/css/widget/downlist/combo.downlist.css | 2 - src/css/widget/downlist/popup.downlist.css | 3 - src/css/widget/exceltable/exceltable.cell.css | 2 - .../exceltable/exceltable.header.cell.css | 3 - src/css/widget/filemanager/filemanager.css | 2 - .../items/item.file.filemanager.css | 2 - .../items/item.folder.filemanager.css | 2 - .../filemanager/nav/nav.filemanager.css | 2 - src/css/widget/month/combo.month.css | 2 - src/css/widget/month/popup.month.css | 2 - src/css/widget/multidate/multidate.day.css | 3 - src/css/widget/multidate/multidate.month.css | 3 - .../widget/multidate/multidate.quarter.css | 3 - src/css/widget/multidate/multidate.week.css | 3 - src/css/widget/multidate/multidate.year.css | 3 - .../multiselect/check/multiselect.display.css | 2 - .../multiselect/multiselect.popup.view.css | 2 - .../search/multiselect.search.pane.css | 3 - .../trigger/button.checkselected.css | 3 - .../multistringlist/multistringlist.css | 2 - .../widget/multitree/display.multi.tree.css | 2 - .../widget/multitree/search.multi.tree.css | 2 - .../multi.tree.button.checkselected.css | 4 - .../multitreelist/multitreelist.popup.css | 2 - .../popup.numericalinterval.css | 2 - src/css/widget/pagetable/pagetable.css | 2 - .../previewtable/previewtable.header.cell.css | 6 - src/css/widget/quarter/combo.quarter.css | 2 - src/css/widget/quarter/popup.quarter.css | 2 - src/css/widget/quarter/trigger.quarter.css | 5 - .../widget/relationview/relationview.item.css | 2 - .../relationview/relationview.region.css | 9 - .../widget/sequencetable/sequencetable.css | 2 - .../treenumber.sequencetable.css | 23 --- .../widget/singletree/combo.single.tree.css | 2 - src/css/widget/year/combo.year.css | 2 - 84 files changed, 1066 deletions(-) delete mode 100644 src/css/base/colorchooser/colorpicker/editor.colorpicker.css delete mode 100644 src/css/base/dom.css delete mode 100644 src/css/base/editor/editor.sign.initial.css delete mode 100644 src/css/base/pager/pager.css delete mode 100644 src/css/base/richeditor/texttoolbar/texttoolbar.css delete mode 100644 src/css/base/segment/button.segment.css delete mode 100644 src/css/base/single/bar/bar.css delete mode 100644 src/css/base/single/button/item.multiselect.css delete mode 100644 src/css/base/single/button/item.singleselectradio.css delete mode 100644 src/css/base/single/button/item.texticon.css delete mode 100644 src/css/base/single/button/listitem.css delete mode 100644 src/css/base/single/editor/editor.shelter.css delete mode 100644 src/css/base/single/editor/editor.sign.css delete mode 100644 src/css/base/single/editor/editor.state.css delete mode 100644 src/css/base/single/editor/editor.state.simple.css delete mode 100644 src/css/base/single/single.css delete mode 100644 src/css/base/single/tip/tip.bubble.css delete mode 100644 src/css/base/single/tip/tip.tooltip.css delete mode 100644 src/css/base/table/table.tree.css delete mode 100644 src/css/base/trigger/trigger.editor.css delete mode 100644 src/css/base/trigger/trigger.icon.css delete mode 100644 src/css/base/view/floatboxview.css delete mode 100644 src/css/base/view/popupview.css delete mode 100644 src/css/bibase.css delete mode 100644 src/css/box-model.css delete mode 100644 src/css/core/utils/overflow.css delete mode 100644 src/css/core/wrapper/flex.vertical.center.css delete mode 100644 src/css/resource/app.css delete mode 100644 src/css/resource/background.css delete mode 100644 src/css/theme/default.css delete mode 100644 src/css/theme/light.css delete mode 100644 src/css/widget/arrangement/arrangement.block.css delete mode 100644 src/css/widget/arrangement/arrangement.css delete mode 100644 src/css/widget/base/editor/editor.adapt.css delete mode 100644 src/css/widget/base/editor/editor.search.css delete mode 100644 src/css/widget/base/editor/editor.search.small.css delete mode 100644 src/css/widget/base/editor/editor.sign.initial.css delete mode 100644 src/css/widget/base/editor/editor.sign.style.css delete mode 100644 src/css/widget/base/editor/editor.text.css delete mode 100644 src/css/widget/base/editor/editor.text.small.css delete mode 100644 src/css/widget/date/calendar/picker.date.css delete mode 100644 src/css/widget/downlist/combo.downlist.css delete mode 100644 src/css/widget/downlist/popup.downlist.css delete mode 100644 src/css/widget/exceltable/exceltable.cell.css delete mode 100644 src/css/widget/exceltable/exceltable.header.cell.css delete mode 100644 src/css/widget/filemanager/filemanager.css delete mode 100644 src/css/widget/filemanager/items/item.file.filemanager.css delete mode 100644 src/css/widget/filemanager/items/item.folder.filemanager.css delete mode 100644 src/css/widget/filemanager/nav/nav.filemanager.css delete mode 100644 src/css/widget/month/combo.month.css delete mode 100644 src/css/widget/month/popup.month.css delete mode 100644 src/css/widget/multidate/multidate.day.css delete mode 100644 src/css/widget/multidate/multidate.month.css delete mode 100644 src/css/widget/multidate/multidate.quarter.css delete mode 100644 src/css/widget/multidate/multidate.week.css delete mode 100644 src/css/widget/multidate/multidate.year.css delete mode 100644 src/css/widget/multiselect/check/multiselect.display.css delete mode 100644 src/css/widget/multiselect/multiselect.popup.view.css delete mode 100644 src/css/widget/multiselect/search/multiselect.search.pane.css delete mode 100644 src/css/widget/multiselect/trigger/button.checkselected.css delete mode 100644 src/css/widget/multistringlist/multistringlist.css delete mode 100644 src/css/widget/multitree/display.multi.tree.css delete mode 100644 src/css/widget/multitree/search.multi.tree.css delete mode 100644 src/css/widget/multitree/trigger/multi.tree.button.checkselected.css delete mode 100644 src/css/widget/multitreelist/multitreelist.popup.css delete mode 100644 src/css/widget/numericalinterval/popup.numericalinterval.css delete mode 100644 src/css/widget/pagetable/pagetable.css delete mode 100644 src/css/widget/previewtable/previewtable.header.cell.css delete mode 100644 src/css/widget/quarter/combo.quarter.css delete mode 100644 src/css/widget/quarter/popup.quarter.css delete mode 100644 src/css/widget/quarter/trigger.quarter.css delete mode 100644 src/css/widget/relationview/relationview.item.css delete mode 100644 src/css/widget/relationview/relationview.region.css delete mode 100644 src/css/widget/sequencetable/sequencetable.css delete mode 100644 src/css/widget/sequencetable/treenumber.sequencetable.css delete mode 100644 src/css/widget/singletree/combo.single.tree.css delete mode 100644 src/css/widget/year/combo.year.css diff --git a/bi/base.css b/bi/base.css index da0d69c12..0fea88eab 100644 --- a/bi/base.css +++ b/bi/base.css @@ -60,8 +60,6 @@ -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); } -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-adapt-editor .adapt-editor-text { font-size: 14px; } @@ -620,8 +618,6 @@ li.CodeMirror-hint-active { .bi-rich-editor-text-toolbar .text-toolbar-button { font-size: 16px; } -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-segment > .center-element { overflow: hidden; overflow-x: hidden; @@ -654,8 +650,6 @@ li.CodeMirror-hint-active { .bi-theme-dark .bi-segment > .first-element { border-left: 1px solid #242640; } -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-button { -webkit-border-radius: 2px; -moz-border-radius: 2px; @@ -807,18 +801,10 @@ li.CodeMirror-hint-active { filter: alpha(opacity=20); background-color: #1a1a1a; } -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-single-select-icon-text-item:active .b-font:before, .bi-single-select-icon-text-item.active .b-font:before { color: #3f8ce8; } -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-code-editor .param { color: #ffffff; padding: 0 5px; @@ -850,10 +836,6 @@ li.CodeMirror-hint-active { .bi-sign-editor .sign-editor-text { font-size: 12px; } -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-textarea-editor { overflow: hidden; overflow-x: hidden; @@ -893,8 +875,6 @@ li.CodeMirror-hint-active { white-space: nowrap; word-break: break-all; } -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-text { text-overflow: ellipsis; overflow-x: hidden; @@ -1222,18 +1202,12 @@ li.CodeMirror-hint-active { .bi-resizable-table .resizable-table-region-resizer.dragging .resizable-table-region-resizer-knob { background-color: #3f8ce8; } -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-branch-tree .bi-branch-tree-view { min-width: 300px; } .bi-trigger .bi-trigger-icon-button { font-size: 16px; } -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-select-text-trigger { -webkit-border-radius: 2px; -moz-border-radius: 2px; @@ -1244,8 +1218,6 @@ li.CodeMirror-hint-active { -moz-border-radius: 2px; border-radius: 2px; } -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ /**********BI.BIListView*************/ .bi-popup-view { position: fixed !important; diff --git a/bi/core.css b/bi/core.css index 0b4d8cbb4..75e681355 100644 --- a/bi/core.css +++ b/bi/core.css @@ -1574,7 +1574,3 @@ i { .bi-theme-dark .bi-input { color: #ffffff; } -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ diff --git a/bi/widget.css b/bi/widget.css index 69f5f5394..6896e4840 100644 --- a/bi/widget.css +++ b/bi/widget.css @@ -1,5 +1,3 @@ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-arrangement .arrangement-helper { background: #3f8ce8; z-index: 1000000000; @@ -39,86 +37,14 @@ .bi-arrangement-droppable { z-index: 100000; } -/****添加计算宽度的--运算符直接需要space****/ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ -.bi-adapt-editor .adapt-editor-text { - font-size: 14px; -} -/****添加计算宽度的--运算符直接需要space****/ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ -/*************BI.SearchEditor******************/ -.bi-search-editor { - border: 1px solid #d4dadd; -} -.bi-search-editor .close-font { - font-size: 20px; -} -.bi-search-editor .search-font { - font-size: 20px; -} -/****添加计算宽度的--运算符直接需要space****/ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ -/*************BI.SearchEditor******************/ -.bi-small-search-editor .bi-editor { - font-size: 12px; -} -.bi-small-search-editor .bi-editor .bi-input { - font-size: 12px; -} -.bi-small-search-editor .bi-editor .bi-label { - font-size: 12px; -} -.bi-small-search-editor .close-font { - font-size: 18px; -} -.bi-small-search-editor .search-font { - font-size: 18px; -} -/****添加计算宽度的--运算符直接需要space****/ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ -.bi-sign-initial-editor .sign-initial-editor-text { - font-size: 14px; -} -/****添加计算宽度的--运算符直接需要space****/ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ -.bi-sign-style-editor .sign-style-editor-text { - max-width: 100%; - font-size: 12px; -} -.bi-sign-style-editor .sign-style-editor-tip { - max-width: 100%; - font-size: 12px; - color: #808080; -} -/****添加计算宽度的--运算符直接需要space****/ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ -.bi-text-editor { - border: 1px solid #d4dadd; -} -/****添加计算宽度的--运算符直接需要space****/ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ -/*************BI.SearchEditor******************/ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-date-trigger { -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; } -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-down-list-popup .bi-down-list-item .list-item-text { max-width: 203px; } -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-excel-table > div.bottom-right > div > div > table { border-right: 1px solid #d4dadd; } @@ -128,12 +54,6 @@ .bi-excel-table-header-cell { font-weight: bold; } -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-file-manager-nav-button .file-manager-nav-button-text { max-width: 200px; } @@ -148,8 +68,6 @@ background-color: #191b2b; color: #999999; } -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-fine-tuning-number-editor { -webkit-border-radius: 2px; -moz-border-radius: 2px; @@ -162,10 +80,6 @@ .bi-interactive-arrangement .interactive-arrangement-dragtag-icon { z-index: 1000000000; } -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-month-trigger { -webkit-border-radius: 2px; -moz-border-radius: 2px; @@ -176,12 +90,6 @@ -moz-border-radius: 2px; border-radius: 2px; } -/****添加计算宽度的--运算符直接需要space****/ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ -/****添加计算宽度的--运算符直接需要space****/ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-multidate-popup .bi-multidate-popup-label { color: #3f8ce8; font-size: 14px; @@ -198,28 +106,15 @@ color: #3f8ce8; font-size: 14px; } -/****添加计算宽度的--运算符直接需要space****/ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-multidate-segment .bi-multidate-editor { font-size: 14px; } -/****添加计算宽度的--运算符直接需要space****/ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ -/****添加计算宽度的--运算符直接需要space****/ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-multi-select-check-pane .multi-select-check-selected { text-decoration: underline; } -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-multi-select-combo .multi-select-trigger-icon-button { font-size: 16px; } -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-multi-select-trigger { -webkit-border-radius: 2px 2px 2px 2px; -moz-border-radius: 2px 2px 2px 2px; @@ -231,27 +126,19 @@ .bi-multi-select-check-selected-button { z-index: 1; } -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-multi-tree-check-pane .multi-tree-check-selected { color: #3f8ce8; } -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-multi-tree-combo .multi-select-trigger-icon-button { font-size: 16px; } .bi-multi-tree-popup .popup-view-tree { min-height: 170px; } -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-multi-tree-check-selected-button .trigger-check-selected { color: #3f8ce8; z-index: 1; } -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-numerical-interval .numerical-interval-small-editor { -moz-border-radius-topleft: 2px; -webkit-border-top-left-radius: 2px; @@ -293,8 +180,6 @@ .bi-numerical-interval.number-error .bi-input { color: #e85050; } -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-page-table-cell { -webkit-user-select: text; -khtml-user-select: text; @@ -303,8 +188,6 @@ -o-user-select: text; user-select: text; } -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-path-chooser .path-chooser-radio { z-index: 1; } @@ -338,17 +221,11 @@ min-width: 80px; max-width: 220px; } -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-quarter-trigger { -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; } -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-relation-view-region .relation-view-region-container { z-index: 1; -webkit-border-radius: 2px; @@ -404,8 +281,6 @@ box-sizing: border-box; /*W3C标准(IE9+,Safari5.1+,Chrome10.0+,Opera10.6+都符合box-sizing的w3c标准语法)*/ } -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-sequence-table-tree-number .sequence-table-title-cell { overflow: hidden; overflow-x: hidden; @@ -429,16 +304,12 @@ box-sizing: border-box; /*W3C标准(IE9+,Safari5.1+,Chrome10.0+,Opera10.6+都符合box-sizing的w3c标准语法)*/ } -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-param-time-interval.time-error .bi-input { color: #e85050; } .bi-param-time-interval.time-error .sign-editor-text { color: #e85050; } -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-year-popup .year-popup-navigation { line-height: 30px; } diff --git a/dist/base.css b/dist/base.css index da0d69c12..0fea88eab 100644 --- a/dist/base.css +++ b/dist/base.css @@ -60,8 +60,6 @@ -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); } -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-adapt-editor .adapt-editor-text { font-size: 14px; } @@ -620,8 +618,6 @@ li.CodeMirror-hint-active { .bi-rich-editor-text-toolbar .text-toolbar-button { font-size: 16px; } -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-segment > .center-element { overflow: hidden; overflow-x: hidden; @@ -654,8 +650,6 @@ li.CodeMirror-hint-active { .bi-theme-dark .bi-segment > .first-element { border-left: 1px solid #242640; } -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-button { -webkit-border-radius: 2px; -moz-border-radius: 2px; @@ -807,18 +801,10 @@ li.CodeMirror-hint-active { filter: alpha(opacity=20); background-color: #1a1a1a; } -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-single-select-icon-text-item:active .b-font:before, .bi-single-select-icon-text-item.active .b-font:before { color: #3f8ce8; } -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-code-editor .param { color: #ffffff; padding: 0 5px; @@ -850,10 +836,6 @@ li.CodeMirror-hint-active { .bi-sign-editor .sign-editor-text { font-size: 12px; } -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-textarea-editor { overflow: hidden; overflow-x: hidden; @@ -893,8 +875,6 @@ li.CodeMirror-hint-active { white-space: nowrap; word-break: break-all; } -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-text { text-overflow: ellipsis; overflow-x: hidden; @@ -1222,18 +1202,12 @@ li.CodeMirror-hint-active { .bi-resizable-table .resizable-table-region-resizer.dragging .resizable-table-region-resizer-knob { background-color: #3f8ce8; } -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-branch-tree .bi-branch-tree-view { min-width: 300px; } .bi-trigger .bi-trigger-icon-button { font-size: 16px; } -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-select-text-trigger { -webkit-border-radius: 2px; -moz-border-radius: 2px; @@ -1244,8 +1218,6 @@ li.CodeMirror-hint-active { -moz-border-radius: 2px; border-radius: 2px; } -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ /**********BI.BIListView*************/ .bi-popup-view { position: fixed !important; diff --git a/dist/bundle.css b/dist/bundle.css index a016110fd..7e110538e 100644 --- a/dist/bundle.css +++ b/dist/bundle.css @@ -1574,10 +1574,6 @@ i { .bi-theme-dark .bi-input { color: #ffffff; } -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-color-chooser-trigger { -webkit-border-radius: 2px; -moz-border-radius: 2px; @@ -1640,8 +1636,6 @@ i { -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); } -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-adapt-editor .adapt-editor-text { font-size: 14px; } @@ -2200,8 +2194,6 @@ li.CodeMirror-hint-active { .bi-rich-editor-text-toolbar .text-toolbar-button { font-size: 16px; } -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-segment > .center-element { overflow: hidden; overflow-x: hidden; @@ -2234,8 +2226,6 @@ li.CodeMirror-hint-active { .bi-theme-dark .bi-segment > .first-element { border-left: 1px solid #242640; } -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-button { -webkit-border-radius: 2px; -moz-border-radius: 2px; @@ -2387,18 +2377,10 @@ li.CodeMirror-hint-active { filter: alpha(opacity=20); background-color: #1a1a1a; } -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-single-select-icon-text-item:active .b-font:before, .bi-single-select-icon-text-item.active .b-font:before { color: #3f8ce8; } -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-code-editor .param { color: #ffffff; padding: 0 5px; @@ -2430,10 +2412,6 @@ li.CodeMirror-hint-active { .bi-sign-editor .sign-editor-text { font-size: 12px; } -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-textarea-editor { overflow: hidden; overflow-x: hidden; @@ -2473,8 +2451,6 @@ li.CodeMirror-hint-active { white-space: nowrap; word-break: break-all; } -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-text { text-overflow: ellipsis; overflow-x: hidden; @@ -2802,18 +2778,12 @@ li.CodeMirror-hint-active { .bi-resizable-table .resizable-table-region-resizer.dragging .resizable-table-region-resizer-knob { background-color: #3f8ce8; } -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-branch-tree .bi-branch-tree-view { min-width: 300px; } .bi-trigger .bi-trigger-icon-button { font-size: 16px; } -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-select-text-trigger { -webkit-border-radius: 2px; -moz-border-radius: 2px; @@ -2824,8 +2794,6 @@ li.CodeMirror-hint-active { -moz-border-radius: 2px; border-radius: 2px; } -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ /**********BI.BIListView*************/ .bi-popup-view { position: fixed !important; @@ -2854,8 +2822,6 @@ li.CodeMirror-hint-active { .bi-theme-dark .bi-popup-view .list-view-toolbar > .first-element { border-left: none; } -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-arrangement .arrangement-helper { background: #3f8ce8; z-index: 1000000000; @@ -2895,86 +2861,14 @@ li.CodeMirror-hint-active { .bi-arrangement-droppable { z-index: 100000; } -/****添加计算宽度的--运算符直接需要space****/ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ -.bi-adapt-editor .adapt-editor-text { - font-size: 14px; -} -/****添加计算宽度的--运算符直接需要space****/ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ -/*************BI.SearchEditor******************/ -.bi-search-editor { - border: 1px solid #d4dadd; -} -.bi-search-editor .close-font { - font-size: 20px; -} -.bi-search-editor .search-font { - font-size: 20px; -} -/****添加计算宽度的--运算符直接需要space****/ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ -/*************BI.SearchEditor******************/ -.bi-small-search-editor .bi-editor { - font-size: 12px; -} -.bi-small-search-editor .bi-editor .bi-input { - font-size: 12px; -} -.bi-small-search-editor .bi-editor .bi-label { - font-size: 12px; -} -.bi-small-search-editor .close-font { - font-size: 18px; -} -.bi-small-search-editor .search-font { - font-size: 18px; -} -/****添加计算宽度的--运算符直接需要space****/ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ -.bi-sign-initial-editor .sign-initial-editor-text { - font-size: 14px; -} -/****添加计算宽度的--运算符直接需要space****/ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ -.bi-sign-style-editor .sign-style-editor-text { - max-width: 100%; - font-size: 12px; -} -.bi-sign-style-editor .sign-style-editor-tip { - max-width: 100%; - font-size: 12px; - color: #808080; -} -/****添加计算宽度的--运算符直接需要space****/ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ -.bi-text-editor { - border: 1px solid #d4dadd; -} -/****添加计算宽度的--运算符直接需要space****/ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ -/*************BI.SearchEditor******************/ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-date-trigger { -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; } -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-down-list-popup .bi-down-list-item .list-item-text { max-width: 203px; } -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-excel-table > div.bottom-right > div > div > table { border-right: 1px solid #d4dadd; } @@ -2984,12 +2878,6 @@ li.CodeMirror-hint-active { .bi-excel-table-header-cell { font-weight: bold; } -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-file-manager-nav-button .file-manager-nav-button-text { max-width: 200px; } @@ -3004,8 +2892,6 @@ li.CodeMirror-hint-active { background-color: #191b2b; color: #999999; } -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-fine-tuning-number-editor { -webkit-border-radius: 2px; -moz-border-radius: 2px; @@ -3018,10 +2904,6 @@ li.CodeMirror-hint-active { .bi-interactive-arrangement .interactive-arrangement-dragtag-icon { z-index: 1000000000; } -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-month-trigger { -webkit-border-radius: 2px; -moz-border-radius: 2px; @@ -3032,12 +2914,6 @@ li.CodeMirror-hint-active { -moz-border-radius: 2px; border-radius: 2px; } -/****添加计算宽度的--运算符直接需要space****/ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ -/****添加计算宽度的--运算符直接需要space****/ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-multidate-popup .bi-multidate-popup-label { color: #3f8ce8; font-size: 14px; @@ -3054,28 +2930,15 @@ li.CodeMirror-hint-active { color: #3f8ce8; font-size: 14px; } -/****添加计算宽度的--运算符直接需要space****/ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-multidate-segment .bi-multidate-editor { font-size: 14px; } -/****添加计算宽度的--运算符直接需要space****/ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ -/****添加计算宽度的--运算符直接需要space****/ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-multi-select-check-pane .multi-select-check-selected { text-decoration: underline; } -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-multi-select-combo .multi-select-trigger-icon-button { font-size: 16px; } -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-multi-select-trigger { -webkit-border-radius: 2px 2px 2px 2px; -moz-border-radius: 2px 2px 2px 2px; @@ -3087,27 +2950,19 @@ li.CodeMirror-hint-active { .bi-multi-select-check-selected-button { z-index: 1; } -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-multi-tree-check-pane .multi-tree-check-selected { color: #3f8ce8; } -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-multi-tree-combo .multi-select-trigger-icon-button { font-size: 16px; } .bi-multi-tree-popup .popup-view-tree { min-height: 170px; } -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-multi-tree-check-selected-button .trigger-check-selected { color: #3f8ce8; z-index: 1; } -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-numerical-interval .numerical-interval-small-editor { -moz-border-radius-topleft: 2px; -webkit-border-top-left-radius: 2px; @@ -3149,8 +3004,6 @@ li.CodeMirror-hint-active { .bi-numerical-interval.number-error .bi-input { color: #e85050; } -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-page-table-cell { -webkit-user-select: text; -khtml-user-select: text; @@ -3159,8 +3012,6 @@ li.CodeMirror-hint-active { -o-user-select: text; user-select: text; } -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-path-chooser .path-chooser-radio { z-index: 1; } @@ -3194,17 +3045,11 @@ li.CodeMirror-hint-active { min-width: 80px; max-width: 220px; } -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-quarter-trigger { -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; } -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-relation-view-region .relation-view-region-container { z-index: 1; -webkit-border-radius: 2px; @@ -3260,8 +3105,6 @@ li.CodeMirror-hint-active { box-sizing: border-box; /*W3C标准(IE9+,Safari5.1+,Chrome10.0+,Opera10.6+都符合box-sizing的w3c标准语法)*/ } -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-sequence-table-tree-number .sequence-table-title-cell { overflow: hidden; overflow-x: hidden; @@ -3285,16 +3128,12 @@ li.CodeMirror-hint-active { box-sizing: border-box; /*W3C标准(IE9+,Safari5.1+,Chrome10.0+,Opera10.6+都符合box-sizing的w3c标准语法)*/ } -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-param-time-interval.time-error .bi-input { color: #e85050; } .bi-param-time-interval.time-error .sign-editor-text { color: #e85050; } -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-year-popup .year-popup-navigation { line-height: 30px; } diff --git a/dist/core.css b/dist/core.css index 0b4d8cbb4..75e681355 100644 --- a/dist/core.css +++ b/dist/core.css @@ -1574,7 +1574,3 @@ i { .bi-theme-dark .bi-input { color: #ffffff; } -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ diff --git a/dist/widget.css b/dist/widget.css index 69f5f5394..6896e4840 100644 --- a/dist/widget.css +++ b/dist/widget.css @@ -1,5 +1,3 @@ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-arrangement .arrangement-helper { background: #3f8ce8; z-index: 1000000000; @@ -39,86 +37,14 @@ .bi-arrangement-droppable { z-index: 100000; } -/****添加计算宽度的--运算符直接需要space****/ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ -.bi-adapt-editor .adapt-editor-text { - font-size: 14px; -} -/****添加计算宽度的--运算符直接需要space****/ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ -/*************BI.SearchEditor******************/ -.bi-search-editor { - border: 1px solid #d4dadd; -} -.bi-search-editor .close-font { - font-size: 20px; -} -.bi-search-editor .search-font { - font-size: 20px; -} -/****添加计算宽度的--运算符直接需要space****/ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ -/*************BI.SearchEditor******************/ -.bi-small-search-editor .bi-editor { - font-size: 12px; -} -.bi-small-search-editor .bi-editor .bi-input { - font-size: 12px; -} -.bi-small-search-editor .bi-editor .bi-label { - font-size: 12px; -} -.bi-small-search-editor .close-font { - font-size: 18px; -} -.bi-small-search-editor .search-font { - font-size: 18px; -} -/****添加计算宽度的--运算符直接需要space****/ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ -.bi-sign-initial-editor .sign-initial-editor-text { - font-size: 14px; -} -/****添加计算宽度的--运算符直接需要space****/ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ -.bi-sign-style-editor .sign-style-editor-text { - max-width: 100%; - font-size: 12px; -} -.bi-sign-style-editor .sign-style-editor-tip { - max-width: 100%; - font-size: 12px; - color: #808080; -} -/****添加计算宽度的--运算符直接需要space****/ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ -.bi-text-editor { - border: 1px solid #d4dadd; -} -/****添加计算宽度的--运算符直接需要space****/ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ -/*************BI.SearchEditor******************/ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-date-trigger { -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; } -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-down-list-popup .bi-down-list-item .list-item-text { max-width: 203px; } -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-excel-table > div.bottom-right > div > div > table { border-right: 1px solid #d4dadd; } @@ -128,12 +54,6 @@ .bi-excel-table-header-cell { font-weight: bold; } -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-file-manager-nav-button .file-manager-nav-button-text { max-width: 200px; } @@ -148,8 +68,6 @@ background-color: #191b2b; color: #999999; } -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-fine-tuning-number-editor { -webkit-border-radius: 2px; -moz-border-radius: 2px; @@ -162,10 +80,6 @@ .bi-interactive-arrangement .interactive-arrangement-dragtag-icon { z-index: 1000000000; } -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-month-trigger { -webkit-border-radius: 2px; -moz-border-radius: 2px; @@ -176,12 +90,6 @@ -moz-border-radius: 2px; border-radius: 2px; } -/****添加计算宽度的--运算符直接需要space****/ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ -/****添加计算宽度的--运算符直接需要space****/ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-multidate-popup .bi-multidate-popup-label { color: #3f8ce8; font-size: 14px; @@ -198,28 +106,15 @@ color: #3f8ce8; font-size: 14px; } -/****添加计算宽度的--运算符直接需要space****/ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-multidate-segment .bi-multidate-editor { font-size: 14px; } -/****添加计算宽度的--运算符直接需要space****/ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ -/****添加计算宽度的--运算符直接需要space****/ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-multi-select-check-pane .multi-select-check-selected { text-decoration: underline; } -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-multi-select-combo .multi-select-trigger-icon-button { font-size: 16px; } -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-multi-select-trigger { -webkit-border-radius: 2px 2px 2px 2px; -moz-border-radius: 2px 2px 2px 2px; @@ -231,27 +126,19 @@ .bi-multi-select-check-selected-button { z-index: 1; } -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-multi-tree-check-pane .multi-tree-check-selected { color: #3f8ce8; } -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-multi-tree-combo .multi-select-trigger-icon-button { font-size: 16px; } .bi-multi-tree-popup .popup-view-tree { min-height: 170px; } -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-multi-tree-check-selected-button .trigger-check-selected { color: #3f8ce8; z-index: 1; } -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-numerical-interval .numerical-interval-small-editor { -moz-border-radius-topleft: 2px; -webkit-border-top-left-radius: 2px; @@ -293,8 +180,6 @@ .bi-numerical-interval.number-error .bi-input { color: #e85050; } -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-page-table-cell { -webkit-user-select: text; -khtml-user-select: text; @@ -303,8 +188,6 @@ -o-user-select: text; user-select: text; } -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-path-chooser .path-chooser-radio { z-index: 1; } @@ -338,17 +221,11 @@ min-width: 80px; max-width: 220px; } -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-quarter-trigger { -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; } -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-relation-view-region .relation-view-region-container { z-index: 1; -webkit-border-radius: 2px; @@ -404,8 +281,6 @@ box-sizing: border-box; /*W3C标准(IE9+,Safari5.1+,Chrome10.0+,Opera10.6+都符合box-sizing的w3c标准语法)*/ } -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-sequence-table-tree-number .sequence-table-title-cell { overflow: hidden; overflow-x: hidden; @@ -429,16 +304,12 @@ box-sizing: border-box; /*W3C标准(IE9+,Safari5.1+,Chrome10.0+,Opera10.6+都符合box-sizing的w3c标准语法)*/ } -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-param-time-interval.time-error .bi-input { color: #e85050; } .bi-param-time-interval.time-error .sign-editor-text { color: #e85050; } -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-year-popup .year-popup-navigation { line-height: 30px; } diff --git a/src/css/base/colorchooser/colorpicker/editor.colorpicker.css b/src/css/base/colorchooser/colorpicker/editor.colorpicker.css deleted file mode 100644 index c5e9ea70c..000000000 --- a/src/css/base/colorchooser/colorpicker/editor.colorpicker.css +++ /dev/null @@ -1,8 +0,0 @@ -.bi-color-picker-editor .color-picker-editor-display { - -webkit-border-radius: 2px; - -moz-border-radius: 2px; - border-radius: 2px; - box-shadow: 0px 0px 2px 1px #d4dadd inset; - -webkit-box-shadow: 0px 0px 2px 1px #d4dadd inset; - -moz-box-shadow: 0px 0px 2px 1px #d4dadd inset; -} diff --git a/src/css/base/dom.css b/src/css/base/dom.css deleted file mode 100644 index 6dfa999cc..000000000 --- a/src/css/base/dom.css +++ /dev/null @@ -1,2 +0,0 @@ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ diff --git a/src/css/base/editor/editor.sign.initial.css b/src/css/base/editor/editor.sign.initial.css deleted file mode 100644 index 6dea846a9..000000000 --- a/src/css/base/editor/editor.sign.initial.css +++ /dev/null @@ -1,3 +0,0 @@ -.bi-sign-initial-editor .sign-initial-editor-text { - font-size: 14px; -} diff --git a/src/css/base/pager/pager.css b/src/css/base/pager/pager.css deleted file mode 100644 index 585c51289..000000000 --- a/src/css/base/pager/pager.css +++ /dev/null @@ -1,5 +0,0 @@ -.bi-pager .page-item { - -webkit-border-radius: 2px; - -moz-border-radius: 2px; - border-radius: 2px; -} diff --git a/src/css/base/richeditor/texttoolbar/texttoolbar.css b/src/css/base/richeditor/texttoolbar/texttoolbar.css deleted file mode 100644 index 69a0cba9b..000000000 --- a/src/css/base/richeditor/texttoolbar/texttoolbar.css +++ /dev/null @@ -1,3 +0,0 @@ -.bi-rich-editor-text-toolbar .text-toolbar-button { - font-size: 16px; -} diff --git a/src/css/base/segment/button.segment.css b/src/css/base/segment/button.segment.css deleted file mode 100644 index 6dfa999cc..000000000 --- a/src/css/base/segment/button.segment.css +++ /dev/null @@ -1,2 +0,0 @@ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ diff --git a/src/css/base/single/bar/bar.css b/src/css/base/single/bar/bar.css deleted file mode 100644 index 6dfa999cc..000000000 --- a/src/css/base/single/bar/bar.css +++ /dev/null @@ -1,2 +0,0 @@ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ diff --git a/src/css/base/single/button/item.multiselect.css b/src/css/base/single/button/item.multiselect.css deleted file mode 100644 index 6dfa999cc..000000000 --- a/src/css/base/single/button/item.multiselect.css +++ /dev/null @@ -1,2 +0,0 @@ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ diff --git a/src/css/base/single/button/item.singleselectradio.css b/src/css/base/single/button/item.singleselectradio.css deleted file mode 100644 index 6dfa999cc..000000000 --- a/src/css/base/single/button/item.singleselectradio.css +++ /dev/null @@ -1,2 +0,0 @@ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ diff --git a/src/css/base/single/button/item.texticon.css b/src/css/base/single/button/item.texticon.css deleted file mode 100644 index 6dfa999cc..000000000 --- a/src/css/base/single/button/item.texticon.css +++ /dev/null @@ -1,2 +0,0 @@ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ diff --git a/src/css/base/single/button/listitem.css b/src/css/base/single/button/listitem.css deleted file mode 100644 index 6dfa999cc..000000000 --- a/src/css/base/single/button/listitem.css +++ /dev/null @@ -1,2 +0,0 @@ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ diff --git a/src/css/base/single/editor/editor.shelter.css b/src/css/base/single/editor/editor.shelter.css deleted file mode 100644 index aa6b9b2a1..000000000 --- a/src/css/base/single/editor/editor.shelter.css +++ /dev/null @@ -1,3 +0,0 @@ -.bi-shelter-editor .shelter-editor-text { - font-size: 12px; -} diff --git a/src/css/base/single/editor/editor.sign.css b/src/css/base/single/editor/editor.sign.css deleted file mode 100644 index 5012db867..000000000 --- a/src/css/base/single/editor/editor.sign.css +++ /dev/null @@ -1,3 +0,0 @@ -.bi-sign-editor .sign-editor-text { - font-size: 12px; -} diff --git a/src/css/base/single/editor/editor.state.css b/src/css/base/single/editor/editor.state.css deleted file mode 100644 index 6dfa999cc..000000000 --- a/src/css/base/single/editor/editor.state.css +++ /dev/null @@ -1,2 +0,0 @@ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ diff --git a/src/css/base/single/editor/editor.state.simple.css b/src/css/base/single/editor/editor.state.simple.css deleted file mode 100644 index 6dfa999cc..000000000 --- a/src/css/base/single/editor/editor.state.simple.css +++ /dev/null @@ -1,2 +0,0 @@ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ diff --git a/src/css/base/single/single.css b/src/css/base/single/single.css deleted file mode 100644 index 6dfa999cc..000000000 --- a/src/css/base/single/single.css +++ /dev/null @@ -1,2 +0,0 @@ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ diff --git a/src/css/base/single/tip/tip.bubble.css b/src/css/base/single/tip/tip.bubble.css deleted file mode 100644 index c1149da83..000000000 --- a/src/css/base/single/tip/tip.bubble.css +++ /dev/null @@ -1,10 +0,0 @@ -.bi-bubble { - font-size: 14px; -} -.bi-bubble .bubble-text { - -webkit-border-radius: 2px; - -moz-border-radius: 2px; - border-radius: 2px; - background: #fddddd; - color: #e85050; -} diff --git a/src/css/base/single/tip/tip.tooltip.css b/src/css/base/single/tip/tip.tooltip.css deleted file mode 100644 index 97e57e50e..000000000 --- a/src/css/base/single/tip/tip.tooltip.css +++ /dev/null @@ -1,17 +0,0 @@ -.bi-tooltip { - max-width: 250px; - -webkit-border-radius: 2px; - -moz-border-radius: 2px; - border-radius: 2px; - font-size: 12px; -} -.bi-tooltip.tooltip-success { - background: #fff5c1; - border: 1px solid #fff5c1; - color: #1a1a1a; -} -.bi-tooltip.tooltip-warning { - background: #fddddd; - color: #e85050; - border: 1px solid #f4cbcb; -} diff --git a/src/css/base/table/table.tree.css b/src/css/base/table/table.tree.css deleted file mode 100644 index 6dfa999cc..000000000 --- a/src/css/base/table/table.tree.css +++ /dev/null @@ -1,2 +0,0 @@ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ diff --git a/src/css/base/trigger/trigger.editor.css b/src/css/base/trigger/trigger.editor.css deleted file mode 100644 index 6dfa999cc..000000000 --- a/src/css/base/trigger/trigger.editor.css +++ /dev/null @@ -1,2 +0,0 @@ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ diff --git a/src/css/base/trigger/trigger.icon.css b/src/css/base/trigger/trigger.icon.css deleted file mode 100644 index 6dfa999cc..000000000 --- a/src/css/base/trigger/trigger.icon.css +++ /dev/null @@ -1,2 +0,0 @@ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ diff --git a/src/css/base/view/floatboxview.css b/src/css/base/view/floatboxview.css deleted file mode 100644 index 6dfa999cc..000000000 --- a/src/css/base/view/floatboxview.css +++ /dev/null @@ -1,2 +0,0 @@ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ diff --git a/src/css/base/view/popupview.css b/src/css/base/view/popupview.css deleted file mode 100644 index 142b2c7a7..000000000 --- a/src/css/base/view/popupview.css +++ /dev/null @@ -1,28 +0,0 @@ -/**********BI.BIListView*************/ -.bi-popup-view { - position: fixed !important; - overflow-y: visible !important; - overflow-x: visible !important; - overflow: visible !important; - cursor: default; -} -.bi-popup-view .list-view-outer { - -webkit-border-radius: 2px; - -moz-border-radius: 2px; - border-radius: 2px; -} -.bi-popup-view .list-view-toolbar { - line-height: 30px; -} -.bi-popup-view .list-view-toolbar > .center-element { - border-left: 1px solid #d4dadd; -} -.bi-popup-view .list-view-toolbar > .first-element { - border-left: none; -} -.bi-theme-dark .bi-popup-view .list-view-toolbar > .center-element { - border-left: 1px solid #525466; -} -.bi-theme-dark .bi-popup-view .list-view-toolbar > .first-element { - border-left: none; -} diff --git a/src/css/bibase.css b/src/css/bibase.css deleted file mode 100644 index 6dfa999cc..000000000 --- a/src/css/bibase.css +++ /dev/null @@ -1,2 +0,0 @@ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ diff --git a/src/css/box-model.css b/src/css/box-model.css deleted file mode 100644 index 43f51aa47..000000000 --- a/src/css/box-model.css +++ /dev/null @@ -1 +0,0 @@ -/****添加计算宽度的--运算符直接需要space****/ diff --git a/src/css/core/utils/overflow.css b/src/css/core/utils/overflow.css deleted file mode 100644 index 0376a1ee1..000000000 --- a/src/css/core/utils/overflow.css +++ /dev/null @@ -1,38 +0,0 @@ -.y-overflow-auto { - overflow-y: auto; - overflow-x: hidden; -} -.x-overflow-auto { - overflow-y: hidden; - overflow-x: auto; -} -.y-overflow-scroll { - overflow-y: scroll; - overflow-x: hidden; -} -.x-overflow-scroll { - overflow-y: hidden; - overflow-x: scroll; -} -.overflow-auto { - overflow-x: auto; - overflow-y: auto; -} -.overflow-scroll { - overflow-x: scroll; - overflow-y: scroll; -} -.overflow-hidden { - overflow-x: hidden; - overflow-y: hidden; -} -.td-overflow { - white-space: normal; - word-break: break-all; -} -.overflow-dot { - text-overflow: ellipsis; - overflow-x: hidden; - overflow-y: hidden; - white-space: nowrap; -} diff --git a/src/css/core/wrapper/flex.vertical.center.css b/src/css/core/wrapper/flex.vertical.center.css deleted file mode 100644 index 0a0bd8a1e..000000000 --- a/src/css/core/wrapper/flex.vertical.center.css +++ /dev/null @@ -1,72 +0,0 @@ -.bi-flex-vertical-center { - display: box; - /* OLD - Android 4.4- */ - display: -webkit-box; - /* OLD - iOS 6-, Safari 3.1-6 */ - display: -moz-box; - /* OLD - Firefox 19- (buggy but mostly works) */ - display: -ms-flexbox; - /* TWEENER - IE 10 */ - display: -webkit-flex; - /* NEW - Chrome */ - display: flex; - /* NEW, Spec - Opera 12.1, Firefox 20+ */ - /* 09版 */ - -webkit-box-orient: horizontal; - /* 12版 */ - -webkit-flex-direction: row; - -moz-flex-direction: row; - -ms-flex-direction: row; - -o-flex-direction: row; - flex-direction: row; - /* 09版 */ - -webkit-box-pack: flex-start; - /* 12版 */ - -webkit-justify-content: flex-start; - -moz-justify-content: flex-start; - -ms-justify-content: flex-start; - -o-justify-content: flex-start; - justify-content: flex-start; - /* 09版 */ - -webkit-box-align: center; - /* 12版 */ - -webkit-align-items: center; - -moz-align-items: center; - -ms-align-items: center; - -o-align-items: center; - align-items: center; - /* 09版 */ - /*-webkit-box-lines: multiple;*/ - /* 12版 */ - -webkit-flex-wrap: nowrap; - -moz-flex-wrap: nowrap; - -ms-flex-wrap: nowrap; - -o-flex-wrap: nowrap; - flex-wrap: nowrap; -} -.bi-flex-vertical-center.stretch { - /* 09版 */ - -webkit-box-orient: vertical; - /* 12版 */ - -webkit-flex-direction: column; - -moz-flex-direction: column; - -ms-flex-direction: column; - -o-flex-direction: column; - flex-direction: column; - /* 09版 */ - -webkit-box-pack: center; - /* 12版 */ - -webkit-justify-content: center; - -moz-justify-content: center; - -ms-justify-content: center; - -o-justify-content: center; - justify-content: center; - /* 09版 */ - -webkit-box-align: stretch; - /* 12版 */ - -webkit-align-items: stretch; - -moz-align-items: stretch; - -ms-align-items: stretch; - -o-align-items: stretch; - align-items: stretch; -} diff --git a/src/css/resource/app.css b/src/css/resource/app.css deleted file mode 100644 index a84c8542b..000000000 --- a/src/css/resource/app.css +++ /dev/null @@ -1,79 +0,0 @@ -html, -button, -input, -select, -textarea, -* { - font-family: "Microsoft YaHei", "Hiragino Sans GB W3"; -} -html { - height: 100%; - overflow: hidden; -} -body { - position: absolute; - width: 100%; - height: 100%; - margin: 0; - padding: 0; - top: 0; - left: 0; - background-repeat: repeat; - -webkit-user-select: none; - -khtml-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - -o-user-select: none; - user-select: none; - color: #666666; - font: normal 12px "Microsoft YaHei", "Hiragino Sans GB W3"; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; - text-decoration: none; - -kthml-user-focus: normal; - -moz-user-focus: normal; - -moz-outline: 0 none; - outline: 0 none; -} -div::-webkit-scrollbar, -textarea::-webkit-scrollbar { - -webkit-appearance: none; - background-color: rgba(102, 102, 102, 0.05); - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0d666666,endColorstr=#0d666666); - width: 6px; - height: 6px; -} -div::-webkit-scrollbar-thumb, -textarea::-webkit-scrollbar-thumb { - -webkit-border-radius: 0; - -moz-border-radius: 0; - border-radius: 0; - background-color: rgba(102, 102, 102, 0.3); - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4d666666,endColorstr=#4d666666); -} -div::-webkit-scrollbar-thumb:hover, -textarea::-webkit-scrollbar-thumb:hover { - background-color: rgba(102, 102, 102, 0.7); - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b3666666,endColorstr=#b3666666); -} -.bi-theme-dark div::-webkit-scrollbar, -.bi-theme-dark textarea::-webkit-scrollbar { - -webkit-appearance: none; - background-color: rgba(204, 204, 204, 0.05); - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0dcccccc,endColorstr=#0dcccccc); - width: 6px; - height: 6px; -} -.bi-theme-dark div::-webkit-scrollbar-thumb, -.bi-theme-dark textarea::-webkit-scrollbar-thumb { - -webkit-border-radius: 0; - -moz-border-radius: 0; - border-radius: 0; - background-color: rgba(204, 204, 204, 0.3); - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4dcccccc,endColorstr=#4dcccccc); -} -.bi-theme-dark div::-webkit-scrollbar-thumb:hover, -.bi-theme-dark textarea::-webkit-scrollbar-thumb:hover { - background-color: rgba(204, 204, 204, 0.7); - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b3cccccc,endColorstr=#b3cccccc); -} diff --git a/src/css/resource/background.css b/src/css/resource/background.css deleted file mode 100644 index fda683cd5..000000000 --- a/src/css/resource/background.css +++ /dev/null @@ -1,55 +0,0 @@ -.base-line-conn-background { - background: url('images/1x/icon/tree-vertical-line-1.png') repeat-y 0 0; - _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/1x/icon/tree-vertical-line-1.png'); - _background: none; -} -.bi-theme-dark .base-line-conn-background { - background: url('images/1x/icon/dark/tree-vertical-line-1.png') repeat-y 0 0; - _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/1x/icon/dark/tree-vertical-line-1.png'); - _background: none; -} -.first-line-conn-background { - background: url('images/1x/icon/tree-vertical-line-2.png') no-repeat center center; - _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/1x/icon/tree-vertical-line-2.png'); - _background: none; -} -.bi-theme-dark .first-line-conn-background { - background: url('images/1x/icon/dark/tree-vertical-line-2.png') no-repeat center center; - _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/1x/icon/dark/tree-vertical-line-2.png'); - _background: none; -} -.mid-line-conn-background { - background: url('images/1x/icon/tree-vertical-line-3.png') no-repeat center center; - _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/1x/icon/tree-vertical-line-3.png'); - _background: none; -} -.bi-theme-dark .mid-line-conn-background { - background: url('images/1x/icon/dark/tree-vertical-line-3.png') no-repeat center center; - _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/1x/icon/dark/tree-vertical-line-3.png'); - _background: none; -} -.last-line-conn-background { - background: url('images/1x/icon/tree-vertical-line-4.png') no-repeat center center; - _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/1x/icon/tree-vertical-line-4.png'); - _background: none; -} -.bi-theme-dark .last-line-conn-background { - background: url('images/1x/icon/dark/tree-vertical-line-4.png') no-repeat center center; - _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/1x/icon/dark/tree-vertical-line-4.png'); - _background: none; -} -.loading-background { - background: url('images/1x/icon/loading.gif') no-repeat center center; - _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/1x/icon/loading.gif'); - _background: none; -} -.auto-color-background { - background: url('images/1x/background/auto-color.png') no-repeat center center; - _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/1x/background/auto-color.png'); - _background: none; -} -.trans-color-background { - background: url('images/1x/background/trans-color.png') no-repeat center center; - _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/1x/background/trans-color.png'); - _background: none; -} diff --git a/src/css/theme/default.css b/src/css/theme/default.css deleted file mode 100644 index 6dfa999cc..000000000 --- a/src/css/theme/default.css +++ /dev/null @@ -1,2 +0,0 @@ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ diff --git a/src/css/theme/light.css b/src/css/theme/light.css deleted file mode 100644 index 6dfa999cc..000000000 --- a/src/css/theme/light.css +++ /dev/null @@ -1,2 +0,0 @@ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ diff --git a/src/css/widget/arrangement/arrangement.block.css b/src/css/widget/arrangement/arrangement.block.css deleted file mode 100644 index 6dfa999cc..000000000 --- a/src/css/widget/arrangement/arrangement.block.css +++ /dev/null @@ -1,2 +0,0 @@ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ diff --git a/src/css/widget/arrangement/arrangement.css b/src/css/widget/arrangement/arrangement.css deleted file mode 100644 index a42351a6d..000000000 --- a/src/css/widget/arrangement/arrangement.css +++ /dev/null @@ -1,36 +0,0 @@ -.bi-arrangement .arrangement-helper { - background: #3f8ce8; - z-index: 1000000000; -} -.bi-arrangement .arrangement-block { - z-index: 1000000000; -} -.bi-arrangement .arrangement-drop-container { - z-index: 1000000000; -} -.bi-arrangement .arrangement-drop-container .arrangement-drop-region { - overflow: hidden; -} -.bi-arrangement .arrangement-drop-container .drop-devider { - z-index: 1000000001; - background: #3f8ce8; -} -.bi-arrangement .arrangement-drop-container .top-left, -.bi-arrangement .arrangement-drop-container .top-right, -.bi-arrangement .arrangement-drop-container .bottom-left, -.bi-arrangement .arrangement-drop-container .bottom-right, -.bi-arrangement .arrangement-drop-container .top-left-second, -.bi-arrangement .arrangement-drop-container .top-right-second, -.bi-arrangement .arrangement-drop-container .bottom-left-second, -.bi-arrangement .arrangement-drop-container .bottom-right-second, -.bi-arrangement .arrangement-drop-container .top-center, -.bi-arrangement .arrangement-drop-container .bottom-center, -.bi-arrangement .arrangement-drop-container .left-center, -.bi-arrangement .arrangement-drop-container .right-center, -.bi-arrangement .arrangement-drop-container .top-center-second, -.bi-arrangement .arrangement-drop-container .bottom-center-second, -.bi-arrangement .arrangement-drop-container .left-center-second, -.bi-arrangement .arrangement-drop-container .right-center-second { - z-index: 1000000001; - background: #3f8ce8; -} diff --git a/src/css/widget/base/editor/editor.adapt.css b/src/css/widget/base/editor/editor.adapt.css deleted file mode 100644 index 70e3792fe..000000000 --- a/src/css/widget/base/editor/editor.adapt.css +++ /dev/null @@ -1,6 +0,0 @@ -/****添加计算宽度的--运算符直接需要space****/ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ -.bi-adapt-editor .adapt-editor-text { - font-size: 14px; -} diff --git a/src/css/widget/base/editor/editor.search.css b/src/css/widget/base/editor/editor.search.css deleted file mode 100644 index 0070eff5a..000000000 --- a/src/css/widget/base/editor/editor.search.css +++ /dev/null @@ -1,13 +0,0 @@ -/****添加计算宽度的--运算符直接需要space****/ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ -/*************BI.SearchEditor******************/ -.bi-search-editor { - border: 1px solid #d4dadd; -} -.bi-search-editor .close-font { - font-size: 20px; -} -.bi-search-editor .search-font { - font-size: 20px; -} diff --git a/src/css/widget/base/editor/editor.search.small.css b/src/css/widget/base/editor/editor.search.small.css deleted file mode 100644 index 75ffc8c06..000000000 --- a/src/css/widget/base/editor/editor.search.small.css +++ /dev/null @@ -1,19 +0,0 @@ -/****添加计算宽度的--运算符直接需要space****/ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ -/*************BI.SearchEditor******************/ -.bi-small-search-editor .bi-editor { - font-size: 12px; -} -.bi-small-search-editor .bi-editor .bi-input { - font-size: 12px; -} -.bi-small-search-editor .bi-editor .bi-label { - font-size: 12px; -} -.bi-small-search-editor .close-font { - font-size: 18px; -} -.bi-small-search-editor .search-font { - font-size: 18px; -} diff --git a/src/css/widget/base/editor/editor.sign.initial.css b/src/css/widget/base/editor/editor.sign.initial.css deleted file mode 100644 index e1bb436f7..000000000 --- a/src/css/widget/base/editor/editor.sign.initial.css +++ /dev/null @@ -1,6 +0,0 @@ -/****添加计算宽度的--运算符直接需要space****/ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ -.bi-sign-initial-editor .sign-initial-editor-text { - font-size: 14px; -} diff --git a/src/css/widget/base/editor/editor.sign.style.css b/src/css/widget/base/editor/editor.sign.style.css deleted file mode 100644 index 63e9f258c..000000000 --- a/src/css/widget/base/editor/editor.sign.style.css +++ /dev/null @@ -1,12 +0,0 @@ -/****添加计算宽度的--运算符直接需要space****/ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ -.bi-sign-style-editor .sign-style-editor-text { - max-width: 100%; - font-size: 12px; -} -.bi-sign-style-editor .sign-style-editor-tip { - max-width: 100%; - font-size: 12px; - color: #808080; -} diff --git a/src/css/widget/base/editor/editor.text.css b/src/css/widget/base/editor/editor.text.css deleted file mode 100644 index fd41d73a4..000000000 --- a/src/css/widget/base/editor/editor.text.css +++ /dev/null @@ -1,6 +0,0 @@ -/****添加计算宽度的--运算符直接需要space****/ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ -.bi-text-editor { - border: 1px solid #d4dadd; -} diff --git a/src/css/widget/base/editor/editor.text.small.css b/src/css/widget/base/editor/editor.text.small.css deleted file mode 100644 index 18e55e5ff..000000000 --- a/src/css/widget/base/editor/editor.text.small.css +++ /dev/null @@ -1,4 +0,0 @@ -/****添加计算宽度的--运算符直接需要space****/ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ -/*************BI.SearchEditor******************/ diff --git a/src/css/widget/date/calendar/picker.date.css b/src/css/widget/date/calendar/picker.date.css deleted file mode 100644 index 6dfa999cc..000000000 --- a/src/css/widget/date/calendar/picker.date.css +++ /dev/null @@ -1,2 +0,0 @@ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ diff --git a/src/css/widget/downlist/combo.downlist.css b/src/css/widget/downlist/combo.downlist.css deleted file mode 100644 index 6dfa999cc..000000000 --- a/src/css/widget/downlist/combo.downlist.css +++ /dev/null @@ -1,2 +0,0 @@ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ diff --git a/src/css/widget/downlist/popup.downlist.css b/src/css/widget/downlist/popup.downlist.css deleted file mode 100644 index 36a3223e8..000000000 --- a/src/css/widget/downlist/popup.downlist.css +++ /dev/null @@ -1,3 +0,0 @@ -.bi-down-list-popup .bi-down-list-item .list-item-text { - max-width: 203px; -} diff --git a/src/css/widget/exceltable/exceltable.cell.css b/src/css/widget/exceltable/exceltable.cell.css deleted file mode 100644 index 6dfa999cc..000000000 --- a/src/css/widget/exceltable/exceltable.cell.css +++ /dev/null @@ -1,2 +0,0 @@ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ diff --git a/src/css/widget/exceltable/exceltable.header.cell.css b/src/css/widget/exceltable/exceltable.header.cell.css deleted file mode 100644 index 36056b262..000000000 --- a/src/css/widget/exceltable/exceltable.header.cell.css +++ /dev/null @@ -1,3 +0,0 @@ -.bi-excel-table-header-cell { - font-weight: bold; -} diff --git a/src/css/widget/filemanager/filemanager.css b/src/css/widget/filemanager/filemanager.css deleted file mode 100644 index 6dfa999cc..000000000 --- a/src/css/widget/filemanager/filemanager.css +++ /dev/null @@ -1,2 +0,0 @@ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ diff --git a/src/css/widget/filemanager/items/item.file.filemanager.css b/src/css/widget/filemanager/items/item.file.filemanager.css deleted file mode 100644 index 6dfa999cc..000000000 --- a/src/css/widget/filemanager/items/item.file.filemanager.css +++ /dev/null @@ -1,2 +0,0 @@ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ diff --git a/src/css/widget/filemanager/items/item.folder.filemanager.css b/src/css/widget/filemanager/items/item.folder.filemanager.css deleted file mode 100644 index 6dfa999cc..000000000 --- a/src/css/widget/filemanager/items/item.folder.filemanager.css +++ /dev/null @@ -1,2 +0,0 @@ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ diff --git a/src/css/widget/filemanager/nav/nav.filemanager.css b/src/css/widget/filemanager/nav/nav.filemanager.css deleted file mode 100644 index 6dfa999cc..000000000 --- a/src/css/widget/filemanager/nav/nav.filemanager.css +++ /dev/null @@ -1,2 +0,0 @@ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ diff --git a/src/css/widget/month/combo.month.css b/src/css/widget/month/combo.month.css deleted file mode 100644 index 6dfa999cc..000000000 --- a/src/css/widget/month/combo.month.css +++ /dev/null @@ -1,2 +0,0 @@ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ diff --git a/src/css/widget/month/popup.month.css b/src/css/widget/month/popup.month.css deleted file mode 100644 index 6dfa999cc..000000000 --- a/src/css/widget/month/popup.month.css +++ /dev/null @@ -1,2 +0,0 @@ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ diff --git a/src/css/widget/multidate/multidate.day.css b/src/css/widget/multidate/multidate.day.css deleted file mode 100644 index 2f6491e13..000000000 --- a/src/css/widget/multidate/multidate.day.css +++ /dev/null @@ -1,3 +0,0 @@ -/****添加计算宽度的--运算符直接需要space****/ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ diff --git a/src/css/widget/multidate/multidate.month.css b/src/css/widget/multidate/multidate.month.css deleted file mode 100644 index 2f6491e13..000000000 --- a/src/css/widget/multidate/multidate.month.css +++ /dev/null @@ -1,3 +0,0 @@ -/****添加计算宽度的--运算符直接需要space****/ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ diff --git a/src/css/widget/multidate/multidate.quarter.css b/src/css/widget/multidate/multidate.quarter.css deleted file mode 100644 index 2f6491e13..000000000 --- a/src/css/widget/multidate/multidate.quarter.css +++ /dev/null @@ -1,3 +0,0 @@ -/****添加计算宽度的--运算符直接需要space****/ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ diff --git a/src/css/widget/multidate/multidate.week.css b/src/css/widget/multidate/multidate.week.css deleted file mode 100644 index 2f6491e13..000000000 --- a/src/css/widget/multidate/multidate.week.css +++ /dev/null @@ -1,3 +0,0 @@ -/****添加计算宽度的--运算符直接需要space****/ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ diff --git a/src/css/widget/multidate/multidate.year.css b/src/css/widget/multidate/multidate.year.css deleted file mode 100644 index 2f6491e13..000000000 --- a/src/css/widget/multidate/multidate.year.css +++ /dev/null @@ -1,3 +0,0 @@ -/****添加计算宽度的--运算符直接需要space****/ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ diff --git a/src/css/widget/multiselect/check/multiselect.display.css b/src/css/widget/multiselect/check/multiselect.display.css deleted file mode 100644 index 6dfa999cc..000000000 --- a/src/css/widget/multiselect/check/multiselect.display.css +++ /dev/null @@ -1,2 +0,0 @@ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ diff --git a/src/css/widget/multiselect/multiselect.popup.view.css b/src/css/widget/multiselect/multiselect.popup.view.css deleted file mode 100644 index 6dfa999cc..000000000 --- a/src/css/widget/multiselect/multiselect.popup.view.css +++ /dev/null @@ -1,2 +0,0 @@ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ diff --git a/src/css/widget/multiselect/search/multiselect.search.pane.css b/src/css/widget/multiselect/search/multiselect.search.pane.css deleted file mode 100644 index 88e22218d..000000000 --- a/src/css/widget/multiselect/search/multiselect.search.pane.css +++ /dev/null @@ -1,3 +0,0 @@ -.bi-multi-select-search-pane .multi-select-toolbar { - color: #e85050; -} diff --git a/src/css/widget/multiselect/trigger/button.checkselected.css b/src/css/widget/multiselect/trigger/button.checkselected.css deleted file mode 100644 index 135ecbc99..000000000 --- a/src/css/widget/multiselect/trigger/button.checkselected.css +++ /dev/null @@ -1,3 +0,0 @@ -.bi-multi-select-check-selected-button { - z-index: 1; -} diff --git a/src/css/widget/multistringlist/multistringlist.css b/src/css/widget/multistringlist/multistringlist.css deleted file mode 100644 index 6dfa999cc..000000000 --- a/src/css/widget/multistringlist/multistringlist.css +++ /dev/null @@ -1,2 +0,0 @@ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ diff --git a/src/css/widget/multitree/display.multi.tree.css b/src/css/widget/multitree/display.multi.tree.css deleted file mode 100644 index 6dfa999cc..000000000 --- a/src/css/widget/multitree/display.multi.tree.css +++ /dev/null @@ -1,2 +0,0 @@ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ diff --git a/src/css/widget/multitree/search.multi.tree.css b/src/css/widget/multitree/search.multi.tree.css deleted file mode 100644 index 6dfa999cc..000000000 --- a/src/css/widget/multitree/search.multi.tree.css +++ /dev/null @@ -1,2 +0,0 @@ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ diff --git a/src/css/widget/multitree/trigger/multi.tree.button.checkselected.css b/src/css/widget/multitree/trigger/multi.tree.button.checkselected.css deleted file mode 100644 index 0716e0c16..000000000 --- a/src/css/widget/multitree/trigger/multi.tree.button.checkselected.css +++ /dev/null @@ -1,4 +0,0 @@ -.bi-multi-tree-check-selected-button .trigger-check-selected { - color: #3f8ce8; - z-index: 1; -} diff --git a/src/css/widget/multitreelist/multitreelist.popup.css b/src/css/widget/multitreelist/multitreelist.popup.css deleted file mode 100644 index 6dfa999cc..000000000 --- a/src/css/widget/multitreelist/multitreelist.popup.css +++ /dev/null @@ -1,2 +0,0 @@ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ diff --git a/src/css/widget/numericalinterval/popup.numericalinterval.css b/src/css/widget/numericalinterval/popup.numericalinterval.css deleted file mode 100644 index 6dfa999cc..000000000 --- a/src/css/widget/numericalinterval/popup.numericalinterval.css +++ /dev/null @@ -1,2 +0,0 @@ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ diff --git a/src/css/widget/pagetable/pagetable.css b/src/css/widget/pagetable/pagetable.css deleted file mode 100644 index 6dfa999cc..000000000 --- a/src/css/widget/pagetable/pagetable.css +++ /dev/null @@ -1,2 +0,0 @@ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ diff --git a/src/css/widget/previewtable/previewtable.header.cell.css b/src/css/widget/previewtable/previewtable.header.cell.css deleted file mode 100644 index 04025668d..000000000 --- a/src/css/widget/previewtable/previewtable.header.cell.css +++ /dev/null @@ -1,6 +0,0 @@ -.bi-preview-table-header-cell { - font-weight: bold; - min-height: 25px; - min-width: 80px; - max-width: 220px; -} diff --git a/src/css/widget/quarter/combo.quarter.css b/src/css/widget/quarter/combo.quarter.css deleted file mode 100644 index 6dfa999cc..000000000 --- a/src/css/widget/quarter/combo.quarter.css +++ /dev/null @@ -1,2 +0,0 @@ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ diff --git a/src/css/widget/quarter/popup.quarter.css b/src/css/widget/quarter/popup.quarter.css deleted file mode 100644 index 6dfa999cc..000000000 --- a/src/css/widget/quarter/popup.quarter.css +++ /dev/null @@ -1,2 +0,0 @@ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ diff --git a/src/css/widget/quarter/trigger.quarter.css b/src/css/widget/quarter/trigger.quarter.css deleted file mode 100644 index 190dfff6d..000000000 --- a/src/css/widget/quarter/trigger.quarter.css +++ /dev/null @@ -1,5 +0,0 @@ -.bi-quarter-trigger { - -webkit-border-radius: 2px; - -moz-border-radius: 2px; - border-radius: 2px; -} diff --git a/src/css/widget/relationview/relationview.item.css b/src/css/widget/relationview/relationview.item.css deleted file mode 100644 index 6dfa999cc..000000000 --- a/src/css/widget/relationview/relationview.item.css +++ /dev/null @@ -1,2 +0,0 @@ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ diff --git a/src/css/widget/relationview/relationview.region.css b/src/css/widget/relationview/relationview.region.css deleted file mode 100644 index 66700cd65..000000000 --- a/src/css/widget/relationview/relationview.region.css +++ /dev/null @@ -1,9 +0,0 @@ -.bi-relation-view-region .relation-view-region-container { - z-index: 1; - -webkit-border-radius: 2px; - -moz-border-radius: 2px; - border-radius: 2px; -} -.bi-relation-view-region .relation-view-region-container.other-package { - border-style: dashed; -} diff --git a/src/css/widget/sequencetable/sequencetable.css b/src/css/widget/sequencetable/sequencetable.css deleted file mode 100644 index 6dfa999cc..000000000 --- a/src/css/widget/sequencetable/sequencetable.css +++ /dev/null @@ -1,2 +0,0 @@ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ diff --git a/src/css/widget/sequencetable/treenumber.sequencetable.css b/src/css/widget/sequencetable/treenumber.sequencetable.css deleted file mode 100644 index 907c2bf06..000000000 --- a/src/css/widget/sequencetable/treenumber.sequencetable.css +++ /dev/null @@ -1,23 +0,0 @@ -.bi-sequence-table-tree-number .sequence-table-title-cell { - overflow: hidden; - overflow-x: hidden; - overflow-y: hidden; - -webkit-box-sizing: border-box; - /*Safari3.2+*/ - -moz-box-sizing: border-box; - /*Firefox3.5+*/ - -ms-box-sizing: border-box; - /*IE8*/ - box-sizing: border-box; - /*W3C标准(IE9+,Safari5.1+,Chrome10.0+,Opera10.6+都符合box-sizing的w3c标准语法)*/ -} -.bi-sequence-table-tree-number .sequence-table-number-cell { - -webkit-box-sizing: border-box; - /*Safari3.2+*/ - -moz-box-sizing: border-box; - /*Firefox3.5+*/ - -ms-box-sizing: border-box; - /*IE8*/ - box-sizing: border-box; - /*W3C标准(IE9+,Safari5.1+,Chrome10.0+,Opera10.6+都符合box-sizing的w3c标准语法)*/ -} diff --git a/src/css/widget/singletree/combo.single.tree.css b/src/css/widget/singletree/combo.single.tree.css deleted file mode 100644 index 6dfa999cc..000000000 --- a/src/css/widget/singletree/combo.single.tree.css +++ /dev/null @@ -1,2 +0,0 @@ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ diff --git a/src/css/widget/year/combo.year.css b/src/css/widget/year/combo.year.css deleted file mode 100644 index 6dfa999cc..000000000 --- a/src/css/widget/year/combo.year.css +++ /dev/null @@ -1,2 +0,0 @@ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/