|
|
@ -2197,7 +2197,7 @@ li.CodeMirror-hint-active { |
|
|
|
.bi-direction-pager .direction-pager-next { |
|
|
|
.bi-direction-pager .direction-pager-next { |
|
|
|
font-size: 16px; |
|
|
|
font-size: 16px; |
|
|
|
} |
|
|
|
} |
|
|
|
.bi-text-toolbar .text-toolbar-button { |
|
|
|
.bi-rich-editor-text-toolbar .text-toolbar-button { |
|
|
|
font-size: 16px; |
|
|
|
font-size: 16px; |
|
|
|
} |
|
|
|
} |
|
|
|
/****** common color(常用颜色,可用于普遍场景) *****/ |
|
|
|
/****** common color(常用颜色,可用于普遍场景) *****/ |
|
|
@ -3285,39 +3285,8 @@ li.CodeMirror-hint-active { |
|
|
|
box-sizing: border-box; |
|
|
|
box-sizing: border-box; |
|
|
|
/*W3C标准(IE9+,Safari5.1+,Chrome10.0+,Opera10.6+都符合box-sizing的w3c标准语法)*/ |
|
|
|
/*W3C标准(IE9+,Safari5.1+,Chrome10.0+,Opera10.6+都符合box-sizing的w3c标准语法)*/ |
|
|
|
} |
|
|
|
} |
|
|
|
/****添加计算宽度的--运算符直接需要space****/ |
|
|
|
|
|
|
|
/****** common color(常用颜色,可用于普遍场景) *****/ |
|
|
|
/****** common color(常用颜色,可用于普遍场景) *****/ |
|
|
|
/**** custom color(自定义颜色,用于特定场景) ****/ |
|
|
|
/**** custom color(自定义颜色,用于特定场景) ****/ |
|
|
|
.bi-single-slider-slider .slider-button { |
|
|
|
|
|
|
|
cursor: url('images/1x/cursor/cursor_drag_slider.cur'), auto; |
|
|
|
|
|
|
|
-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); |
|
|
|
|
|
|
|
-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); |
|
|
|
|
|
|
|
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); |
|
|
|
|
|
|
|
-webkit-border-radius: 7px; |
|
|
|
|
|
|
|
-moz-border-radius: 7px; |
|
|
|
|
|
|
|
border-radius: 7px; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.bi-slider-track .gray-track { |
|
|
|
|
|
|
|
background-color: rgba(153, 153, 153, 0.3); |
|
|
|
|
|
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4d999999,endColorstr=#4d999999); |
|
|
|
|
|
|
|
-webkit-border-radius: 3px; |
|
|
|
|
|
|
|
-moz-border-radius: 3px; |
|
|
|
|
|
|
|
border-radius: 3px; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.bi-slider-track .blue-track { |
|
|
|
|
|
|
|
-webkit-border-radius: 3px; |
|
|
|
|
|
|
|
-moz-border-radius: 3px; |
|
|
|
|
|
|
|
border-radius: 3px; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
/****** common color(常用颜色,可用于普遍场景) *****/ |
|
|
|
|
|
|
|
/**** custom color(自定义颜色,用于特定场景) ****/ |
|
|
|
|
|
|
|
.bi-slider .bi-slider-track { |
|
|
|
|
|
|
|
background-color: rgba(153, 153, 153, 0.3); |
|
|
|
|
|
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4d999999,endColorstr=#4d999999); |
|
|
|
|
|
|
|
-webkit-border-radius: 3px; |
|
|
|
|
|
|
|
-moz-border-radius: 3px; |
|
|
|
|
|
|
|
border-radius: 3px; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.bi-param-time-interval.time-error .bi-input { |
|
|
|
.bi-param-time-interval.time-error .bi-input { |
|
|
|
color: #e85050; |
|
|
|
color: #e85050; |
|
|
|
} |
|
|
|
} |
|
|
@ -3486,6 +3455,10 @@ textarea::-webkit-scrollbar-thumb:hover { |
|
|
|
|
|
|
|
|
|
|
|
/* iOS 4.1- */ |
|
|
|
/* iOS 4.1- */ |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
@font-face { |
|
|
|
|
|
|
|
font-family: 'bi'; |
|
|
|
|
|
|
|
src: url('https://fanruan.coding.me/fineui/dist/font/iconfont.eot') /* IE6-IE8 */; |
|
|
|
|
|
|
|
} |
|
|
|
.b-font { |
|
|
|
.b-font { |
|
|
|
font-family: "bi"; |
|
|
|
font-family: "bi"; |
|
|
|
font-style: normal; |
|
|
|
font-style: normal; |
|
|
@ -4212,6 +4185,114 @@ textarea::-webkit-scrollbar-thumb:hover { |
|
|
|
content: "\e636"; |
|
|
|
content: "\e636"; |
|
|
|
color: inherit; |
|
|
|
color: inherit; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
.text-bold-font .b-font { |
|
|
|
|
|
|
|
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.text-bold-font .b-font:before { |
|
|
|
|
|
|
|
content: "\e64d"; |
|
|
|
|
|
|
|
color: inherit; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.text-bold-font.native .b-font:before, |
|
|
|
|
|
|
|
.text-bold-font.disabled .b-font:before { |
|
|
|
|
|
|
|
content: "\e64d"; |
|
|
|
|
|
|
|
color: inherit; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.text-italic-font .b-font { |
|
|
|
|
|
|
|
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.text-italic-font .b-font:before { |
|
|
|
|
|
|
|
content: "\e656"; |
|
|
|
|
|
|
|
color: inherit; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.text-italic-font.native .b-font:before, |
|
|
|
|
|
|
|
.text-italic-font.disabled .b-font:before { |
|
|
|
|
|
|
|
content: "\e656"; |
|
|
|
|
|
|
|
color: inherit; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.text-underline-font .b-font { |
|
|
|
|
|
|
|
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.text-underline-font .b-font:before { |
|
|
|
|
|
|
|
content: "\e650"; |
|
|
|
|
|
|
|
color: inherit; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.text-underline-font.native .b-font:before, |
|
|
|
|
|
|
|
.text-underline-font.disabled .b-font:before { |
|
|
|
|
|
|
|
content: "\e650"; |
|
|
|
|
|
|
|
color: inherit; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.text-color-font .b-font { |
|
|
|
|
|
|
|
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.text-color-font .b-font:before { |
|
|
|
|
|
|
|
content: "\e69c"; |
|
|
|
|
|
|
|
color: inherit; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.text-color-font.native .b-font:before, |
|
|
|
|
|
|
|
.text-color-font.disabled .b-font:before { |
|
|
|
|
|
|
|
content: "\e69c"; |
|
|
|
|
|
|
|
color: inherit; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.text-background-font .b-font { |
|
|
|
|
|
|
|
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.text-background-font .b-font:before { |
|
|
|
|
|
|
|
content: "\e696"; |
|
|
|
|
|
|
|
color: inherit; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.text-background-font.native .b-font:before, |
|
|
|
|
|
|
|
.text-background-font.disabled .b-font:before { |
|
|
|
|
|
|
|
content: "\e696"; |
|
|
|
|
|
|
|
color: inherit; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.text-color-underline-font .b-font { |
|
|
|
|
|
|
|
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.text-color-underline-font .b-font:before { |
|
|
|
|
|
|
|
content: "\e69d"; |
|
|
|
|
|
|
|
color: inherit; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.text-color-underline-font.native .b-font:before, |
|
|
|
|
|
|
|
.text-color-underline-font.disabled .b-font:before { |
|
|
|
|
|
|
|
content: "\e69d"; |
|
|
|
|
|
|
|
color: inherit; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.text-align-left-font .b-font { |
|
|
|
|
|
|
|
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.text-align-left-font .b-font:before { |
|
|
|
|
|
|
|
content: "\e654"; |
|
|
|
|
|
|
|
color: inherit; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.text-align-left-font.native .b-font:before, |
|
|
|
|
|
|
|
.text-align-left-font.disabled .b-font:before { |
|
|
|
|
|
|
|
content: "\e654"; |
|
|
|
|
|
|
|
color: inherit; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.text-align-center-font .b-font { |
|
|
|
|
|
|
|
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.text-align-center-font .b-font:before { |
|
|
|
|
|
|
|
content: "\e64f"; |
|
|
|
|
|
|
|
color: inherit; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.text-align-center-font.native .b-font:before, |
|
|
|
|
|
|
|
.text-align-center-font.disabled .b-font:before { |
|
|
|
|
|
|
|
content: "\e64f"; |
|
|
|
|
|
|
|
color: inherit; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.text-align-right-font .b-font { |
|
|
|
|
|
|
|
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.text-align-right-font .b-font:before { |
|
|
|
|
|
|
|
content: "\e651"; |
|
|
|
|
|
|
|
color: inherit; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.text-align-right-font.native .b-font:before, |
|
|
|
|
|
|
|
.text-align-right-font.disabled .b-font:before { |
|
|
|
|
|
|
|
content: "\e651"; |
|
|
|
|
|
|
|
color: inherit; |
|
|
|
|
|
|
|
} |
|
|
|
.tree-collapse-icon-type1 .x-icon, |
|
|
|
.tree-collapse-icon-type1 .x-icon, |
|
|
|
.tree-collapse-icon-type1:hover .x-icon, |
|
|
|
.tree-collapse-icon-type1:hover .x-icon, |
|
|
|
.tree-collapse-icon-type1:active .x-icon { |
|
|
|
.tree-collapse-icon-type1:active .x-icon { |
|
|
|