|
|
@ -360,23 +360,23 @@ textarea { |
|
|
|
} |
|
|
|
} |
|
|
|
.bi-header-background { |
|
|
|
.bi-header-background { |
|
|
|
background-color: #F2F4F7; |
|
|
|
background-color: #F2F4F7; |
|
|
|
color: #3d4d66; |
|
|
|
color: #647185; |
|
|
|
} |
|
|
|
} |
|
|
|
.bi-header-background .bi-input { |
|
|
|
.bi-header-background .bi-input { |
|
|
|
color: #3d4d66; |
|
|
|
color: #647185; |
|
|
|
} |
|
|
|
} |
|
|
|
.bi-header-background .bi-textarea { |
|
|
|
.bi-header-background .bi-textarea { |
|
|
|
color: #3d4d66; |
|
|
|
color: #647185; |
|
|
|
} |
|
|
|
} |
|
|
|
.bi-theme-dark .bi-header-background { |
|
|
|
.bi-theme-dark .bi-header-background { |
|
|
|
background-color: #2F3149; |
|
|
|
background-color: #2F3149; |
|
|
|
color: #d6e0dc; |
|
|
|
color: #afb7c6; |
|
|
|
} |
|
|
|
} |
|
|
|
.bi-theme-dark .bi-header-background .bi-input { |
|
|
|
.bi-theme-dark .bi-header-background .bi-input { |
|
|
|
color: #d6e0dc; |
|
|
|
color: #afb7c6; |
|
|
|
} |
|
|
|
} |
|
|
|
.bi-theme-dark .bi-header-background .bi-textarea { |
|
|
|
.bi-theme-dark .bi-header-background .bi-textarea { |
|
|
|
color: #d6e0dc; |
|
|
|
color: #afb7c6; |
|
|
|
} |
|
|
|
} |
|
|
|
.bi-card { |
|
|
|
.bi-card { |
|
|
|
background-color: #ffffff; |
|
|
|
background-color: #ffffff; |
|
|
@ -437,6 +437,24 @@ textarea { |
|
|
|
.bi-theme-dark .bi-border { |
|
|
|
.bi-theme-dark .bi-border { |
|
|
|
border: 1px solid #2F3149; |
|
|
|
border: 1px solid #2F3149; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
.bi-font-helvetica-neue { |
|
|
|
|
|
|
|
font-family: "Helvetica Neue", Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", Heiti, serif; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.bi-font-arial { |
|
|
|
|
|
|
|
font-family: Arial, "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", Heiti, serif; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.bi-font-PingFang { |
|
|
|
|
|
|
|
font-family: "PingFang SC", "Helvetica Neue", Arial, "Hiragino Sans GB", "Microsoft YaHei", Heiti, serif; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.bi-font-hiragino-sans { |
|
|
|
|
|
|
|
font-family: "Hiragino Sans GB", "Helvetica Neue", Arial, "PingFang SC", "Microsoft YaHei", Heiti, serif; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.bi-font-microsoft-yaHei { |
|
|
|
|
|
|
|
font-family: "Microsoft YaHei", "Helvetica Neue", Arial, "PingFang SC", "Hiragino Sans GB", Heiti, serif; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.bi-font-heiti { |
|
|
|
|
|
|
|
font-family: Heiti, "Helvetica Neue", Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", serif; |
|
|
|
|
|
|
|
} |
|
|
|
.bi-border-radius { |
|
|
|
.bi-border-radius { |
|
|
|
-webkit-border-radius: 2px; |
|
|
|
-webkit-border-radius: 2px; |
|
|
|
-moz-border-radius: 2px; |
|
|
|
-moz-border-radius: 2px; |
|
|
@ -3714,7 +3732,8 @@ ul.ztree.zTreeDragUL { |
|
|
|
left: -8px; |
|
|
|
left: -8px; |
|
|
|
} |
|
|
|
} |
|
|
|
.bi-slider-track .gray-track { |
|
|
|
.bi-slider-track .gray-track { |
|
|
|
background-color: #F2F4F7; |
|
|
|
background-color: rgba(61, 77, 102, 0.1); |
|
|
|
|
|
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#1a3d4d66,endColorstr=#1a3d4d66); |
|
|
|
-webkit-border-radius: 3px; |
|
|
|
-webkit-border-radius: 3px; |
|
|
|
-moz-border-radius: 3px; |
|
|
|
-moz-border-radius: 3px; |
|
|
|
border-radius: 3px; |
|
|
|
border-radius: 3px; |
|
|
@ -3730,6 +3749,19 @@ ul.ztree.zTreeDragUL { |
|
|
|
-moz-border-radius: 3px; |
|
|
|
-moz-border-radius: 3px; |
|
|
|
border-radius: 3px; |
|
|
|
border-radius: 3px; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
.bi-theme-dark .bi-slider-track .gray-track { |
|
|
|
|
|
|
|
background-color: rgba(214, 224, 220, 0.1); |
|
|
|
|
|
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#1ad6e0dc,endColorstr=#1ad6e0dc); |
|
|
|
|
|
|
|
-webkit-border-radius: 3px; |
|
|
|
|
|
|
|
-moz-border-radius: 3px; |
|
|
|
|
|
|
|
border-radius: 3px; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.bi-theme-dark .bi-slider-track .disabled-blue-track { |
|
|
|
|
|
|
|
background-color: #606479; |
|
|
|
|
|
|
|
-webkit-border-radius: 3px; |
|
|
|
|
|
|
|
-moz-border-radius: 3px; |
|
|
|
|
|
|
|
border-radius: 3px; |
|
|
|
|
|
|
|
} |
|
|
|
.bi-date-interval.time-error .bi-input { |
|
|
|
.bi-date-interval.time-error .bi-input { |
|
|
|
color: #ff4949; |
|
|
|
color: #ff4949; |
|
|
|
} |
|
|
|
} |
|
|
@ -3793,7 +3825,7 @@ body { |
|
|
|
-o-user-select: none; |
|
|
|
-o-user-select: none; |
|
|
|
user-select: none; |
|
|
|
user-select: none; |
|
|
|
color: #3d4d66; |
|
|
|
color: #3d4d66; |
|
|
|
font: normal 12px "Microsoft YaHei", "Hiragino Sans GB W3"; |
|
|
|
font: normal 12px "Helvetica Neue", Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", Heiti; |
|
|
|
-webkit-font-smoothing: antialiased; |
|
|
|
-webkit-font-smoothing: antialiased; |
|
|
|
-moz-osx-font-smoothing: grayscale; |
|
|
|
-moz-osx-font-smoothing: grayscale; |
|
|
|
text-decoration: none; |
|
|
|
text-decoration: none; |
|
|
|