|
|
|
@ -360,23 +360,23 @@ textarea {
|
|
|
|
|
} |
|
|
|
|
.bi-header-background { |
|
|
|
|
background-color: #F2F4F7; |
|
|
|
|
color: #3d4d66; |
|
|
|
|
color: #647185; |
|
|
|
|
} |
|
|
|
|
.bi-header-background .bi-input { |
|
|
|
|
color: #3d4d66; |
|
|
|
|
color: #647185; |
|
|
|
|
} |
|
|
|
|
.bi-header-background .bi-textarea { |
|
|
|
|
color: #3d4d66; |
|
|
|
|
color: #647185; |
|
|
|
|
} |
|
|
|
|
.bi-theme-dark .bi-header-background { |
|
|
|
|
background-color: #2F3149; |
|
|
|
|
color: #d6e0dc; |
|
|
|
|
color: #afb7c6; |
|
|
|
|
} |
|
|
|
|
.bi-theme-dark .bi-header-background .bi-input { |
|
|
|
|
color: #d6e0dc; |
|
|
|
|
color: #afb7c6; |
|
|
|
|
} |
|
|
|
|
.bi-theme-dark .bi-header-background .bi-textarea { |
|
|
|
|
color: #d6e0dc; |
|
|
|
|
color: #afb7c6; |
|
|
|
|
} |
|
|
|
|
.bi-card { |
|
|
|
|
background-color: #ffffff; |
|
|
|
@ -437,6 +437,24 @@ textarea {
|
|
|
|
|
.bi-theme-dark .bi-border { |
|
|
|
|
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 { |
|
|
|
|
-webkit-border-radius: 2px; |
|
|
|
|
-moz-border-radius: 2px; |
|
|
|
@ -3793,7 +3811,7 @@ body {
|
|
|
|
|
-o-user-select: none; |
|
|
|
|
user-select: none; |
|
|
|
|
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; |
|
|
|
|
-moz-osx-font-smoothing: grayscale; |
|
|
|
|
text-decoration: none; |
|
|
|
|