diff --git a/bi/core.css b/bi/core.css index 0ca0bec5d..74a771271 100644 --- a/bi/core.css +++ b/bi/core.css @@ -4,6 +4,7 @@ html, body, div, ul, +ol, li, img, a, @@ -31,11 +32,6 @@ textarea { .bi-theme-dark textarea { border: 1px solid #525466; } -ul, -ol { - margin: 0; - padding: 0; -} ul { list-style: disc; } diff --git a/docs/core.css b/docs/core.css index 0ca0bec5d..74a771271 100644 --- a/docs/core.css +++ b/docs/core.css @@ -4,6 +4,7 @@ html, body, div, ul, +ol, li, img, a, @@ -31,11 +32,6 @@ textarea { .bi-theme-dark textarea { border: 1px solid #525466; } -ul, -ol { - margin: 0; - padding: 0; -} ul { list-style: disc; } diff --git a/src/css/base/colorchooser/colorchooser.trigger.css b/src/css/base/colorchooser/colorchooser.trigger.css index ce43156fa..7e07cb515 100644 --- a/src/css/base/colorchooser/colorchooser.trigger.css +++ b/src/css/base/colorchooser/colorchooser.trigger.css @@ -1,5 +1,3 @@ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-color-chooser-trigger { -webkit-border-radius: 2px; -moz-border-radius: 2px; diff --git a/src/css/base/colorchooser/colorpicker/button.colorpicker.css b/src/css/base/colorchooser/colorpicker/button.colorpicker.css index 47deb8dcc..87f55f5da 100644 --- a/src/css/base/colorchooser/colorpicker/button.colorpicker.css +++ b/src/css/base/colorchooser/colorpicker/button.colorpicker.css @@ -1,5 +1,3 @@ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-color-picker-button .color-picker-button-mask { border: 1px solid #1a1a1a; } diff --git a/src/css/base/colorchooser/colorpicker/editor.colorpicker.css b/src/css/base/colorchooser/colorpicker/editor.colorpicker.css index 780132508..c5e9ea70c 100644 --- a/src/css/base/colorchooser/colorpicker/editor.colorpicker.css +++ b/src/css/base/colorchooser/colorpicker/editor.colorpicker.css @@ -1,5 +1,3 @@ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-color-picker-editor .color-picker-editor-display { -webkit-border-radius: 2px; -moz-border-radius: 2px; diff --git a/src/css/base/combo/combo.bubble.css b/src/css/base/combo/combo.bubble.css index e787b253e..563755f01 100644 --- a/src/css/base/combo/combo.bubble.css +++ b/src/css/base/combo/combo.bubble.css @@ -1,5 +1,3 @@ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-bubble-combo .button-combo-triangle-wrapper { position: fixed !important; } diff --git a/src/css/base/combo/popup.bubble.css b/src/css/base/combo/popup.bubble.css index 51a6bd22c..ffb39a2c8 100644 --- a/src/css/base/combo/popup.bubble.css +++ b/src/css/base/combo/popup.bubble.css @@ -1,5 +1,3 @@ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-bubble-popup-view { -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); diff --git a/src/css/base/editor/editor.adapt.css b/src/css/base/editor/editor.adapt.css index 7d4f14538..59725a1e3 100644 --- a/src/css/base/editor/editor.adapt.css +++ b/src/css/base/editor/editor.adapt.css @@ -1,5 +1,3 @@ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-adapt-editor .adapt-editor-text { font-size: 14px; } diff --git a/src/css/base/editor/editor.search.css b/src/css/base/editor/editor.search.css index d429e6f7d..d88e2e7a6 100644 --- a/src/css/base/editor/editor.search.css +++ b/src/css/base/editor/editor.search.css @@ -1,5 +1,3 @@ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ /*************BI.SearchEditor******************/ .bi-search-editor .close-font { font-size: 20px; diff --git a/src/css/base/editor/editor.search.small.css b/src/css/base/editor/editor.search.small.css index 1bc1fc606..4dcd6010c 100644 --- a/src/css/base/editor/editor.search.small.css +++ b/src/css/base/editor/editor.search.small.css @@ -1,5 +1,3 @@ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ /*************BI.SearchEditor******************/ .bi-small-search-editor .bi-editor { font-size: 12px; diff --git a/src/css/base/editor/editor.sign.initial.css b/src/css/base/editor/editor.sign.initial.css index ba088ee8a..6dea846a9 100644 --- a/src/css/base/editor/editor.sign.initial.css +++ b/src/css/base/editor/editor.sign.initial.css @@ -1,5 +1,3 @@ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-sign-initial-editor .sign-initial-editor-text { font-size: 14px; } diff --git a/src/css/base/formula/codemirror.css b/src/css/base/formula/codemirror.css index 574fdbd13..337579273 100644 --- a/src/css/base/formula/codemirror.css +++ b/src/css/base/formula/codemirror.css @@ -1,5 +1,3 @@ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ /* BASICS */ .CodeMirror { /* Set height, width, borders, and global font properties here */ diff --git a/src/css/base/foundation/bi.message.css b/src/css/base/foundation/bi.message.css index 30e9fb8f1..173116c05 100644 --- a/src/css/base/foundation/bi.message.css +++ b/src/css/base/foundation/bi.message.css @@ -1,5 +1,3 @@ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-message-title { font-size: 16px; cursor: pointer; diff --git a/src/css/base/layer/layer.multiselect.css b/src/css/base/layer/layer.multiselect.css index d42f65ad2..e30f78d82 100644 --- a/src/css/base/layer/layer.multiselect.css +++ b/src/css/base/layer/layer.multiselect.css @@ -1,5 +1,3 @@ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-multi-list-view .bi-button-mask { opacity: 0.1; filter: alpha(opacity=10); diff --git a/src/css/base/layer/panel.css b/src/css/base/layer/panel.css index 614afdc65..5a0c74f55 100644 --- a/src/css/base/layer/panel.css +++ b/src/css/base/layer/panel.css @@ -1,5 +1,3 @@ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-panel { -webkit-border-radius: 2px; -moz-border-radius: 2px; diff --git a/src/css/base/pager/pager.all.count.css b/src/css/base/pager/pager.all.count.css index 06af92b86..ef5e6f63c 100644 --- a/src/css/base/pager/pager.all.count.css +++ b/src/css/base/pager/pager.all.count.css @@ -1,5 +1,3 @@ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-all-count-pager .all-pager-prev { font-size: 16px; } diff --git a/src/css/base/pager/pager.css b/src/css/base/pager/pager.css index ec2224d60..585c51289 100644 --- a/src/css/base/pager/pager.css +++ b/src/css/base/pager/pager.css @@ -1,5 +1,3 @@ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-pager .page-item { -webkit-border-radius: 2px; -moz-border-radius: 2px; diff --git a/src/css/base/pager/pager.direction.css b/src/css/base/pager/pager.direction.css index b456a19d4..15f1686ab 100644 --- a/src/css/base/pager/pager.direction.css +++ b/src/css/base/pager/pager.direction.css @@ -1,5 +1,3 @@ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-direction-pager .direction-pager-prev { font-size: 16px; } diff --git a/src/css/base/segment/segment.css b/src/css/base/segment/segment.css index 4a342dd22..be61364e4 100644 --- a/src/css/base/segment/segment.css +++ b/src/css/base/segment/segment.css @@ -1,5 +1,3 @@ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-segment > .center-element { overflow: hidden; overflow-x: hidden; diff --git a/src/css/base/single/button/button.css b/src/css/base/single/button/button.css index fd579d710..09c648782 100644 --- a/src/css/base/single/button/button.css +++ b/src/css/base/single/button/button.css @@ -1,5 +1,3 @@ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-button { -webkit-border-radius: 2px; -moz-border-radius: 2px; diff --git a/src/css/base/single/button/item.singleselect.icontext.css b/src/css/base/single/button/item.singleselect.icontext.css index 4f897ffb2..b446c5eaf 100644 --- a/src/css/base/single/button/item.singleselect.icontext.css +++ b/src/css/base/single/button/item.singleselect.icontext.css @@ -1,5 +1,3 @@ -/****** 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; diff --git a/src/css/base/single/editor/editor.css b/src/css/base/single/editor/editor.css index b3752482a..dd76bd5ab 100644 --- a/src/css/base/single/editor/editor.css +++ b/src/css/base/single/editor/editor.css @@ -1,5 +1,3 @@ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-editor { font-size: 12px; } diff --git a/src/css/base/single/editor/editor.multifile.css b/src/css/base/single/editor/editor.multifile.css index 4dc8a0e6c..a9bb78621 100644 --- a/src/css/base/single/editor/editor.multifile.css +++ b/src/css/base/single/editor/editor.multifile.css @@ -1,5 +1,3 @@ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-multifile-editor .multifile-editor { text-align: right; cursor: pointer; diff --git a/src/css/base/single/editor/editor.shelter.css b/src/css/base/single/editor/editor.shelter.css index f8413c9cd..aa6b9b2a1 100644 --- a/src/css/base/single/editor/editor.shelter.css +++ b/src/css/base/single/editor/editor.shelter.css @@ -1,5 +1,3 @@ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .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 index d25096214..5012db867 100644 --- a/src/css/base/single/editor/editor.sign.css +++ b/src/css/base/single/editor/editor.sign.css @@ -1,5 +1,3 @@ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-sign-editor .sign-editor-text { font-size: 12px; } diff --git a/src/css/base/single/editor/editor.textarea.css b/src/css/base/single/editor/editor.textarea.css index a2ead3d4b..b9816a85f 100644 --- a/src/css/base/single/editor/editor.textarea.css +++ b/src/css/base/single/editor/editor.textarea.css @@ -1,5 +1,3 @@ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-textarea-editor { overflow: hidden; overflow-x: hidden; diff --git a/src/css/base/single/input/file.css b/src/css/base/single/input/file.css index 8b414d1f3..82aa8303f 100644 --- a/src/css/base/single/input/file.css +++ b/src/css/base/single/input/file.css @@ -1,5 +1,3 @@ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-file { opacity: 0; filter: alpha(opacity=0); diff --git a/src/css/base/single/input/input.css b/src/css/base/single/input/input.css index 1edaa2c7d..5bce1012b 100644 --- a/src/css/base/single/input/input.css +++ b/src/css/base/single/input/input.css @@ -1,5 +1,3 @@ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-input { border: none; outline: none; diff --git a/src/css/base/single/text.css b/src/css/base/single/text.css index d07bf58c9..69603a5a6 100644 --- a/src/css/base/single/text.css +++ b/src/css/base/single/text.css @@ -1,5 +1,3 @@ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-text { text-overflow: ellipsis; overflow-x: hidden; diff --git a/src/css/base/single/tip/tip.bubble.css b/src/css/base/single/tip/tip.bubble.css index 68f478310..c1149da83 100644 --- a/src/css/base/single/tip/tip.bubble.css +++ b/src/css/base/single/tip/tip.bubble.css @@ -1,5 +1,3 @@ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-bubble { font-size: 14px; } diff --git a/src/css/base/single/tip/tip.css b/src/css/base/single/tip/tip.css index d62f2f503..bc771b53d 100644 --- a/src/css/base/single/tip/tip.css +++ b/src/css/base/single/tip/tip.css @@ -1,5 +1,3 @@ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-tip { position: fixed !important; } diff --git a/src/css/base/single/tip/tip.toast.css b/src/css/base/single/tip/tip.toast.css index f2ec5102e..28b7bbbeb 100644 --- a/src/css/base/single/tip/tip.toast.css +++ b/src/css/base/single/tip/tip.toast.css @@ -1,5 +1,3 @@ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-toast { font-size: 14px; -webkit-border-radius: 2px; diff --git a/src/css/base/single/tip/tip.tooltip.css b/src/css/base/single/tip/tip.tooltip.css index 3902d6780..97e57e50e 100644 --- a/src/css/base/single/tip/tip.tooltip.css +++ b/src/css/base/single/tip/tip.tooltip.css @@ -1,5 +1,3 @@ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-tooltip { max-width: 250px; -webkit-border-radius: 2px; diff --git a/src/css/base/table/table.collection.cell.css b/src/css/base/table/table.collection.cell.css index 560bd3418..f630fb3ed 100644 --- a/src/css/base/table/table.collection.cell.css +++ b/src/css/base/table/table.collection.cell.css @@ -1,5 +1,3 @@ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-collection-table-cell { -webkit-box-sizing: border-box; /*Safari3.2+*/ diff --git a/src/css/base/table/table.collection.quick.css b/src/css/base/table/table.collection.quick.css index b10f62061..f1249ba83 100644 --- a/src/css/base/table/table.collection.quick.css +++ b/src/css/base/table/table.collection.quick.css @@ -1,5 +1,3 @@ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-quick-collection-table > div > .bi-collection { overflow: hidden !important; overflow-x: hidden !important; diff --git a/src/css/base/table/table.css b/src/css/base/table/table.css index 8c983972e..abfd5a942 100644 --- a/src/css/base/table/table.css +++ b/src/css/base/table/table.css @@ -1,5 +1,3 @@ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-table > .first-col { border-left: none; } diff --git a/src/css/base/table/table.grid.cell.css b/src/css/base/table/table.grid.cell.css index 06c918d1f..10fab44a8 100644 --- a/src/css/base/table/table.grid.cell.css +++ b/src/css/base/table/table.grid.cell.css @@ -1,5 +1,3 @@ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-grid-table-cell { -webkit-box-sizing: border-box; /*Safari3.2+*/ diff --git a/src/css/base/table/table.grid.scrollbar.css b/src/css/base/table/table.grid.scrollbar.css index c5afd5c08..111b2f877 100644 --- a/src/css/base/table/table.grid.scrollbar.css +++ b/src/css/base/table/table.grid.scrollbar.css @@ -1,5 +1,3 @@ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .scrollbar-layout-main { box-sizing: border-box; outline: none; diff --git a/src/css/base/table/table.resizable.cell.css b/src/css/base/table/table.resizable.cell.css index d06885623..bd1c75358 100644 --- a/src/css/base/table/table.resizable.cell.css +++ b/src/css/base/table/table.resizable.cell.css @@ -1,5 +1,3 @@ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-resizable-table-cell .resizable-table-cell-resizer-container { cursor: ew-resize; z-index: 1; diff --git a/src/css/base/table/table.resizable.css b/src/css/base/table/table.resizable.css index c49afd3fb..cc4c9b86b 100644 --- a/src/css/base/table/table.resizable.css +++ b/src/css/base/table/table.resizable.css @@ -1,5 +1,3 @@ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-resizable-table .resizable-table-resizer { cursor: ew-resize; z-index: 1; diff --git a/src/css/base/tree/branch.tree.css b/src/css/base/tree/branch.tree.css index 68f22306a..3d6d38e25 100644 --- a/src/css/base/tree/branch.tree.css +++ b/src/css/base/tree/branch.tree.css @@ -1,5 +1,3 @@ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-branch-tree .bi-branch-tree-view { min-width: 300px; } diff --git a/src/css/base/trigger/trigger.css b/src/css/base/trigger/trigger.css index cb974136a..51c60b492 100644 --- a/src/css/base/trigger/trigger.css +++ b/src/css/base/trigger/trigger.css @@ -1,5 +1,3 @@ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-trigger .bi-trigger-icon-button { font-size: 16px; } diff --git a/src/css/base/trigger/trigger.selecttext.css b/src/css/base/trigger/trigger.selecttext.css index 7e3adadc1..0f5ff3f24 100644 --- a/src/css/base/trigger/trigger.selecttext.css +++ b/src/css/base/trigger/trigger.selecttext.css @@ -1,5 +1,3 @@ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-select-text-trigger { -webkit-border-radius: 2px; -moz-border-radius: 2px; diff --git a/src/css/base/trigger/trigger.selecttextsmall.css b/src/css/base/trigger/trigger.selecttextsmall.css index a0993e840..bd464915d 100644 --- a/src/css/base/trigger/trigger.selecttextsmall.css +++ b/src/css/base/trigger/trigger.selecttextsmall.css @@ -1,5 +1,3 @@ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-small-select-text-trigger { -webkit-border-radius: 2px; -moz-border-radius: 2px; diff --git a/src/css/base/view/popupview.css b/src/css/base/view/popupview.css index 76d80e817..142b2c7a7 100644 --- a/src/css/base/view/popupview.css +++ b/src/css/base/view/popupview.css @@ -1,5 +1,3 @@ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ /**********BI.BIListView*************/ .bi-popup-view { position: fixed !important; diff --git a/src/css/core/normal.css b/src/css/core/normal.css index 330984f77..f0f651d4e 100644 --- a/src/css/core/normal.css +++ b/src/css/core/normal.css @@ -1,9 +1,8 @@ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ html, body, div, ul, +ol, li, img, a, @@ -31,11 +30,6 @@ textarea { .bi-theme-dark textarea { border: 1px solid #525466; } -ul, -ol { - margin: 0; - padding: 0; -} ul { list-style: disc; } diff --git a/src/css/core/utils/common.css b/src/css/core/utils/common.css index d00ff860a..c94dd5a88 100644 --- a/src/css/core/utils/common.css +++ b/src/css/core/utils/common.css @@ -1,5 +1,3 @@ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .base-disabled { cursor: default !important; color: #cccccc !important; diff --git a/src/css/core/utils/overflow.css b/src/css/core/utils/overflow.css index 54507c5d3..0376a1ee1 100644 --- a/src/css/core/utils/overflow.css +++ b/src/css/core/utils/overflow.css @@ -1,5 +1,3 @@ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .y-overflow-auto { overflow-y: auto; overflow-x: hidden; diff --git a/src/css/core/utils/pos.css b/src/css/core/utils/pos.css index 89e984e5b..4744c1549 100644 --- a/src/css/core/utils/pos.css +++ b/src/css/core/utils/pos.css @@ -1,5 +1,3 @@ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .display-block { display: block; } diff --git a/src/css/core/utils/sizing.css b/src/css/core/utils/sizing.css index 67a1f6476..65ec7a96f 100644 --- a/src/css/core/utils/sizing.css +++ b/src/css/core/utils/sizing.css @@ -1,5 +1,3 @@ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ /*类似ie6的盒子模型 可以在有百分比的时候加border 支持到ie8*/ .border-sizing { -webkit-box-sizing: border-box; diff --git a/src/css/core/wrapper/inline.center.css b/src/css/core/wrapper/inline.center.css index ed70149fa..1337d3841 100644 --- a/src/css/core/wrapper/inline.center.css +++ b/src/css/core/wrapper/inline.center.css @@ -1,5 +1,3 @@ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-inline-center-adapt-layout:after { display: inline-block; width: 0; diff --git a/src/css/core/wrapper/inline.vertical.css b/src/css/core/wrapper/inline.vertical.css index 183754a10..23d94c971 100644 --- a/src/css/core/wrapper/inline.vertical.css +++ b/src/css/core/wrapper/inline.vertical.css @@ -1,5 +1,3 @@ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-inline-vertical-adapt-layout:after { display: inline-block; width: 0; diff --git a/src/css/resource/app.css b/src/css/resource/app.css index 434165158..a84c8542b 100644 --- a/src/css/resource/app.css +++ b/src/css/resource/app.css @@ -1,5 +1,3 @@ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ html, button, input, diff --git a/src/css/resource/font.css b/src/css/resource/font.css index 27409046b..ee9d61c35 100644 --- a/src/css/resource/font.css +++ b/src/css/resource/font.css @@ -1,5 +1,3 @@ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ @font-face { font-family: 'bi'; src: url('font/iconfont.eot'), /* IE6-IE8 */ url('font/iconfont.woff') format('woff'), /* chrome、firefox */ url('font/iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ url('font/iconfont.svg#svgFontName') format('svg'); diff --git a/src/css/resource/third/farbtastic/farbtastic.css b/src/css/resource/third/farbtastic/farbtastic.css index c5c0e692b..e91f29f67 100644 --- a/src/css/resource/third/farbtastic/farbtastic.css +++ b/src/css/resource/third/farbtastic/farbtastic.css @@ -16,8 +16,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .farbtastic { position: relative; } diff --git a/src/css/resource/third/ztree/display.tree.css b/src/css/resource/third/ztree/display.tree.css index b3131157e..6d79da8c5 100644 --- a/src/css/resource/third/ztree/display.tree.css +++ b/src/css/resource/third/ztree/display.tree.css @@ -1,5 +1,3 @@ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-display-tree .ztree * { color: #999999; } diff --git a/src/css/resource/third/ztree/zTreeStyle.css b/src/css/resource/third/ztree/zTreeStyle.css index d39416c76..d9f4caf12 100644 --- a/src/css/resource/third/ztree/zTreeStyle.css +++ b/src/css/resource/third/ztree/zTreeStyle.css @@ -7,8 +7,6 @@ email: hunter.z@263.net website: http://code.google.com/p/jquerytree/ -------------------------------------*/ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .ztree * { padding: 0; margin: 0; diff --git a/src/css/theme/dark.css b/src/css/theme/dark.css index 484459e4b..7349cdeef 100644 --- a/src/css/theme/dark.css +++ b/src/css/theme/dark.css @@ -1,5 +1,3 @@ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-theme-dark { background-color: #191b2b; color: #cccccc; diff --git a/src/css/widget/arrangement/arrangement.css b/src/css/widget/arrangement/arrangement.css index 6974ec944..a42351a6d 100644 --- a/src/css/widget/arrangement/arrangement.css +++ b/src/css/widget/arrangement/arrangement.css @@ -1,5 +1,3 @@ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-arrangement .arrangement-helper { background: #3f8ce8; z-index: 1000000000; diff --git a/src/css/widget/arrangement/arrangement.droppable.css b/src/css/widget/arrangement/arrangement.droppable.css index 0ce46cb82..003a55bb1 100644 --- a/src/css/widget/arrangement/arrangement.droppable.css +++ b/src/css/widget/arrangement/arrangement.droppable.css @@ -1,5 +1,3 @@ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-arrangement-droppable { z-index: 100000; } diff --git a/src/css/widget/date/trigger.date.css b/src/css/widget/date/trigger.date.css index beec6fb76..94c2071ef 100644 --- a/src/css/widget/date/trigger.date.css +++ b/src/css/widget/date/trigger.date.css @@ -1,5 +1,3 @@ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-date-trigger { -webkit-border-radius: 2px; -moz-border-radius: 2px; diff --git a/src/css/widget/downlist/popup.downlist.css b/src/css/widget/downlist/popup.downlist.css index 7a6c5ee1f..36a3223e8 100644 --- a/src/css/widget/downlist/popup.downlist.css +++ b/src/css/widget/downlist/popup.downlist.css @@ -1,5 +1,3 @@ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-down-list-popup .bi-down-list-item .list-item-text { max-width: 203px; } diff --git a/src/css/widget/exceltable/exceltable.css b/src/css/widget/exceltable/exceltable.css index 118b42cbe..4f6dc3b7a 100644 --- a/src/css/widget/exceltable/exceltable.css +++ b/src/css/widget/exceltable/exceltable.css @@ -1,5 +1,3 @@ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-excel-table > div.bottom-right > div > div > table { border-right: 1px solid #d4dadd; } diff --git a/src/css/widget/exceltable/exceltable.header.cell.css b/src/css/widget/exceltable/exceltable.header.cell.css index ff64e9da1..36056b262 100644 --- a/src/css/widget/exceltable/exceltable.header.cell.css +++ b/src/css/widget/exceltable/exceltable.header.cell.css @@ -1,5 +1,3 @@ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-excel-table-header-cell { font-weight: bold; } diff --git a/src/css/widget/filemanager/nav/button/button.nav.filemanager.css b/src/css/widget/filemanager/nav/button/button.nav.filemanager.css index 76c979412..973b3c1c1 100644 --- a/src/css/widget/filemanager/nav/button/button.nav.filemanager.css +++ b/src/css/widget/filemanager/nav/button/button.nav.filemanager.css @@ -1,5 +1,3 @@ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-file-manager-nav-button .file-manager-nav-button-text { max-width: 200px; } diff --git a/src/css/widget/finetuningnumbereditor/finetuning.number.editor.css b/src/css/widget/finetuningnumbereditor/finetuning.number.editor.css index 3a5738157..1e2690fcd 100644 --- a/src/css/widget/finetuningnumbereditor/finetuning.number.editor.css +++ b/src/css/widget/finetuningnumbereditor/finetuning.number.editor.css @@ -1,5 +1,3 @@ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-fine-tuning-number-editor { -webkit-border-radius: 2px; -moz-border-radius: 2px; diff --git a/src/css/widget/interactivearrangement/interactivearrangement.css b/src/css/widget/interactivearrangement/interactivearrangement.css index 265625ccc..f52a2e3b9 100644 --- a/src/css/widget/interactivearrangement/interactivearrangement.css +++ b/src/css/widget/interactivearrangement/interactivearrangement.css @@ -1,5 +1,3 @@ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-interactive-arrangement .interactive-arrangement-dragtag-line { z-index: 1000000000; background-color: #f07d0a; diff --git a/src/css/widget/month/trigger.month.css b/src/css/widget/month/trigger.month.css index c706915fa..047ce2087 100644 --- a/src/css/widget/month/trigger.month.css +++ b/src/css/widget/month/trigger.month.css @@ -1,5 +1,3 @@ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-month-trigger { -webkit-border-radius: 2px; -moz-border-radius: 2px; diff --git a/src/css/widget/multiselect/check/multiselect.check.pane.css b/src/css/widget/multiselect/check/multiselect.check.pane.css index aa0164de2..cf9105e46 100644 --- a/src/css/widget/multiselect/check/multiselect.check.pane.css +++ b/src/css/widget/multiselect/check/multiselect.check.pane.css @@ -1,5 +1,3 @@ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-multi-select-check-pane .multi-select-check-selected { text-decoration: underline; } diff --git a/src/css/widget/multiselect/multiselect.combo.css b/src/css/widget/multiselect/multiselect.combo.css index 90ba9ba3e..7e76ec81c 100644 --- a/src/css/widget/multiselect/multiselect.combo.css +++ b/src/css/widget/multiselect/multiselect.combo.css @@ -1,5 +1,3 @@ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-multi-select-combo .multi-select-trigger-icon-button { font-size: 16px; } diff --git a/src/css/widget/multiselect/multiselect.trigger.css b/src/css/widget/multiselect/multiselect.trigger.css index 5c2866e08..31e53166c 100644 --- a/src/css/widget/multiselect/multiselect.trigger.css +++ b/src/css/widget/multiselect/multiselect.trigger.css @@ -1,5 +1,3 @@ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-multi-select-trigger { -webkit-border-radius: 2px 2px 2px 2px; -moz-border-radius: 2px 2px 2px 2px; diff --git a/src/css/widget/multiselect/search/multiselect.search.pane.css b/src/css/widget/multiselect/search/multiselect.search.pane.css index 75228fd4d..88e22218d 100644 --- a/src/css/widget/multiselect/search/multiselect.search.pane.css +++ b/src/css/widget/multiselect/search/multiselect.search.pane.css @@ -1,5 +1,3 @@ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .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 index 0f2617a98..135ecbc99 100644 --- a/src/css/widget/multiselect/trigger/button.checkselected.css +++ b/src/css/widget/multiselect/trigger/button.checkselected.css @@ -1,5 +1,3 @@ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-multi-select-check-selected-button { z-index: 1; } diff --git a/src/css/widget/multitree/check/multi.tree.check.pane.css b/src/css/widget/multitree/check/multi.tree.check.pane.css index f184e254f..64572cfb5 100644 --- a/src/css/widget/multitree/check/multi.tree.check.pane.css +++ b/src/css/widget/multitree/check/multi.tree.check.pane.css @@ -1,5 +1,3 @@ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-multi-tree-check-pane .multi-tree-check-selected { color: #3f8ce8; } diff --git a/src/css/widget/multitree/multi.tree.combo.css b/src/css/widget/multitree/multi.tree.combo.css index 3ed3318b3..4a6251195 100644 --- a/src/css/widget/multitree/multi.tree.combo.css +++ b/src/css/widget/multitree/multi.tree.combo.css @@ -1,5 +1,3 @@ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-multi-tree-combo .multi-select-trigger-icon-button { font-size: 16px; } diff --git a/src/css/widget/multitree/popup.multi.tree.css b/src/css/widget/multitree/popup.multi.tree.css index 8fd35668f..9c1ddb078 100644 --- a/src/css/widget/multitree/popup.multi.tree.css +++ b/src/css/widget/multitree/popup.multi.tree.css @@ -1,5 +1,3 @@ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-multi-tree-popup .popup-view-tree { min-height: 170px; } diff --git a/src/css/widget/multitree/trigger/multi.tree.button.checkselected.css b/src/css/widget/multitree/trigger/multi.tree.button.checkselected.css index 96e43b8b9..0716e0c16 100644 --- a/src/css/widget/multitree/trigger/multi.tree.button.checkselected.css +++ b/src/css/widget/multitree/trigger/multi.tree.button.checkselected.css @@ -1,5 +1,3 @@ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-multi-tree-check-selected-button .trigger-check-selected { color: #3f8ce8; z-index: 1; diff --git a/src/css/widget/numericalinterval/numericalinterval.css b/src/css/widget/numericalinterval/numericalinterval.css index 9367fa1c7..a980ddbc9 100644 --- a/src/css/widget/numericalinterval/numericalinterval.css +++ b/src/css/widget/numericalinterval/numericalinterval.css @@ -1,5 +1,3 @@ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-numerical-interval .numerical-interval-small-editor { -moz-border-radius-topleft: 2px; -webkit-border-top-left-radius: 2px; diff --git a/src/css/widget/pagetable/pagetable.cell.css b/src/css/widget/pagetable/pagetable.cell.css index 462fc3e58..19a8914b6 100644 --- a/src/css/widget/pagetable/pagetable.cell.css +++ b/src/css/widget/pagetable/pagetable.cell.css @@ -1,5 +1,3 @@ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-page-table-cell { -webkit-user-select: initial; -khtml-user-select: initial; diff --git a/src/css/widget/pathchooser/pathchooser.css b/src/css/widget/pathchooser/pathchooser.css index e66595c26..42c933495 100644 --- a/src/css/widget/pathchooser/pathchooser.css +++ b/src/css/widget/pathchooser/pathchooser.css @@ -1,5 +1,3 @@ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-path-chooser .path-chooser-radio { z-index: 1; } diff --git a/src/css/widget/pathchooser/pathregion.css b/src/css/widget/pathchooser/pathregion.css index f03f4af61..749779632 100644 --- a/src/css/widget/pathchooser/pathregion.css +++ b/src/css/widget/pathchooser/pathregion.css @@ -1,5 +1,3 @@ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-path-region .path-region-label { z-index: 1; } diff --git a/src/css/widget/previewtable/previewtable.cell.css b/src/css/widget/previewtable/previewtable.cell.css index 1b02d1f7a..053899e31 100644 --- a/src/css/widget/previewtable/previewtable.cell.css +++ b/src/css/widget/previewtable/previewtable.cell.css @@ -1,5 +1,3 @@ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-preview-table-cell { min-height: 25px; min-width: 80px; diff --git a/src/css/widget/previewtable/previewtable.css b/src/css/widget/previewtable/previewtable.css index 558935f75..a829e78c0 100644 --- a/src/css/widget/previewtable/previewtable.css +++ b/src/css/widget/previewtable/previewtable.css @@ -1,5 +1,3 @@ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-preview-table { -webkit-user-select: initial; -khtml-user-select: initial; diff --git a/src/css/widget/previewtable/previewtable.header.cell.css b/src/css/widget/previewtable/previewtable.header.cell.css index 53f719b2b..04025668d 100644 --- a/src/css/widget/previewtable/previewtable.header.cell.css +++ b/src/css/widget/previewtable/previewtable.header.cell.css @@ -1,5 +1,3 @@ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-preview-table-header-cell { font-weight: bold; min-height: 25px; diff --git a/src/css/widget/quarter/trigger.quarter.css b/src/css/widget/quarter/trigger.quarter.css index 98ff5fc99..190dfff6d 100644 --- a/src/css/widget/quarter/trigger.quarter.css +++ b/src/css/widget/quarter/trigger.quarter.css @@ -1,5 +1,3 @@ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-quarter-trigger { -webkit-border-radius: 2px; -moz-border-radius: 2px; diff --git a/src/css/widget/relationview/relationview.region.css b/src/css/widget/relationview/relationview.region.css index 4fe1f498c..66700cd65 100644 --- a/src/css/widget/relationview/relationview.region.css +++ b/src/css/widget/relationview/relationview.region.css @@ -1,5 +1,3 @@ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-relation-view-region .relation-view-region-container { z-index: 1; -webkit-border-radius: 2px; diff --git a/src/css/widget/sequencetable/dynamicnumber.sequencetable.css b/src/css/widget/sequencetable/dynamicnumber.sequencetable.css index 8ae9b91c6..1a92f05fc 100644 --- a/src/css/widget/sequencetable/dynamicnumber.sequencetable.css +++ b/src/css/widget/sequencetable/dynamicnumber.sequencetable.css @@ -1,5 +1,3 @@ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-sequence-table-dynamic-number .sequence-table-title-cell { overflow: hidden; overflow-x: hidden; diff --git a/src/css/widget/sequencetable/listnumber.sequencetable.css b/src/css/widget/sequencetable/listnumber.sequencetable.css index 25775b835..83fb91ad1 100644 --- a/src/css/widget/sequencetable/listnumber.sequencetable.css +++ b/src/css/widget/sequencetable/listnumber.sequencetable.css @@ -1,5 +1,3 @@ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-sequence-table-list-number .sequence-table-title-cell { overflow: hidden; overflow-x: hidden; diff --git a/src/css/widget/sequencetable/treenumber.sequencetable.css b/src/css/widget/sequencetable/treenumber.sequencetable.css index 50563c81e..907c2bf06 100644 --- a/src/css/widget/sequencetable/treenumber.sequencetable.css +++ b/src/css/widget/sequencetable/treenumber.sequencetable.css @@ -1,5 +1,3 @@ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-sequence-table-tree-number .sequence-table-title-cell { overflow: hidden; overflow-x: hidden; diff --git a/src/css/widget/year/popup.year.css b/src/css/widget/year/popup.year.css index 62c054205..95705e709 100644 --- a/src/css/widget/year/popup.year.css +++ b/src/css/widget/year/popup.year.css @@ -1,5 +1,3 @@ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-year-popup .year-popup-navigation { line-height: 30px; } diff --git a/src/css/widget/year/trigger.year.css b/src/css/widget/year/trigger.year.css index 24fa560f2..07eb6b523 100644 --- a/src/css/widget/year/trigger.year.css +++ b/src/css/widget/year/trigger.year.css @@ -1,5 +1,3 @@ -/****** common color(常用颜色,可用于普遍场景) *****/ -/**** custom color(自定义颜色,用于特定场景) ****/ .bi-year-trigger { -webkit-border-radius: 2px; -moz-border-radius: 2px; diff --git a/src/less/core/normal.less b/src/less/core/normal.less index 6e49bb107..bc88f2b69 100644 --- a/src/less/core/normal.less +++ b/src/less/core/normal.less @@ -1,6 +1,6 @@ @import "../bibase"; -html, body, div, ul, li, img, a, span, p, * { +html, body, div, ul, ol, li, img, a, span, p, * { margin: 0; padding: 0; } @@ -29,12 +29,6 @@ textarea { } } -ul, -ol { - margin: 0; - padding: 0; -} - ul { list-style: disc; } diff --git a/src/less/lib/colors.less b/src/less/lib/colors.less index 4e7cd0b9e..10b17f78c 100644 --- a/src/less/lib/colors.less +++ b/src/less/lib/colors.less @@ -2,7 +2,6 @@ // 色彩库,从constant.less中获取相关颜色,不要出现#xxxxxx -/****** common color(常用颜色,可用于普遍场景) *****/ //默认字体颜色 @color-bi-text-normal: @font-color-normal; //黑色字体颜色 @@ -88,7 +87,6 @@ //黑色阴影 @color-bi-shadow-normal: @shadow-color-black; -/**** custom color(自定义颜色,用于特定场景) ****/ //bubble、toast、tooltip通用 @color-bi-tip-warning-background: @background-color-alert;