iapyang
5 years ago
135 changed files with 0 additions and 10042 deletions
@ -1,3 +0,0 @@
|
||||
.demo-face .face-config .config-label { |
||||
font-size: 14px; |
||||
} |
@ -1,84 +0,0 @@
|
||||
.layout-bg-white { |
||||
background-color: #ffffff; |
||||
} |
||||
.layout-bg-gray { |
||||
background-color: #eeeeee; |
||||
} |
||||
.layout-bg1 { |
||||
color: #ffffff; |
||||
background-color: #0088cc; |
||||
} |
||||
.layout-bg2 { |
||||
color: #ffffff; |
||||
background-color: #008B8B; |
||||
} |
||||
.layout-bg3 { |
||||
color: #ffffff; |
||||
background-color: #6495ED; |
||||
} |
||||
.layout-bg4 { |
||||
color: #ffffff; |
||||
background-color: #ff69b4; |
||||
} |
||||
.layout-bg5 { |
||||
color: #ffffff; |
||||
background-color: #B8860B; |
||||
} |
||||
.layout-bg6 { |
||||
color: #ffffff; |
||||
background-color: #d9534f; |
||||
} |
||||
.layout-bg7 { |
||||
color: #ffffff; |
||||
background-color: #ea4738; |
||||
} |
||||
.layout-bg8 { |
||||
color: #ffffff; |
||||
background-color: #6495ed; |
||||
} |
||||
.demo-main .bg1 { |
||||
background-color: #178cdf; |
||||
} |
||||
body { |
||||
background-color: #f7f8fa; |
||||
} |
||||
#wrapper { |
||||
position: absolute; |
||||
left: 0; |
||||
right: 0; |
||||
top: 0; |
||||
bottom: 0; |
||||
} |
||||
.bi-theme-dark body { |
||||
background-color: #191b2b; |
||||
} |
||||
.demo-editor { |
||||
border: 1px solid #cccccc; |
||||
} |
||||
.demo-clolor { |
||||
color: #1a1a1a; |
||||
} |
||||
.bi-progress-bar-processor { |
||||
transition: all 0.5s ease; |
||||
-webkit-transition: all 0.5s ease; |
||||
-moz-transition: all 0.5s ease; |
||||
-o-transition: all 0.5s ease; |
||||
background: #3f8ce8; |
||||
-webkit-border-radius: 20px; |
||||
-moz-border-radius: 20px; |
||||
border-radius: 20px; |
||||
overflow: hidden; |
||||
overflow-x: hidden; |
||||
overflow-y: hidden; |
||||
} |
||||
.bi-progress-text-bar-processor { |
||||
transition: all 0.5s ease; |
||||
-webkit-transition: all 0.5s ease; |
||||
-moz-transition: all 0.5s ease; |
||||
-o-transition: all 0.5s ease; |
||||
} |
||||
.bi-progress-bar-bar { |
||||
-webkit-border-radius: 20px; |
||||
-moz-border-radius: 20px; |
||||
border-radius: 20px; |
||||
} |
@ -1,10 +0,0 @@
|
||||
.demo-north { |
||||
background-color: #3c8dbc; |
||||
} |
||||
.demo-north .logo { |
||||
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; |
||||
color: #ffffff; |
||||
background-color: #367fa9; |
||||
font-size: 20px; |
||||
font-weight: 300; |
||||
} |
@ -1,102 +0,0 @@
|
||||
.mvc-button:hover, |
||||
.mvc-button.hover { |
||||
opacity: 0.5; |
||||
filter: alpha(opacity=50); |
||||
} |
||||
.mvc-button.active, |
||||
.mvc-button:active { |
||||
opacity: 0.5; |
||||
filter: alpha(opacity=50); |
||||
} |
||||
.bi-set-get .left-title, |
||||
.bi-set-get .right-title { |
||||
background: #0088cc; |
||||
color: #ffffff; |
||||
} |
||||
.bi-set-get .left-nav { |
||||
border-bottom: 1px solid #cccccc; |
||||
} |
||||
.bi-set-get .left-nav.active, |
||||
.bi-set-get .left-nav:active { |
||||
color: #ffffff; |
||||
background-color: #d9534f; |
||||
} |
||||
.bi-local .top-button { |
||||
background-color: #448eea; |
||||
color: #ffffff; |
||||
} |
||||
.bi-local .bottom-label { |
||||
background-color: #EA4738; |
||||
color: #ffffff; |
||||
} |
||||
.bi-local .delete-button { |
||||
background-color: #008B8B; |
||||
color: #ffffff; |
||||
} |
||||
.bi-local .vessel-border { |
||||
border-left: 1px solid #cccccc; |
||||
border-bottom: 1px solid #cccccc; |
||||
border-right: 1px solid #cccccc; |
||||
} |
||||
.bi-event .title { |
||||
background: #0088cc; |
||||
color: #ffffff; |
||||
} |
||||
.bi-event .front { |
||||
background: #ADD8E6; |
||||
} |
||||
.bi-event .nav { |
||||
border: 1px solid #cccccc; |
||||
} |
||||
.bi-skip-to { |
||||
color: #ffffff; |
||||
} |
||||
.bi-skip-to .red-pane { |
||||
background-color: #0088cc; |
||||
} |
||||
.bi-skip-to .blue-pane { |
||||
background-color: #6495ED; |
||||
} |
||||
.bi-skip-to .green-pane { |
||||
background-color: #008B8B; |
||||
} |
||||
.bi-skip-to .yellow-pane { |
||||
background-color: #B8860B; |
||||
} |
||||
.bi-change .outer-text { |
||||
background-color: #0088cc; |
||||
color: #ffffff; |
||||
} |
||||
.bi-change .inner { |
||||
border-left: 1px solid #cccccc; |
||||
border-bottom: 1px solid #cccccc; |
||||
border-right: 1px solid #cccccc; |
||||
} |
||||
.bi-change .type-first { |
||||
background-color: #008B8B; |
||||
} |
||||
.bi-change .type-second { |
||||
background-color: #6495ED; |
||||
} |
||||
.bi-change .type-third { |
||||
background-color: #0088cc; |
||||
} |
||||
.bi-tmp .tmp-button { |
||||
color: #ffffff; |
||||
background: #0088cc; |
||||
} |
||||
.bi-splice-duplicate .superiors-label { |
||||
color: white; |
||||
background-color: #008B8B; |
||||
} |
||||
.bi-splice-duplicate .sd-child { |
||||
border: 1px solid #cccccc; |
||||
} |
||||
.bi-splice-duplicate .sd-child .right-button-add { |
||||
color: white; |
||||
background-color: #0088cc; |
||||
} |
||||
.bi-splice-duplicate .sd-child .right-button-del { |
||||
color: white; |
||||
background-color: #d9534f; |
||||
} |
@ -1,24 +0,0 @@
|
||||
.bi-theme-dark div::-webkit-scrollbar, |
||||
.bi-theme-dark textarea::-webkit-scrollbar { |
||||
-webkit-appearance: none; |
||||
} |
||||
.bi-theme-dark div::-webkit-scrollbar-track, |
||||
.bi-theme-dark textarea::-webkit-scrollbar-track { |
||||
background-color: rgba(255, 255, 255, 0.05); |
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0dffffff,endColorstr=#0dffffff); |
||||
} |
||||
.bi-theme-dark div::-webkit-scrollbar-track:hover, |
||||
.bi-theme-dark textarea::-webkit-scrollbar-track:hover { |
||||
background-color: rgba(255, 255, 255, 0.05); |
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0dffffff,endColorstr=#0dffffff); |
||||
} |
||||
.bi-theme-dark div::-webkit-scrollbar-thumb, |
||||
.bi-theme-dark textarea::-webkit-scrollbar-thumb { |
||||
background-color: rgba(255, 255, 255, 0.1); |
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#1affffff,endColorstr=#1affffff); |
||||
} |
||||
.bi-theme-dark div::-webkit-scrollbar-thumb:hover, |
||||
.bi-theme-dark textarea::-webkit-scrollbar-thumb:hover { |
||||
background-color: rgba(255, 255, 255, 0.3); |
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4dffffff,endColorstr=#4dffffff); |
||||
} |
@ -1,337 +0,0 @@
|
||||
.bi-farbtastic .wheel { |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/background/wheel.png') no-repeat center center; |
||||
} |
||||
.bi-farbtastic .overlay { |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/background/mask.png') no-repeat center center; |
||||
} |
||||
.bi-farbtastic .marker { |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/background/marker.png') no-repeat center center; |
||||
} |
||||
.bi-display-tree .ztree li span.button.switch.center_open { |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/2x/icon/tree_vertical_line_3.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.bi-display-tree .ztree li span.button.switch.roots_open { |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/2x/icon/tree_vertical_line_2.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.bi-display-tree .ztree li span.button.switch.bottom_open { |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/2x/icon/tree_vertical_line_4.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.bi-display-tree .ztree.hack li span.button.switch.center_open { |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/tree_vertical_line_3.png') no-repeat center center; |
||||
} |
||||
.bi-display-tree .ztree.hack li span.button.switch.roots_open { |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/tree_vertical_line_2.png') no-repeat center center; |
||||
} |
||||
.bi-display-tree .ztree.hack li span.button.switch.bottom_open { |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/tree_vertical_line_4.png') no-repeat center center; |
||||
} |
||||
.ztree li ul.line { |
||||
position: relative; |
||||
} |
||||
.ztree li ul.line:before { |
||||
position: absolute; |
||||
content: ''; |
||||
border-left: 1px dashed #D0D4DA; |
||||
height: calc(100% - 3px); |
||||
left: 12px; |
||||
margin-top: 1px; |
||||
} |
||||
.ztree.hack li ul.line { |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/tree_vertical_line_1.png') repeat-y 1px 0; |
||||
} |
||||
.bi-theme-dark .ztree li ul.line:before { |
||||
border-left: 1px dashed #606479; |
||||
} |
||||
.bi-theme-dark .ztree.hack li ul.line { |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/dark/tree_vertical_line_1.png') repeat-y 1px 0; |
||||
} |
||||
.ztree li span.button.chk.checkbox_false_full { |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/2x/icon/check_box_normal.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.ztree li span.button.chk.checkbox_false_full_focus { |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/2x/icon/check_box_normal.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.ztree li span.button.chk.checkbox_false_part { |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/2x/icon/check_box_normal.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.ztree li span.button.chk.checkbox_false_part_focus { |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/2x/icon/half_selected.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.ztree li span.button.chk.checkbox_true_full { |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/2x/icon/check_box_active.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.ztree li span.button.chk.checkbox_true_full_focus { |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/2x/icon/check_box_active.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.ztree li span.button.chk.checkbox_true_part { |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/2x/icon/half_selected.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.ztree li span.button.chk.checkbox_true_part_focus { |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/2x/icon/half_selected.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.ztree.hack li span.button.chk.checkbox_false_full { |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/check_box_normal.png') no-repeat center center; |
||||
} |
||||
.ztree.hack li span.button.chk.checkbox_false_full_focus { |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/check_box_normal.png') no-repeat center center; |
||||
} |
||||
.ztree.hack li span.button.chk.checkbox_false_part { |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/check_box_normal.png') no-repeat center center; |
||||
} |
||||
.ztree.hack li span.button.chk.checkbox_false_part_focus { |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/half_selected.png') no-repeat center center; |
||||
} |
||||
.ztree.hack li span.button.chk.checkbox_true_full { |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/check_box_active.png') no-repeat center center; |
||||
} |
||||
.ztree.hack li span.button.chk.checkbox_true_full_focus { |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/check_box_active.png') no-repeat center center; |
||||
} |
||||
.ztree.hack li span.button.chk.checkbox_true_part { |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/half_selected.png') no-repeat center center; |
||||
} |
||||
.ztree.hack li span.button.chk.checkbox_true_part_focus { |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/half_selected.png') no-repeat center center; |
||||
} |
||||
.ztree li span.button.root_open { |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/2x/icon/tree_expand_1.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.ztree.hack li span.button.root_open { |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/tree_expand_1.png') no-repeat center center; |
||||
} |
||||
.bi-theme-dark .ztree li span.button.root_open { |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/2x/icon/dark/tree_expand_1.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.bi-theme-dark .ztree.hack li span.button.root_open { |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/dark/tree_expand_1.png') no-repeat center center; |
||||
} |
||||
.ztree li span.button.root_close { |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/2x/icon/tree_collapse_1.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.ztree.hack li span.button.root_close { |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/tree_collapse_1.png') no-repeat center center; |
||||
} |
||||
.bi-theme-dark .ztree li span.button.root_close { |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/2x/icon/dark/tree_collapse_1.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.bi-theme-dark .ztree.hack li span.button.root_close { |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/dark/tree_collapse_1.png') no-repeat center center; |
||||
} |
||||
.ztree li span.button.roots_open { |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/2x/icon/tree_expand_2.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.ztree.hack li span.button.roots_open { |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/tree_expand_2.png') no-repeat center center; |
||||
} |
||||
.bi-theme-dark .ztree li span.button.roots_open { |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/2x/icon/dark/tree_expand_2.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.bi-theme-dark .ztree.hack li span.button.roots_open { |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/dark/tree_expand_2.png') no-repeat center center; |
||||
} |
||||
.ztree li span.button.roots_close { |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/2x/icon/tree_collapse_2.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.ztree.hack li span.button.roots_close { |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/tree_collapse_2.png') no-repeat center center; |
||||
} |
||||
.bi-theme-dark .ztree li span.button.roots_close { |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/2x/icon/dark/tree_collapse_2.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.bi-theme-dark .ztree.hack li span.button.roots_close { |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/dark/tree_collapse_2.png') no-repeat center center; |
||||
} |
||||
.ztree li span.button.center_open { |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/2x/icon/tree_expand_3.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.ztree.hack li span.button.center_open { |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/tree_expand_3.png') no-repeat center center; |
||||
} |
||||
.bi-theme-dark .ztree li span.button.center_open { |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/2x/icon/dark/tree_expand_3.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.bi-theme-dark .ztree.hack li span.button.center_open { |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/dark/tree_expand_3.png') no-repeat center center; |
||||
} |
||||
.ztree li span.button.center_close { |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/2x/icon/tree_collapse_3.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.ztree.hack li span.button.center_close { |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/tree_collapse_3.png') no-repeat center center; |
||||
} |
||||
.bi-theme-dark .ztree li span.button.center_close { |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/2x/icon/dark/tree_collapse_3.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.bi-theme-dark .ztree.hack li span.button.center_close { |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/dark/tree_collapse_3.png') no-repeat center center; |
||||
} |
||||
.ztree li span.button.bottom_open { |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/2x/icon/tree_expand_4.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.ztree.hack li span.button.bottom_open { |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/tree_expand_4.png') no-repeat center center; |
||||
} |
||||
.bi-theme-dark .ztree li span.button.bottom_open { |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/2x/icon/dark/tree_expand_4.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.bi-theme-dark .ztree.hack li span.button.bottom_open { |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/dark/tree_expand_4.png') no-repeat center center; |
||||
} |
||||
.ztree li span.button.bottom_close { |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/2x/icon/tree_collapse_4.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.ztree.hack li span.button.bottom_close { |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/tree_collapse_4.png') no-repeat center center; |
||||
} |
||||
.bi-theme-dark .ztree li span.button.bottom_close { |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/2x/icon/dark/tree_collapse_4.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.bi-theme-dark .ztree.hack li span.button.bottom_close { |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/dark/tree_collapse_4.png') no-repeat center center; |
||||
} |
||||
.ztree li span.button.roots_docu { |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/2x/icon/tree_vertical_line_2.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.ztree.hack li span.button.roots_docu { |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/tree_vertical_line_2.png') no-repeat center center; |
||||
} |
||||
.bi-theme-dark .ztree li span.button.roots_docu { |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/2x/icon/dark/tree_vertical_line_2.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.bi-theme-dark .ztree.hack li span.button.roots_docu { |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/dark/tree_vertical_line_2.png') no-repeat center center; |
||||
} |
||||
.ztree li span.button.center_docu { |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/2x/icon/tree_vertical_line_3.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.ztree.hack li span.button.center_docu { |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/tree_vertical_line_3.png') no-repeat center center; |
||||
} |
||||
.bi-theme-dark .ztree li span.button.center_docu { |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/2x/icon/dark/tree_vertical_line_3.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.bi-theme-dark .ztree.hack li span.button.center_docu { |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/dark/tree_vertical_line_3.png') no-repeat center center; |
||||
} |
||||
.ztree li span.button.bottom_docu { |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/2x/icon/tree_vertical_line_4.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.ztree.hack li span.button.bottom_docu { |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/tree_vertical_line_4.png') no-repeat center center; |
||||
} |
||||
.bi-theme-dark .ztree li span.button.bottom_docu { |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/2x/icon/dark/tree_vertical_line_4.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.bi-theme-dark .ztree.hack li span.button.bottom_docu { |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/dark/tree_vertical_line_4.png') no-repeat center center; |
||||
} |
||||
.ztree li span.button.ico_loading { |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/2x/icon/loading.gif') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.ztree.hack li span.button.ico_loading { |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/loading.gif') no-repeat center center; |
||||
} |
||||
.base-line-conn-background { |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/tree_vertical_line_1.png') repeat-y 0 0; |
||||
} |
||||
.bi-theme-dark .base-line-conn-background { |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/dark/tree_vertical_line_1.png') repeat-y 0 0; |
||||
} |
||||
.first-line-conn-background { |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/tree_vertical_line_2.png') no-repeat center center; |
||||
} |
||||
.bi-theme-dark .first-line-conn-background { |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/dark/tree_vertical_line_2.png') no-repeat center center; |
||||
} |
||||
.mid-line-conn-background { |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/tree_vertical_line_3.png') no-repeat center center; |
||||
} |
||||
.bi-theme-dark .mid-line-conn-background { |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/dark/tree_vertical_line_3.png') no-repeat center center; |
||||
} |
||||
.last-line-conn-background { |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/tree_vertical_line_4.png') no-repeat center center; |
||||
} |
||||
.bi-theme-dark .last-line-conn-background { |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/dark/tree_vertical_line_4.png') no-repeat center center; |
||||
} |
||||
.loading-background { |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/2x/icon/loading.gif') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.auto-color-background { |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/2x/background/auto_color.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.auto-color-normal-background { |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/2x/background/auto_color_normal.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.auto-color-normal-disabled-background { |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/2x/background/auto_color_normal_disable.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.trans-color-background { |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/2x/background/trans_normal.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.trans-color-disabled-background { |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/2x/background/trans_disable.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.auto-color-background.hack { |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/background/auto_color.png') no-repeat center center; |
||||
} |
||||
.auto-color-normal-background.hack { |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/background/auto_color_normal.png') no-repeat center center; |
||||
} |
||||
.auto-color-normal-disabled-background.hack { |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/background/auto_color_normal_disable.png') no-repeat center center; |
||||
} |
||||
.trans-color-background.hack { |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/background/trans_normal.png') no-repeat center center; |
||||
} |
||||
.trans-color-disabled-background.hack { |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/background/trans_disable.png') no-repeat center center; |
||||
} |
||||
.wave-loading { |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/2x/icon/wave_loading.gif') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.wave-loading.hack { |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/wave_loading.gif') no-repeat center center; |
||||
} |
@ -1,902 +0,0 @@
|
||||
@font-face { |
||||
font-family: "fineui"; |
||||
src: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/font/iconfont.eot'); |
||||
src: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/font/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/font/iconfont.woff') format('woff'), /* chrome、firefox */ url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/font/iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/font/iconfont.svg#svgFontName') format('svg'); |
||||
/* iOS 4.1- */ |
||||
} |
||||
.b-font { |
||||
font-family: 'fineui'; |
||||
font-style: normal; |
||||
-webkit-font-smoothing: antialiased; |
||||
-moz-osx-font-smoothing: grayscale; |
||||
} |
||||
.close-font .b-font { |
||||
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
||||
} |
||||
.close-font .b-font:before { |
||||
content: "\e6d0"; |
||||
color: inherit; |
||||
} |
||||
.close-font.disabled .b-font:before { |
||||
content: "\e6d0"; |
||||
color: inherit; |
||||
} |
||||
.close-h-font .b-font { |
||||
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
||||
} |
||||
.close-h-font .b-font:before { |
||||
content: "\e6d0"; |
||||
color: inherit; |
||||
} |
||||
.close-h-font:hover .b-font:before, |
||||
.close-h-font.hover .b-font:before { |
||||
content: "\e6d0"; |
||||
color: inherit; |
||||
} |
||||
.close-h-font.disabled .b-font:before { |
||||
content: "\e6d0"; |
||||
color: inherit; |
||||
} |
||||
.close-ha-font .b-font { |
||||
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
||||
} |
||||
.close-ha-font .b-font:before { |
||||
content: "\e6d0"; |
||||
color: inherit; |
||||
} |
||||
.close-ha-font:hover .b-font:before, |
||||
.close-ha-font.hover .b-font:before { |
||||
content: "\e6d0"; |
||||
color: inherit; |
||||
} |
||||
.close-ha-font:active .b-font:before, |
||||
.close-ha-font.active .b-font:before { |
||||
content: "\e6d0"; |
||||
color: #3f8ce8; |
||||
} |
||||
.close-ha-font.disabled .b-font:before { |
||||
content: "\e6d0"; |
||||
color: inherit; |
||||
} |
||||
.circle-close-font .b-font { |
||||
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
||||
} |
||||
.circle-close-font .b-font:before { |
||||
content: "\e6d5"; |
||||
color: inherit; |
||||
} |
||||
.circle-close-font.disabled .b-font:before { |
||||
content: "\e6d5"; |
||||
color: inherit; |
||||
} |
||||
.search-close-h-font .b-font { |
||||
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
||||
} |
||||
.search-close-h-font .b-font:before { |
||||
content: "\e6d0"; |
||||
color: inherit; |
||||
} |
||||
.search-close-h-font:hover .b-font:before, |
||||
.search-close-h-font.hover .b-font:before { |
||||
content: "\e6d0"; |
||||
color: #e65251; |
||||
} |
||||
.search-close-h-font.disabled .b-font:before { |
||||
content: "\e6d0"; |
||||
color: inherit; |
||||
} |
||||
.pre-page-h-font .b-font { |
||||
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
||||
} |
||||
.pre-page-h-font .b-font:before { |
||||
content: "\e70d"; |
||||
color: inherit; |
||||
} |
||||
.pre-page-h-font:hover .b-font:before, |
||||
.pre-page-h-font.hover .b-font:before { |
||||
content: "\e70d"; |
||||
color: inherit; |
||||
} |
||||
.pre-page-h-font.disabled .b-font:before { |
||||
content: "\e70d"; |
||||
color: inherit; |
||||
} |
||||
.next-page-h-font .b-font { |
||||
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
||||
} |
||||
.next-page-h-font .b-font:before { |
||||
content: "\e70c"; |
||||
color: inherit; |
||||
} |
||||
.next-page-h-font:hover .b-font:before, |
||||
.next-page-h-font.hover .b-font:before { |
||||
content: "\e70c"; |
||||
color: inherit; |
||||
} |
||||
.next-page-h-font.disabled .b-font:before { |
||||
content: "\e70c"; |
||||
color: inherit; |
||||
} |
||||
.search-font .b-font { |
||||
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
||||
} |
||||
.search-font .b-font:before { |
||||
content: "\e6dc"; |
||||
color: inherit; |
||||
} |
||||
.search-font.disabled .b-font:before { |
||||
content: "\e6dc"; |
||||
color: inherit; |
||||
} |
||||
.date-font .b-font { |
||||
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
||||
} |
||||
.date-font .b-font:before { |
||||
content: "\e733"; |
||||
color: inherit; |
||||
} |
||||
.date-font.disabled .b-font:before { |
||||
content: "\e733"; |
||||
color: inherit; |
||||
} |
||||
.time-font .b-font { |
||||
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
||||
} |
||||
.time-font .b-font:before { |
||||
content: "\e6b1"; |
||||
color: inherit; |
||||
} |
||||
.time-font.disabled .b-font:before { |
||||
content: "\e6b1"; |
||||
color: inherit; |
||||
} |
||||
.date-change-h-font .b-font { |
||||
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
||||
} |
||||
.date-change-h-font .b-font:before { |
||||
content: "\e72f"; |
||||
color: inherit; |
||||
} |
||||
.date-change-h-font:hover .b-font:before, |
||||
.date-change-h-font.hover .b-font:before { |
||||
content: "\e72f"; |
||||
color: inherit; |
||||
} |
||||
.date-change-h-font.disabled .b-font:before { |
||||
content: "\e72f"; |
||||
color: inherit; |
||||
} |
||||
.dot-font .b-font { |
||||
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
||||
} |
||||
.dot-font .b-font:before { |
||||
content: "\e762"; |
||||
color: #232e40; |
||||
} |
||||
.dot-font.disabled .b-font:before { |
||||
content: "\e762"; |
||||
color: #232e40; |
||||
} |
||||
.dot-h-font .b-font { |
||||
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
||||
} |
||||
.dot-h-font .b-font:before { |
||||
content: "\e762"; |
||||
color: #232e40; |
||||
} |
||||
.dot-h-font:hover .b-font:before, |
||||
.dot-h-font.hover .b-font:before { |
||||
content: "\e762"; |
||||
color: inherit; |
||||
} |
||||
.dot-h-font.disabled .b-font:before { |
||||
content: "\e762"; |
||||
color: #232e40; |
||||
} |
||||
.dot-ha-font .b-font { |
||||
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
||||
} |
||||
.dot-ha-font .b-font:before { |
||||
content: "\e762"; |
||||
color: #ffffff; |
||||
} |
||||
.dot-ha-font:hover .b-font:before, |
||||
.dot-ha-font.hover .b-font:before { |
||||
content: "\e762"; |
||||
color: #999999; |
||||
} |
||||
.dot-ha-font:active .b-font:before, |
||||
.dot-ha-font.active .b-font:before { |
||||
content: "\e762"; |
||||
color: #232e40; |
||||
} |
||||
.dot-ha-font.disabled .b-font:before { |
||||
content: "\e762"; |
||||
color: #ffffff; |
||||
} |
||||
.dot-e-font .b-font { |
||||
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
||||
} |
||||
.dot-e-font .b-font:before { |
||||
content: "\e762"; |
||||
color: transparent; |
||||
} |
||||
.dot-e-font:hover .b-font:before, |
||||
.dot-e-font.hover .b-font:before { |
||||
content: "\e762"; |
||||
color: transparent; |
||||
} |
||||
.dot-e-font:active .b-font:before { |
||||
content: "\e762"; |
||||
color: transparent; |
||||
} |
||||
.dot-e-font.active .b-font:before { |
||||
content: "\e762"; |
||||
color: #3685f2; |
||||
} |
||||
.dot-e-font.disabled .b-font:before { |
||||
content: "\e762"; |
||||
color: transparent; |
||||
} |
||||
.pull-right-font .b-font { |
||||
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
||||
} |
||||
.pull-right-font .b-font:before { |
||||
content: "\e70c"; |
||||
color: inherit; |
||||
} |
||||
.pull-right-font.disabled .b-font:before { |
||||
content: "\e70c"; |
||||
color: inherit; |
||||
} |
||||
.pull-right-h-font .b-font { |
||||
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
||||
} |
||||
.pull-right-h-font .b-font:before { |
||||
content: "\e70c"; |
||||
color: inherit; |
||||
} |
||||
.pull-right-h-font:hover .b-font:before, |
||||
.pull-right-h-font.hover .b-font:before { |
||||
content: "\e70c"; |
||||
color: inherit; |
||||
} |
||||
.pull-right-h-font.disabled .b-font:before { |
||||
content: "\e70c"; |
||||
color: inherit; |
||||
} |
||||
.pull-right-ha-font .b-font { |
||||
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
||||
} |
||||
.pull-right-ha-font .b-font:before { |
||||
content: "\e70c"; |
||||
color: inherit; |
||||
} |
||||
.pull-right-ha-font:hover .b-font:before, |
||||
.pull-right-ha-font.hover .b-font:before { |
||||
content: "\e70c"; |
||||
color: inherit; |
||||
} |
||||
.pull-right-ha-font:active .b-font:before, |
||||
.pull-right-ha-font.active .b-font:before { |
||||
content: "\e70c"; |
||||
color: #3f8ce8; |
||||
} |
||||
.pull-right-ha-font.disabled .b-font:before { |
||||
content: "\e70c"; |
||||
color: inherit; |
||||
} |
||||
.pull-right-e-font .b-font { |
||||
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
||||
} |
||||
.pull-right-e-font .b-font:before { |
||||
content: "\e70c"; |
||||
color: inherit; |
||||
} |
||||
.pull-right-e-font:hover .b-font:before, |
||||
.pull-right-e-font.hover .b-font:before { |
||||
content: "\e70c"; |
||||
color: inherit; |
||||
} |
||||
.pull-right-e-font:active .b-font:before { |
||||
content: "\e70c"; |
||||
color: #3f8ce8; |
||||
} |
||||
.pull-right-e-font.active .b-font:before { |
||||
content: "\e70c"; |
||||
color: #3f8ce8; |
||||
} |
||||
.pull-right-e-font.disabled .b-font:before { |
||||
content: "\e70c"; |
||||
color: inherit; |
||||
} |
||||
.copy-font .b-font { |
||||
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
||||
} |
||||
.copy-font .b-font:before { |
||||
content: "\e6bd"; |
||||
color: inherit; |
||||
} |
||||
.copy-font.disabled .b-font:before { |
||||
content: "\e6bd"; |
||||
color: inherit; |
||||
} |
||||
.copy-h-font .b-font { |
||||
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
||||
} |
||||
.copy-h-font .b-font:before { |
||||
content: "\e6bd"; |
||||
color: #232e40; |
||||
} |
||||
.copy-h-font:hover .b-font:before, |
||||
.copy-h-font.hover .b-font:before { |
||||
content: "\e6bd"; |
||||
color: inherit; |
||||
} |
||||
.copy-h-font.disabled .b-font:before { |
||||
content: "\e6bd"; |
||||
color: #232e40; |
||||
} |
||||
.copy-ha-font .b-font { |
||||
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
||||
} |
||||
.copy-ha-font .b-font:before { |
||||
content: "\e6bd"; |
||||
color: inherit; |
||||
} |
||||
.copy-ha-font:hover .b-font:before, |
||||
.copy-ha-font.hover .b-font:before { |
||||
content: "\e6bd"; |
||||
color: inherit; |
||||
} |
||||
.copy-ha-font:active .b-font:before, |
||||
.copy-ha-font.active .b-font:before { |
||||
content: "\e6bd"; |
||||
color: #3f8ce8; |
||||
} |
||||
.copy-ha-font.disabled .b-font:before { |
||||
content: "\e6bd"; |
||||
color: inherit; |
||||
} |
||||
.copy-e-font .b-font { |
||||
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
||||
} |
||||
.copy-e-font .b-font:before { |
||||
content: "\e6bd"; |
||||
color: inherit; |
||||
} |
||||
.copy-e-font:hover .b-font:before, |
||||
.copy-e-font.hover .b-font:before { |
||||
content: "\e6bd"; |
||||
color: inherit; |
||||
} |
||||
.copy-e-font:active .b-font:before { |
||||
content: "\e6bd"; |
||||
color: #3f8ce8; |
||||
} |
||||
.copy-e-font.active .b-font:before { |
||||
content: "\e6bd"; |
||||
color: #3f8ce8; |
||||
} |
||||
.copy-e-font.disabled .b-font:before { |
||||
content: "\e6bd"; |
||||
color: inherit; |
||||
} |
||||
.check-mark-font .b-font { |
||||
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
||||
} |
||||
.check-mark-font .b-font:before { |
||||
content: "\e6cf"; |
||||
color: inherit; |
||||
} |
||||
.check-mark-font.disabled .b-font:before { |
||||
content: "\e6cf"; |
||||
color: inherit; |
||||
} |
||||
.check-mark-h-font .b-font { |
||||
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
||||
} |
||||
.check-mark-h-font .b-font:before { |
||||
content: "\e6cf"; |
||||
color: inherit; |
||||
} |
||||
.check-mark-h-font:hover .b-font:before, |
||||
.check-mark-h-font.hover .b-font:before { |
||||
content: "\e6cf"; |
||||
color: inherit; |
||||
} |
||||
.check-mark-h-font.disabled .b-font:before { |
||||
content: "\e6cf"; |
||||
color: inherit; |
||||
} |
||||
.check-mark-ha-font .b-font { |
||||
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
||||
} |
||||
.check-mark-ha-font .b-font:before { |
||||
content: "\e6cf"; |
||||
color: inherit; |
||||
} |
||||
.check-mark-ha-font:hover .b-font:before, |
||||
.check-mark-ha-font.hover .b-font:before { |
||||
content: "\e6cf"; |
||||
color: inherit; |
||||
} |
||||
.check-mark-ha-font:active .b-font:before, |
||||
.check-mark-ha-font.active .b-font:before { |
||||
content: "\e6cf"; |
||||
color: #3f8ce8; |
||||
} |
||||
.check-mark-ha-font.disabled .b-font:before { |
||||
content: "\e6cf"; |
||||
color: inherit; |
||||
} |
||||
.check-mark-e-font .b-font { |
||||
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
||||
} |
||||
.check-mark-e-font .b-font:before { |
||||
content: "\e6cf"; |
||||
color: inherit; |
||||
} |
||||
.check-mark-e-font:hover .b-font:before, |
||||
.check-mark-e-font.hover .b-font:before { |
||||
content: "\e6cf"; |
||||
color: inherit; |
||||
} |
||||
.check-mark-e-font:active .b-font:before { |
||||
content: "\e6cf"; |
||||
color: #3f8ce8; |
||||
} |
||||
.check-mark-e-font.active .b-font:before { |
||||
content: "\e6cf"; |
||||
color: #3f8ce8; |
||||
} |
||||
.check-mark-e-font.disabled .b-font:before { |
||||
content: "\e6cf"; |
||||
color: inherit; |
||||
} |
||||
/** dashboard组件/控件 下拉列表图标字体 ~end~**/ |
||||
.row-pre-page-h-font .b-font { |
||||
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
||||
} |
||||
.row-pre-page-h-font .b-font:before { |
||||
content: "\e70d"; |
||||
color: inherit; |
||||
} |
||||
.row-pre-page-h-font:hover .b-font:before, |
||||
.row-pre-page-h-font.hover .b-font:before { |
||||
content: "\e70d"; |
||||
color: inherit; |
||||
} |
||||
.row-pre-page-h-font.disabled .b-font:before { |
||||
content: "\e70d"; |
||||
color: inherit; |
||||
} |
||||
.row-next-page-h-font .b-font { |
||||
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
||||
} |
||||
.row-next-page-h-font .b-font:before { |
||||
content: "\e70c"; |
||||
color: inherit; |
||||
} |
||||
.row-next-page-h-font:hover .b-font:before, |
||||
.row-next-page-h-font.hover .b-font:before { |
||||
content: "\e70c"; |
||||
color: inherit; |
||||
} |
||||
.row-next-page-h-font.disabled .b-font:before { |
||||
content: "\e70c"; |
||||
color: inherit; |
||||
} |
||||
.column-pre-page-h-font .b-font { |
||||
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
||||
} |
||||
.column-pre-page-h-font .b-font:before { |
||||
content: "\e70a"; |
||||
color: inherit; |
||||
} |
||||
.column-pre-page-h-font:hover .b-font:before, |
||||
.column-pre-page-h-font.hover .b-font:before { |
||||
content: "\e70a"; |
||||
color: inherit; |
||||
} |
||||
.column-pre-page-h-font.disabled .b-font:before { |
||||
content: "\e70a"; |
||||
color: inherit; |
||||
} |
||||
.column-next-page-h-font .b-font { |
||||
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
||||
} |
||||
.column-next-page-h-font .b-font:before { |
||||
content: "\e70b"; |
||||
color: inherit; |
||||
} |
||||
.column-next-page-h-font:hover .b-font:before, |
||||
.column-next-page-h-font.hover .b-font:before { |
||||
content: "\e70b"; |
||||
color: inherit; |
||||
} |
||||
.column-next-page-h-font.disabled .b-font:before { |
||||
content: "\e70b"; |
||||
color: inherit; |
||||
} |
||||
.expander-right-font .b-font { |
||||
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
||||
} |
||||
.expander-right-font .b-font:before { |
||||
content: "\e6d8"; |
||||
color: inherit; |
||||
} |
||||
.expander-right-font.disabled .b-font:before { |
||||
content: "\e6d8"; |
||||
color: inherit; |
||||
} |
||||
.expander-down-font .b-font { |
||||
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
||||
} |
||||
.expander-down-font .b-font:before { |
||||
content: "\e6d7"; |
||||
color: inherit; |
||||
} |
||||
.expander-down-font.disabled .b-font:before { |
||||
content: "\e6d7"; |
||||
color: inherit; |
||||
} |
||||
.solid-triangle-top-font .b-font { |
||||
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
||||
} |
||||
.solid-triangle-top-font .b-font:before { |
||||
content: "\e6d6"; |
||||
color: inherit; |
||||
} |
||||
.solid-triangle-top-font:hover .b-font:before, |
||||
.solid-triangle-top-font.hover .b-font:before { |
||||
content: "\e6d6"; |
||||
color: inherit; |
||||
} |
||||
.solid-triangle-top-font.disabled .b-font:before { |
||||
content: "\e6d6"; |
||||
color: inherit; |
||||
} |
||||
.solid-triangle-bottom-font .b-font { |
||||
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
||||
} |
||||
.solid-triangle-bottom-font .b-font:before { |
||||
content: "\e6d7"; |
||||
color: inherit; |
||||
} |
||||
.solid-triangle-bottom-font:hover .b-font:before, |
||||
.solid-triangle-bottom-font.hover .b-font:before { |
||||
content: "\e6d7"; |
||||
color: inherit; |
||||
} |
||||
.solid-triangle-bottom-font.disabled .b-font:before { |
||||
content: "\e6d7"; |
||||
color: inherit; |
||||
} |
||||
.trigger-triangle-font .b-font { |
||||
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
||||
} |
||||
.trigger-triangle-font .b-font:before { |
||||
content: "\e64e"; |
||||
color: inherit; |
||||
} |
||||
.trigger-triangle-font.disabled .b-font:before { |
||||
content: "\e64e"; |
||||
color: inherit; |
||||
} |
||||
.pull-up-font .b-font { |
||||
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
||||
} |
||||
.pull-up-font .b-font:before { |
||||
content: "\e70a"; |
||||
color: inherit; |
||||
} |
||||
.pull-up-font.disabled .b-font:before { |
||||
content: "\e70a"; |
||||
color: inherit; |
||||
} |
||||
.pull-down-font .b-font { |
||||
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
||||
} |
||||
.pull-down-font .b-font:before { |
||||
content: "\e70b"; |
||||
color: inherit; |
||||
} |
||||
.pull-down-font.disabled .b-font:before { |
||||
content: "\e70b"; |
||||
color: inherit; |
||||
} |
||||
.pull-down-h-font .b-font { |
||||
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
||||
} |
||||
.pull-down-h-font .b-font:before { |
||||
content: "\e70b"; |
||||
color: #647185; |
||||
} |
||||
.pull-down-h-font:hover .b-font:before, |
||||
.pull-down-h-font.hover .b-font:before { |
||||
content: "\e70b"; |
||||
color: inherit; |
||||
} |
||||
.pull-down-h-font.disabled .b-font:before { |
||||
content: "\e70b"; |
||||
color: #647185; |
||||
} |
||||
.pull-down-ha-font .b-font { |
||||
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
||||
} |
||||
.pull-down-ha-font .b-font:before { |
||||
content: "\e70b"; |
||||
color: #647185; |
||||
} |
||||
.pull-down-ha-font:hover .b-font:before, |
||||
.pull-down-ha-font.hover .b-font:before { |
||||
content: "\e70b"; |
||||
color: inherit; |
||||
} |
||||
.pull-down-ha-font:active .b-font:before, |
||||
.pull-down-ha-font.active .b-font:before { |
||||
content: "\e70b"; |
||||
color: #3f8ce8; |
||||
} |
||||
.pull-down-ha-font.disabled .b-font:before { |
||||
content: "\e70b"; |
||||
color: #647185; |
||||
} |
||||
.check-font .b-font { |
||||
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
||||
} |
||||
.check-font .b-font:before { |
||||
content: "\e6cf"; |
||||
color: #3685f2; |
||||
} |
||||
.check-font.disabled .b-font:before { |
||||
content: "\e6cf"; |
||||
color: #3685f2; |
||||
} |
||||
.item-check-font .b-font { |
||||
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
||||
} |
||||
.item-check-font .b-font:before { |
||||
content: "\e6cf"; |
||||
color: #ffffff; |
||||
} |
||||
.item-check-font:hover .b-font:before, |
||||
.item-check-font.hover .b-font:before { |
||||
content: "\e6cf"; |
||||
color: #999999; |
||||
} |
||||
.item-check-font:active .b-font:before, |
||||
.item-check-font.active .b-font:before { |
||||
content: "\e6cf"; |
||||
color: #3f8ce8; |
||||
} |
||||
.item-check-font.disabled .b-font:before { |
||||
content: "\e6cf"; |
||||
color: #ffffff; |
||||
} |
||||
.primary-key-font .b-font { |
||||
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
||||
} |
||||
.primary-key-font .b-font:before { |
||||
content: "\e740"; |
||||
color: inherit; |
||||
} |
||||
.primary-key-font:hover .b-font:before, |
||||
.primary-key-font.hover .b-font:before { |
||||
content: "\e740"; |
||||
color: inherit; |
||||
} |
||||
.primary-key-font.disabled .b-font:before { |
||||
content: "\e740"; |
||||
color: inherit; |
||||
} |
||||
.drag-tag-font .b-font { |
||||
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
||||
} |
||||
.drag-tag-font .b-font:before { |
||||
content: "\e6d0"; |
||||
color: #faaa39; |
||||
} |
||||
.drag-tag-font.disabled .b-font:before { |
||||
content: "\e6d0"; |
||||
color: #faaa39; |
||||
} |
||||
.less-font .b-font { |
||||
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
||||
} |
||||
.less-font .b-font:before { |
||||
content: "\e75e"; |
||||
color: inherit; |
||||
} |
||||
.less-font.disabled .b-font:before { |
||||
content: "\e75e"; |
||||
color: inherit; |
||||
} |
||||
.less-equal-font .b-font { |
||||
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
||||
} |
||||
.less-equal-font .b-font:before { |
||||
content: "\e761"; |
||||
color: inherit; |
||||
} |
||||
.less-equal-font.disabled .b-font:before { |
||||
content: "\e761"; |
||||
color: inherit; |
||||
} |
||||
.text-bold-font .b-font { |
||||
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
||||
} |
||||
.text-bold-font .b-font:before { |
||||
content: "\e697"; |
||||
color: inherit; |
||||
} |
||||
.text-bold-font.disabled .b-font:before { |
||||
content: "\e697"; |
||||
color: inherit; |
||||
} |
||||
.text-italic-font .b-font { |
||||
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
||||
} |
||||
.text-italic-font .b-font:before { |
||||
content: "\e69d"; |
||||
color: inherit; |
||||
} |
||||
.text-italic-font.disabled .b-font:before { |
||||
content: "\e69d"; |
||||
color: inherit; |
||||
} |
||||
.text-underline-font .b-font { |
||||
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
||||
} |
||||
.text-underline-font .b-font:before { |
||||
content: "\e69c"; |
||||
color: inherit; |
||||
} |
||||
.text-underline-font.disabled .b-font:before { |
||||
content: "\e69c"; |
||||
color: inherit; |
||||
} |
||||
.text-color-font .b-font { |
||||
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
||||
} |
||||
.text-color-font .b-font:before { |
||||
content: "\e698"; |
||||
color: inherit; |
||||
} |
||||
.text-color-font.disabled .b-font:before { |
||||
content: "\e698"; |
||||
color: inherit; |
||||
} |
||||
.text-background-font .b-font { |
||||
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
||||
} |
||||
.text-background-font .b-font:before { |
||||
content: "\e699"; |
||||
color: inherit; |
||||
} |
||||
.text-background-font.disabled .b-font:before { |
||||
content: "\e699"; |
||||
color: inherit; |
||||
} |
||||
.text-color-underline-font .b-font { |
||||
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
||||
} |
||||
.text-color-underline-font .b-font:before { |
||||
content: "\e69a"; |
||||
color: inherit; |
||||
} |
||||
.text-color-underline-font.disabled .b-font:before { |
||||
content: "\e69a"; |
||||
color: inherit; |
||||
} |
||||
.text-align-left-font .b-font { |
||||
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
||||
} |
||||
.text-align-left-font .b-font:before { |
||||
content: "\e6ca"; |
||||
color: inherit; |
||||
} |
||||
.text-align-left-font.disabled .b-font:before { |
||||
content: "\e6ca"; |
||||
color: inherit; |
||||
} |
||||
.text-align-center-font .b-font { |
||||
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
||||
} |
||||
.text-align-center-font .b-font:before { |
||||
content: "\e6bf"; |
||||
color: inherit; |
||||
} |
||||
.text-align-center-font.disabled .b-font:before { |
||||
content: "\e6bf"; |
||||
color: inherit; |
||||
} |
||||
.text-align-right-font .b-font { |
||||
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
||||
} |
||||
.text-align-right-font .b-font:before { |
||||
content: "\e6c8"; |
||||
color: inherit; |
||||
} |
||||
.text-align-right-font.disabled .b-font:before { |
||||
content: "\e6c8"; |
||||
color: inherit; |
||||
} |
||||
.toast-error-font .b-font { |
||||
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
||||
} |
||||
.toast-error-font .b-font:before { |
||||
content: "\e757"; |
||||
color: inherit; |
||||
} |
||||
.toast-error-font.disabled .b-font:before { |
||||
content: "\e757"; |
||||
color: inherit; |
||||
} |
||||
.toast-success-font .b-font { |
||||
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
||||
} |
||||
.toast-success-font .b-font:before { |
||||
content: "\e756"; |
||||
color: inherit; |
||||
} |
||||
.toast-success-font.disabled .b-font:before { |
||||
content: "\e756"; |
||||
color: inherit; |
||||
} |
||||
.toast-warning-font .b-font { |
||||
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
||||
} |
||||
.toast-warning-font .b-font:before { |
||||
content: "\e755"; |
||||
color: inherit; |
||||
} |
||||
.toast-warning-font.disabled .b-font:before { |
||||
content: "\e755"; |
||||
color: inherit; |
||||
} |
||||
.toast-message-font .b-font { |
||||
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
||||
} |
||||
.toast-message-font .b-font:before { |
||||
content: "\e74b"; |
||||
color: inherit; |
||||
} |
||||
.toast-message-font.disabled .b-font:before { |
||||
content: "\e74b"; |
||||
color: inherit; |
||||
} |
||||
.text-add-tip-font .b-font { |
||||
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
||||
} |
||||
.text-add-tip-font .b-font:before { |
||||
content: "\e6dd"; |
||||
color: #13cd66; |
||||
} |
||||
.text-add-tip-font.disabled .b-font:before { |
||||
content: "\e6dd"; |
||||
color: #13cd66; |
||||
} |
||||
.add-up-font .b-font { |
||||
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
||||
} |
||||
.add-up-font .b-font:before { |
||||
content: "\e70a"; |
||||
color: inherit; |
||||
} |
||||
.add-up-font.disabled .b-font:before { |
||||
content: "\e70a"; |
||||
color: inherit; |
||||
} |
||||
.minus-down-font .b-font { |
||||
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
||||
} |
||||
.minus-down-font .b-font:before { |
||||
content: "\e70b"; |
||||
color: inherit; |
||||
} |
||||
.minus-down-font.disabled .b-font:before { |
||||
content: "\e70b"; |
||||
color: inherit; |
||||
} |
@ -1,366 +0,0 @@
|
||||
.tree-collapse-icon-type1 .x-icon { |
||||
display: block; |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/2x/icon/tree_collapse_1.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.tree-collapse-icon-type1 .x-icon.hack { |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/tree_collapse_1.png') no-repeat center center; |
||||
} |
||||
.tree-collapse-icon-type2 .x-icon { |
||||
display: block; |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/2x/icon/tree_collapse_2.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.tree-collapse-icon-type2 .x-icon.hack { |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/tree_collapse_2.png') no-repeat center center; |
||||
} |
||||
.tree-collapse-icon-type3 .x-icon { |
||||
display: block; |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/2x/icon/tree_collapse_3.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.tree-collapse-icon-type3 .x-icon.hack { |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/tree_collapse_3.png') no-repeat center center; |
||||
} |
||||
.tree-collapse-icon-type4 .x-icon { |
||||
display: block; |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/2x/icon/tree_collapse_4.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.tree-collapse-icon-type4 .x-icon.hack { |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/tree_collapse_4.png') no-repeat center center; |
||||
} |
||||
.tree-expand-icon-type1 .x-icon { |
||||
display: block; |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/2x/icon/tree_expand_1.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.tree-expand-icon-type1 .x-icon.hack { |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/tree_expand_1.png') no-repeat center center; |
||||
} |
||||
.tree-expand-icon-type2 .x-icon { |
||||
display: block; |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/2x/icon/tree_expand_2.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.tree-expand-icon-type2 .x-icon.hack { |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/tree_expand_2.png') no-repeat center center; |
||||
} |
||||
.tree-expand-icon-type3 .x-icon { |
||||
display: block; |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/2x/icon/tree_expand_3.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.tree-expand-icon-type3 .x-icon.hack { |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/tree_expand_3.png') no-repeat center center; |
||||
} |
||||
.tree-expand-icon-type4 .x-icon { |
||||
display: block; |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/2x/icon/tree_expand_4.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.tree-expand-icon-type4 .x-icon.hack { |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/tree_expand_4.png') no-repeat center center; |
||||
} |
||||
.tree-vertical-line-type2 .x-icon { |
||||
display: block; |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/2x/icon/tree_vertical_line_2.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.tree-vertical-line-type2 .x-icon.hack { |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/tree_vertical_line_2.png') no-repeat center center; |
||||
} |
||||
.tree-vertical-line-type3 .x-icon { |
||||
display: block; |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/2x/icon/tree_vertical_line_3.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.tree-vertical-line-type3 .x-icon.hack { |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/tree_vertical_line_3.png') no-repeat center center; |
||||
} |
||||
.tree-vertical-line-type4 .x-icon { |
||||
display: block; |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/2x/icon/tree_vertical_line_4.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.tree-vertical-line-type4 .x-icon.hack { |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/tree_vertical_line_4.png') no-repeat center center; |
||||
} |
||||
.bi-theme-dark .tree-collapse-icon-type1 .x-icon { |
||||
display: block; |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/2x/icon/dark/tree_collapse_1.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.bi-theme-dark .tree-collapse-icon-type1 .x-icon.hack { |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/dark/tree_collapse_1.png') no-repeat center center; |
||||
} |
||||
.bi-theme-dark .tree-collapse-icon-type2 .x-icon { |
||||
display: block; |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/2x/icon/dark/tree_collapse_2.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.bi-theme-dark .tree-collapse-icon-type2 .x-icon.hack { |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/dark/tree_collapse_2.png') no-repeat center center; |
||||
} |
||||
.bi-theme-dark .tree-collapse-icon-type3 .x-icon { |
||||
display: block; |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/2x/icon/dark/tree_collapse_3.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.bi-theme-dark .tree-collapse-icon-type3 .x-icon.hack { |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/dark/tree_collapse_3.png') no-repeat center center; |
||||
} |
||||
.bi-theme-dark .tree-collapse-icon-type4 .x-icon { |
||||
display: block; |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/2x/icon/dark/tree_collapse_4.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.bi-theme-dark .tree-collapse-icon-type4 .x-icon.hack { |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/dark/tree_collapse_4.png') no-repeat center center; |
||||
} |
||||
.bi-theme-dark .tree-expand-icon-type1 .x-icon { |
||||
display: block; |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/2x/icon/dark/tree_expand_1.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.bi-theme-dark .tree-expand-icon-type1 .x-icon.hack { |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/dark/tree_expand_1.png') no-repeat center center; |
||||
} |
||||
.bi-theme-dark .tree-expand-icon-type2 .x-icon { |
||||
display: block; |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/2x/icon/dark/tree_expand_2.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.bi-theme-dark .tree-expand-icon-type2 .x-icon.hack { |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/dark/tree_expand_2.png') no-repeat center center; |
||||
} |
||||
.bi-theme-dark .tree-expand-icon-type3 .x-icon { |
||||
display: block; |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/2x/icon/dark/tree_expand_3.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.bi-theme-dark .tree-expand-icon-type3 .x-icon.hack { |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/dark/tree_expand_3.png') no-repeat center center; |
||||
} |
||||
.bi-theme-dark .tree-expand-icon-type4 .x-icon { |
||||
display: block; |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/2x/icon/dark/tree_expand_4.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.bi-theme-dark .tree-expand-icon-type4 .x-icon.hack { |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/dark/tree_expand_4.png') no-repeat center center; |
||||
} |
||||
.bi-theme-dark .tree-vertical-line-type2 .x-icon { |
||||
display: block; |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/2x/icon/dark/tree_vertical_line_2.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.bi-theme-dark .tree-vertical-line-type2 .x-icon.hack { |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/dark/tree_vertical_line_2.png') no-repeat center center; |
||||
} |
||||
.bi-theme-dark .tree-vertical-line-type3 .x-icon { |
||||
display: block; |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/2x/icon/dark/tree_vertical_line_3.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.bi-theme-dark .tree-vertical-line-type3 .x-icon.hack { |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/dark/tree_vertical_line_3.png') no-repeat center center; |
||||
} |
||||
.bi-theme-dark .tree-vertical-line-type4 .x-icon { |
||||
display: block; |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/2x/icon/dark/tree_vertical_line_4.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.bi-theme-dark .tree-vertical-line-type4 .x-icon.hack { |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/dark/tree_vertical_line_4.png') no-repeat center center; |
||||
} |
||||
.check-box-icon .x-icon { |
||||
display: block; |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/2x/icon/check_box_normal.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.check-box-icon .x-icon.hack { |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/check_box_normal.png') no-repeat center center; |
||||
} |
||||
.check-box-icon:hover .x-icon, |
||||
.check-box-icon.hover .x-icon { |
||||
display: block; |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/2x/icon/check_box_normal.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.check-box-icon:hover .x-icon.hack, |
||||
.check-box-icon.hover .x-icon.hack { |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/check_box_normal.png') no-repeat center center; |
||||
} |
||||
.check-box-icon:active .x-icon { |
||||
display: block; |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/2x/icon/check_box_normal.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.check-box-icon:active .x-icon.hack { |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/check_box_normal.png') no-repeat center center; |
||||
} |
||||
.check-box-icon.active .x-icon { |
||||
display: block; |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/2x/icon/check_box_active.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.check-box-icon.active .x-icon.hack { |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/check_box_active.png') no-repeat center center; |
||||
} |
||||
.check-box-icon.disabled .x-icon { |
||||
display: block; |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/2x/icon/check_box_disable.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.check-box-icon.disabled .x-icon.hack { |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/check_box_disable.png') no-repeat center center; |
||||
} |
||||
.check-box-icon.disabled.active .x-icon { |
||||
display: block; |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/2x/icon/check_box_disable2.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.check-box-icon.disabled.active .x-icon.hack { |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/check_box_disable2.png') no-repeat center center; |
||||
} |
||||
.radio-icon .x-icon { |
||||
display: block; |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/2x/icon/radio_normal.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.radio-icon .x-icon.hack { |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/radio_normal.png') no-repeat center center; |
||||
} |
||||
.radio-icon:hover .x-icon, |
||||
.radio-icon.hover .x-icon { |
||||
display: block; |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/2x/icon/radio_normal.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.radio-icon:hover .x-icon.hack, |
||||
.radio-icon.hover .x-icon.hack { |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/radio_normal.png') no-repeat center center; |
||||
} |
||||
.radio-icon:active .x-icon { |
||||
display: block; |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/2x/icon/radio_normal.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.radio-icon:active .x-icon.hack { |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/radio_normal.png') no-repeat center center; |
||||
} |
||||
.radio-icon.active .x-icon { |
||||
display: block; |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/2x/icon/radio_active.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.radio-icon.active .x-icon.hack { |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/radio_active.png') no-repeat center center; |
||||
} |
||||
.radio-icon.disabled .x-icon { |
||||
display: block; |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/2x/icon/radio_disable.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.radio-icon.disabled .x-icon.hack { |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/radio_disable.png') no-repeat center center; |
||||
} |
||||
.radio-icon.disabled.active .x-icon { |
||||
display: block; |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/2x/icon/radio_disable2.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.radio-icon.disabled.active .x-icon.hack { |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/radio_disable2.png') no-repeat center center; |
||||
} |
||||
.check-half-select-icon .x-icon { |
||||
display: block; |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/2x/icon/half_selected.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.check-half-select-icon .x-icon.hack { |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/half_selected.png') no-repeat center center; |
||||
} |
||||
.check-half-select-icon.disabled .x-icon { |
||||
display: block; |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/2x/icon/half_selected_disable.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.check-half-select-icon.disabled .x-icon.hack { |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/half_selected_disable.png') no-repeat center center; |
||||
} |
||||
.slider-icon .x-icon { |
||||
display: block; |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/2x/icon/slider_normal_small.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.slider-icon .x-icon.hack { |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/slider_normal_small.png') no-repeat center center; |
||||
} |
||||
.slider-icon:hover .x-icon, |
||||
.slider-icon.hover .x-icon { |
||||
display: block; |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/2x/icon/slider_active_small.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.slider-icon:hover .x-icon.hack, |
||||
.slider-icon.hover .x-icon.hack { |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/slider_active_small.png') no-repeat center center; |
||||
} |
||||
.slider-icon.disabled .x-icon { |
||||
display: block; |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/2x/icon/slider_normal_small.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.slider-icon.disabled .x-icon.hack { |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/slider_normal_small.png') no-repeat center center; |
||||
} |
||||
.auto-color-icon .x-icon { |
||||
display: block; |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/2x/icon/auto_normal.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.auto-color-icon .x-icon.hack { |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/auto_normal.png') no-repeat center center; |
||||
} |
||||
.auto-color-icon.active .x-icon { |
||||
display: block; |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/2x/icon/auto_select.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.auto-color-icon.active .x-icon.hack { |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/auto_select.png') no-repeat center center; |
||||
} |
||||
.auto-color-icon.disabled .x-icon { |
||||
display: block; |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/2x/icon/auto_disable.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.auto-color-icon.disabled .x-icon.hack { |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/auto_disable.png') no-repeat center center; |
||||
} |
||||
.trans-color-icon .x-icon { |
||||
display: block; |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/2x/icon/trans_normal.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.trans-color-icon .x-icon.hack { |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/trans_normal.png') no-repeat center center; |
||||
} |
||||
.trans-color-icon.active .x-icon { |
||||
display: block; |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/2x/icon/trans_select.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.trans-color-icon.active .x-icon.hack { |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/trans_select.png') no-repeat center center; |
||||
} |
||||
.trans-color-icon.disabled .x-icon { |
||||
display: block; |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/2x/icon/trans_disable.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.trans-color-icon.disabled .x-icon.hack { |
||||
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/trans_disable.png') no-repeat center center; |
||||
} |
@ -1,18 +0,0 @@
|
||||
.icon-size-12 .b-font { |
||||
font-size: 12px; |
||||
} |
||||
.icon-size-16 .b-font { |
||||
font-size: 16px; |
||||
} |
||||
.icon-size-24 .b-font { |
||||
font-size: 24px; |
||||
} |
||||
.icon-size-40 .b-font { |
||||
font-size: 40px; |
||||
} |
||||
.icon-size-50 .b-font { |
||||
font-size: 50px; |
||||
} |
||||
.icon-size-70 .b-font { |
||||
font-size: 70px; |
||||
} |
@ -1,4 +0,0 @@
|
||||
.bi-year-calendar { |
||||
padding-top: 5px; |
||||
padding-bottom: 5px; |
||||
} |
@ -1,11 +0,0 @@
|
||||
.bi-color-chooser-popup .disable-mask { |
||||
opacity: 0.5; |
||||
filter: alpha(opacity=50); |
||||
background-color: #ffffff; |
||||
} |
||||
|
||||
.bi-color-chooser-trigger { |
||||
-webkit-border-radius: 2px; |
||||
-moz-border-radius: 2px; |
||||
border-radius: 2px; |
||||
} |
@ -1,6 +0,0 @@
|
||||
.bi-color-picker-button .color-picker-button-mask { |
||||
border: 1px solid #232e40; |
||||
} |
||||
.bi-theme-dark .bi-color-picker-button .color-picker-button-mask { |
||||
border: 1px solid #ffffff; |
||||
} |
@ -1,356 +0,0 @@
|
||||
.bi-farbtastic .wheel { |
||||
background: url('images/1x/background/wheel.png') no-repeat center center; |
||||
} |
||||
.bi-farbtastic .overlay { |
||||
background: url('images/1x/background/mask.png') no-repeat center center; |
||||
} |
||||
.bi-farbtastic .marker { |
||||
background: url('images/1x/background/marker.png') no-repeat center center; |
||||
} |
||||
.bi-display-tree .ztree li span.button.switch.center_open { |
||||
background: url('images/2x/icon/tree_vertical_line_3.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.bi-display-tree .ztree li span.button.switch.roots_open { |
||||
background: url('images/2x/icon/tree_vertical_line_2.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.bi-display-tree .ztree li span.button.switch.bottom_open { |
||||
background: url('images/2x/icon/tree_vertical_line_4.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.bi-display-tree .ztree.hack li span.button.switch.center_open { |
||||
background: url('images/1x/icon/tree_vertical_line_3.png') no-repeat center center; |
||||
} |
||||
.bi-display-tree .ztree.hack li span.button.switch.roots_open { |
||||
background: url('images/1x/icon/tree_vertical_line_2.png') no-repeat center center; |
||||
} |
||||
.bi-display-tree .ztree.hack li span.button.switch.bottom_open { |
||||
background: url('images/1x/icon/tree_vertical_line_4.png') no-repeat center center; |
||||
} |
||||
.ztree li ul.line { |
||||
position: relative; |
||||
} |
||||
.ztree li ul.line:before { |
||||
position: absolute; |
||||
content: ''; |
||||
border-left: 1px dashed #D0D4DA; |
||||
height: calc(100% - 3px); |
||||
left: 12px; |
||||
margin-top: 1px; |
||||
} |
||||
.ztree.hack li ul.line { |
||||
background: url('images/1x/icon/tree_vertical_line_1.png') repeat-y 1px 0; |
||||
} |
||||
.bi-theme-dark .ztree li ul.line:before { |
||||
border-left: 1px dashed #606479; |
||||
} |
||||
.bi-theme-dark .ztree.hack li ul.line { |
||||
background: url('images/1x/icon/dark/tree_vertical_line_1.png') repeat-y 1px 0; |
||||
} |
||||
.ztree li span.button.chk.checkbox_false_full { |
||||
background: url('images/2x/icon/check_box_normal.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.ztree li span.button.chk.checkbox_false_full_focus { |
||||
background: url('images/2x/icon/check_box_normal.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.ztree li span.button.chk.checkbox_false_part { |
||||
background: url('images/2x/icon/check_box_normal.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.ztree li span.button.chk.checkbox_false_part_focus { |
||||
background: url('images/2x/icon/half_selected.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.ztree li span.button.chk.checkbox_true_full { |
||||
background: url('images/2x/icon/check_box_active.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.ztree li span.button.chk.checkbox_true_full_focus { |
||||
background: url('images/2x/icon/check_box_active.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.ztree li span.button.chk.checkbox_true_part { |
||||
background: url('images/2x/icon/half_selected.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.ztree li span.button.chk.checkbox_true_part_focus { |
||||
background: url('images/2x/icon/half_selected.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.ztree.hack li span.button.chk.checkbox_false_full { |
||||
background: url('images/1x/icon/check_box_normal.png') no-repeat center center; |
||||
} |
||||
.ztree.hack li span.button.chk.checkbox_false_full_focus { |
||||
background: url('images/1x/icon/check_box_normal.png') no-repeat center center; |
||||
} |
||||
.ztree.hack li span.button.chk.checkbox_false_part { |
||||
background: url('images/1x/icon/check_box_normal.png') no-repeat center center; |
||||
} |
||||
.ztree.hack li span.button.chk.checkbox_false_part_focus { |
||||
background: url('images/1x/icon/half_selected.png') no-repeat center center; |
||||
} |
||||
.ztree.hack li span.button.chk.checkbox_true_full { |
||||
background: url('images/1x/icon/check_box_active.png') no-repeat center center; |
||||
} |
||||
.ztree.hack li span.button.chk.checkbox_true_full_focus { |
||||
background: url('images/1x/icon/check_box_active.png') no-repeat center center; |
||||
} |
||||
.ztree.hack li span.button.chk.checkbox_true_part { |
||||
background: url('images/1x/icon/half_selected.png') no-repeat center center; |
||||
} |
||||
.ztree.hack li span.button.chk.checkbox_true_part_focus { |
||||
background: url('images/1x/icon/half_selected.png') no-repeat center center; |
||||
} |
||||
.ztree li span.button.root_open { |
||||
background: url('images/2x/icon/tree_expand_1.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.ztree.hack li span.button.root_open { |
||||
background: url('images/1x/icon/tree_expand_1.png') no-repeat center center; |
||||
} |
||||
.bi-theme-dark .ztree li span.button.root_open { |
||||
background: url('images/2x/icon/dark/tree_expand_1.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.bi-theme-dark .ztree.hack li span.button.root_open { |
||||
background: url('images/1x/icon/dark/tree_expand_1.png') no-repeat center center; |
||||
} |
||||
.ztree li span.button.root_close { |
||||
background: url('images/2x/icon/tree_collapse_1.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.ztree.hack li span.button.root_close { |
||||
background: url('images/1x/icon/tree_collapse_1.png') no-repeat center center; |
||||
} |
||||
.bi-theme-dark .ztree li span.button.root_close { |
||||
background: url('images/2x/icon/dark/tree_collapse_1.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.bi-theme-dark .ztree.hack li span.button.root_close { |
||||
background: url('images/1x/icon/dark/tree_collapse_1.png') no-repeat center center; |
||||
} |
||||
.ztree li span.button.roots_open { |
||||
background: url('images/2x/icon/tree_expand_2.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.ztree.hack li span.button.roots_open { |
||||
background: url('images/1x/icon/tree_expand_2.png') no-repeat center center; |
||||
} |
||||
.bi-theme-dark .ztree li span.button.roots_open { |
||||
background: url('images/2x/icon/dark/tree_expand_2.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.bi-theme-dark .ztree.hack li span.button.roots_open { |
||||
background: url('images/1x/icon/dark/tree_expand_2.png') no-repeat center center; |
||||
} |
||||
.ztree li span.button.roots_close { |
||||
background: url('images/2x/icon/tree_collapse_2.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.ztree.hack li span.button.roots_close { |
||||
background: url('images/1x/icon/tree_collapse_2.png') no-repeat center center; |
||||
} |
||||
.bi-theme-dark .ztree li span.button.roots_close { |
||||
background: url('images/2x/icon/dark/tree_collapse_2.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.bi-theme-dark .ztree.hack li span.button.roots_close { |
||||
background: url('images/1x/icon/dark/tree_collapse_2.png') no-repeat center center; |
||||
} |
||||
.ztree li span.button.center_open { |
||||
background: url('images/2x/icon/tree_expand_3.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.ztree.hack li span.button.center_open { |
||||
background: url('images/1x/icon/tree_expand_3.png') no-repeat center center; |
||||
} |
||||
.bi-theme-dark .ztree li span.button.center_open { |
||||
background: url('images/2x/icon/dark/tree_expand_3.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.bi-theme-dark .ztree.hack li span.button.center_open { |
||||
background: url('images/1x/icon/dark/tree_expand_3.png') no-repeat center center; |
||||
} |
||||
.ztree li span.button.center_close { |
||||
background: url('images/2x/icon/tree_collapse_3.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.ztree.hack li span.button.center_close { |
||||
background: url('images/1x/icon/tree_collapse_3.png') no-repeat center center; |
||||
} |
||||
.bi-theme-dark .ztree li span.button.center_close { |
||||
background: url('images/2x/icon/dark/tree_collapse_3.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.bi-theme-dark .ztree.hack li span.button.center_close { |
||||
background: url('images/1x/icon/dark/tree_collapse_3.png') no-repeat center center; |
||||
} |
||||
.ztree li span.button.bottom_open { |
||||
background: url('images/2x/icon/tree_expand_4.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.ztree.hack li span.button.bottom_open { |
||||
background: url('images/1x/icon/tree_expand_4.png') no-repeat center center; |
||||
} |
||||
.bi-theme-dark .ztree li span.button.bottom_open { |
||||
background: url('images/2x/icon/dark/tree_expand_4.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.bi-theme-dark .ztree.hack li span.button.bottom_open { |
||||
background: url('images/1x/icon/dark/tree_expand_4.png') no-repeat center center; |
||||
} |
||||
.ztree li span.button.bottom_close { |
||||
background: url('images/2x/icon/tree_collapse_4.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.ztree.hack li span.button.bottom_close { |
||||
background: url('images/1x/icon/tree_collapse_4.png') no-repeat center center; |
||||
} |
||||
.bi-theme-dark .ztree li span.button.bottom_close { |
||||
background: url('images/2x/icon/dark/tree_collapse_4.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.bi-theme-dark .ztree.hack li span.button.bottom_close { |
||||
background: url('images/1x/icon/dark/tree_collapse_4.png') no-repeat center center; |
||||
} |
||||
.ztree li span.button.roots_docu { |
||||
background: url('images/2x/icon/tree_vertical_line_2.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.ztree.hack li span.button.roots_docu { |
||||
background: url('images/1x/icon/tree_vertical_line_2.png') no-repeat center center; |
||||
} |
||||
.bi-theme-dark .ztree li span.button.roots_docu { |
||||
background: url('images/2x/icon/dark/tree_vertical_line_2.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.bi-theme-dark .ztree.hack li span.button.roots_docu { |
||||
background: url('images/1x/icon/dark/tree_vertical_line_2.png') no-repeat center center; |
||||
} |
||||
.ztree li span.button.center_docu { |
||||
background: url('images/2x/icon/tree_vertical_line_3.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.ztree.hack li span.button.center_docu { |
||||
background: url('images/1x/icon/tree_vertical_line_3.png') no-repeat center center; |
||||
} |
||||
.bi-theme-dark .ztree li span.button.center_docu { |
||||
background: url('images/2x/icon/dark/tree_vertical_line_3.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.bi-theme-dark .ztree.hack li span.button.center_docu { |
||||
background: url('images/1x/icon/dark/tree_vertical_line_3.png') no-repeat center center; |
||||
} |
||||
.ztree li span.button.bottom_docu { |
||||
background: url('images/2x/icon/tree_vertical_line_4.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.ztree.hack li span.button.bottom_docu { |
||||
background: url('images/1x/icon/tree_vertical_line_4.png') no-repeat center center; |
||||
} |
||||
.bi-theme-dark .ztree li span.button.bottom_docu { |
||||
background: url('images/2x/icon/dark/tree_vertical_line_4.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.bi-theme-dark .ztree.hack li span.button.bottom_docu { |
||||
background: url('images/1x/icon/dark/tree_vertical_line_4.png') no-repeat center center; |
||||
} |
||||
.ztree li span.button.ico_loading { |
||||
background: url('images/2x/icon/loading.gif') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.ztree.hack li span.button.ico_loading { |
||||
background: url('images/1x/icon/loading.gif') no-repeat center center; |
||||
} |
||||
.base-line-conn-background { |
||||
background: url('images/1x/icon/tree_vertical_line_1.png') repeat-y 0 0; |
||||
} |
||||
.bi-theme-dark .base-line-conn-background { |
||||
background: url('images/1x/icon/dark/tree_vertical_line_1.png') repeat-y 0 0; |
||||
} |
||||
.first-line-conn-background { |
||||
background: url('images/1x/icon/tree_vertical_line_2.png') no-repeat center center; |
||||
} |
||||
.bi-theme-dark .first-line-conn-background { |
||||
background: url('images/1x/icon/dark/tree_vertical_line_2.png') no-repeat center center; |
||||
} |
||||
.mid-line-conn-background { |
||||
background: url('images/1x/icon/tree_vertical_line_3.png') no-repeat center center; |
||||
} |
||||
.bi-theme-dark .mid-line-conn-background { |
||||
background: url('images/1x/icon/dark/tree_vertical_line_3.png') no-repeat center center; |
||||
} |
||||
.last-line-conn-background { |
||||
background: url('images/1x/icon/tree_vertical_line_4.png') no-repeat center center; |
||||
} |
||||
.bi-theme-dark .last-line-conn-background { |
||||
background: url('images/1x/icon/dark/tree_vertical_line_4.png') no-repeat center center; |
||||
} |
||||
.loading-background { |
||||
background: url('images/2x/icon/loading.gif') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.auto-color-background { |
||||
background: url('images/2x/background/auto_color.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.auto-color-normal-background { |
||||
background: url('images/2x/background/auto_color_normal.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.auto-color-normal-disabled-background { |
||||
background: url('images/2x/background/auto_color_normal_disable.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.trans-color-background { |
||||
background: url('images/2x/background/trans_normal.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.trans-color-disabled-background { |
||||
background: url('images/2x/background/trans_disable.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.auto-color-background.hack { |
||||
background: url('images/1x/background/auto_color.png') no-repeat center center; |
||||
} |
||||
.auto-color-normal-background.hack { |
||||
background: url('images/1x/background/auto_color_normal.png') no-repeat center center; |
||||
} |
||||
.auto-color-normal-disabled-background.hack { |
||||
background: url('images/1x/background/auto_color_normal_disable.png') no-repeat center center; |
||||
} |
||||
.trans-color-background.hack { |
||||
background: url('images/1x/background/trans_normal.png') no-repeat center center; |
||||
} |
||||
.trans-color-disabled-background.hack { |
||||
background: url('images/1x/background/trans_disable.png') no-repeat center center; |
||||
} |
||||
.wave-loading { |
||||
background: url('images/2x/icon/wave_loading.gif') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.wave-loading.hack { |
||||
background: url('images/1x/icon/wave_loading.gif') no-repeat center center; |
||||
} |
||||
.bi-color-picker-editor .color-picker-editor-display { |
||||
-webkit-border-radius: 2px; |
||||
-moz-border-radius: 2px; |
||||
border-radius: 2px; |
||||
} |
||||
.bi-color-picker-editor.disabled .auto-color-normal-background { |
||||
background: url('images/2x/background/auto_color_normal_disable.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.bi-color-picker-editor.disabled .auto-color-normal-background.hack { |
||||
background: url('images/1x/background/auto_color_normal_disable.png') no-repeat center center; |
||||
} |
||||
.bi-color-picker-editor.disabled .trans-color-background { |
||||
background: url('images/2x/background/trans_disable.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.bi-color-picker-editor.disabled .trans-color-background.hack { |
||||
background: url('images/1x/background/trans_disable.png') no-repeat center center; |
||||
} |
@ -1,6 +0,0 @@
|
||||
.bi-farbtastic * { |
||||
cursor: crosshair; |
||||
} |
||||
.bi-farbtastic .marker { |
||||
margin: -8px 0 0 -8px; |
||||
} |
@ -1,171 +0,0 @@
|
||||
.bi-bubble-combo .button-combo-triangle-wrapper { |
||||
position: fixed !important; |
||||
line-height: 0; |
||||
z-index: 10000000; |
||||
background-color: rgba(255, 255, 255, 0); |
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff,endColorstr=#00ffffff); |
||||
} |
||||
.bi-bubble-combo .bubble-combo-triangle-left { |
||||
z-index: 1; |
||||
position: absolute; |
||||
width: 6px; |
||||
height: 16px; |
||||
text-align: left; |
||||
} |
||||
.bi-bubble-combo .bubble-combo-triangle-left:before { |
||||
position: absolute; |
||||
width: 6px; |
||||
height: 6px; |
||||
margin-left: -3px; |
||||
margin-top: 4px; |
||||
content: ""; |
||||
transform: rotate(-45deg); |
||||
} |
||||
.bi-bubble-combo .bubble-combo-triangle-right { |
||||
z-index: 1; |
||||
position: absolute; |
||||
width: 6px; |
||||
height: 16px; |
||||
text-align: left; |
||||
} |
||||
.bi-bubble-combo .bubble-combo-triangle-right:before { |
||||
position: absolute; |
||||
width: 6px; |
||||
height: 6px; |
||||
margin-left: 2px; |
||||
margin-top: 3px; |
||||
content: ""; |
||||
transform: rotate(135deg); |
||||
} |
||||
.bi-bubble-combo .bubble-combo-triangle-top { |
||||
z-index: 1; |
||||
position: absolute; |
||||
width: 16px; |
||||
height: 6px; |
||||
text-align: left; |
||||
} |
||||
.bi-bubble-combo .bubble-combo-triangle-top:before { |
||||
position: absolute; |
||||
width: 6px; |
||||
height: 6px; |
||||
margin-left: 4px; |
||||
margin-top: -3px; |
||||
content: ""; |
||||
transform: rotate(45deg); |
||||
} |
||||
.bi-bubble-combo .bubble-combo-triangle-bottom { |
||||
z-index: 1; |
||||
position: absolute; |
||||
width: 16px; |
||||
height: 6px; |
||||
text-align: left; |
||||
} |
||||
.bi-bubble-combo .bubble-combo-triangle-bottom:before { |
||||
position: absolute; |
||||
width: 6px; |
||||
height: 6px; |
||||
margin-left: 4px; |
||||
margin-top: 2px; |
||||
content: ""; |
||||
transform: rotate(-135deg); |
||||
} |
||||
.bi-bubble-combo .bubble-combo-triangle-left:before, |
||||
.bi-bubble-combo .bubble-combo-triangle-right:before, |
||||
.bi-bubble-combo .bubble-combo-triangle-top:before, |
||||
.bi-bubble-combo .bubble-combo-triangle-bottom:before { |
||||
background-color: #ffffff; |
||||
border-bottom: 1px solid #f2f4f7; |
||||
border-right: 1px solid #f2f4f7; |
||||
} |
||||
.bi-theme-dark .bi-bubble-combo .bubble-combo-triangle-left:before, |
||||
.bi-theme-dark .bi-bubble-combo .bubble-combo-triangle-right:before, |
||||
.bi-theme-dark .bi-bubble-combo .bubble-combo-triangle-top:before, |
||||
.bi-theme-dark .bi-bubble-combo .bubble-combo-triangle-bottom:before { |
||||
background-color: #20263b; |
||||
border-bottom: 1px solid #292f45; |
||||
border-right: 1px solid #292f45; |
||||
} |
||||
|
||||
.bi-combo > .bi-trigger .bi-trigger-icon-button .x-icon { |
||||
-webkit-transform: rotate(0deg); |
||||
-moz-transform: rotate(0deg); |
||||
transform: rotate(0deg); |
||||
-webkit-transition: transform 0.3s ease; |
||||
-moz-transition: transform 0.3s ease; |
||||
-o-transition: transform 0.3s ease; |
||||
transition: transform 0.3s ease; |
||||
} |
||||
.bi-combo.bi-combo-popup { |
||||
display: block !important; |
||||
visibility: visible !important; |
||||
} |
||||
.bi-combo.bi-combo-popup > .bi-trigger .bi-trigger-icon-button .x-icon { |
||||
-webkit-transform: rotate(180deg); |
||||
-moz-transform: rotate(180deg); |
||||
transform: rotate(180deg); |
||||
-webkit-transition: transform 0.3s ease; |
||||
-moz-transition: transform 0.3s ease; |
||||
-o-transition: transform 0.3s ease; |
||||
transition: transform 0.3s ease; |
||||
} |
||||
.bi-combo.bi-combo-popup > .bi-border, |
||||
.bi-combo.bi-combo-hover > .bi-border, |
||||
.bi-combo:hover > .bi-border { |
||||
border-color: #3685f2; |
||||
} |
||||
.bi-combo.disabled.bi-combo-hover > .bi-border, |
||||
.bi-combo.disabled:hover > .bi-border { |
||||
border-color: #e8eaed; |
||||
} |
||||
.bi-theme-dark .bi-combo.disabled.bi-combo-hover > .bi-border, |
||||
.bi-theme-dark .bi-combo.disabled:hover > .bi-border { |
||||
border-color: #363e55; |
||||
} |
||||
|
||||
.bi-search-text-value-combo .trigger-icon-button { |
||||
font-size: 16px; |
||||
} |
||||
.bi-search-text-value-combo .search-text-value-trigger { |
||||
-webkit-border-radius: 2px; |
||||
-moz-border-radius: 2px; |
||||
border-radius: 2px; |
||||
} |
||||
.bi-search-text-value-combo.combo-error .bi-search-text-value-trigger .bi-text-button { |
||||
color: #e65251; |
||||
} |
||||
.bi-search-text-value-combo .bi-combo.bi-combo-popup + .bi-trigger-icon-button .x-icon { |
||||
-webkit-transform: rotate(180deg); |
||||
-moz-transform: rotate(180deg); |
||||
transform: rotate(180deg); |
||||
-webkit-transition: transform 0.3s ease; |
||||
-moz-transition: transform 0.3s ease; |
||||
-o-transition: transform 0.3s ease; |
||||
transition: transform 0.3s ease; |
||||
} |
||||
.bi-search-text-value-combo .bi-combo + .bi-trigger-icon-button .x-icon { |
||||
-webkit-transform: rotate(0deg); |
||||
-moz-transform: rotate(0deg); |
||||
transform: rotate(0deg); |
||||
-webkit-transition: transform 0.3s ease; |
||||
-moz-transition: transform 0.3s ease; |
||||
-o-transition: transform 0.3s ease; |
||||
transition: transform 0.3s ease; |
||||
} |
||||
|
||||
.bi-icon-text-value-combo.combo-error .bi-text-trigger .select-text-label { |
||||
color: #e65251; |
||||
} |
||||
|
||||
.bi-text-value-combo.combo-error .bi-select-text-trigger .select-text-label { |
||||
color: #e65251; |
||||
} |
||||
|
||||
.bi-text-value-check-combo.bi-combo-popup > .bi-border, |
||||
.bi-text-value-check-combo:hover > .bi-border { |
||||
border-color: #3685f2; |
||||
} |
||||
|
||||
.bi-text-value-down-list-combo.bi-combo-popup > .bi-border, |
||||
.bi-text-value-down-list-combo:hover > .bi-border { |
||||
border-color: #3685f2; |
||||
} |
@ -1,4 +0,0 @@
|
||||
.bi-bubble-bar-popup-view .bar-popup-container { |
||||
max-height: 456px; |
||||
} |
||||
|
@ -1,29 +0,0 @@
|
||||
/*************BI.SearchEditor******************/ |
||||
.bi-search-editor { |
||||
-webkit-border-radius: 2px; |
||||
-moz-border-radius: 2px; |
||||
border-radius: 2px; |
||||
} |
||||
.bi-search-editor .circle-close-font { |
||||
font-size: 18px; |
||||
} |
||||
.bi-search-editor .search-font { |
||||
font-size: 18px; |
||||
} |
||||
|
||||
/*************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: 16px; |
||||
} |
||||
.bi-small-search-editor .search-font { |
||||
font-size: 16px; |
||||
} |
@ -1,32 +0,0 @@
|
||||
.bi-message-title { |
||||
font-size: 14px; |
||||
cursor: pointer; |
||||
} |
||||
.bi-message-text { |
||||
font-size: 16px; |
||||
-webkit-user-select: text; |
||||
-khtml-user-select: text; |
||||
-moz-user-select: text; |
||||
-ms-user-select: text; |
||||
-o-user-select: text; |
||||
user-select: text; |
||||
} |
||||
.bi-message-content { |
||||
font-size: 16px; |
||||
} |
||||
.bi-message-close { |
||||
font-size: 16px; |
||||
} |
||||
.bi-message-animate { |
||||
-webkit-transition: opacity 0.3s, transform 0.3s, left 0.3s, right 0.3s, top 0.4s, bottom 0.3s; |
||||
-moz-transition: opacity 0.3s, transform 0.3s, left 0.3s, right 0.3s, top 0.4s, bottom 0.3s; |
||||
-o-transition: opacity 0.3s, transform 0.3s, left 0.3s, right 0.3s, top 0.4s, bottom 0.3s; |
||||
transition: opacity 0.3s, transform 0.3s, left 0.3s, right 0.3s, top 0.4s, bottom 0.3s; |
||||
} |
||||
.bi-message-enter { |
||||
opacity: 1; |
||||
} |
||||
.bi-message-leave { |
||||
opacity: 0; |
||||
transform: translateY(-100%); |
||||
} |
@ -1,4 +0,0 @@
|
||||
.bi-multi-list-view .bi-button-mask { |
||||
opacity: 0.1; |
||||
filter: alpha(opacity=10); |
||||
} |
@ -1,9 +0,0 @@
|
||||
.bi-panel { |
||||
-webkit-border-radius: 2px; |
||||
-moz-border-radius: 2px; |
||||
border-radius: 2px; |
||||
} |
||||
.bi-panel .panel-title .panel-title-text { |
||||
cursor: text; |
||||
font-size: 14px; |
||||
} |
@ -1,3 +0,0 @@
|
||||
.bi-sortable-holder { |
||||
border: 1px dashed #e8eaed; |
||||
} |
@ -1,22 +0,0 @@
|
||||
.bi-all-count-pager .all-pager-prev { |
||||
font-size: 16px; |
||||
} |
||||
.bi-all-count-pager .all-pager-next { |
||||
font-size: 16px; |
||||
} |
||||
.bi-all-count-pager .row-count { |
||||
color: #3685f2; |
||||
} |
||||
|
||||
.bi-direction-pager .direction-pager-prev { |
||||
font-size: 16px; |
||||
} |
||||
.bi-direction-pager .direction-pager-next { |
||||
font-size: 16px; |
||||
} |
||||
|
||||
.bi-pager .page-item { |
||||
-webkit-border-radius: 2px; |
||||
-moz-border-radius: 2px; |
||||
border-radius: 2px; |
||||
} |
@ -1,124 +0,0 @@
|
||||
.bi-pane { |
||||
min-height: 25px; |
||||
} |
||||
.bi-pane.loading-status { |
||||
min-height: 55px; |
||||
} |
||||
.bi-pane .loading-container { |
||||
background-color: rgba(247, 248, 250, 0); |
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00f7f8fa,endColorstr=#00f7f8fa); |
||||
} |
||||
.bi-loading-widget { |
||||
font-size: 0; |
||||
} |
||||
.bi-loading-widget .animate-rect { |
||||
background-color: rgba(54, 133, 242, 0.9); |
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e63685f2,endColorstr=#e63685f2); |
||||
-webkit-border-radius: 1.5px; |
||||
-moz-border-radius: 1.5px; |
||||
border-radius: 1.5px; |
||||
-webkit-animation: loading-widget 0.8s infinite linear; |
||||
-moz-animation: loading-widget 0.8s infinite linear; |
||||
-ms-animation: loading-widget 0.8s infinite linear; |
||||
-o-animation: loading-widget 0.8s infinite linear; |
||||
animation: loading-widget 0.8s infinite linear; |
||||
} |
||||
.bi-loading-widget .rect2 { |
||||
-webkit-animation-delay: -0.2s; |
||||
-moz-animation-delay: -0.2s; |
||||
-ms-animation-delay: -0.2s; |
||||
-o-animation-delay: -0.2s; |
||||
animation-delay: -0.2s; |
||||
} |
||||
.bi-loading-widget .rect3 { |
||||
-webkit-animation-delay: -0.4s; |
||||
-moz-animation-delay: -0.4s; |
||||
-ms-animation-delay: -0.4s; |
||||
-o-animation-delay: -0.4s; |
||||
animation-delay: -0.4s; |
||||
} |
||||
@-webkit-keyframes loading-widget { |
||||
0%, |
||||
100% { |
||||
-webkit-transform: scaleY(0.3); |
||||
-moz-transform: scaleY(0.3); |
||||
-o-transform: scaleY(0.3); |
||||
-ms-transform: scaleY(0.3); |
||||
transform: scaleY(0.3); |
||||
} |
||||
50% { |
||||
-webkit-transform: scaleY(1); |
||||
-moz-transform: scaleY(1); |
||||
-o-transform: scaleY(1); |
||||
-ms-transform: scaleY(1); |
||||
transform: scaleY(1); |
||||
} |
||||
} |
||||
@-moz-keyframes loading-widget { |
||||
0%, |
||||
100% { |
||||
-webkit-transform: scaleY(0.3); |
||||
-moz-transform: scaleY(0.3); |
||||
-o-transform: scaleY(0.3); |
||||
-ms-transform: scaleY(0.3); |
||||
transform: scaleY(0.3); |
||||
} |
||||
50% { |
||||
-webkit-transform: scaleY(1); |
||||
-moz-transform: scaleY(1); |
||||
-o-transform: scaleY(1); |
||||
-ms-transform: scaleY(1); |
||||
transform: scaleY(1); |
||||
} |
||||
} |
||||
@-ms-keyframes loading-widget { |
||||
0%, |
||||
100% { |
||||
-webkit-transform: scaleY(0.3); |
||||
-moz-transform: scaleY(0.3); |
||||
-o-transform: scaleY(0.3); |
||||
-ms-transform: scaleY(0.3); |
||||
transform: scaleY(0.3); |
||||
} |
||||
50% { |
||||
-webkit-transform: scaleY(1); |
||||
-moz-transform: scaleY(1); |
||||
-o-transform: scaleY(1); |
||||
-ms-transform: scaleY(1); |
||||
transform: scaleY(1); |
||||
} |
||||
} |
||||
@-o-keyframes loading-widget { |
||||
0%, |
||||
100% { |
||||
-webkit-transform: scaleY(0.3); |
||||
-moz-transform: scaleY(0.3); |
||||
-o-transform: scaleY(0.3); |
||||
-ms-transform: scaleY(0.3); |
||||
transform: scaleY(0.3); |
||||
} |
||||
50% { |
||||
-webkit-transform: scaleY(1); |
||||
-moz-transform: scaleY(1); |
||||
-o-transform: scaleY(1); |
||||
-ms-transform: scaleY(1); |
||||
transform: scaleY(1); |
||||
} |
||||
} |
||||
@keyframes loading-widget { |
||||
0%, |
||||
100% { |
||||
-webkit-transform: scaleY(0.3); |
||||
-moz-transform: scaleY(0.3); |
||||
-o-transform: scaleY(0.3); |
||||
-ms-transform: scaleY(0.3); |
||||
transform: scaleY(0.3); |
||||
} |
||||
50% { |
||||
-webkit-transform: scaleY(1); |
||||
-moz-transform: scaleY(1); |
||||
-o-transform: scaleY(1); |
||||
-ms-transform: scaleY(1); |
||||
transform: scaleY(1); |
||||
} |
||||
} |
@ -1,3 +0,0 @@
|
||||
.bi-segment-button { |
||||
color: #3685f2; |
||||
} |
@ -1,36 +0,0 @@
|
||||
.bi-segment > .center-element { |
||||
overflow: hidden; |
||||
overflow-x: hidden; |
||||
overflow-y: hidden; |
||||
background: #ffffff; |
||||
border-right: 1px solid #3685f2; |
||||
border-top: 1px solid #3685f2; |
||||
border-bottom: 1px solid #3685f2; |
||||
} |
||||
.bi-segment > .first-element { |
||||
border-left: 1px solid #3685f2; |
||||
-webkit-border-radius: 2px 0px 0px 2px; |
||||
-moz-border-radius: 2px 0px 0px 2px; |
||||
border-radius: 2px 0px 0px 2px; |
||||
} |
||||
.bi-segment > .last-element { |
||||
-webkit-border-radius: 0px 2px 2px 0px; |
||||
-moz-border-radius: 0px 2px 2px 0px; |
||||
border-radius: 0px 2px 2px 0px; |
||||
} |
||||
.bi-segment.disabled > .center-element, |
||||
.bi-segment.disabled > .first-element { |
||||
border-color: #d0d4da; |
||||
} |
||||
.bi-theme-dark .bi-segment > .center-element { |
||||
overflow: hidden; |
||||
overflow-x: hidden; |
||||
overflow-y: hidden; |
||||
background: #20263b; |
||||
border-right: 1px solid #363e55; |
||||
border-top: 1px solid #363e55; |
||||
border-bottom: 1px solid #363e55; |
||||
} |
||||
.bi-theme-dark .bi-segment > .first-element { |
||||
border-left: 1px solid #20263b; |
||||
} |
@ -1,501 +0,0 @@
|
||||
.bi-half-button { |
||||
-webkit-border-radius: 2px; |
||||
-moz-border-radius: 2px; |
||||
border-radius: 2px; |
||||
} |
||||
|
||||
body .bi-button, |
||||
#body .bi-button { |
||||
-webkit-border-radius: 2px; |
||||
-moz-border-radius: 2px; |
||||
border-radius: 2px; |
||||
border: 1px solid #3685f2; |
||||
background-color: #3685f2; |
||||
-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标准语法)*/ |
||||
text-align: center; |
||||
vertical-align: middle; |
||||
cursor: pointer; |
||||
} |
||||
body .bi-button.hack, |
||||
#body .bi-button.hack { |
||||
-webkit-border-radius: 0px; |
||||
-moz-border-radius: 0px; |
||||
border-radius: 0px; |
||||
} |
||||
body .bi-button.block, |
||||
#body .bi-button.block { |
||||
font-size: inherit; |
||||
border-width: 0; |
||||
-webkit-border-radius: 0px; |
||||
-moz-border-radius: 0px; |
||||
border-radius: 0px; |
||||
} |
||||
body .bi-button.clear, |
||||
#body .bi-button.clear { |
||||
font-size: inherit; |
||||
border-width: 0; |
||||
background-color: transparent; |
||||
} |
||||
body .bi-button.clear:hover, |
||||
#body .bi-button.clear:hover { |
||||
opacity: 0.9; |
||||
filter: alpha(opacity=90); |
||||
} |
||||
body .bi-button.clear:active, |
||||
#body .bi-button.clear:active { |
||||
opacity: 0.8; |
||||
filter: alpha(opacity=80); |
||||
} |
||||
body .bi-button.clear:after, |
||||
#body .bi-button.clear:after { |
||||
display: none; |
||||
} |
||||
body .bi-button.ghost, |
||||
#body .bi-button.ghost { |
||||
font-size: inherit; |
||||
background-color: transparent; |
||||
} |
||||
body .bi-button.button-common, |
||||
#body .bi-button.button-common, |
||||
body .bi-button.button-common .b-font:before, |
||||
#body .bi-button.button-common .b-font:before { |
||||
color: #ffffff; |
||||
} |
||||
body .bi-button.button-common.clear, |
||||
#body .bi-button.button-common.clear, |
||||
body .bi-button.button-common.clear .b-font:before, |
||||
#body .bi-button.button-common.clear .b-font:before { |
||||
color: #3685f2; |
||||
} |
||||
body .bi-button.button-common.ghost, |
||||
#body .bi-button.button-common.ghost, |
||||
body .bi-button.button-common.ghost .b-font:before, |
||||
#body .bi-button.button-common.ghost .b-font:before { |
||||
color: #3685f2; |
||||
} |
||||
body .bi-button.button-common.ghost:hover, |
||||
#body .bi-button.button-common.ghost:hover { |
||||
color: #ffffff; |
||||
background-color: #3685f2; |
||||
} |
||||
body .bi-button.button-common.ghost:active, |
||||
#body .bi-button.button-common.ghost:active { |
||||
background-color: #3685f2; |
||||
} |
||||
body .bi-button.button-ignore, |
||||
#body .bi-button.button-ignore { |
||||
background-color: transparent; |
||||
border-color: #3685f2; |
||||
} |
||||
body .bi-button.button-ignore, |
||||
#body .bi-button.button-ignore, |
||||
body .bi-button.button-ignore .b-font:before, |
||||
#body .bi-button.button-ignore .b-font:before { |
||||
color: #3685f2; |
||||
} |
||||
body .bi-button.button-ignore.clear, |
||||
#body .bi-button.button-ignore.clear { |
||||
background-color: transparent; |
||||
border-width: 0; |
||||
} |
||||
body .bi-button.button-success, |
||||
#body .bi-button.button-success { |
||||
background-color: #13cd66; |
||||
border-color: #13cd66; |
||||
} |
||||
body .bi-button.button-success, |
||||
#body .bi-button.button-success, |
||||
body .bi-button.button-success .b-font:before, |
||||
#body .bi-button.button-success .b-font:before { |
||||
color: #ffffff; |
||||
} |
||||
body .bi-button.button-success.clear, |
||||
#body .bi-button.button-success.clear { |
||||
background-color: transparent; |
||||
border-width: 0; |
||||
} |
||||
body .bi-button.button-success.clear, |
||||
#body .bi-button.button-success.clear, |
||||
body .bi-button.button-success.clear .b-font:before, |
||||
#body .bi-button.button-success.clear .b-font:before { |
||||
color: #13cd66; |
||||
} |
||||
body .bi-button.button-warning, |
||||
#body .bi-button.button-warning { |
||||
background-color: #faaa39; |
||||
border-color: #fbb03b; |
||||
} |
||||
body .bi-button.button-warning, |
||||
#body .bi-button.button-warning, |
||||
body .bi-button.button-warning .b-font:before, |
||||
#body .bi-button.button-warning .b-font:before { |
||||
color: #ffffff; |
||||
} |
||||
body .bi-button.button-warning.clear, |
||||
#body .bi-button.button-warning.clear { |
||||
background-color: transparent; |
||||
border-width: 0; |
||||
} |
||||
body .bi-button.button-warning.clear, |
||||
#body .bi-button.button-warning.clear, |
||||
body .bi-button.button-warning.clear .b-font:before, |
||||
#body .bi-button.button-warning.clear .b-font:before { |
||||
color: #faaa39; |
||||
} |
||||
body .bi-button.button-error, |
||||
#body .bi-button.button-error { |
||||
background-color: #e65251; |
||||
border-color: #e65251; |
||||
} |
||||
body .bi-button.button-error, |
||||
#body .bi-button.button-error, |
||||
body .bi-button.button-error .b-font:before, |
||||
#body .bi-button.button-error .b-font:before { |
||||
color: #ffffff; |
||||
} |
||||
body .bi-button.button-error.clear, |
||||
#body .bi-button.button-error.clear { |
||||
background-color: transparent; |
||||
border-width: 0; |
||||
} |
||||
body .bi-button.button-error.clear, |
||||
#body .bi-button.button-error.clear, |
||||
body .bi-button.button-error.clear .b-font:before, |
||||
#body .bi-button.button-error.clear .b-font:before { |
||||
color: #e65251; |
||||
} |
||||
body .bi-button.button-common.disabled, |
||||
#body .bi-button.button-common.disabled, |
||||
body .bi-button.button-success.disabled, |
||||
#body .bi-button.button-success.disabled, |
||||
body .bi-button.button-error.disabled, |
||||
#body .bi-button.button-error.disabled, |
||||
body .bi-button.button-warning.disabled, |
||||
#body .bi-button.button-warning.disabled, |
||||
body .bi-button.button-common.disabled.base-disabled, |
||||
#body .bi-button.button-common.disabled.base-disabled, |
||||
body .bi-button.button-success.disabled.base-disabled, |
||||
#body .bi-button.button-success.disabled.base-disabled, |
||||
body .bi-button.button-error.disabled.base-disabled, |
||||
#body .bi-button.button-error.disabled.base-disabled, |
||||
body .bi-button.button-warning.disabled.base-disabled, |
||||
#body .bi-button.button-warning.disabled.base-disabled { |
||||
background-color: rgba(158, 166, 178, 0.2) !important; |
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#339ea6b2,endColorstr=#339ea6b2); |
||||
border-color: #d0d4da !important; |
||||
} |
||||
body .bi-button.button-common.disabled, |
||||
#body .bi-button.button-common.disabled, |
||||
body .bi-button.button-success.disabled, |
||||
#body .bi-button.button-success.disabled, |
||||
body .bi-button.button-error.disabled, |
||||
#body .bi-button.button-error.disabled, |
||||
body .bi-button.button-warning.disabled, |
||||
#body .bi-button.button-warning.disabled, |
||||
body .bi-button.button-common.disabled.base-disabled, |
||||
#body .bi-button.button-common.disabled.base-disabled, |
||||
body .bi-button.button-success.disabled.base-disabled, |
||||
#body .bi-button.button-success.disabled.base-disabled, |
||||
body .bi-button.button-error.disabled.base-disabled, |
||||
#body .bi-button.button-error.disabled.base-disabled, |
||||
body .bi-button.button-warning.disabled.base-disabled, |
||||
#body .bi-button.button-warning.disabled.base-disabled, |
||||
body .bi-button.button-common.disabled .b-font:before, |
||||
#body .bi-button.button-common.disabled .b-font:before, |
||||
body .bi-button.button-success.disabled .b-font:before, |
||||
#body .bi-button.button-success.disabled .b-font:before, |
||||
body .bi-button.button-error.disabled .b-font:before, |
||||
#body .bi-button.button-error.disabled .b-font:before, |
||||
body .bi-button.button-warning.disabled .b-font:before, |
||||
#body .bi-button.button-warning.disabled .b-font:before, |
||||
body .bi-button.button-common.disabled.base-disabled .b-font:before, |
||||
#body .bi-button.button-common.disabled.base-disabled .b-font:before, |
||||
body .bi-button.button-success.disabled.base-disabled .b-font:before, |
||||
#body .bi-button.button-success.disabled.base-disabled .b-font:before, |
||||
body .bi-button.button-error.disabled.base-disabled .b-font:before, |
||||
#body .bi-button.button-error.disabled.base-disabled .b-font:before, |
||||
body .bi-button.button-warning.disabled.base-disabled .b-font:before, |
||||
#body .bi-button.button-warning.disabled.base-disabled .b-font:before { |
||||
color: #9ea6b2 !important; |
||||
} |
||||
body .bi-button.button-common.disabled:after, |
||||
#body .bi-button.button-common.disabled:after, |
||||
body .bi-button.button-success.disabled:after, |
||||
#body .bi-button.button-success.disabled:after, |
||||
body .bi-button.button-error.disabled:after, |
||||
#body .bi-button.button-error.disabled:after, |
||||
body .bi-button.button-warning.disabled:after, |
||||
#body .bi-button.button-warning.disabled:after { |
||||
display: none; |
||||
} |
||||
body .bi-button.button-ignore.disabled, |
||||
#body .bi-button.button-ignore.disabled { |
||||
background: #ffffff !important; |
||||
border-color: #e8eaed !important; |
||||
} |
||||
body .bi-button.button-ignore.disabled, |
||||
#body .bi-button.button-ignore.disabled, |
||||
body .bi-button.button-ignore.disabled .b-font:before, |
||||
#body .bi-button.button-ignore.disabled .b-font:before { |
||||
color: #9ea6b2 !important; |
||||
} |
||||
body .bi-button.button-ignore.disabled:after, |
||||
#body .bi-button.button-ignore.disabled:after { |
||||
display: none; |
||||
} |
||||
body .bi-button.button-common.disabled.clear, |
||||
#body .bi-button.button-common.disabled.clear, |
||||
body .bi-button.button-success.disabled.clear, |
||||
#body .bi-button.button-success.disabled.clear, |
||||
body .bi-button.button-warning.disabled.clear, |
||||
#body .bi-button.button-warning.disabled.clear, |
||||
body .bi-button.button-error.disabled.clear, |
||||
#body .bi-button.button-error.disabled.clear, |
||||
body .bi-button.button-ignore.disabled.clear, |
||||
#body .bi-button.button-ignore.disabled.clear { |
||||
background: transparent !important; |
||||
border-width: 0 !important; |
||||
} |
||||
body .bi-button.button-common.disabled.clear, |
||||
#body .bi-button.button-common.disabled.clear, |
||||
body .bi-button.button-success.disabled.clear, |
||||
#body .bi-button.button-success.disabled.clear, |
||||
body .bi-button.button-warning.disabled.clear, |
||||
#body .bi-button.button-warning.disabled.clear, |
||||
body .bi-button.button-error.disabled.clear, |
||||
#body .bi-button.button-error.disabled.clear, |
||||
body .bi-button.button-ignore.disabled.clear, |
||||
#body .bi-button.button-ignore.disabled.clear, |
||||
body .bi-button.button-common.disabled.clear .b-font:before, |
||||
#body .bi-button.button-common.disabled.clear .b-font:before, |
||||
body .bi-button.button-success.disabled.clear .b-font:before, |
||||
#body .bi-button.button-success.disabled.clear .b-font:before, |
||||
body .bi-button.button-warning.disabled.clear .b-font:before, |
||||
#body .bi-button.button-warning.disabled.clear .b-font:before, |
||||
body .bi-button.button-error.disabled.clear .b-font:before, |
||||
#body .bi-button.button-error.disabled.clear .b-font:before, |
||||
body .bi-button.button-ignore.disabled.clear .b-font:before, |
||||
#body .bi-button.button-ignore.disabled.clear .b-font:before { |
||||
color: #9ea6b2 !important; |
||||
} |
||||
body .bi-button.button-common.disabled.clear:hover, |
||||
#body .bi-button.button-common.disabled.clear:hover, |
||||
body .bi-button.button-success.disabled.clear:hover, |
||||
#body .bi-button.button-success.disabled.clear:hover, |
||||
body .bi-button.button-warning.disabled.clear:hover, |
||||
#body .bi-button.button-warning.disabled.clear:hover, |
||||
body .bi-button.button-error.disabled.clear:hover, |
||||
#body .bi-button.button-error.disabled.clear:hover, |
||||
body .bi-button.button-ignore.disabled.clear:hover, |
||||
#body .bi-button.button-ignore.disabled.clear:hover, |
||||
body .bi-button.button-common.disabled.clear:active, |
||||
#body .bi-button.button-common.disabled.clear:active, |
||||
body .bi-button.button-success.disabled.clear:active, |
||||
#body .bi-button.button-success.disabled.clear:active, |
||||
body .bi-button.button-warning.disabled.clear:active, |
||||
#body .bi-button.button-warning.disabled.clear:active, |
||||
body .bi-button.button-error.disabled.clear:active, |
||||
#body .bi-button.button-error.disabled.clear:active, |
||||
body .bi-button.button-ignore.disabled.clear:active, |
||||
#body .bi-button.button-ignore.disabled.clear:active { |
||||
opacity: 1; |
||||
filter: alpha(opacity=100); |
||||
} |
||||
body .bi-button.button-common.disabled.ghost, |
||||
#body .bi-button.button-common.disabled.ghost, |
||||
body .bi-button.button-success.disabled.ghost, |
||||
#body .bi-button.button-success.disabled.ghost, |
||||
body .bi-button.button-warning.disabled.ghost, |
||||
#body .bi-button.button-warning.disabled.ghost, |
||||
body .bi-button.button-error.disabled.ghost, |
||||
#body .bi-button.button-error.disabled.ghost, |
||||
body .bi-button.button-ignore.disabled.ghost, |
||||
#body .bi-button.button-ignore.disabled.ghost { |
||||
background: transparent !important; |
||||
border-color: #3685f2 !important; |
||||
opacity: 0.5; |
||||
filter: alpha(opacity=50); |
||||
} |
||||
body .bi-button.button-common.disabled.ghost, |
||||
#body .bi-button.button-common.disabled.ghost, |
||||
body .bi-button.button-success.disabled.ghost, |
||||
#body .bi-button.button-success.disabled.ghost, |
||||
body .bi-button.button-warning.disabled.ghost, |
||||
#body .bi-button.button-warning.disabled.ghost, |
||||
body .bi-button.button-error.disabled.ghost, |
||||
#body .bi-button.button-error.disabled.ghost, |
||||
body .bi-button.button-ignore.disabled.ghost, |
||||
#body .bi-button.button-ignore.disabled.ghost, |
||||
body .bi-button.button-common.disabled.ghost .b-font:before, |
||||
#body .bi-button.button-common.disabled.ghost .b-font:before, |
||||
body .bi-button.button-success.disabled.ghost .b-font:before, |
||||
#body .bi-button.button-success.disabled.ghost .b-font:before, |
||||
body .bi-button.button-warning.disabled.ghost .b-font:before, |
||||
#body .bi-button.button-warning.disabled.ghost .b-font:before, |
||||
body .bi-button.button-error.disabled.ghost .b-font:before, |
||||
#body .bi-button.button-error.disabled.ghost .b-font:before, |
||||
body .bi-button.button-ignore.disabled.ghost .b-font:before, |
||||
#body .bi-button.button-ignore.disabled.ghost .b-font:before { |
||||
color: #3685f2 !important; |
||||
} |
||||
.bi-basic-button.button-common:after, |
||||
.bi-basic-button.button-success:after, |
||||
.bi-basic-button.button-warning:after, |
||||
.bi-basic-button.button-error:after { |
||||
content: ""; |
||||
background-color: #232E40; |
||||
-webkit-border-radius: 10px; |
||||
-moz-border-radius: 10px; |
||||
border-radius: 10px; |
||||
display: block; |
||||
width: 100%; |
||||
height: 100%; |
||||
position: absolute; |
||||
transform: scale(1, 1); |
||||
opacity: 0; |
||||
filter: alpha(opacity=0); |
||||
-webkit-transition: transform 0.5s ease, opacity 1s ease; |
||||
-moz-transition: transform 0.5s ease, opacity 1s ease; |
||||
-o-transition: transform 0.5s ease, opacity 1s ease; |
||||
transition: transform 0.5s ease, opacity 1s ease; |
||||
left: 0; |
||||
top: 0; |
||||
pointer-events: none; |
||||
} |
||||
.bi-basic-button.button-common.hack:after, |
||||
.bi-basic-button.button-success.hack:after, |
||||
.bi-basic-button.button-warning.hack:after, |
||||
.bi-basic-button.button-error.hack:after { |
||||
content: none; |
||||
} |
||||
.bi-basic-button.button-common:active:after, |
||||
.bi-basic-button.button-success:active:after, |
||||
.bi-basic-button.button-warning:active:after, |
||||
.bi-basic-button.button-error:active:after { |
||||
transform: scale(0, 1); |
||||
opacity: 0.1; |
||||
filter: alpha(opacity=10); |
||||
-webkit-transition: transform 0s; |
||||
-moz-transition: transform 0s; |
||||
-o-transition: transform 0s; |
||||
transition: transform 0s; |
||||
} |
||||
.bi-basic-button.button-common:hover .bi-button-mask, |
||||
.bi-basic-button.button-success:hover .bi-button-mask, |
||||
.bi-basic-button.button-warning:hover .bi-button-mask, |
||||
.bi-basic-button.button-error:hover .bi-button-mask { |
||||
opacity: 0.1; |
||||
filter: alpha(opacity=10); |
||||
background-color: #ffffff; |
||||
-webkit-transition: opacity 0.3s ease; |
||||
-moz-transition: opacity 0.3s ease; |
||||
-o-transition: opacity 0.3s ease; |
||||
transition: opacity 0.3s ease; |
||||
} |
||||
.bi-basic-button.button-ignore:after { |
||||
content: ""; |
||||
background-color: #3685f2; |
||||
-webkit-border-radius: 10px; |
||||
-moz-border-radius: 10px; |
||||
border-radius: 10px; |
||||
display: block; |
||||
width: 100%; |
||||
height: 100%; |
||||
position: absolute; |
||||
transform: scale(1, 1); |
||||
opacity: 0; |
||||
filter: alpha(opacity=0); |
||||
-webkit-transition: transform 0.5s ease, opacity 1s ease; |
||||
-moz-transition: transform 0.5s ease, opacity 1s ease; |
||||
-o-transition: transform 0.5s ease, opacity 1s ease; |
||||
transition: transform 0.5s ease, opacity 1s ease; |
||||
left: 0; |
||||
top: 0; |
||||
pointer-events: none; |
||||
} |
||||
.bi-basic-button.button-ignore.hack:after { |
||||
content: none; |
||||
} |
||||
.bi-basic-button.button-ignore:active:after { |
||||
transform: scale(0, 1); |
||||
opacity: 0.1; |
||||
filter: alpha(opacity=10); |
||||
-webkit-transition: transform 0s; |
||||
-moz-transition: transform 0s; |
||||
-o-transition: transform 0s; |
||||
transition: transform 0s; |
||||
} |
||||
.bi-basic-button.button-ignore:hover { |
||||
background-color: rgba(54, 133, 242, 0.05); |
||||
-webkit-transition: opacity 0.3s ease; |
||||
-moz-transition: opacity 0.3s ease; |
||||
-o-transition: opacity 0.3s ease; |
||||
transition: opacity 0.3s ease; |
||||
} |
||||
.bi-basic-button .popup-content { |
||||
font-size: 14px; |
||||
} |
||||
.bi-theme-dark body .bi-button.button-common.ghost, |
||||
.bi-theme-dark #body .bi-button.button-common.ghost, |
||||
.bi-theme-dark body .bi-button.button-common.ghost .b-font:before, |
||||
.bi-theme-dark #body .bi-button.button-common.ghost .b-font:before { |
||||
color: #ffffff; |
||||
border-color: #ffffff; |
||||
} |
||||
.bi-theme-dark body .bi-button.button-common.ghost:hover, |
||||
.bi-theme-dark #body .bi-button.button-common.ghost:hover { |
||||
color: #3d4d66; |
||||
background-color: #ffffff; |
||||
} |
||||
.bi-theme-dark body .bi-button.button-common.ghost:active, |
||||
.bi-theme-dark #body .bi-button.button-common.ghost:active { |
||||
background-color: rgba(255, 255, 255, 0.9); |
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e6ffffff,endColorstr=#e6ffffff); |
||||
} |
||||
.bi-theme-dark body .bi-button.button-ignore:hover, |
||||
.bi-theme-dark #body .bi-button.button-ignore:hover { |
||||
background-color: rgba(54, 133, 242, 0.05); |
||||
} |
||||
.bi-theme-dark body .bi-button.button-ignore:active, |
||||
.bi-theme-dark #body .bi-button.button-ignore:active { |
||||
background-color: rgba(54, 133, 242, 0.1); |
||||
} |
||||
.bi-theme-dark body .bi-button.button-common.disabled.ghost, |
||||
.bi-theme-dark #body .bi-button.button-common.disabled.ghost { |
||||
background: transparent !important; |
||||
border-color: #ffffff !important; |
||||
opacity: 0.5; |
||||
filter: alpha(opacity=50); |
||||
} |
||||
.bi-theme-dark body .bi-button.button-common.disabled.ghost, |
||||
.bi-theme-dark #body .bi-button.button-common.disabled.ghost, |
||||
.bi-theme-dark body .bi-button.button-common.disabled.ghost .b-font:before, |
||||
.bi-theme-dark #body .bi-button.button-common.disabled.ghost .b-font:before { |
||||
color: #ffffff !important; |
||||
} |
||||
.bi-theme-dark body .bi-button.button-success.disabled, |
||||
.bi-theme-dark #body .bi-button.button-success.disabled, |
||||
.bi-theme-dark body .bi-button.button-error.disabled, |
||||
.bi-theme-dark #body .bi-button.button-error.disabled, |
||||
.bi-theme-dark body .bi-button.button-warning.disabled, |
||||
.bi-theme-dark #body .bi-button.button-warning.disabled, |
||||
.bi-theme-dark body .bi-button.button-ignore.disabled, |
||||
.bi-theme-dark #body .bi-button.button-ignore.disabled, |
||||
.bi-theme-dark body .bi-button.button-success.disabled.base-disabled, |
||||
.bi-theme-dark #body .bi-button.button-success.disabled.base-disabled, |
||||
.bi-theme-dark body .bi-button.button-error.disabled.base-disabled, |
||||
.bi-theme-dark #body .bi-button.button-error.disabled.base-disabled, |
||||
.bi-theme-dark body .bi-button.button-warning.disabled.base-disabled, |
||||
.bi-theme-dark #body .bi-button.button-warning.disabled.base-disabled, |
||||
.bi-theme-dark body .bi-button.button-ignore.disabled.base-disabled, |
||||
.bi-theme-dark #body .bi-button.button-ignore.disabled.base-disabled { |
||||
background-color: rgba(135, 141, 159, 0.2) !important; |
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33878d9f,endColorstr=#33878d9f); |
||||
} |
@ -1,4 +0,0 @@
|
||||
.bi-single-select-icon-text-item:active .b-font:before, |
||||
.bi-single-select-icon-text-item.active .b-font:before { |
||||
color: #3685f2; |
||||
} |
@ -1,34 +0,0 @@
|
||||
.bi-switch { |
||||
-webkit-border-radius: 40px 40px 40px 40px; |
||||
-moz-border-radius: 40px 40px 40px 40px; |
||||
border-radius: 40px 40px 40px 40px; |
||||
background-color: #d0d4da; |
||||
} |
||||
.bi-switch:active, |
||||
.bi-switch.active { |
||||
background-color: #3685f2; |
||||
} |
||||
.bi-switch .circle-button { |
||||
-webkit-border-radius: 9px 9px 9px 9px; |
||||
-moz-border-radius: 9px 9px 9px 9px; |
||||
border-radius: 9px 9px 9px 9px; |
||||
} |
||||
.bi-switch.disabled { |
||||
background-color: #f2f4f7; |
||||
} |
||||
.bi-switch.disabled:active { |
||||
background-color: #f2f4f7; |
||||
} |
||||
.bi-theme-dark .bi-switch { |
||||
background-color: #606479; |
||||
} |
||||
.bi-theme-dark .bi-switch:active, |
||||
.bi-theme-dark .bi-switch.active { |
||||
background-color: #3685f2; |
||||
} |
||||
.bi-theme-dark .bi-switch.disabled { |
||||
background-color: #292f45; |
||||
} |
||||
.bi-theme-dark .bi-switch.disabled:active { |
||||
background-color: #292f45; |
||||
} |
@ -1,22 +0,0 @@
|
||||
.bi-multifile-editor .multifile-editor { |
||||
text-align: right; |
||||
cursor: pointer; |
||||
font-size: 100px; |
||||
z-index: 2; |
||||
margin-left: -5px; |
||||
} |
||||
|
||||
.bi-textarea-editor { |
||||
overflow: hidden; |
||||
overflow-x: hidden; |
||||
overflow-y: hidden; |
||||
} |
||||
.bi-textarea-editor .textarea-editor-content { |
||||
white-space: pre-wrap; |
||||
font-size: 12px; |
||||
line-height: 21px; |
||||
border: none; |
||||
} |
||||
.bi-textarea-editor .textarea-watermark { |
||||
max-height: 100%; |
||||
} |
@ -1,235 +0,0 @@
|
||||
.bi-html article, |
||||
.bi-html aside, |
||||
.bi-html details, |
||||
.bi-html figcaption, |
||||
.bi-html figure, |
||||
.bi-html footer, |
||||
.bi-html header, |
||||
.bi-html hgroup, |
||||
.bi-html nav, |
||||
.bi-html section, |
||||
.bi-html summary { |
||||
display: block; |
||||
} |
||||
.bi-html audio, |
||||
.bi-html canvas, |
||||
.bi-html video { |
||||
display: inline-block; |
||||
*display: inline; |
||||
*zoom: 1; |
||||
} |
||||
.bi-html audio:not([controls]) { |
||||
display: none; |
||||
height: 0; |
||||
} |
||||
.bi-html [hidden] { |
||||
display: none; |
||||
} |
||||
.bi-html html { |
||||
font-size: 100%; |
||||
-webkit-text-size-adjust: 100%; |
||||
-ms-text-size-adjust: 100%; |
||||
} |
||||
.bi-html html, |
||||
.bi-html button, |
||||
.bi-html input, |
||||
.bi-html select, |
||||
.bi-html textarea { |
||||
font-family: sans-serif; |
||||
} |
||||
.bi-html body { |
||||
margin: 0; |
||||
} |
||||
.bi-html a:focus { |
||||
outline: thin dotted; |
||||
} |
||||
.bi-html a:active, |
||||
.bi-html a:hover { |
||||
outline: 0; |
||||
} |
||||
.bi-html h1 { |
||||
font-size: 2em; |
||||
margin: 0.67em 0; |
||||
} |
||||
.bi-html h2 { |
||||
font-size: 1.5em; |
||||
margin: 0.83em 0; |
||||
} |
||||
.bi-html h3 { |
||||
font-size: 1.17em; |
||||
margin: 1em 0; |
||||
} |
||||
.bi-html h4 { |
||||
font-size: 1em; |
||||
margin: 1.33em 0; |
||||
} |
||||
.bi-html h5 { |
||||
font-size: .83em; |
||||
margin: 1.67em 0; |
||||
} |
||||
.bi-html h6 { |
||||
font-size: .75em; |
||||
margin: 2.33em 0; |
||||
} |
||||
.bi-html abbr[title] { |
||||
border-bottom: 1px dotted; |
||||
} |
||||
.bi-html b, |
||||
.bi-html strong { |
||||
font-weight: bold; |
||||
} |
||||
.bi-html blockquote { |
||||
margin: 1em 40px; |
||||
} |
||||
.bi-html dfn { |
||||
font-style: italic; |
||||
} |
||||
.bi-html mark { |
||||
background: #ff0; |
||||
color: #000; |
||||
} |
||||
.bi-html p, |
||||
.bi-html pre { |
||||
margin: 1em 0; |
||||
} |
||||
.bi-html code, |
||||
.bi-html kbd, |
||||
.bi-html pre, |
||||
.bi-html samp { |
||||
font-family: monospace, serif; |
||||
_font-family: 'courier new', monospace; |
||||
font-size: 1em; |
||||
} |
||||
.bi-html pre { |
||||
white-space: pre; |
||||
white-space: pre-wrap; |
||||
word-wrap: break-word; |
||||
} |
||||
.bi-html q { |
||||
quotes: none; |
||||
} |
||||
.bi-html q:before, |
||||
.bi-html q:after { |
||||
content: ''; |
||||
content: none; |
||||
} |
||||
.bi-html small { |
||||
font-size: 75%; |
||||
} |
||||
.bi-html sub, |
||||
.bi-html sup { |
||||
font-size: 75%; |
||||
line-height: 0; |
||||
position: relative; |
||||
vertical-align: baseline; |
||||
} |
||||
.bi-html sup { |
||||
top: -0.5em; |
||||
} |
||||
.bi-html sub { |
||||
bottom: -0.25em; |
||||
} |
||||
.bi-html dl, |
||||
.bi-html menu, |
||||
.bi-html ol, |
||||
.bi-html ul { |
||||
margin: 1em 0; |
||||
} |
||||
.bi-html dd { |
||||
margin: 0 0 0 40px; |
||||
} |
||||
.bi-html menu, |
||||
.bi-html ol, |
||||
.bi-html ul { |
||||
padding: 0 0 0 40px; |
||||
} |
||||
.bi-html nav ul, |
||||
.bi-html nav ol { |
||||
list-style: none; |
||||
list-style-image: none; |
||||
} |
||||
.bi-html ul { |
||||
list-style: disc; |
||||
} |
||||
.bi-html li { |
||||
list-style-type: disc; |
||||
} |
||||
.bi-html img { |
||||
border: 0; |
||||
-ms-interpolation-mode: bicubic; |
||||
} |
||||
.bi-html svg:not(:root) { |
||||
overflow: hidden; |
||||
} |
||||
.bi-html figure { |
||||
margin: 0; |
||||
} |
||||
.bi-html form { |
||||
margin: 0; |
||||
} |
||||
.bi-html fieldset { |
||||
border: 1px solid #c0c0c0; |
||||
margin: 0 2px; |
||||
padding: 0.35em 0.625em 0.75em; |
||||
} |
||||
.bi-html legend { |
||||
border: 0; |
||||
padding: 0; |
||||
white-space: normal; |
||||
*margin-left: -7px; |
||||
} |
||||
.bi-html button, |
||||
.bi-html input, |
||||
.bi-html select, |
||||
.bi-html textarea { |
||||
font-size: 100%; |
||||
margin: 0; |
||||
vertical-align: baseline; |
||||
*vertical-align: middle; |
||||
} |
||||
.bi-html button, |
||||
.bi-html input { |
||||
line-height: normal; |
||||
} |
||||
.bi-html button, |
||||
.bi-html html input[type="button"], |
||||
.bi-html input[type="reset"], |
||||
.bi-html input[type="submit"] { |
||||
-webkit-appearance: button; |
||||
cursor: pointer; |
||||
*overflow: visible; |
||||
} |
||||
.bi-html button[disabled], |
||||
.bi-html input[disabled] { |
||||
cursor: default; |
||||
} |
||||
.bi-html input[type="checkbox"], |
||||
.bi-html input[type="radio"] { |
||||
box-sizing: border-box; |
||||
padding: 0; |
||||
*height: 13px; |
||||
*width: 13px; |
||||
} |
||||
.bi-html input[type="search"] { |
||||
-webkit-appearance: textfield; |
||||
-moz-box-sizing: content-box; |
||||
-webkit-box-sizing: content-box; |
||||
box-sizing: content-box; |
||||
} |
||||
.bi-html input[type="search"]::-webkit-search-cancel-button, |
||||
.bi-html input[type="search"]::-webkit-search-decoration { |
||||
-webkit-appearance: none; |
||||
} |
||||
.bi-html button::-moz-focus-inner, |
||||
.bi-html input::-moz-focus-inner { |
||||
border: 0; |
||||
padding: 0; |
||||
} |
||||
.bi-html textarea { |
||||
overflow: auto; |
||||
vertical-align: top; |
||||
} |
||||
.bi-html table { |
||||
border-collapse: collapse; |
||||
border-spacing: 0; |
||||
} |
@ -1,4 +0,0 @@
|
||||
.x-icon.b-font { |
||||
margin: auto; |
||||
width: 100%; |
||||
} |
@ -1,67 +0,0 @@
|
||||
.bi-checkbox .checkbox-content { |
||||
-webkit-border-radius: 2px; |
||||
-moz-border-radius: 2px; |
||||
border-radius: 2px; |
||||
border: 1px solid #9EA6B2; |
||||
} |
||||
.bi-checkbox .checkbox-content:after { |
||||
position: absolute; |
||||
display: table; |
||||
top: 50%; |
||||
left: 20%; |
||||
border: 2px solid transparent; |
||||
border-top: 0; |
||||
border-left: 0; |
||||
width: 4px; |
||||
height: 8px; |
||||
-webkit-transform: rotate(45deg) scale(1) translate(-50%, -50%); |
||||
-moz-transform: rotate(45deg) scale(1) translate(-50%, -50%); |
||||
-o-transform: rotate(45deg) scale(1) translate(-50%, -50%); |
||||
-ms-transform: rotate(45deg) scale(1) translate(-50%, -50%); |
||||
transform: rotate(45deg) scale(1) translate(-50%, -50%); |
||||
content: ''; |
||||
} |
||||
.bi-checkbox .checkbox-content.hover, |
||||
.bi-checkbox .checkbox-content:hover { |
||||
border-color: #3685f2; |
||||
} |
||||
.bi-checkbox.active .checkbox-content, |
||||
.bi-checkbox:active .checkbox-content { |
||||
border-color: #3685f2; |
||||
} |
||||
.bi-checkbox.active .checkbox-content:after, |
||||
.bi-checkbox:active .checkbox-content:after { |
||||
border-color: #ffffff; |
||||
opacity: 1; |
||||
} |
||||
.bi-checkbox.disabled .checkbox-content { |
||||
background-color: #f2f4f7; |
||||
border-color: #d0d4da; |
||||
} |
||||
.bi-checkbox.disabled .checkbox-content:after { |
||||
opacity: 0; |
||||
} |
||||
.bi-checkbox.disabled.active .checkbox-content { |
||||
background-color: #d0d4da; |
||||
} |
||||
.bi-checkbox.disabled.active .checkbox-content:after { |
||||
opacity: 1; |
||||
} |
||||
.bi-theme-dark .bi-checkbox .checkbox-content { |
||||
border-color: #878D9F; |
||||
} |
||||
.bi-theme-dark .bi-checkbox .checkbox-content.hover, |
||||
.bi-theme-dark .bi-checkbox .checkbox-content:hover { |
||||
border-color: #3685f2; |
||||
} |
||||
.bi-theme-dark .bi-checkbox.active .checkbox-content, |
||||
.bi-theme-dark .bi-checkbox:active .checkbox-content { |
||||
border-color: #3685f2; |
||||
} |
||||
.bi-theme-dark .bi-checkbox.disabled .checkbox-content { |
||||
background-color: #292f45; |
||||
} |
||||
.bi-theme-dark .bi-checkbox.disabled.active .checkbox-content { |
||||
background-color: #606479; |
||||
border-color: #606479; |
||||
} |
@ -1,5 +0,0 @@
|
||||
.bi-file { |
||||
opacity: 0; |
||||
filter: alpha(opacity=0); |
||||
z-index: 2; |
||||
} |
@ -1,19 +0,0 @@
|
||||
.bi-input, |
||||
.bi-textarea { |
||||
border: none; |
||||
outline: none; |
||||
background-color: transparent; |
||||
padding: 0; |
||||
margin: 0; |
||||
width: 100%; |
||||
height: 100%; |
||||
} |
||||
.bi-input.bi-input-focus, |
||||
.bi-textarea.bi-input-focus { |
||||
border: none; |
||||
} |
||||
.bi-input.bi-input-error, |
||||
.bi-textarea.bi-input-error { |
||||
border: none; |
||||
color: #e65251 !important; |
||||
} |
@ -1,70 +0,0 @@
|
||||
.bi-radio .radio-content { |
||||
-webkit-border-radius: 8px; |
||||
-moz-border-radius: 8px; |
||||
border-radius: 8px; |
||||
border: 1px solid #9EA6B2; |
||||
} |
||||
.bi-radio .radio-content:after { |
||||
content: ""; |
||||
} |
||||
.bi-radio .radio-content.hover, |
||||
.bi-radio .radio-content:hover { |
||||
border-color: #3685f2; |
||||
} |
||||
.bi-radio:active .radio-content, |
||||
.bi-radio.active .radio-content { |
||||
border-color: #3685f2; |
||||
} |
||||
.bi-radio:active .radio-content:after, |
||||
.bi-radio.active .radio-content:after { |
||||
width: 6px; |
||||
height: 6px; |
||||
display: table; |
||||
position: absolute; |
||||
top: 50%; |
||||
left: 50%; |
||||
-webkit-border-radius: 3px; |
||||
-moz-border-radius: 3px; |
||||
border-radius: 3px; |
||||
background-color: #ffffff; |
||||
-webkit-transform: translate(-50%, -50%); |
||||
-moz-transform: translate(-50%, -50%); |
||||
-o-transform: translate(-50%, -50%); |
||||
-ms-transform: translate(-50%, -50%); |
||||
transform: translate(-50%, -50%); |
||||
} |
||||
.bi-radio.disabled .radio-content { |
||||
background-color: #f2f4f7; |
||||
border-color: #d0d4da; |
||||
} |
||||
.bi-radio.disabled .radio-content:after { |
||||
background-color: transparent; |
||||
} |
||||
.bi-radio.disabled.active .radio-content { |
||||
background-color: #d0d4da; |
||||
} |
||||
.bi-radio.disabled.active .radio-content:after { |
||||
background-color: #ffffff; |
||||
} |
||||
.bi-theme-dark .bi-radio .radio-content { |
||||
border-color: #878D9F; |
||||
} |
||||
.bi-theme-dark .bi-radio .radio-content.hover, |
||||
.bi-theme-dark .bi-radio .radio-content:hover { |
||||
border-color: #3685f2; |
||||
} |
||||
.bi-theme-dark .bi-radio.active .radio-content, |
||||
.bi-theme-dark .bi-radio:active .radio-content { |
||||
border-color: #3685f2; |
||||
} |
||||
.bi-theme-dark .bi-radio.disabled .radio-content { |
||||
background-color: #292f45; |
||||
} |
||||
.bi-theme-dark .bi-radio.disabled .radio-content.hover, |
||||
.bi-theme-dark .bi-radio.disabled .radio-content:hover { |
||||
border-color: #878D9F; |
||||
} |
||||
.bi-theme-dark .bi-radio.disabled.active .radio-content { |
||||
background-color: #606479; |
||||
border-color: #606479; |
||||
} |
@ -1,6 +0,0 @@
|
||||
.bi-label { |
||||
overflow: hidden; |
||||
overflow-x: hidden; |
||||
overflow-y: hidden; |
||||
word-break: break-all; |
||||
} |
@ -1,14 +0,0 @@
|
||||
.bi-text { |
||||
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标准语法)*/ |
||||
word-break: break-all; |
||||
} |
@ -1,69 +0,0 @@
|
||||
.bi-bubble .bubble-text { |
||||
-webkit-border-radius: 2px; |
||||
-moz-border-radius: 2px; |
||||
border-radius: 2px; |
||||
} |
||||
.bi-bubble .bubble-error { |
||||
background: #ffecec; |
||||
color: #e65251; |
||||
} |
||||
.bi-theme-dark .bi-bubble .bubble-error { |
||||
background: #3A2940; |
||||
} |
||||
.bi-bubble .bubble-common { |
||||
background: #eaf2fd; |
||||
color: #3685f2; |
||||
} |
||||
.bi-bubble .bubble-success { |
||||
background: #e1f4e7; |
||||
color: #13cd66; |
||||
} |
||||
.bi-bubble .bubble-warning { |
||||
background: #feeed7; |
||||
color: #faaa39; |
||||
} |
||||
|
||||
.bi-tip { |
||||
position: fixed !important; |
||||
} |
||||
|
||||
.bi-toast { |
||||
color: #ffffff; |
||||
max-width: 400px; |
||||
min-width: 150px; |
||||
-webkit-border-radius: 2px; |
||||
-moz-border-radius: 2px; |
||||
border-radius: 2px; |
||||
} |
||||
.bi-toast.toast-success { |
||||
background: #13cd66; |
||||
} |
||||
.bi-toast.toast-warning { |
||||
background: #faaa39; |
||||
} |
||||
.bi-toast.toast-error { |
||||
background: #e65251; |
||||
} |
||||
.bi-toast.toast-normal { |
||||
background: #3685f2; |
||||
} |
||||
.bi-toast .toast-icon { |
||||
font-size: 16px; |
||||
} |
||||
|
||||
.bi-tooltip { |
||||
max-width: 250px; |
||||
-webkit-border-radius: 2px; |
||||
-moz-border-radius: 2px; |
||||
border-radius: 2px; |
||||
font-size: 12px; |
||||
color: #ffffff; |
||||
} |
||||
.bi-tooltip.tooltip-success { |
||||
background: #647185; |
||||
border: 1px solid #647185; |
||||
} |
||||
.bi-tooltip.tooltip-warning { |
||||
background: #e65251; |
||||
border: 1px solid #e65251; |
||||
} |
@ -1,36 +0,0 @@
|
||||
.bi-branch-tree .bi-branch-tree-view { |
||||
min-width: 300px; |
||||
} |
||||
|
||||
.bi-display-tree .ztree * { |
||||
color: #999999; |
||||
} |
||||
.bi-display-tree .ztree li a, |
||||
.bi-display-tree .ztree li span { |
||||
cursor: default !important; |
||||
} |
||||
.bi-display-tree .ztree li a:hover { |
||||
text-decoration: none; |
||||
} |
||||
.bi-display-tree .ztree li a.curSelectedNode { |
||||
padding-top: 1px; |
||||
border: none; |
||||
background-color: inherit; |
||||
opacity: 1; |
||||
filter: alpha(opacity=100); |
||||
} |
||||
|
||||
.bi-list-display-tree .ztree li a, |
||||
.bi-list-display-tree .ztree li span { |
||||
cursor: default !important; |
||||
} |
||||
.bi-list-display-tree .ztree li a:hover { |
||||
text-decoration: none; |
||||
} |
||||
.bi-list-display-tree .ztree li a.curSelectedNode { |
||||
padding-top: 1px; |
||||
border: none; |
||||
background-color: inherit; |
||||
opacity: 1; |
||||
filter: alpha(opacity=100); |
||||
} |
@ -1,238 +0,0 @@
|
||||
.ztree * { |
||||
padding: 0; |
||||
margin: 0; |
||||
} |
||||
.ztree { |
||||
margin: 0; |
||||
padding: 5px; |
||||
} |
||||
.ztree li { |
||||
padding: 0; |
||||
margin: 0; |
||||
list-style: none; |
||||
line-height: 14px; |
||||
text-align: left; |
||||
white-space: pre; |
||||
outline: 0; |
||||
} |
||||
.ztree li ul { |
||||
margin: 0; |
||||
padding: 0 0 0 18px; |
||||
} |
||||
.ztree li a { |
||||
padding: 1px 3px 0 0; |
||||
margin: 0; |
||||
cursor: pointer; |
||||
height: 24px; |
||||
background-color: transparent; |
||||
text-decoration: none; |
||||
vertical-align: top; |
||||
display: inline-block; |
||||
} |
||||
.ztree li a:hover { |
||||
background-color: rgba(54, 133, 242, 0.06); |
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0f3685f2,endColorstr=#0f3685f2); |
||||
} |
||||
.ztree li a:active { |
||||
color: #3685f2; |
||||
background-color: rgba(54, 133, 242, 0.06); |
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0f3685f2,endColorstr=#0f3685f2); |
||||
} |
||||
.ztree li a.curSelectedNode_Edit { |
||||
padding-top: 0px; |
||||
background-color: #FFE6B0; |
||||
color: black; |
||||
height: 16px; |
||||
border: 1px #FFB951 solid; |
||||
opacity: 0.8; |
||||
} |
||||
.ztree li a.tmpTargetNode_inner { |
||||
padding-top: 0px; |
||||
background-color: #316AC5; |
||||
color: white; |
||||
height: 16px; |
||||
border: 1px #316AC5 solid; |
||||
opacity: 0.8; |
||||
filter: alpha(opacity=80); |
||||
} |
||||
.ztree li a input.rename { |
||||
height: 14px; |
||||
width: 80px; |
||||
padding: 0; |
||||
margin: 0; |
||||
font-size: 12px; |
||||
border: 1px #7EC4CC solid; |
||||
*border: 0px; |
||||
} |
||||
.ztree li span { |
||||
line-height: 24px; |
||||
margin-right: 2px; |
||||
} |
||||
.ztree li span.bi-keyword-red-mark { |
||||
margin-right: 0px; |
||||
} |
||||
.ztree li span.button { |
||||
line-height: 0; |
||||
margin: 0; |
||||
width: 16px; |
||||
height: 16px; |
||||
display: inline-block; |
||||
vertical-align: middle; |
||||
border: 0 none; |
||||
cursor: pointer; |
||||
outline: none; |
||||
background-color: transparent; |
||||
background-repeat: no-repeat; |
||||
background-attachment: scroll; |
||||
} |
||||
.ztree li span.button.chk { |
||||
width: 16px; |
||||
height: 16px; |
||||
margin: 0 3px 0 0; |
||||
cursor: auto; |
||||
} |
||||
.ztree li span.button.chk.checkbox_false_disable { |
||||
background-position: 0 -56px; |
||||
} |
||||
.ztree li span.button.chk.checkbox_true_disable { |
||||
background-position: -14px -56px; |
||||
} |
||||
.ztree li span.button.chk.radio_false_full { |
||||
background-position: -28px 0; |
||||
} |
||||
.ztree li span.button.chk.radio_false_full_focus { |
||||
background-position: -28px -14px; |
||||
} |
||||
.ztree li span.button.chk.radio_false_part { |
||||
background-position: -28px -28px; |
||||
} |
||||
.ztree li span.button.chk.radio_false_part_focus { |
||||
background-position: -28px -42px; |
||||
} |
||||
.ztree li span.button.chk.radio_false_disable { |
||||
background-position: -28px -56px; |
||||
} |
||||
.ztree li span.button.chk.radio_true_full { |
||||
background-position: -42px 0; |
||||
} |
||||
.ztree li span.button.chk.radio_true_full_focus { |
||||
background-position: -42px -14px; |
||||
} |
||||
.ztree li span.button.chk.radio_true_part { |
||||
background-position: -42px -28px; |
||||
} |
||||
.ztree li span.button.chk.radio_true_part_focus { |
||||
background-position: -42px -42px; |
||||
} |
||||
.ztree li span.button.chk.checkbox_true_full + a { |
||||
color: #3685f2; |
||||
} |
||||
.ztree li span.button.chk.checkbox_true_full_focus + a { |
||||
color: #3685f2; |
||||
} |
||||
.ztree li span.button.chk.checkbox_true_part + a { |
||||
color: #3685f2; |
||||
} |
||||
.ztree li span.button.chk.checkbox_true_part_focus + a { |
||||
color: #3685f2; |
||||
} |
||||
.ztree li span.button.chk.radio_true_disable { |
||||
background-position: -42px -56px; |
||||
} |
||||
.ztree li span.button.switch { |
||||
width: 25px; |
||||
height: 25px; |
||||
} |
||||
.ztree li span.button.noline_open { |
||||
background-position: -92px -72px; |
||||
} |
||||
.ztree li span.button.noline_close { |
||||
background-position: -74px -72px; |
||||
} |
||||
.ztree li span.button.root_docu { |
||||
background: none; |
||||
} |
||||
.ztree li span.button.noline_docu { |
||||
background: none; |
||||
} |
||||
.ztree li span.button.ico_open { |
||||
margin-right: 2px; |
||||
background-position: -110px -16px; |
||||
vertical-align: top; |
||||
*vertical-align: middle; |
||||
} |
||||
.ztree li span.button.ico_close { |
||||
margin-right: 2px; |
||||
background-position: -110px 0; |
||||
vertical-align: top; |
||||
*vertical-align: middle; |
||||
} |
||||
.ztree li span.button.ico_docu { |
||||
margin-right: 2px; |
||||
background-position: -110px -32px; |
||||
vertical-align: top; |
||||
*vertical-align: middle; |
||||
} |
||||
.ztree li span.button.edit { |
||||
margin-right: 2px; |
||||
background-position: -110px -48px; |
||||
vertical-align: top; |
||||
*vertical-align: middle; |
||||
} |
||||
.ztree li span.button.remove { |
||||
margin-right: 2px; |
||||
background-position: -110px -64px; |
||||
vertical-align: top; |
||||
*vertical-align: middle; |
||||
} |
||||
.ztree li span.button.ico_loading { |
||||
width: 0px; |
||||
margin-right: 2px; |
||||
vertical-align: top; |
||||
*vertical-align: middle; |
||||
} |
||||
ul.tmpTargetzTree { |
||||
background-color: #FFE6B0; |
||||
opacity: 0.8; |
||||
filter: alpha(opacity=80); |
||||
} |
||||
span.tmpzTreeMove_arrow { |
||||
width: 16px; |
||||
height: 16px; |
||||
display: inline-block; |
||||
padding: 0; |
||||
margin: 2px 0 0 1px; |
||||
border: 0 none; |
||||
position: absolute; |
||||
background-color: transparent; |
||||
background-repeat: no-repeat; |
||||
background-attachment: scroll; |
||||
background-position: -110px -80px; |
||||
} |
||||
ul.ztree.zTreeDragUL { |
||||
margin: 0; |
||||
padding: 0; |
||||
position: absolute; |
||||
width: auto; |
||||
height: auto; |
||||
overflow: hidden; |
||||
background-color: #cfcfcf; |
||||
border: 1px #00B83F dotted; |
||||
opacity: 0.8; |
||||
filter: alpha(opacity=80); |
||||
} |
||||
.zTreeMask { |
||||
z-index: 10000; |
||||
background-color: #cfcfcf; |
||||
opacity: 0.0; |
||||
filter: alpha(opacity=0); |
||||
position: absolute; |
||||
} |
||||
/* level style*/ |
||||
/*.ztree li span.button.level0 { |
||||
display:none; |
||||
} |
||||
.ztree li ul.level0 { |
||||
padding:0; |
||||
background:none; |
||||
}*/ |
@ -1,17 +0,0 @@
|
||||
|
||||
|
||||
.bi-trigger .bi-trigger-icon-button { |
||||
font-size: 16px; |
||||
} |
||||
|
||||
.bi-select-text-trigger { |
||||
-webkit-border-radius: 2px; |
||||
-moz-border-radius: 2px; |
||||
border-radius: 2px; |
||||
} |
||||
|
||||
.bi-small-select-text-trigger { |
||||
-webkit-border-radius: 2px; |
||||
-moz-border-radius: 2px; |
||||
border-radius: 2px; |
||||
} |
@ -1,3 +0,0 @@
|
||||
.bi-popover { |
||||
border: 1px solid transparent; |
||||
} |
@ -1,42 +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 .padding-outer { |
||||
padding-top: 5px; |
||||
padding-bottom: 5px; |
||||
} |
||||
.bi-popup-view .list-view-shadow { |
||||
-webkit-box-shadow: 0 1px 5px 0 rgba(35, 46, 64, 0.2); |
||||
-moz-box-shadow: 0 1px 5px 0 rgba(35, 46, 64, 0.2); |
||||
box-shadow: 0 1px 5px 0 rgba(35, 46, 64, 0.2); |
||||
} |
||||
.bi-popup-view .list-view-toolbar { |
||||
line-height: 24px; |
||||
} |
||||
.bi-popup-view .list-view-toolbar > .center-element { |
||||
border-left: 1px solid #e8eaed; |
||||
} |
||||
.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 #363e55; |
||||
} |
||||
.bi-theme-dark .bi-popup-view .list-view-toolbar > .first-element { |
||||
border-left: none; |
||||
} |
||||
.bi-theme-dark .list-view-shadow { |
||||
-webkit-box-shadow: 0 1px 5px 0 rgba(25, 27, 43, 0.8); |
||||
-moz-box-shadow: 0 1px 5px 0 rgba(25, 27, 43, 0.8); |
||||
box-shadow: 0 1px 5px 0 rgba(25, 27, 43, 0.8); |
||||
} |
@ -1,230 +0,0 @@
|
||||
/*! normalize.css v1.0.0 | MIT License | git.io/normalize */ |
||||
article, |
||||
aside, |
||||
details, |
||||
figcaption, |
||||
figure, |
||||
footer, |
||||
header, |
||||
hgroup, |
||||
nav, |
||||
section, |
||||
summary { |
||||
display: block; |
||||
} |
||||
audio, |
||||
canvas, |
||||
video { |
||||
display: inline-block; |
||||
*display: inline; |
||||
*zoom: 1; |
||||
} |
||||
audio:not([controls]) { |
||||
display: none; |
||||
height: 0; |
||||
} |
||||
[hidden] { |
||||
display: none; |
||||
} |
||||
html { |
||||
font-size: 100%; |
||||
-webkit-text-size-adjust: 100%; |
||||
-ms-text-size-adjust: 100%; |
||||
} |
||||
html, |
||||
button, |
||||
input, |
||||
select, |
||||
textarea { |
||||
font-family: sans-serif; |
||||
} |
||||
body { |
||||
margin: 0; |
||||
} |
||||
a:focus { |
||||
outline: thin dotted; |
||||
} |
||||
a:active, |
||||
a:hover { |
||||
outline: 0; |
||||
} |
||||
h1 { |
||||
font-size: 2em; |
||||
margin: 0.67em 0; |
||||
} |
||||
h2 { |
||||
font-size: 1.5em; |
||||
margin: 0.83em 0; |
||||
} |
||||
h3 { |
||||
font-size: 1.17em; |
||||
margin: 1em 0; |
||||
} |
||||
h4 { |
||||
font-size: 1em; |
||||
margin: 1.33em 0; |
||||
} |
||||
h5 { |
||||
font-size: .83em; |
||||
margin: 1.67em 0; |
||||
} |
||||
h6 { |
||||
font-size: .75em; |
||||
margin: 2.33em 0; |
||||
} |
||||
abbr[title] { |
||||
border-bottom: 1px dotted; |
||||
} |
||||
b, |
||||
strong { |
||||
font-weight: bold; |
||||
} |
||||
blockquote { |
||||
margin: 1em 40px; |
||||
} |
||||
dfn { |
||||
font-style: italic; |
||||
} |
||||
mark { |
||||
background: #ff0; |
||||
color: #000; |
||||
} |
||||
p, |
||||
pre { |
||||
margin: 1em 0; |
||||
} |
||||
code, |
||||
kbd, |
||||
pre, |
||||
samp { |
||||
font-family: monospace, serif; |
||||
_font-family: 'courier new', monospace; |
||||
font-size: 1em; |
||||
} |
||||
pre { |
||||
white-space: pre; |
||||
white-space: pre-wrap; |
||||
word-wrap: break-word; |
||||
} |
||||
q { |
||||
quotes: none; |
||||
} |
||||
q:before, |
||||
q:after { |
||||
content: ''; |
||||
content: none; |
||||
} |
||||
small { |
||||
font-size: 75%; |
||||
} |
||||
sub, |
||||
sup { |
||||
font-size: 75%; |
||||
line-height: 0; |
||||
position: relative; |
||||
vertical-align: baseline; |
||||
} |
||||
sup { |
||||
top: -0.5em; |
||||
} |
||||
sub { |
||||
bottom: -0.25em; |
||||
} |
||||
dl, |
||||
menu, |
||||
ol, |
||||
ul { |
||||
margin: 1em 0; |
||||
} |
||||
dd { |
||||
margin: 0 0 0 40px; |
||||
} |
||||
menu, |
||||
ol, |
||||
ul { |
||||
padding: 0 0 0 40px; |
||||
} |
||||
nav ul, |
||||
nav ol { |
||||
list-style: none; |
||||
list-style-image: none; |
||||
} |
||||
img { |
||||
border: 0; |
||||
-ms-interpolation-mode: bicubic; |
||||
} |
||||
svg:not(:root) { |
||||
overflow: hidden; |
||||
} |
||||
figure { |
||||
margin: 0; |
||||
} |
||||
form { |
||||
margin: 0; |
||||
} |
||||
fieldset { |
||||
border: 1px solid #c0c0c0; |
||||
margin: 0 2px; |
||||
padding: 0.35em 0.625em 0.75em; |
||||
} |
||||
legend { |
||||
border: 0; |
||||
padding: 0; |
||||
white-space: normal; |
||||
*margin-left: -7px; |
||||
} |
||||
button, |
||||
input, |
||||
select, |
||||
textarea { |
||||
font-size: 100%; |
||||
margin: 0; |
||||
vertical-align: baseline; |
||||
*vertical-align: middle; |
||||
} |
||||
button, |
||||
input { |
||||
line-height: normal; |
||||
} |
||||
button, |
||||
html input[type="button"], |
||||
input[type="reset"], |
||||
input[type="submit"] { |
||||
-webkit-appearance: button; |
||||
cursor: pointer; |
||||
*overflow: visible; |
||||
} |
||||
button[disabled], |
||||
input[disabled] { |
||||
cursor: default; |
||||
} |
||||
input[type="checkbox"], |
||||
input[type="radio"] { |
||||
box-sizing: border-box; |
||||
padding: 0; |
||||
*height: 13px; |
||||
*width: 13px; |
||||
} |
||||
input[type="search"] { |
||||
-webkit-appearance: textfield; |
||||
-moz-box-sizing: content-box; |
||||
-webkit-box-sizing: content-box; |
||||
box-sizing: content-box; |
||||
} |
||||
input[type="search"]::-webkit-search-cancel-button, |
||||
input[type="search"]::-webkit-search-decoration { |
||||
-webkit-appearance: none; |
||||
} |
||||
button::-moz-focus-inner, |
||||
input::-moz-focus-inner { |
||||
border: 0; |
||||
padding: 0; |
||||
} |
||||
textarea { |
||||
overflow: auto; |
||||
vertical-align: top; |
||||
} |
||||
table { |
||||
border-collapse: collapse; |
||||
border-spacing: 0; |
||||
} |
@ -1,117 +0,0 @@
|
||||
html, |
||||
body, |
||||
div, |
||||
ul, |
||||
ol, |
||||
li, |
||||
img, |
||||
a, |
||||
span, |
||||
p, |
||||
* { |
||||
margin: 0; |
||||
padding: 0; |
||||
} |
||||
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: #3d4d66; |
||||
font: normal 12px "Helvetica Neue", Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Heiti, "黑体", sans-serif; |
||||
-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; |
||||
width: 10px; |
||||
height: 10px; |
||||
} |
||||
div::-webkit-scrollbar-track, |
||||
textarea::-webkit-scrollbar-track { |
||||
-webkit-border-radius: 5px; |
||||
-moz-border-radius: 5px; |
||||
border-radius: 5px; |
||||
background-color: rgba(35, 46, 64, 0.05); |
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0d232e40,endColorstr=#0d232e40); |
||||
} |
||||
div::-webkit-scrollbar-track:hover, |
||||
textarea::-webkit-scrollbar-track:hover { |
||||
background-color: rgba(35, 46, 64, 0.05); |
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0d232e40,endColorstr=#0d232e40); |
||||
} |
||||
div::-webkit-scrollbar-thumb, |
||||
textarea::-webkit-scrollbar-thumb { |
||||
border: 2px solid transparent; |
||||
background-clip: padding-box; |
||||
-webkit-border-radius: 10px; |
||||
-moz-border-radius: 10px; |
||||
border-radius: 10px; |
||||
background-color: rgba(35, 46, 64, 0.1); |
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#1a232e40,endColorstr=#1a232e40); |
||||
} |
||||
div::-webkit-scrollbar-thumb:hover, |
||||
textarea::-webkit-scrollbar-thumb:hover { |
||||
background-color: rgba(35, 46, 64, 0.3); |
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4d232e40,endColorstr=#4d232e40); |
||||
} |
||||
div::-webkit-scrollbar-corner, |
||||
textarea::-webkit-scrollbar-corner { |
||||
background-color: transparent; |
||||
} |
||||
a { |
||||
outline: none; |
||||
text-decoration: none; |
||||
} |
||||
a:focus { |
||||
outline: 0; |
||||
} |
||||
div:focus { |
||||
outline: none; |
||||
} |
||||
input::-webkit-contacts-auto-fill-button { |
||||
visibility: hidden; |
||||
display: none !important; |
||||
pointer-events: none; |
||||
position: absolute; |
||||
right: 0; |
||||
} |
||||
input::-ms-clear { |
||||
display: none; |
||||
} |
||||
input, |
||||
textarea { |
||||
margin: 0; |
||||
padding: 0; |
||||
outline: none; |
||||
} |
||||
ul { |
||||
list-style: disc; |
||||
} |
||||
li { |
||||
list-style-type: none; |
||||
} |
||||
i { |
||||
-webkit-font-smoothing: antialiased; |
||||
-moz-osx-font-smoothing: grayscale; |
||||
} |
@ -1,48 +0,0 @@
|
||||
/** 循环旋转动画 **/ |
||||
.anim-rotate { |
||||
-webkit-animation: rotate 1s infinite linear both; |
||||
-moz-animation: rotate 1s infinite linear both; |
||||
-ms-animation: rotate 1s infinite linear both; |
||||
-o-animation: rotate 1s infinite linear both; |
||||
animation: rotate 1s infinite linear both; |
||||
} |
||||
@-webkit-keyframes rotate { |
||||
from { |
||||
transform: rotate(0deg); |
||||
} |
||||
to { |
||||
transform: rotate(360deg); |
||||
} |
||||
} |
||||
@-moz-keyframes rotate { |
||||
from { |
||||
transform: rotate(0deg); |
||||
} |
||||
to { |
||||
transform: rotate(360deg); |
||||
} |
||||
} |
||||
@-ms-keyframes rotate { |
||||
from { |
||||
transform: rotate(0deg); |
||||
} |
||||
to { |
||||
transform: rotate(360deg); |
||||
} |
||||
} |
||||
@-o-keyframes rotate { |
||||
from { |
||||
transform: rotate(0deg); |
||||
} |
||||
to { |
||||
transform: rotate(360deg); |
||||
} |
||||
} |
||||
@keyframes rotate { |
||||
from { |
||||
transform: rotate(0deg); |
||||
} |
||||
to { |
||||
transform: rotate(360deg); |
||||
} |
||||
} |
@ -1,11 +0,0 @@
|
||||
/*****************cursor*****************/ |
||||
.cursor-pointer { |
||||
cursor: pointer; |
||||
} |
||||
.cursor-default { |
||||
cursor: default; |
||||
} |
||||
.cursor-move { |
||||
cursor: move; |
||||
} |
||||
/*****************cursor*****************/ |
@ -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; |
||||
} |
@ -1,24 +0,0 @@
|
||||
.display-block { |
||||
display: block; |
||||
} |
||||
.display-inline { |
||||
display: inline-block; |
||||
*display: inline; |
||||
*zoom: 1; |
||||
} |
||||
.display-table { |
||||
display: table; |
||||
} |
||||
/**常用于span元素在与combo并列时**/ |
||||
.vertical-super { |
||||
vertical-align: super; |
||||
} |
||||
.vertical-top { |
||||
vertical-align: top; |
||||
} |
||||
.horizon-center { |
||||
text-align: center; |
||||
} |
||||
.horizon-left { |
||||
text-align: left; |
||||
} |
@ -1,21 +0,0 @@
|
||||
/*类似ie6的盒子模型 可以在有百分比的时候加border 支持到ie8*/ |
||||
.border-sizing { |
||||
-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标准语法)*/ |
||||
} |
||||
.content-sizing { |
||||
-webkit-box-sizing: content-box; |
||||
/*Safari3.2+*/ |
||||
-moz-box-sizing: content-box; |
||||
/*Firefox3.5+*/ |
||||
-ms-box-sizing: content-box; |
||||
/*IE8*/ |
||||
box-sizing: content-box; |
||||
/*W3C标准(IE9+,Safari5.1+,Chrome10.0+,Opera10.6+都符合box-sizing的w3c标准语法)*/ |
||||
} |
@ -1,523 +0,0 @@
|
||||
.bi-flex-center-adapt-layout { |
||||
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: center; |
||||
/* 12版 */ |
||||
-webkit-justify-content: center; |
||||
-moz-justify-content: center; |
||||
-ms-justify-content: center; |
||||
-o-justify-content: center; |
||||
-ms-flex-pack: center; |
||||
justify-content: center; |
||||
/* 09版 */ |
||||
-webkit-box-align: center; |
||||
/* 12版 */ |
||||
-webkit-align-items: center; |
||||
-moz-align-items: center; |
||||
-ms-flex-align: center; |
||||
-ms-align-items: center; |
||||
-o-align-items: center; |
||||
align-items: center; |
||||
} |
||||
|
||||
.bi-flex-horizontal-layout { |
||||
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; |
||||
-ms-flex-pack: start; |
||||
justify-content: flex-start; |
||||
/* 09版 */ |
||||
-webkit-box-align: start; |
||||
/* 12版 */ |
||||
-webkit-align-items: flex-start; |
||||
-moz-align-items: flex-start; |
||||
-ms-align-items: flex-start; |
||||
-ms-flex-align: start; |
||||
-o-align-items: flex-start; |
||||
align-items: flex-start; |
||||
/* 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-horizontal-layout.v-middle { |
||||
/* 09版 */ |
||||
-webkit-box-align: center; |
||||
/* 12版 */ |
||||
-webkit-align-items: center; |
||||
-moz-align-items: center; |
||||
-ms-align-items: center; |
||||
-ms-flex-align: center; |
||||
-o-align-items: center; |
||||
align-items: center; |
||||
} |
||||
.bi-flex-horizontal-layout.v-bottom { |
||||
/* 09版 */ |
||||
-webkit-box-align: flex-end; |
||||
/* 12版 */ |
||||
-webkit-align-items: flex-end; |
||||
-moz-align-items: flex-end; |
||||
-ms-align-items: flex-end; |
||||
-ms-flex-align: end; |
||||
-o-align-items: flex-end; |
||||
align-items: flex-end; |
||||
} |
||||
.bi-flex-horizontal-layout.v-stretch { |
||||
/* 09版 */ |
||||
-webkit-box-align: stretch; |
||||
/* 12版 */ |
||||
-webkit-align-items: stretch; |
||||
-moz-align-items: stretch; |
||||
-ms-align-items: stretch; |
||||
-ms-flex-align: stretch; |
||||
-o-align-items: stretch; |
||||
align-items: stretch; |
||||
} |
||||
.bi-flex-horizontal-layout.h-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; |
||||
-ms-flex-pack: 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; |
||||
-ms-flex-align: stretch; |
||||
-o-align-items: stretch; |
||||
align-items: stretch; |
||||
} |
||||
|
||||
.bi-flex-vertical-layout { |
||||
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: 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: flex-start; |
||||
/* 12版 */ |
||||
-webkit-justify-content: flex-start; |
||||
-moz-justify-content: flex-start; |
||||
-ms-justify-content: flex-start; |
||||
-o-justify-content: flex-start; |
||||
-ms-flex-pack: start; |
||||
justify-content: flex-start; |
||||
/* 09版 */ |
||||
-webkit-box-align: start; |
||||
/* 12版 */ |
||||
-webkit-align-items: flex-start; |
||||
-moz-align-items: flex-start; |
||||
-ms-align-items: flex-start; |
||||
-ms-flex-align: start; |
||||
-o-align-items: flex-start; |
||||
align-items: flex-start; |
||||
/* 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-layout.h-center { |
||||
/* 09版 */ |
||||
-webkit-box-align: center; |
||||
/* 12版 */ |
||||
-webkit-align-items: center; |
||||
-moz-align-items: center; |
||||
-ms-align-items: center; |
||||
-ms-flex-align: center; |
||||
-o-align-items: center; |
||||
align-items: center; |
||||
} |
||||
.bi-flex-vertical-layout.h-right { |
||||
/* 09版 */ |
||||
-webkit-box-align: flex-end; |
||||
/* 12版 */ |
||||
-webkit-align-items: flex-end; |
||||
-moz-align-items: flex-end; |
||||
-ms-align-items: flex-end; |
||||
-ms-flex-align: end; |
||||
-o-align-items: flex-end; |
||||
align-items: flex-end; |
||||
} |
||||
.bi-flex-vertical-layout.h-stretch { |
||||
/* 09版 */ |
||||
-webkit-box-align: stretch; |
||||
/* 12版 */ |
||||
-webkit-align-items: stretch; |
||||
-moz-align-items: stretch; |
||||
-ms-align-items: stretch; |
||||
-ms-flex-align: stretch; |
||||
-o-align-items: stretch; |
||||
align-items: stretch; |
||||
} |
||||
.bi-flex-vertical-layout.v-stretch { |
||||
/* 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: center; |
||||
/* 12版 */ |
||||
-webkit-justify-content: center; |
||||
-moz-justify-content: center; |
||||
-ms-justify-content: center; |
||||
-ms-flex-pack: 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; |
||||
-ms-flex-align: stretch; |
||||
-o-align-items: stretch; |
||||
align-items: stretch; |
||||
} |
||||
|
||||
.bi-flex-scrollable-center-adapt-layout .flex-scrollable-center-adapt-layout-wrapper { |
||||
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: center; |
||||
/* 12版 */ |
||||
-webkit-justify-content: center; |
||||
-moz-justify-content: center; |
||||
-ms-justify-content: center; |
||||
-ms-flex-pack: center; |
||||
-o-justify-content: center; |
||||
justify-content: center; |
||||
/* 09版 */ |
||||
-webkit-box-align: center; |
||||
/* 12版 */ |
||||
-webkit-align-items: center; |
||||
-moz-align-items: center; |
||||
-ms-align-items: center; |
||||
-ms-flex-align: center; |
||||
-o-align-items: center; |
||||
align-items: center; |
||||
min-width: 100%; |
||||
min-height: 100%; |
||||
float: left; |
||||
} |
||||
|
||||
.bi-flex-scrollable-horizontal-layout .flex-scrollable-horizontal-layout-wrapper { |
||||
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; |
||||
-ms-flex-pack: start; |
||||
-o-justify-content: flex-start; |
||||
justify-content: flex-start; |
||||
/* 09版 */ |
||||
-webkit-box-align: flex-start; |
||||
/* 12版 */ |
||||
-webkit-align-items: flex-start; |
||||
-moz-align-items: flex-start; |
||||
-ms-align-items: flex-start; |
||||
-ms-flex-align: start; |
||||
-o-align-items: flex-start; |
||||
align-items: flex-start; |
||||
/* 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; |
||||
min-height: 100%; |
||||
} |
||||
.bi-flex-scrollable-horizontal-layout .flex-scrollable-horizontal-layout-wrapper.v-middle { |
||||
/* 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; |
||||
} |
||||
.bi-flex-scrollable-horizontal-layout .flex-scrollable-horizontal-layout-wrapper.v-bottom { |
||||
/* 09版 */ |
||||
-webkit-box-align: flex-end; |
||||
/* 12版 */ |
||||
-webkit-align-items: flex-end; |
||||
-moz-align-items: flex-end; |
||||
-ms-align-items: flex-end; |
||||
-o-align-items: flex-end; |
||||
align-items: flex-end; |
||||
} |
||||
.bi-flex-scrollable-horizontal-layout .flex-scrollable-horizontal-layout-wrapper.v-stretch { |
||||
/* 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; |
||||
} |
||||
.bi-flex-scrollable-horizontal-layout .flex-scrollable-horizontal-layout-wrapper.h-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; |
||||
-ms-flex-pack: 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; |
||||
-ms-flex-align: stretch; |
||||
-o-align-items: stretch; |
||||
align-items: stretch; |
||||
} |
||||
|
||||
.bi-flex-scrollable-vertical-layout .flex-scrollable-vertical-layout-wrapper { |
||||
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: 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: flex-start; |
||||
/* 12版 */ |
||||
-webkit-justify-content: flex-start; |
||||
-moz-justify-content: flex-start; |
||||
-ms-justify-content: flex-start; |
||||
-ms-flex-pack: start; |
||||
-o-justify-content: flex-start; |
||||
justify-content: flex-start; |
||||
/* 09版 */ |
||||
-webkit-box-align: flex-start; |
||||
/* 12版 */ |
||||
-webkit-align-items: flex-start; |
||||
-moz-align-items: flex-start; |
||||
-ms-align-items: flex-start; |
||||
-ms-flex-align: start; |
||||
-o-align-items: flex-start; |
||||
align-items: flex-start; |
||||
/* 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; |
||||
min-width: 100%; |
||||
} |
||||
.bi-flex-scrollable-vertical-layout .flex-scrollable-vertical-layout-wrapper.h-center { |
||||
/* 09版 */ |
||||
-webkit-box-align: center; |
||||
/* 12版 */ |
||||
-webkit-align-items: center; |
||||
-moz-align-items: center; |
||||
-ms-align-items: center; |
||||
-ms-flex-align: center; |
||||
-o-align-items: center; |
||||
align-items: center; |
||||
} |
||||
.bi-flex-scrollable-vertical-layout .flex-scrollable-vertical-layout-wrapper.h-right { |
||||
/* 09版 */ |
||||
-webkit-box-align: flex-end; |
||||
/* 12版 */ |
||||
-webkit-align-items: flex-end; |
||||
-moz-align-items: flex-end; |
||||
-ms-align-items: flex-end; |
||||
-ms-flex-align: end; |
||||
-o-align-items: flex-end; |
||||
align-items: flex-end; |
||||
} |
||||
.bi-flex-scrollable-vertical-layout .flex-scrollable-vertical-layout-wrapper.h-stretch { |
||||
/* 09版 */ |
||||
-webkit-box-align: stretch; |
||||
/* 12版 */ |
||||
-webkit-align-items: stretch; |
||||
-moz-align-items: stretch; |
||||
-ms-align-items: stretch; |
||||
-ms-flex-align: stretch; |
||||
-o-align-items: stretch; |
||||
align-items: stretch; |
||||
} |
||||
.bi-flex-scrollable-vertical-layout .flex-scrollable-vertical-layout-wrapper.v-stretch { |
||||
/* 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: center; |
||||
/* 12版 */ |
||||
-webkit-justify-content: center; |
||||
-moz-justify-content: center; |
||||
-ms-justify-content: center; |
||||
-ms-flex-pack: 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; |
||||
-ms-flex-align: stretch; |
||||
-o-align-items: stretch; |
||||
align-items: stretch; |
||||
} |
@ -1,33 +0,0 @@
|
||||
.bi-inline-center-adapt-layout:after { |
||||
display: inline-block; |
||||
width: 0; |
||||
min-height: 100%; |
||||
vertical-align: middle; |
||||
content: ' '; |
||||
} |
||||
.bi-inline-center-adapt-layout > .inline-center-adapt-item { |
||||
display: inline-block; |
||||
} |
||||
.bi-inline-center-adapt-layout > .inline-center-adapt-item.x-icon { |
||||
display: inline-block !important; |
||||
} |
||||
.bi-inline-center-adapt-layout > .bi-combo.bi-combo-popup { |
||||
display: inline-block !important; |
||||
} |
||||
|
||||
.bi-inline-vertical-adapt-layout:after { |
||||
display: inline-block; |
||||
width: 0; |
||||
min-height: 100%; |
||||
vertical-align: middle; |
||||
content: ' '; |
||||
} |
||||
.bi-inline-vertical-adapt-layout > .inline-vertical-adapt-item { |
||||
display: inline-block; |
||||
} |
||||
.bi-inline-vertical-adapt-layout > .inline-vertical-adapt-item.x-icon { |
||||
display: inline-block !important; |
||||
} |
||||
.bi-inline-vertical-adapt-layout > .bi-combo.bi-combo-popup { |
||||
display: inline-block !important; |
||||
} |
@ -1,24 +0,0 @@
|
||||
.bi-theme-dark div::-webkit-scrollbar, |
||||
.bi-theme-dark textarea::-webkit-scrollbar { |
||||
-webkit-appearance: none; |
||||
} |
||||
.bi-theme-dark div::-webkit-scrollbar-track, |
||||
.bi-theme-dark textarea::-webkit-scrollbar-track { |
||||
background-color: rgba(255, 255, 255, 0.05); |
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0dffffff,endColorstr=#0dffffff); |
||||
} |
||||
.bi-theme-dark div::-webkit-scrollbar-track:hover, |
||||
.bi-theme-dark textarea::-webkit-scrollbar-track:hover { |
||||
background-color: rgba(255, 255, 255, 0.05); |
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0dffffff,endColorstr=#0dffffff); |
||||
} |
||||
.bi-theme-dark div::-webkit-scrollbar-thumb, |
||||
.bi-theme-dark textarea::-webkit-scrollbar-thumb { |
||||
background-color: rgba(255, 255, 255, 0.1); |
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#1affffff,endColorstr=#1affffff); |
||||
} |
||||
.bi-theme-dark div::-webkit-scrollbar-thumb:hover, |
||||
.bi-theme-dark textarea::-webkit-scrollbar-thumb:hover { |
||||
background-color: rgba(255, 255, 255, 0.3); |
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4dffffff,endColorstr=#4dffffff); |
||||
} |
@ -1,337 +0,0 @@
|
||||
.bi-farbtastic .wheel { |
||||
background: url('images/1x/background/wheel.png') no-repeat center center; |
||||
} |
||||
.bi-farbtastic .overlay { |
||||
background: url('images/1x/background/mask.png') no-repeat center center; |
||||
} |
||||
.bi-farbtastic .marker { |
||||
background: url('images/1x/background/marker.png') no-repeat center center; |
||||
} |
||||
.bi-display-tree .ztree li span.button.switch.center_open { |
||||
background: url('images/2x/icon/tree_vertical_line_3.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.bi-display-tree .ztree li span.button.switch.roots_open { |
||||
background: url('images/2x/icon/tree_vertical_line_2.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.bi-display-tree .ztree li span.button.switch.bottom_open { |
||||
background: url('images/2x/icon/tree_vertical_line_4.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.bi-display-tree .ztree.hack li span.button.switch.center_open { |
||||
background: url('images/1x/icon/tree_vertical_line_3.png') no-repeat center center; |
||||
} |
||||
.bi-display-tree .ztree.hack li span.button.switch.roots_open { |
||||
background: url('images/1x/icon/tree_vertical_line_2.png') no-repeat center center; |
||||
} |
||||
.bi-display-tree .ztree.hack li span.button.switch.bottom_open { |
||||
background: url('images/1x/icon/tree_vertical_line_4.png') no-repeat center center; |
||||
} |
||||
.ztree li ul.line { |
||||
position: relative; |
||||
} |
||||
.ztree li ul.line:before { |
||||
position: absolute; |
||||
content: ''; |
||||
border-left: 1px dashed #D0D4DA; |
||||
height: calc(100% - 3px); |
||||
left: 12px; |
||||
margin-top: 1px; |
||||
} |
||||
.ztree.hack li ul.line { |
||||
background: url('images/1x/icon/tree_vertical_line_1.png') repeat-y 1px 0; |
||||
} |
||||
.bi-theme-dark .ztree li ul.line:before { |
||||
border-left: 1px dashed #606479; |
||||
} |
||||
.bi-theme-dark .ztree.hack li ul.line { |
||||
background: url('images/1x/icon/dark/tree_vertical_line_1.png') repeat-y 1px 0; |
||||
} |
||||
.ztree li span.button.chk.checkbox_false_full { |
||||
background: url('images/2x/icon/check_box_normal.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.ztree li span.button.chk.checkbox_false_full_focus { |
||||
background: url('images/2x/icon/check_box_normal.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.ztree li span.button.chk.checkbox_false_part { |
||||
background: url('images/2x/icon/check_box_normal.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.ztree li span.button.chk.checkbox_false_part_focus { |
||||
background: url('images/2x/icon/half_selected.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.ztree li span.button.chk.checkbox_true_full { |
||||
background: url('images/2x/icon/check_box_active.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.ztree li span.button.chk.checkbox_true_full_focus { |
||||
background: url('images/2x/icon/check_box_active.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.ztree li span.button.chk.checkbox_true_part { |
||||
background: url('images/2x/icon/half_selected.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.ztree li span.button.chk.checkbox_true_part_focus { |
||||
background: url('images/2x/icon/half_selected.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.ztree.hack li span.button.chk.checkbox_false_full { |
||||
background: url('images/1x/icon/check_box_normal.png') no-repeat center center; |
||||
} |
||||
.ztree.hack li span.button.chk.checkbox_false_full_focus { |
||||
background: url('images/1x/icon/check_box_normal.png') no-repeat center center; |
||||
} |
||||
.ztree.hack li span.button.chk.checkbox_false_part { |
||||
background: url('images/1x/icon/check_box_normal.png') no-repeat center center; |
||||
} |
||||
.ztree.hack li span.button.chk.checkbox_false_part_focus { |
||||
background: url('images/1x/icon/half_selected.png') no-repeat center center; |
||||
} |
||||
.ztree.hack li span.button.chk.checkbox_true_full { |
||||
background: url('images/1x/icon/check_box_active.png') no-repeat center center; |
||||
} |
||||
.ztree.hack li span.button.chk.checkbox_true_full_focus { |
||||
background: url('images/1x/icon/check_box_active.png') no-repeat center center; |
||||
} |
||||
.ztree.hack li span.button.chk.checkbox_true_part { |
||||
background: url('images/1x/icon/half_selected.png') no-repeat center center; |
||||
} |
||||
.ztree.hack li span.button.chk.checkbox_true_part_focus { |
||||
background: url('images/1x/icon/half_selected.png') no-repeat center center; |
||||
} |
||||
.ztree li span.button.root_open { |
||||
background: url('images/2x/icon/tree_expand_1.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.ztree.hack li span.button.root_open { |
||||
background: url('images/1x/icon/tree_expand_1.png') no-repeat center center; |
||||
} |
||||
.bi-theme-dark .ztree li span.button.root_open { |
||||
background: url('images/2x/icon/dark/tree_expand_1.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.bi-theme-dark .ztree.hack li span.button.root_open { |
||||
background: url('images/1x/icon/dark/tree_expand_1.png') no-repeat center center; |
||||
} |
||||
.ztree li span.button.root_close { |
||||
background: url('images/2x/icon/tree_collapse_1.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.ztree.hack li span.button.root_close { |
||||
background: url('images/1x/icon/tree_collapse_1.png') no-repeat center center; |
||||
} |
||||
.bi-theme-dark .ztree li span.button.root_close { |
||||
background: url('images/2x/icon/dark/tree_collapse_1.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.bi-theme-dark .ztree.hack li span.button.root_close { |
||||
background: url('images/1x/icon/dark/tree_collapse_1.png') no-repeat center center; |
||||
} |
||||
.ztree li span.button.roots_open { |
||||
background: url('images/2x/icon/tree_expand_2.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.ztree.hack li span.button.roots_open { |
||||
background: url('images/1x/icon/tree_expand_2.png') no-repeat center center; |
||||
} |
||||
.bi-theme-dark .ztree li span.button.roots_open { |
||||
background: url('images/2x/icon/dark/tree_expand_2.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.bi-theme-dark .ztree.hack li span.button.roots_open { |
||||
background: url('images/1x/icon/dark/tree_expand_2.png') no-repeat center center; |
||||
} |
||||
.ztree li span.button.roots_close { |
||||
background: url('images/2x/icon/tree_collapse_2.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.ztree.hack li span.button.roots_close { |
||||
background: url('images/1x/icon/tree_collapse_2.png') no-repeat center center; |
||||
} |
||||
.bi-theme-dark .ztree li span.button.roots_close { |
||||
background: url('images/2x/icon/dark/tree_collapse_2.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.bi-theme-dark .ztree.hack li span.button.roots_close { |
||||
background: url('images/1x/icon/dark/tree_collapse_2.png') no-repeat center center; |
||||
} |
||||
.ztree li span.button.center_open { |
||||
background: url('images/2x/icon/tree_expand_3.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.ztree.hack li span.button.center_open { |
||||
background: url('images/1x/icon/tree_expand_3.png') no-repeat center center; |
||||
} |
||||
.bi-theme-dark .ztree li span.button.center_open { |
||||
background: url('images/2x/icon/dark/tree_expand_3.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.bi-theme-dark .ztree.hack li span.button.center_open { |
||||
background: url('images/1x/icon/dark/tree_expand_3.png') no-repeat center center; |
||||
} |
||||
.ztree li span.button.center_close { |
||||
background: url('images/2x/icon/tree_collapse_3.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.ztree.hack li span.button.center_close { |
||||
background: url('images/1x/icon/tree_collapse_3.png') no-repeat center center; |
||||
} |
||||
.bi-theme-dark .ztree li span.button.center_close { |
||||
background: url('images/2x/icon/dark/tree_collapse_3.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.bi-theme-dark .ztree.hack li span.button.center_close { |
||||
background: url('images/1x/icon/dark/tree_collapse_3.png') no-repeat center center; |
||||
} |
||||
.ztree li span.button.bottom_open { |
||||
background: url('images/2x/icon/tree_expand_4.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.ztree.hack li span.button.bottom_open { |
||||
background: url('images/1x/icon/tree_expand_4.png') no-repeat center center; |
||||
} |
||||
.bi-theme-dark .ztree li span.button.bottom_open { |
||||
background: url('images/2x/icon/dark/tree_expand_4.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.bi-theme-dark .ztree.hack li span.button.bottom_open { |
||||
background: url('images/1x/icon/dark/tree_expand_4.png') no-repeat center center; |
||||
} |
||||
.ztree li span.button.bottom_close { |
||||
background: url('images/2x/icon/tree_collapse_4.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.ztree.hack li span.button.bottom_close { |
||||
background: url('images/1x/icon/tree_collapse_4.png') no-repeat center center; |
||||
} |
||||
.bi-theme-dark .ztree li span.button.bottom_close { |
||||
background: url('images/2x/icon/dark/tree_collapse_4.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.bi-theme-dark .ztree.hack li span.button.bottom_close { |
||||
background: url('images/1x/icon/dark/tree_collapse_4.png') no-repeat center center; |
||||
} |
||||
.ztree li span.button.roots_docu { |
||||
background: url('images/2x/icon/tree_vertical_line_2.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.ztree.hack li span.button.roots_docu { |
||||
background: url('images/1x/icon/tree_vertical_line_2.png') no-repeat center center; |
||||
} |
||||
.bi-theme-dark .ztree li span.button.roots_docu { |
||||
background: url('images/2x/icon/dark/tree_vertical_line_2.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.bi-theme-dark .ztree.hack li span.button.roots_docu { |
||||
background: url('images/1x/icon/dark/tree_vertical_line_2.png') no-repeat center center; |
||||
} |
||||
.ztree li span.button.center_docu { |
||||
background: url('images/2x/icon/tree_vertical_line_3.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.ztree.hack li span.button.center_docu { |
||||
background: url('images/1x/icon/tree_vertical_line_3.png') no-repeat center center; |
||||
} |
||||
.bi-theme-dark .ztree li span.button.center_docu { |
||||
background: url('images/2x/icon/dark/tree_vertical_line_3.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.bi-theme-dark .ztree.hack li span.button.center_docu { |
||||
background: url('images/1x/icon/dark/tree_vertical_line_3.png') no-repeat center center; |
||||
} |
||||
.ztree li span.button.bottom_docu { |
||||
background: url('images/2x/icon/tree_vertical_line_4.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.ztree.hack li span.button.bottom_docu { |
||||
background: url('images/1x/icon/tree_vertical_line_4.png') no-repeat center center; |
||||
} |
||||
.bi-theme-dark .ztree li span.button.bottom_docu { |
||||
background: url('images/2x/icon/dark/tree_vertical_line_4.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.bi-theme-dark .ztree.hack li span.button.bottom_docu { |
||||
background: url('images/1x/icon/dark/tree_vertical_line_4.png') no-repeat center center; |
||||
} |
||||
.ztree li span.button.ico_loading { |
||||
background: url('images/2x/icon/loading.gif') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.ztree.hack li span.button.ico_loading { |
||||
background: url('images/1x/icon/loading.gif') no-repeat center center; |
||||
} |
||||
.base-line-conn-background { |
||||
background: url('images/1x/icon/tree_vertical_line_1.png') repeat-y 0 0; |
||||
} |
||||
.bi-theme-dark .base-line-conn-background { |
||||
background: url('images/1x/icon/dark/tree_vertical_line_1.png') repeat-y 0 0; |
||||
} |
||||
.first-line-conn-background { |
||||
background: url('images/1x/icon/tree_vertical_line_2.png') no-repeat center center; |
||||
} |
||||
.bi-theme-dark .first-line-conn-background { |
||||
background: url('images/1x/icon/dark/tree_vertical_line_2.png') no-repeat center center; |
||||
} |
||||
.mid-line-conn-background { |
||||
background: url('images/1x/icon/tree_vertical_line_3.png') no-repeat center center; |
||||
} |
||||
.bi-theme-dark .mid-line-conn-background { |
||||
background: url('images/1x/icon/dark/tree_vertical_line_3.png') no-repeat center center; |
||||
} |
||||
.last-line-conn-background { |
||||
background: url('images/1x/icon/tree_vertical_line_4.png') no-repeat center center; |
||||
} |
||||
.bi-theme-dark .last-line-conn-background { |
||||
background: url('images/1x/icon/dark/tree_vertical_line_4.png') no-repeat center center; |
||||
} |
||||
.loading-background { |
||||
background: url('images/2x/icon/loading.gif') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.auto-color-background { |
||||
background: url('images/2x/background/auto_color.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.auto-color-normal-background { |
||||
background: url('images/2x/background/auto_color_normal.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.auto-color-normal-disabled-background { |
||||
background: url('images/2x/background/auto_color_normal_disable.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.trans-color-background { |
||||
background: url('images/2x/background/trans_normal.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.trans-color-disabled-background { |
||||
background: url('images/2x/background/trans_disable.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.auto-color-background.hack { |
||||
background: url('images/1x/background/auto_color.png') no-repeat center center; |
||||
} |
||||
.auto-color-normal-background.hack { |
||||
background: url('images/1x/background/auto_color_normal.png') no-repeat center center; |
||||
} |
||||
.auto-color-normal-disabled-background.hack { |
||||
background: url('images/1x/background/auto_color_normal_disable.png') no-repeat center center; |
||||
} |
||||
.trans-color-background.hack { |
||||
background: url('images/1x/background/trans_normal.png') no-repeat center center; |
||||
} |
||||
.trans-color-disabled-background.hack { |
||||
background: url('images/1x/background/trans_disable.png') no-repeat center center; |
||||
} |
||||
.wave-loading { |
||||
background: url('images/2x/icon/wave_loading.gif') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.wave-loading.hack { |
||||
background: url('images/1x/icon/wave_loading.gif') no-repeat center center; |
||||
} |
@ -1,902 +0,0 @@
|
||||
@font-face { |
||||
font-family: "fineui"; |
||||
src: url('font/iconfont.eot'); |
||||
src: url('font/iconfont.eot?#iefix') format('embedded-opentype'), /* 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'); |
||||
/* iOS 4.1- */ |
||||
} |
||||
.b-font { |
||||
font-family: 'fineui'; |
||||
font-style: normal; |
||||
-webkit-font-smoothing: antialiased; |
||||
-moz-osx-font-smoothing: grayscale; |
||||
} |
||||
.close-font .b-font { |
||||
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
||||
} |
||||
.close-font .b-font:before { |
||||
content: "\e6d0"; |
||||
color: inherit; |
||||
} |
||||
.close-font.disabled .b-font:before { |
||||
content: "\e6d0"; |
||||
color: inherit; |
||||
} |
||||
.close-h-font .b-font { |
||||
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
||||
} |
||||
.close-h-font .b-font:before { |
||||
content: "\e6d0"; |
||||
color: inherit; |
||||
} |
||||
.close-h-font:hover .b-font:before, |
||||
.close-h-font.hover .b-font:before { |
||||
content: "\e6d0"; |
||||
color: inherit; |
||||
} |
||||
.close-h-font.disabled .b-font:before { |
||||
content: "\e6d0"; |
||||
color: inherit; |
||||
} |
||||
.close-ha-font .b-font { |
||||
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
||||
} |
||||
.close-ha-font .b-font:before { |
||||
content: "\e6d0"; |
||||
color: inherit; |
||||
} |
||||
.close-ha-font:hover .b-font:before, |
||||
.close-ha-font.hover .b-font:before { |
||||
content: "\e6d0"; |
||||
color: inherit; |
||||
} |
||||
.close-ha-font:active .b-font:before, |
||||
.close-ha-font.active .b-font:before { |
||||
content: "\e6d0"; |
||||
color: #3f8ce8; |
||||
} |
||||
.close-ha-font.disabled .b-font:before { |
||||
content: "\e6d0"; |
||||
color: inherit; |
||||
} |
||||
.circle-close-font .b-font { |
||||
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
||||
} |
||||
.circle-close-font .b-font:before { |
||||
content: "\e6d5"; |
||||
color: inherit; |
||||
} |
||||
.circle-close-font.disabled .b-font:before { |
||||
content: "\e6d5"; |
||||
color: inherit; |
||||
} |
||||
.search-close-h-font .b-font { |
||||
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
||||
} |
||||
.search-close-h-font .b-font:before { |
||||
content: "\e6d0"; |
||||
color: inherit; |
||||
} |
||||
.search-close-h-font:hover .b-font:before, |
||||
.search-close-h-font.hover .b-font:before { |
||||
content: "\e6d0"; |
||||
color: #e65251; |
||||
} |
||||
.search-close-h-font.disabled .b-font:before { |
||||
content: "\e6d0"; |
||||
color: inherit; |
||||
} |
||||
.pre-page-h-font .b-font { |
||||
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
||||
} |
||||
.pre-page-h-font .b-font:before { |
||||
content: "\e70d"; |
||||
color: inherit; |
||||
} |
||||
.pre-page-h-font:hover .b-font:before, |
||||
.pre-page-h-font.hover .b-font:before { |
||||
content: "\e70d"; |
||||
color: inherit; |
||||
} |
||||
.pre-page-h-font.disabled .b-font:before { |
||||
content: "\e70d"; |
||||
color: inherit; |
||||
} |
||||
.next-page-h-font .b-font { |
||||
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
||||
} |
||||
.next-page-h-font .b-font:before { |
||||
content: "\e70c"; |
||||
color: inherit; |
||||
} |
||||
.next-page-h-font:hover .b-font:before, |
||||
.next-page-h-font.hover .b-font:before { |
||||
content: "\e70c"; |
||||
color: inherit; |
||||
} |
||||
.next-page-h-font.disabled .b-font:before { |
||||
content: "\e70c"; |
||||
color: inherit; |
||||
} |
||||
.search-font .b-font { |
||||
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
||||
} |
||||
.search-font .b-font:before { |
||||
content: "\e6dc"; |
||||
color: inherit; |
||||
} |
||||
.search-font.disabled .b-font:before { |
||||
content: "\e6dc"; |
||||
color: inherit; |
||||
} |
||||
.date-font .b-font { |
||||
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
||||
} |
||||
.date-font .b-font:before { |
||||
content: "\e733"; |
||||
color: inherit; |
||||
} |
||||
.date-font.disabled .b-font:before { |
||||
content: "\e733"; |
||||
color: inherit; |
||||
} |
||||
.time-font .b-font { |
||||
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
||||
} |
||||
.time-font .b-font:before { |
||||
content: "\e6b1"; |
||||
color: inherit; |
||||
} |
||||
.time-font.disabled .b-font:before { |
||||
content: "\e6b1"; |
||||
color: inherit; |
||||
} |
||||
.date-change-h-font .b-font { |
||||
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
||||
} |
||||
.date-change-h-font .b-font:before { |
||||
content: "\e72f"; |
||||
color: inherit; |
||||
} |
||||
.date-change-h-font:hover .b-font:before, |
||||
.date-change-h-font.hover .b-font:before { |
||||
content: "\e72f"; |
||||
color: inherit; |
||||
} |
||||
.date-change-h-font.disabled .b-font:before { |
||||
content: "\e72f"; |
||||
color: inherit; |
||||
} |
||||
.dot-font .b-font { |
||||
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
||||
} |
||||
.dot-font .b-font:before { |
||||
content: "\e762"; |
||||
color: #232e40; |
||||
} |
||||
.dot-font.disabled .b-font:before { |
||||
content: "\e762"; |
||||
color: #232e40; |
||||
} |
||||
.dot-h-font .b-font { |
||||
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
||||
} |
||||
.dot-h-font .b-font:before { |
||||
content: "\e762"; |
||||
color: #232e40; |
||||
} |
||||
.dot-h-font:hover .b-font:before, |
||||
.dot-h-font.hover .b-font:before { |
||||
content: "\e762"; |
||||
color: inherit; |
||||
} |
||||
.dot-h-font.disabled .b-font:before { |
||||
content: "\e762"; |
||||
color: #232e40; |
||||
} |
||||
.dot-ha-font .b-font { |
||||
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
||||
} |
||||
.dot-ha-font .b-font:before { |
||||
content: "\e762"; |
||||
color: #ffffff; |
||||
} |
||||
.dot-ha-font:hover .b-font:before, |
||||
.dot-ha-font.hover .b-font:before { |
||||
content: "\e762"; |
||||
color: #999999; |
||||
} |
||||
.dot-ha-font:active .b-font:before, |
||||
.dot-ha-font.active .b-font:before { |
||||
content: "\e762"; |
||||
color: #232e40; |
||||
} |
||||
.dot-ha-font.disabled .b-font:before { |
||||
content: "\e762"; |
||||
color: #ffffff; |
||||
} |
||||
.dot-e-font .b-font { |
||||
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
||||
} |
||||
.dot-e-font .b-font:before { |
||||
content: "\e762"; |
||||
color: transparent; |
||||
} |
||||
.dot-e-font:hover .b-font:before, |
||||
.dot-e-font.hover .b-font:before { |
||||
content: "\e762"; |
||||
color: transparent; |
||||
} |
||||
.dot-e-font:active .b-font:before { |
||||
content: "\e762"; |
||||
color: transparent; |
||||
} |
||||
.dot-e-font.active .b-font:before { |
||||
content: "\e762"; |
||||
color: #3685f2; |
||||
} |
||||
.dot-e-font.disabled .b-font:before { |
||||
content: "\e762"; |
||||
color: transparent; |
||||
} |
||||
.pull-right-font .b-font { |
||||
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
||||
} |
||||
.pull-right-font .b-font:before { |
||||
content: "\e70c"; |
||||
color: inherit; |
||||
} |
||||
.pull-right-font.disabled .b-font:before { |
||||
content: "\e70c"; |
||||
color: inherit; |
||||
} |
||||
.pull-right-h-font .b-font { |
||||
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
||||
} |
||||
.pull-right-h-font .b-font:before { |
||||
content: "\e70c"; |
||||
color: inherit; |
||||
} |
||||
.pull-right-h-font:hover .b-font:before, |
||||
.pull-right-h-font.hover .b-font:before { |
||||
content: "\e70c"; |
||||
color: inherit; |
||||
} |
||||
.pull-right-h-font.disabled .b-font:before { |
||||
content: "\e70c"; |
||||
color: inherit; |
||||
} |
||||
.pull-right-ha-font .b-font { |
||||
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
||||
} |
||||
.pull-right-ha-font .b-font:before { |
||||
content: "\e70c"; |
||||
color: inherit; |
||||
} |
||||
.pull-right-ha-font:hover .b-font:before, |
||||
.pull-right-ha-font.hover .b-font:before { |
||||
content: "\e70c"; |
||||
color: inherit; |
||||
} |
||||
.pull-right-ha-font:active .b-font:before, |
||||
.pull-right-ha-font.active .b-font:before { |
||||
content: "\e70c"; |
||||
color: #3f8ce8; |
||||
} |
||||
.pull-right-ha-font.disabled .b-font:before { |
||||
content: "\e70c"; |
||||
color: inherit; |
||||
} |
||||
.pull-right-e-font .b-font { |
||||
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
||||
} |
||||
.pull-right-e-font .b-font:before { |
||||
content: "\e70c"; |
||||
color: inherit; |
||||
} |
||||
.pull-right-e-font:hover .b-font:before, |
||||
.pull-right-e-font.hover .b-font:before { |
||||
content: "\e70c"; |
||||
color: inherit; |
||||
} |
||||
.pull-right-e-font:active .b-font:before { |
||||
content: "\e70c"; |
||||
color: #3f8ce8; |
||||
} |
||||
.pull-right-e-font.active .b-font:before { |
||||
content: "\e70c"; |
||||
color: #3f8ce8; |
||||
} |
||||
.pull-right-e-font.disabled .b-font:before { |
||||
content: "\e70c"; |
||||
color: inherit; |
||||
} |
||||
.copy-font .b-font { |
||||
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
||||
} |
||||
.copy-font .b-font:before { |
||||
content: "\e6bd"; |
||||
color: inherit; |
||||
} |
||||
.copy-font.disabled .b-font:before { |
||||
content: "\e6bd"; |
||||
color: inherit; |
||||
} |
||||
.copy-h-font .b-font { |
||||
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
||||
} |
||||
.copy-h-font .b-font:before { |
||||
content: "\e6bd"; |
||||
color: #232e40; |
||||
} |
||||
.copy-h-font:hover .b-font:before, |
||||
.copy-h-font.hover .b-font:before { |
||||
content: "\e6bd"; |
||||
color: inherit; |
||||
} |
||||
.copy-h-font.disabled .b-font:before { |
||||
content: "\e6bd"; |
||||
color: #232e40; |
||||
} |
||||
.copy-ha-font .b-font { |
||||
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
||||
} |
||||
.copy-ha-font .b-font:before { |
||||
content: "\e6bd"; |
||||
color: inherit; |
||||
} |
||||
.copy-ha-font:hover .b-font:before, |
||||
.copy-ha-font.hover .b-font:before { |
||||
content: "\e6bd"; |
||||
color: inherit; |
||||
} |
||||
.copy-ha-font:active .b-font:before, |
||||
.copy-ha-font.active .b-font:before { |
||||
content: "\e6bd"; |
||||
color: #3f8ce8; |
||||
} |
||||
.copy-ha-font.disabled .b-font:before { |
||||
content: "\e6bd"; |
||||
color: inherit; |
||||
} |
||||
.copy-e-font .b-font { |
||||
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
||||
} |
||||
.copy-e-font .b-font:before { |
||||
content: "\e6bd"; |
||||
color: inherit; |
||||
} |
||||
.copy-e-font:hover .b-font:before, |
||||
.copy-e-font.hover .b-font:before { |
||||
content: "\e6bd"; |
||||
color: inherit; |
||||
} |
||||
.copy-e-font:active .b-font:before { |
||||
content: "\e6bd"; |
||||
color: #3f8ce8; |
||||
} |
||||
.copy-e-font.active .b-font:before { |
||||
content: "\e6bd"; |
||||
color: #3f8ce8; |
||||
} |
||||
.copy-e-font.disabled .b-font:before { |
||||
content: "\e6bd"; |
||||
color: inherit; |
||||
} |
||||
.check-mark-font .b-font { |
||||
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
||||
} |
||||
.check-mark-font .b-font:before { |
||||
content: "\e6cf"; |
||||
color: inherit; |
||||
} |
||||
.check-mark-font.disabled .b-font:before { |
||||
content: "\e6cf"; |
||||
color: inherit; |
||||
} |
||||
.check-mark-h-font .b-font { |
||||
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
||||
} |
||||
.check-mark-h-font .b-font:before { |
||||
content: "\e6cf"; |
||||
color: inherit; |
||||
} |
||||
.check-mark-h-font:hover .b-font:before, |
||||
.check-mark-h-font.hover .b-font:before { |
||||
content: "\e6cf"; |
||||
color: inherit; |
||||
} |
||||
.check-mark-h-font.disabled .b-font:before { |
||||
content: "\e6cf"; |
||||
color: inherit; |
||||
} |
||||
.check-mark-ha-font .b-font { |
||||
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
||||
} |
||||
.check-mark-ha-font .b-font:before { |
||||
content: "\e6cf"; |
||||
color: inherit; |
||||
} |
||||
.check-mark-ha-font:hover .b-font:before, |
||||
.check-mark-ha-font.hover .b-font:before { |
||||
content: "\e6cf"; |
||||
color: inherit; |
||||
} |
||||
.check-mark-ha-font:active .b-font:before, |
||||
.check-mark-ha-font.active .b-font:before { |
||||
content: "\e6cf"; |
||||
color: #3f8ce8; |
||||
} |
||||
.check-mark-ha-font.disabled .b-font:before { |
||||
content: "\e6cf"; |
||||
color: inherit; |
||||
} |
||||
.check-mark-e-font .b-font { |
||||
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
||||
} |
||||
.check-mark-e-font .b-font:before { |
||||
content: "\e6cf"; |
||||
color: inherit; |
||||
} |
||||
.check-mark-e-font:hover .b-font:before, |
||||
.check-mark-e-font.hover .b-font:before { |
||||
content: "\e6cf"; |
||||
color: inherit; |
||||
} |
||||
.check-mark-e-font:active .b-font:before { |
||||
content: "\e6cf"; |
||||
color: #3f8ce8; |
||||
} |
||||
.check-mark-e-font.active .b-font:before { |
||||
content: "\e6cf"; |
||||
color: #3f8ce8; |
||||
} |
||||
.check-mark-e-font.disabled .b-font:before { |
||||
content: "\e6cf"; |
||||
color: inherit; |
||||
} |
||||
/** dashboard组件/控件 下拉列表图标字体 ~end~**/ |
||||
.row-pre-page-h-font .b-font { |
||||
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
||||
} |
||||
.row-pre-page-h-font .b-font:before { |
||||
content: "\e70d"; |
||||
color: inherit; |
||||
} |
||||
.row-pre-page-h-font:hover .b-font:before, |
||||
.row-pre-page-h-font.hover .b-font:before { |
||||
content: "\e70d"; |
||||
color: inherit; |
||||
} |
||||
.row-pre-page-h-font.disabled .b-font:before { |
||||
content: "\e70d"; |
||||
color: inherit; |
||||
} |
||||
.row-next-page-h-font .b-font { |
||||
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
||||
} |
||||
.row-next-page-h-font .b-font:before { |
||||
content: "\e70c"; |
||||
color: inherit; |
||||
} |
||||
.row-next-page-h-font:hover .b-font:before, |
||||
.row-next-page-h-font.hover .b-font:before { |
||||
content: "\e70c"; |
||||
color: inherit; |
||||
} |
||||
.row-next-page-h-font.disabled .b-font:before { |
||||
content: "\e70c"; |
||||
color: inherit; |
||||
} |
||||
.column-pre-page-h-font .b-font { |
||||
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
||||
} |
||||
.column-pre-page-h-font .b-font:before { |
||||
content: "\e70a"; |
||||
color: inherit; |
||||
} |
||||
.column-pre-page-h-font:hover .b-font:before, |
||||
.column-pre-page-h-font.hover .b-font:before { |
||||
content: "\e70a"; |
||||
color: inherit; |
||||
} |
||||
.column-pre-page-h-font.disabled .b-font:before { |
||||
content: "\e70a"; |
||||
color: inherit; |
||||
} |
||||
.column-next-page-h-font .b-font { |
||||
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
||||
} |
||||
.column-next-page-h-font .b-font:before { |
||||
content: "\e70b"; |
||||
color: inherit; |
||||
} |
||||
.column-next-page-h-font:hover .b-font:before, |
||||
.column-next-page-h-font.hover .b-font:before { |
||||
content: "\e70b"; |
||||
color: inherit; |
||||
} |
||||
.column-next-page-h-font.disabled .b-font:before { |
||||
content: "\e70b"; |
||||
color: inherit; |
||||
} |
||||
.expander-right-font .b-font { |
||||
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
||||
} |
||||
.expander-right-font .b-font:before { |
||||
content: "\e6d8"; |
||||
color: inherit; |
||||
} |
||||
.expander-right-font.disabled .b-font:before { |
||||
content: "\e6d8"; |
||||
color: inherit; |
||||
} |
||||
.expander-down-font .b-font { |
||||
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
||||
} |
||||
.expander-down-font .b-font:before { |
||||
content: "\e6d7"; |
||||
color: inherit; |
||||
} |
||||
.expander-down-font.disabled .b-font:before { |
||||
content: "\e6d7"; |
||||
color: inherit; |
||||
} |
||||
.solid-triangle-top-font .b-font { |
||||
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
||||
} |
||||
.solid-triangle-top-font .b-font:before { |
||||
content: "\e6d6"; |
||||
color: inherit; |
||||
} |
||||
.solid-triangle-top-font:hover .b-font:before, |
||||
.solid-triangle-top-font.hover .b-font:before { |
||||
content: "\e6d6"; |
||||
color: inherit; |
||||
} |
||||
.solid-triangle-top-font.disabled .b-font:before { |
||||
content: "\e6d6"; |
||||
color: inherit; |
||||
} |
||||
.solid-triangle-bottom-font .b-font { |
||||
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
||||
} |
||||
.solid-triangle-bottom-font .b-font:before { |
||||
content: "\e6d7"; |
||||
color: inherit; |
||||
} |
||||
.solid-triangle-bottom-font:hover .b-font:before, |
||||
.solid-triangle-bottom-font.hover .b-font:before { |
||||
content: "\e6d7"; |
||||
color: inherit; |
||||
} |
||||
.solid-triangle-bottom-font.disabled .b-font:before { |
||||
content: "\e6d7"; |
||||
color: inherit; |
||||
} |
||||
.trigger-triangle-font .b-font { |
||||
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
||||
} |
||||
.trigger-triangle-font .b-font:before { |
||||
content: "\e64e"; |
||||
color: inherit; |
||||
} |
||||
.trigger-triangle-font.disabled .b-font:before { |
||||
content: "\e64e"; |
||||
color: inherit; |
||||
} |
||||
.pull-up-font .b-font { |
||||
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
||||
} |
||||
.pull-up-font .b-font:before { |
||||
content: "\e70a"; |
||||
color: inherit; |
||||
} |
||||
.pull-up-font.disabled .b-font:before { |
||||
content: "\e70a"; |
||||
color: inherit; |
||||
} |
||||
.pull-down-font .b-font { |
||||
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
||||
} |
||||
.pull-down-font .b-font:before { |
||||
content: "\e70b"; |
||||
color: inherit; |
||||
} |
||||
.pull-down-font.disabled .b-font:before { |
||||
content: "\e70b"; |
||||
color: inherit; |
||||
} |
||||
.pull-down-h-font .b-font { |
||||
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
||||
} |
||||
.pull-down-h-font .b-font:before { |
||||
content: "\e70b"; |
||||
color: #647185; |
||||
} |
||||
.pull-down-h-font:hover .b-font:before, |
||||
.pull-down-h-font.hover .b-font:before { |
||||
content: "\e70b"; |
||||
color: inherit; |
||||
} |
||||
.pull-down-h-font.disabled .b-font:before { |
||||
content: "\e70b"; |
||||
color: #647185; |
||||
} |
||||
.pull-down-ha-font .b-font { |
||||
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
||||
} |
||||
.pull-down-ha-font .b-font:before { |
||||
content: "\e70b"; |
||||
color: #647185; |
||||
} |
||||
.pull-down-ha-font:hover .b-font:before, |
||||
.pull-down-ha-font.hover .b-font:before { |
||||
content: "\e70b"; |
||||
color: inherit; |
||||
} |
||||
.pull-down-ha-font:active .b-font:before, |
||||
.pull-down-ha-font.active .b-font:before { |
||||
content: "\e70b"; |
||||
color: #3f8ce8; |
||||
} |
||||
.pull-down-ha-font.disabled .b-font:before { |
||||
content: "\e70b"; |
||||
color: #647185; |
||||
} |
||||
.check-font .b-font { |
||||
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
||||
} |
||||
.check-font .b-font:before { |
||||
content: "\e6cf"; |
||||
color: #3685f2; |
||||
} |
||||
.check-font.disabled .b-font:before { |
||||
content: "\e6cf"; |
||||
color: #3685f2; |
||||
} |
||||
.item-check-font .b-font { |
||||
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
||||
} |
||||
.item-check-font .b-font:before { |
||||
content: "\e6cf"; |
||||
color: #ffffff; |
||||
} |
||||
.item-check-font:hover .b-font:before, |
||||
.item-check-font.hover .b-font:before { |
||||
content: "\e6cf"; |
||||
color: #999999; |
||||
} |
||||
.item-check-font:active .b-font:before, |
||||
.item-check-font.active .b-font:before { |
||||
content: "\e6cf"; |
||||
color: #3f8ce8; |
||||
} |
||||
.item-check-font.disabled .b-font:before { |
||||
content: "\e6cf"; |
||||
color: #ffffff; |
||||
} |
||||
.primary-key-font .b-font { |
||||
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
||||
} |
||||
.primary-key-font .b-font:before { |
||||
content: "\e740"; |
||||
color: inherit; |
||||
} |
||||
.primary-key-font:hover .b-font:before, |
||||
.primary-key-font.hover .b-font:before { |
||||
content: "\e740"; |
||||
color: inherit; |
||||
} |
||||
.primary-key-font.disabled .b-font:before { |
||||
content: "\e740"; |
||||
color: inherit; |
||||
} |
||||
.drag-tag-font .b-font { |
||||
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
||||
} |
||||
.drag-tag-font .b-font:before { |
||||
content: "\e6d0"; |
||||
color: #faaa39; |
||||
} |
||||
.drag-tag-font.disabled .b-font:before { |
||||
content: "\e6d0"; |
||||
color: #faaa39; |
||||
} |
||||
.less-font .b-font { |
||||
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
||||
} |
||||
.less-font .b-font:before { |
||||
content: "\e75e"; |
||||
color: inherit; |
||||
} |
||||
.less-font.disabled .b-font:before { |
||||
content: "\e75e"; |
||||
color: inherit; |
||||
} |
||||
.less-equal-font .b-font { |
||||
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
||||
} |
||||
.less-equal-font .b-font:before { |
||||
content: "\e761"; |
||||
color: inherit; |
||||
} |
||||
.less-equal-font.disabled .b-font:before { |
||||
content: "\e761"; |
||||
color: inherit; |
||||
} |
||||
.text-bold-font .b-font { |
||||
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
||||
} |
||||
.text-bold-font .b-font:before { |
||||
content: "\e697"; |
||||
color: inherit; |
||||
} |
||||
.text-bold-font.disabled .b-font:before { |
||||
content: "\e697"; |
||||
color: inherit; |
||||
} |
||||
.text-italic-font .b-font { |
||||
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
||||
} |
||||
.text-italic-font .b-font:before { |
||||
content: "\e69d"; |
||||
color: inherit; |
||||
} |
||||
.text-italic-font.disabled .b-font:before { |
||||
content: "\e69d"; |
||||
color: inherit; |
||||
} |
||||
.text-underline-font .b-font { |
||||
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
||||
} |
||||
.text-underline-font .b-font:before { |
||||
content: "\e69c"; |
||||
color: inherit; |
||||
} |
||||
.text-underline-font.disabled .b-font:before { |
||||
content: "\e69c"; |
||||
color: inherit; |
||||
} |
||||
.text-color-font .b-font { |
||||
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
||||
} |
||||
.text-color-font .b-font:before { |
||||
content: "\e698"; |
||||
color: inherit; |
||||
} |
||||
.text-color-font.disabled .b-font:before { |
||||
content: "\e698"; |
||||
color: inherit; |
||||
} |
||||
.text-background-font .b-font { |
||||
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
||||
} |
||||
.text-background-font .b-font:before { |
||||
content: "\e699"; |
||||
color: inherit; |
||||
} |
||||
.text-background-font.disabled .b-font:before { |
||||
content: "\e699"; |
||||
color: inherit; |
||||
} |
||||
.text-color-underline-font .b-font { |
||||
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
||||
} |
||||
.text-color-underline-font .b-font:before { |
||||
content: "\e69a"; |
||||
color: inherit; |
||||
} |
||||
.text-color-underline-font.disabled .b-font:before { |
||||
content: "\e69a"; |
||||
color: inherit; |
||||
} |
||||
.text-align-left-font .b-font { |
||||
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
||||
} |
||||
.text-align-left-font .b-font:before { |
||||
content: "\e6ca"; |
||||
color: inherit; |
||||
} |
||||
.text-align-left-font.disabled .b-font:before { |
||||
content: "\e6ca"; |
||||
color: inherit; |
||||
} |
||||
.text-align-center-font .b-font { |
||||
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
||||
} |
||||
.text-align-center-font .b-font:before { |
||||
content: "\e6bf"; |
||||
color: inherit; |
||||
} |
||||
.text-align-center-font.disabled .b-font:before { |
||||
content: "\e6bf"; |
||||
color: inherit; |
||||
} |
||||
.text-align-right-font .b-font { |
||||
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
||||
} |
||||
.text-align-right-font .b-font:before { |
||||
content: "\e6c8"; |
||||
color: inherit; |
||||
} |
||||
.text-align-right-font.disabled .b-font:before { |
||||
content: "\e6c8"; |
||||
color: inherit; |
||||
} |
||||
.toast-error-font .b-font { |
||||
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
||||
} |
||||
.toast-error-font .b-font:before { |
||||
content: "\e757"; |
||||
color: inherit; |
||||
} |
||||
.toast-error-font.disabled .b-font:before { |
||||
content: "\e757"; |
||||
color: inherit; |
||||
} |
||||
.toast-success-font .b-font { |
||||
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
||||
} |
||||
.toast-success-font .b-font:before { |
||||
content: "\e756"; |
||||
color: inherit; |
||||
} |
||||
.toast-success-font.disabled .b-font:before { |
||||
content: "\e756"; |
||||
color: inherit; |
||||
} |
||||
.toast-warning-font .b-font { |
||||
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
||||
} |
||||
.toast-warning-font .b-font:before { |
||||
content: "\e755"; |
||||
color: inherit; |
||||
} |
||||
.toast-warning-font.disabled .b-font:before { |
||||
content: "\e755"; |
||||
color: inherit; |
||||
} |
||||
.toast-message-font .b-font { |
||||
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
||||
} |
||||
.toast-message-font .b-font:before { |
||||
content: "\e74b"; |
||||
color: inherit; |
||||
} |
||||
.toast-message-font.disabled .b-font:before { |
||||
content: "\e74b"; |
||||
color: inherit; |
||||
} |
||||
.text-add-tip-font .b-font { |
||||
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
||||
} |
||||
.text-add-tip-font .b-font:before { |
||||
content: "\e6dd"; |
||||
color: #13cd66; |
||||
} |
||||
.text-add-tip-font.disabled .b-font:before { |
||||
content: "\e6dd"; |
||||
color: #13cd66; |
||||
} |
||||
.add-up-font .b-font { |
||||
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
||||
} |
||||
.add-up-font .b-font:before { |
||||
content: "\e70a"; |
||||
color: inherit; |
||||
} |
||||
.add-up-font.disabled .b-font:before { |
||||
content: "\e70a"; |
||||
color: inherit; |
||||
} |
||||
.minus-down-font .b-font { |
||||
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
||||
} |
||||
.minus-down-font .b-font:before { |
||||
content: "\e70b"; |
||||
color: inherit; |
||||
} |
||||
.minus-down-font.disabled .b-font:before { |
||||
content: "\e70b"; |
||||
color: inherit; |
||||
} |
@ -1,366 +0,0 @@
|
||||
.tree-collapse-icon-type1 .x-icon { |
||||
display: block; |
||||
background: url('images/2x/icon/tree_collapse_1.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.tree-collapse-icon-type1 .x-icon.hack { |
||||
background: url('images/1x/icon/tree_collapse_1.png') no-repeat center center; |
||||
} |
||||
.tree-collapse-icon-type2 .x-icon { |
||||
display: block; |
||||
background: url('images/2x/icon/tree_collapse_2.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.tree-collapse-icon-type2 .x-icon.hack { |
||||
background: url('images/1x/icon/tree_collapse_2.png') no-repeat center center; |
||||
} |
||||
.tree-collapse-icon-type3 .x-icon { |
||||
display: block; |
||||
background: url('images/2x/icon/tree_collapse_3.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.tree-collapse-icon-type3 .x-icon.hack { |
||||
background: url('images/1x/icon/tree_collapse_3.png') no-repeat center center; |
||||
} |
||||
.tree-collapse-icon-type4 .x-icon { |
||||
display: block; |
||||
background: url('images/2x/icon/tree_collapse_4.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.tree-collapse-icon-type4 .x-icon.hack { |
||||
background: url('images/1x/icon/tree_collapse_4.png') no-repeat center center; |
||||
} |
||||
.tree-expand-icon-type1 .x-icon { |
||||
display: block; |
||||
background: url('images/2x/icon/tree_expand_1.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.tree-expand-icon-type1 .x-icon.hack { |
||||
background: url('images/1x/icon/tree_expand_1.png') no-repeat center center; |
||||
} |
||||
.tree-expand-icon-type2 .x-icon { |
||||
display: block; |
||||
background: url('images/2x/icon/tree_expand_2.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.tree-expand-icon-type2 .x-icon.hack { |
||||
background: url('images/1x/icon/tree_expand_2.png') no-repeat center center; |
||||
} |
||||
.tree-expand-icon-type3 .x-icon { |
||||
display: block; |
||||
background: url('images/2x/icon/tree_expand_3.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.tree-expand-icon-type3 .x-icon.hack { |
||||
background: url('images/1x/icon/tree_expand_3.png') no-repeat center center; |
||||
} |
||||
.tree-expand-icon-type4 .x-icon { |
||||
display: block; |
||||
background: url('images/2x/icon/tree_expand_4.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.tree-expand-icon-type4 .x-icon.hack { |
||||
background: url('images/1x/icon/tree_expand_4.png') no-repeat center center; |
||||
} |
||||
.tree-vertical-line-type2 .x-icon { |
||||
display: block; |
||||
background: url('images/2x/icon/tree_vertical_line_2.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.tree-vertical-line-type2 .x-icon.hack { |
||||
background: url('images/1x/icon/tree_vertical_line_2.png') no-repeat center center; |
||||
} |
||||
.tree-vertical-line-type3 .x-icon { |
||||
display: block; |
||||
background: url('images/2x/icon/tree_vertical_line_3.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.tree-vertical-line-type3 .x-icon.hack { |
||||
background: url('images/1x/icon/tree_vertical_line_3.png') no-repeat center center; |
||||
} |
||||
.tree-vertical-line-type4 .x-icon { |
||||
display: block; |
||||
background: url('images/2x/icon/tree_vertical_line_4.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.tree-vertical-line-type4 .x-icon.hack { |
||||
background: url('images/1x/icon/tree_vertical_line_4.png') no-repeat center center; |
||||
} |
||||
.bi-theme-dark .tree-collapse-icon-type1 .x-icon { |
||||
display: block; |
||||
background: url('images/2x/icon/dark/tree_collapse_1.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.bi-theme-dark .tree-collapse-icon-type1 .x-icon.hack { |
||||
background: url('images/1x/icon/dark/tree_collapse_1.png') no-repeat center center; |
||||
} |
||||
.bi-theme-dark .tree-collapse-icon-type2 .x-icon { |
||||
display: block; |
||||
background: url('images/2x/icon/dark/tree_collapse_2.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.bi-theme-dark .tree-collapse-icon-type2 .x-icon.hack { |
||||
background: url('images/1x/icon/dark/tree_collapse_2.png') no-repeat center center; |
||||
} |
||||
.bi-theme-dark .tree-collapse-icon-type3 .x-icon { |
||||
display: block; |
||||
background: url('images/2x/icon/dark/tree_collapse_3.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.bi-theme-dark .tree-collapse-icon-type3 .x-icon.hack { |
||||
background: url('images/1x/icon/dark/tree_collapse_3.png') no-repeat center center; |
||||
} |
||||
.bi-theme-dark .tree-collapse-icon-type4 .x-icon { |
||||
display: block; |
||||
background: url('images/2x/icon/dark/tree_collapse_4.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.bi-theme-dark .tree-collapse-icon-type4 .x-icon.hack { |
||||
background: url('images/1x/icon/dark/tree_collapse_4.png') no-repeat center center; |
||||
} |
||||
.bi-theme-dark .tree-expand-icon-type1 .x-icon { |
||||
display: block; |
||||
background: url('images/2x/icon/dark/tree_expand_1.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.bi-theme-dark .tree-expand-icon-type1 .x-icon.hack { |
||||
background: url('images/1x/icon/dark/tree_expand_1.png') no-repeat center center; |
||||
} |
||||
.bi-theme-dark .tree-expand-icon-type2 .x-icon { |
||||
display: block; |
||||
background: url('images/2x/icon/dark/tree_expand_2.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.bi-theme-dark .tree-expand-icon-type2 .x-icon.hack { |
||||
background: url('images/1x/icon/dark/tree_expand_2.png') no-repeat center center; |
||||
} |
||||
.bi-theme-dark .tree-expand-icon-type3 .x-icon { |
||||
display: block; |
||||
background: url('images/2x/icon/dark/tree_expand_3.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.bi-theme-dark .tree-expand-icon-type3 .x-icon.hack { |
||||
background: url('images/1x/icon/dark/tree_expand_3.png') no-repeat center center; |
||||
} |
||||
.bi-theme-dark .tree-expand-icon-type4 .x-icon { |
||||
display: block; |
||||
background: url('images/2x/icon/dark/tree_expand_4.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.bi-theme-dark .tree-expand-icon-type4 .x-icon.hack { |
||||
background: url('images/1x/icon/dark/tree_expand_4.png') no-repeat center center; |
||||
} |
||||
.bi-theme-dark .tree-vertical-line-type2 .x-icon { |
||||
display: block; |
||||
background: url('images/2x/icon/dark/tree_vertical_line_2.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.bi-theme-dark .tree-vertical-line-type2 .x-icon.hack { |
||||
background: url('images/1x/icon/dark/tree_vertical_line_2.png') no-repeat center center; |
||||
} |
||||
.bi-theme-dark .tree-vertical-line-type3 .x-icon { |
||||
display: block; |
||||
background: url('images/2x/icon/dark/tree_vertical_line_3.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.bi-theme-dark .tree-vertical-line-type3 .x-icon.hack { |
||||
background: url('images/1x/icon/dark/tree_vertical_line_3.png') no-repeat center center; |
||||
} |
||||
.bi-theme-dark .tree-vertical-line-type4 .x-icon { |
||||
display: block; |
||||
background: url('images/2x/icon/dark/tree_vertical_line_4.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.bi-theme-dark .tree-vertical-line-type4 .x-icon.hack { |
||||
background: url('images/1x/icon/dark/tree_vertical_line_4.png') no-repeat center center; |
||||
} |
||||
.check-box-icon .x-icon { |
||||
display: block; |
||||
background: url('images/2x/icon/check_box_normal.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.check-box-icon .x-icon.hack { |
||||
background: url('images/1x/icon/check_box_normal.png') no-repeat center center; |
||||
} |
||||
.check-box-icon:hover .x-icon, |
||||
.check-box-icon.hover .x-icon { |
||||
display: block; |
||||
background: url('images/2x/icon/check_box_normal.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.check-box-icon:hover .x-icon.hack, |
||||
.check-box-icon.hover .x-icon.hack { |
||||
background: url('images/1x/icon/check_box_normal.png') no-repeat center center; |
||||
} |
||||
.check-box-icon:active .x-icon { |
||||
display: block; |
||||
background: url('images/2x/icon/check_box_normal.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.check-box-icon:active .x-icon.hack { |
||||
background: url('images/1x/icon/check_box_normal.png') no-repeat center center; |
||||
} |
||||
.check-box-icon.active .x-icon { |
||||
display: block; |
||||
background: url('images/2x/icon/check_box_active.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.check-box-icon.active .x-icon.hack { |
||||
background: url('images/1x/icon/check_box_active.png') no-repeat center center; |
||||
} |
||||
.check-box-icon.disabled .x-icon { |
||||
display: block; |
||||
background: url('images/2x/icon/check_box_disable.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.check-box-icon.disabled .x-icon.hack { |
||||
background: url('images/1x/icon/check_box_disable.png') no-repeat center center; |
||||
} |
||||
.check-box-icon.disabled.active .x-icon { |
||||
display: block; |
||||
background: url('images/2x/icon/check_box_disable2.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.check-box-icon.disabled.active .x-icon.hack { |
||||
background: url('images/1x/icon/check_box_disable2.png') no-repeat center center; |
||||
} |
||||
.radio-icon .x-icon { |
||||
display: block; |
||||
background: url('images/2x/icon/radio_normal.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.radio-icon .x-icon.hack { |
||||
background: url('images/1x/icon/radio_normal.png') no-repeat center center; |
||||
} |
||||
.radio-icon:hover .x-icon, |
||||
.radio-icon.hover .x-icon { |
||||
display: block; |
||||
background: url('images/2x/icon/radio_normal.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.radio-icon:hover .x-icon.hack, |
||||
.radio-icon.hover .x-icon.hack { |
||||
background: url('images/1x/icon/radio_normal.png') no-repeat center center; |
||||
} |
||||
.radio-icon:active .x-icon { |
||||
display: block; |
||||
background: url('images/2x/icon/radio_normal.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.radio-icon:active .x-icon.hack { |
||||
background: url('images/1x/icon/radio_normal.png') no-repeat center center; |
||||
} |
||||
.radio-icon.active .x-icon { |
||||
display: block; |
||||
background: url('images/2x/icon/radio_active.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.radio-icon.active .x-icon.hack { |
||||
background: url('images/1x/icon/radio_active.png') no-repeat center center; |
||||
} |
||||
.radio-icon.disabled .x-icon { |
||||
display: block; |
||||
background: url('images/2x/icon/radio_disable.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.radio-icon.disabled .x-icon.hack { |
||||
background: url('images/1x/icon/radio_disable.png') no-repeat center center; |
||||
} |
||||
.radio-icon.disabled.active .x-icon { |
||||
display: block; |
||||
background: url('images/2x/icon/radio_disable2.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.radio-icon.disabled.active .x-icon.hack { |
||||
background: url('images/1x/icon/radio_disable2.png') no-repeat center center; |
||||
} |
||||
.check-half-select-icon .x-icon { |
||||
display: block; |
||||
background: url('images/2x/icon/half_selected.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.check-half-select-icon .x-icon.hack { |
||||
background: url('images/1x/icon/half_selected.png') no-repeat center center; |
||||
} |
||||
.check-half-select-icon.disabled .x-icon { |
||||
display: block; |
||||
background: url('images/2x/icon/half_selected_disable.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.check-half-select-icon.disabled .x-icon.hack { |
||||
background: url('images/1x/icon/half_selected_disable.png') no-repeat center center; |
||||
} |
||||
.slider-icon .x-icon { |
||||
display: block; |
||||
background: url('images/2x/icon/slider_normal_small.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.slider-icon .x-icon.hack { |
||||
background: url('images/1x/icon/slider_normal_small.png') no-repeat center center; |
||||
} |
||||
.slider-icon:hover .x-icon, |
||||
.slider-icon.hover .x-icon { |
||||
display: block; |
||||
background: url('images/2x/icon/slider_active_small.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.slider-icon:hover .x-icon.hack, |
||||
.slider-icon.hover .x-icon.hack { |
||||
background: url('images/1x/icon/slider_active_small.png') no-repeat center center; |
||||
} |
||||
.slider-icon.disabled .x-icon { |
||||
display: block; |
||||
background: url('images/2x/icon/slider_normal_small.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.slider-icon.disabled .x-icon.hack { |
||||
background: url('images/1x/icon/slider_normal_small.png') no-repeat center center; |
||||
} |
||||
.auto-color-icon .x-icon { |
||||
display: block; |
||||
background: url('images/2x/icon/auto_normal.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.auto-color-icon .x-icon.hack { |
||||
background: url('images/1x/icon/auto_normal.png') no-repeat center center; |
||||
} |
||||
.auto-color-icon.active .x-icon { |
||||
display: block; |
||||
background: url('images/2x/icon/auto_select.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.auto-color-icon.active .x-icon.hack { |
||||
background: url('images/1x/icon/auto_select.png') no-repeat center center; |
||||
} |
||||
.auto-color-icon.disabled .x-icon { |
||||
display: block; |
||||
background: url('images/2x/icon/auto_disable.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.auto-color-icon.disabled .x-icon.hack { |
||||
background: url('images/1x/icon/auto_disable.png') no-repeat center center; |
||||
} |
||||
.trans-color-icon .x-icon { |
||||
display: block; |
||||
background: url('images/2x/icon/trans_normal.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.trans-color-icon .x-icon.hack { |
||||
background: url('images/1x/icon/trans_normal.png') no-repeat center center; |
||||
} |
||||
.trans-color-icon.active .x-icon { |
||||
display: block; |
||||
background: url('images/2x/icon/trans_select.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.trans-color-icon.active .x-icon.hack { |
||||
background: url('images/1x/icon/trans_select.png') no-repeat center center; |
||||
} |
||||
.trans-color-icon.disabled .x-icon { |
||||
display: block; |
||||
background: url('images/2x/icon/trans_disable.png') no-repeat center center; |
||||
background-size: contain; |
||||
} |
||||
.trans-color-icon.disabled .x-icon.hack { |
||||
background: url('images/1x/icon/trans_disable.png') no-repeat center center; |
||||
} |
@ -1,18 +0,0 @@
|
||||
.icon-size-12 .b-font { |
||||
font-size: 12px; |
||||
} |
||||
.icon-size-16 .b-font { |
||||
font-size: 16px; |
||||
} |
||||
.icon-size-24 .b-font { |
||||
font-size: 24px; |
||||
} |
||||
.icon-size-40 .b-font { |
||||
font-size: 40px; |
||||
} |
||||
.icon-size-50 .b-font { |
||||
font-size: 50px; |
||||
} |
||||
.icon-size-70 .b-font { |
||||
font-size: 70px; |
||||
} |
@ -1,6 +0,0 @@
|
||||
.bi-theme-dark { |
||||
color: #d6e0dc; |
||||
} |
||||
.bi-theme-dark .bi-input { |
||||
color: #ffffff; |
||||
} |
@ -1,5 +0,0 @@
|
||||
.bi-date-trigger { |
||||
-webkit-border-radius: 2px; |
||||
-moz-border-radius: 2px; |
||||
border-radius: 2px; |
||||
} |
@ -1,6 +0,0 @@
|
||||
.bi-down-list-popup .list-group-item-text { |
||||
max-width: 203px; |
||||
} |
||||
.bi-down-list-popup .bi-down-list-item .list-item-text { |
||||
max-width: 203px; |
||||
} |
@ -1,3 +0,0 @@
|
||||
.bi-dynamic-date-combo .date-font { |
||||
font-size: 16px; |
||||
} |
@ -1,7 +0,0 @@
|
||||
.bi-interactive-arrangement .interactive-arrangement-dragtag-line { |
||||
z-index: 1000000000; |
||||
background-color: #faaa39; |
||||
} |
||||
.bi-interactive-arrangement .interactive-arrangement-dragtag-icon { |
||||
z-index: 1000000000; |
||||
} |
@ -1,7 +0,0 @@
|
||||
.bi-interval-slider-label { |
||||
min-height: 50px; |
||||
} |
||||
|
||||
.bi-interval-slider { |
||||
min-height: 50px; |
||||
} |
@ -1,5 +0,0 @@
|
||||
.bi-month-trigger { |
||||
-webkit-border-radius: 2px; |
||||
-moz-border-radius: 2px; |
||||
border-radius: 2px; |
||||
} |
@ -1,25 +0,0 @@
|
||||
.bi-multilayer-select-tree-combo .trigger-icon-button { |
||||
font-size: 16px; |
||||
} |
||||
.bi-multilayer-select-tree-combo .bi-combo.bi-combo-popup + .bi-trigger-icon-button .x-icon { |
||||
-webkit-transform: rotate(180deg); |
||||
-moz-transform: rotate(180deg); |
||||
transform: rotate(180deg); |
||||
-webkit-transition: transform 0.3s ease; |
||||
-moz-transition: transform 0.3s ease; |
||||
-o-transition: transform 0.3s ease; |
||||
transition: transform 0.3s ease; |
||||
} |
||||
.bi-multilayer-select-tree-combo .bi-combo + .bi-trigger-icon-button .x-icon { |
||||
-webkit-transform: rotate(0deg); |
||||
-moz-transform: rotate(0deg); |
||||
transform: rotate(0deg); |
||||
-webkit-transition: transform 0.3s ease; |
||||
-moz-transition: transform 0.3s ease; |
||||
-o-transition: transform 0.3s ease; |
||||
transition: transform 0.3s ease; |
||||
} |
||||
|
||||
.bi-multilayer-select-level-tree .tree-view { |
||||
min-width: 100%; |
||||
} |
@ -1,25 +0,0 @@
|
||||
.bi-multilayer-single-tree-combo .trigger-icon-button { |
||||
font-size: 16px; |
||||
} |
||||
.bi-multilayer-single-tree-combo .bi-combo.bi-combo-popup + .bi-trigger-icon-button .x-icon { |
||||
-webkit-transform: rotate(180deg); |
||||
-moz-transform: rotate(180deg); |
||||
transform: rotate(180deg); |
||||
-webkit-transition: transform 0.3s ease; |
||||
-moz-transition: transform 0.3s ease; |
||||
-o-transition: transform 0.3s ease; |
||||
transition: transform 0.3s ease; |
||||
} |
||||
.bi-multilayer-single-tree-combo .bi-combo + .bi-trigger-icon-button .x-icon { |
||||
-webkit-transform: rotate(0deg); |
||||
-moz-transform: rotate(0deg); |
||||
transform: rotate(0deg); |
||||
-webkit-transition: transform 0.3s ease; |
||||
-moz-transition: transform 0.3s ease; |
||||
-o-transition: transform 0.3s ease; |
||||
transition: transform 0.3s ease; |
||||
} |
||||
|
||||
.bi-multilayer-single-level-tree .tree-view { |
||||
min-width: 100%; |
||||
} |
@ -1,4 +0,0 @@
|
||||
.bi-multi-select-check-pane .multi-select-check-selected { |
||||
text-decoration: underline; |
||||
} |
||||
|
@ -1,45 +0,0 @@
|
||||
.bi-multi-select-combo .multi-select-trigger-icon-button { |
||||
font-size: 16px; |
||||
} |
||||
.bi-multi-select-combo .bi-combo.bi-combo-popup + .bi-trigger-icon-button .x-icon { |
||||
-webkit-transform: rotate(180deg); |
||||
-moz-transform: rotate(180deg); |
||||
transform: rotate(180deg); |
||||
-webkit-transition: transform 0.3s ease; |
||||
-moz-transition: transform 0.3s ease; |
||||
-o-transition: transform 0.3s ease; |
||||
transition: transform 0.3s ease; |
||||
} |
||||
.bi-multi-select-combo .bi-combo + .bi-trigger-icon-button .x-icon { |
||||
-webkit-transform: rotate(0deg); |
||||
-moz-transform: rotate(0deg); |
||||
transform: rotate(0deg); |
||||
-webkit-transition: transform 0.3s ease; |
||||
-moz-transition: transform 0.3s ease; |
||||
-o-transition: transform 0.3s ease; |
||||
transition: transform 0.3s ease; |
||||
} |
||||
|
||||
.bi-multi-select-insert-combo .multi-select-trigger-icon-button { |
||||
font-size: 16px; |
||||
} |
||||
.bi-multi-select-insert-combo .bi-combo.bi-combo-popup + .bi-trigger-icon-button .x-icon { |
||||
-webkit-transform: rotate(180deg); |
||||
-moz-transform: rotate(180deg); |
||||
transform: rotate(180deg); |
||||
-webkit-transition: transform 0.3s ease; |
||||
-moz-transition: transform 0.3s ease; |
||||
-o-transition: transform 0.3s ease; |
||||
transition: transform 0.3s ease; |
||||
} |
||||
.bi-multi-select-insert-combo .bi-combo + .bi-trigger-icon-button .x-icon { |
||||
-webkit-transform: rotate(0deg); |
||||
-moz-transform: rotate(0deg); |
||||
transform: rotate(0deg); |
||||
-webkit-transition: transform 0.3s ease; |
||||
-moz-transition: transform 0.3s ease; |
||||
-o-transition: transform 0.3s ease; |
||||
transition: transform 0.3s ease; |
||||
} |
||||
|
||||
|
@ -1,3 +0,0 @@
|
||||
.bi-multi-select-search-pane .multi-select-toolbar { |
||||
color: #faaa39; |
||||
} |
@ -1,7 +0,0 @@
|
||||
.bi-multi-select-check-selected-button { |
||||
z-index: 1; |
||||
min-width: 16px; |
||||
-webkit-border-radius: 8px; |
||||
-moz-border-radius: 8px; |
||||
border-radius: 8px; |
||||
} |
@ -1,17 +0,0 @@
|
||||
.bi-multi-select-insert-list .bi-search-editor { |
||||
-moz-border-radius-bottomleft: 0px; |
||||
-webkit-border-bottom-left-radius: 0px; |
||||
-moz-border-radius-bottomright: 0px; |
||||
-webkit-border-bottom-right-radius: 0px; |
||||
border-bottom-right-radius: 0px; |
||||
border-bottom-left-radius: 0px; |
||||
} |
||||
|
||||
.bi-multi-select-list .bi-search-editor { |
||||
-moz-border-radius-bottomleft: 0px; |
||||
-webkit-border-bottom-left-radius: 0px; |
||||
-moz-border-radius-bottomright: 0px; |
||||
-webkit-border-bottom-right-radius: 0px; |
||||
border-bottom-right-radius: 0px; |
||||
border-bottom-left-radius: 0px; |
||||
} |
@ -1,3 +0,0 @@
|
||||
.bi-multi-tree-check-pane .multi-tree-check-selected { |
||||
color: #3685f2; |
||||
} |
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in new issue