|
|
|
@ -1,3 +1,54 @@
|
|
|
|
|
/****添加计算宽度的--运算符直接需要space****/ |
|
|
|
|
/****** common color(常用颜色,可用于普遍场景) *****/ |
|
|
|
|
/**** custom color(自定义颜色,用于特定场景) ****/ |
|
|
|
|
html, |
|
|
|
|
body, |
|
|
|
|
div, |
|
|
|
|
ul, |
|
|
|
|
li, |
|
|
|
|
img, |
|
|
|
|
a, |
|
|
|
|
span, |
|
|
|
|
p, |
|
|
|
|
* { |
|
|
|
|
margin: 0; |
|
|
|
|
padding: 0; |
|
|
|
|
} |
|
|
|
|
a { |
|
|
|
|
outline: none; |
|
|
|
|
text-decoration: none; |
|
|
|
|
} |
|
|
|
|
a:focus { |
|
|
|
|
outline: 0; |
|
|
|
|
} |
|
|
|
|
input, |
|
|
|
|
textarea { |
|
|
|
|
margin: 0; |
|
|
|
|
padding: 0; |
|
|
|
|
outline: none; |
|
|
|
|
border: 1px solid #d4dadd; |
|
|
|
|
} |
|
|
|
|
.bi-theme-dark input, |
|
|
|
|
.bi-theme-dark textarea { |
|
|
|
|
border: 1px solid #525466; |
|
|
|
|
} |
|
|
|
|
ul, |
|
|
|
|
ol { |
|
|
|
|
margin: 0; |
|
|
|
|
padding: 0; |
|
|
|
|
} |
|
|
|
|
ul { |
|
|
|
|
list-style: disc; |
|
|
|
|
} |
|
|
|
|
li { |
|
|
|
|
list-style-type: none; |
|
|
|
|
} |
|
|
|
|
i { |
|
|
|
|
font-style: normal; |
|
|
|
|
-webkit-font-smoothing: antialiased; |
|
|
|
|
-webkit-text-stroke-width: 0.2px; |
|
|
|
|
-moz-osx-font-smoothing: grayscale; |
|
|
|
|
} |
|
|
|
|
@charset "UTF-8"; |
|
|
|
|
/*! |
|
|
|
|
* animate.css -http://daneden.me/animate |
|
|
|
@ -3027,6 +3078,11 @@
|
|
|
|
|
background-color: transparent !important; |
|
|
|
|
color: #cccccc !important; |
|
|
|
|
} |
|
|
|
|
.bi-list-item.disabled .bi-high-light, |
|
|
|
|
.bi-list-item.disabled:hover .bi-high-light, |
|
|
|
|
.bi-list-item.disabled:active .bi-high-light { |
|
|
|
|
color: #cccccc !important; |
|
|
|
|
} |
|
|
|
|
.bi-theme-dark .bi-list-item:hover, |
|
|
|
|
.bi-theme-dark .bi-list-item.hover { |
|
|
|
|
background-color: #191b2b; |
|
|
|
@ -3038,6 +3094,11 @@
|
|
|
|
|
background-color: transparent !important; |
|
|
|
|
color: #666666 !important; |
|
|
|
|
} |
|
|
|
|
.bi-theme-dark .bi-list-item.disabled .bi-high-light, |
|
|
|
|
.bi-theme-dark .bi-list-item.disabled:hover .bi-high-light, |
|
|
|
|
.bi-theme-dark .bi-list-item.disabled:active .bi-high-light { |
|
|
|
|
color: #666666 !important; |
|
|
|
|
} |
|
|
|
|
.bi-list-item-simple:hover, |
|
|
|
|
.bi-list-item-simple.hover { |
|
|
|
|
color: #1a1a1a; |
|
|
|
@ -3047,6 +3108,11 @@
|
|
|
|
|
.bi-list-item-simple.disabled:active { |
|
|
|
|
color: #cccccc !important; |
|
|
|
|
} |
|
|
|
|
.bi-list-item-simple.disabled .bi-high-light, |
|
|
|
|
.bi-list-item-simple.disabled:hover .bi-high-light, |
|
|
|
|
.bi-list-item-simple.disabled:active .bi-high-light { |
|
|
|
|
color: #cccccc !important; |
|
|
|
|
} |
|
|
|
|
.bi-theme-dark .bi-list-item-simple:hover, |
|
|
|
|
.bi-theme-dark .bi-list-item-simple.hover { |
|
|
|
|
color: #ffffff; |
|
|
|
@ -3056,6 +3122,11 @@
|
|
|
|
|
.bi-theme-dark .bi-list-item-simple.disabled:active { |
|
|
|
|
color: #666666 !important; |
|
|
|
|
} |
|
|
|
|
.bi-theme-dark .bi-list-item-simple.disabled .bi-high-light, |
|
|
|
|
.bi-theme-dark .bi-list-item-simple.disabled:hover .bi-high-light, |
|
|
|
|
.bi-theme-dark .bi-list-item-simple.disabled:active .bi-high-light { |
|
|
|
|
color: #666666 !important; |
|
|
|
|
} |
|
|
|
|
.bi-list-item-effect:hover { |
|
|
|
|
color: #1a1a1a; |
|
|
|
|
} |
|
|
|
@ -3068,6 +3139,11 @@
|
|
|
|
|
.bi-list-item-effect.disabled:active { |
|
|
|
|
color: #cccccc !important; |
|
|
|
|
} |
|
|
|
|
.bi-list-item-effect.disabled .bi-high-light, |
|
|
|
|
.bi-list-item-effect.disabled:hover .bi-high-light, |
|
|
|
|
.bi-list-item-effect.disabled:active .bi-high-light { |
|
|
|
|
color: #cccccc !important; |
|
|
|
|
} |
|
|
|
|
.bi-theme-dark .bi-list-item-effect:hover { |
|
|
|
|
color: #ffffff; |
|
|
|
|
} |
|
|
|
@ -3081,6 +3157,11 @@
|
|
|
|
|
background-color: transparent !important; |
|
|
|
|
color: #666666 !important; |
|
|
|
|
} |
|
|
|
|
.bi-theme-dark .bi-list-item-effect.disabled .bi-high-light, |
|
|
|
|
.bi-theme-dark .bi-list-item-effect.disabled:hover .bi-high-light, |
|
|
|
|
.bi-theme-dark .bi-list-item-effect.disabled:active .bi-high-light { |
|
|
|
|
color: #666666 !important; |
|
|
|
|
} |
|
|
|
|
.bi-list-item-hover:hover, |
|
|
|
|
.bi-list-item-hover.hover { |
|
|
|
|
color: #3f8ce8; |
|
|
|
@ -3092,6 +3173,11 @@
|
|
|
|
|
color: #cccccc !important; |
|
|
|
|
background-color: transparent !important; |
|
|
|
|
} |
|
|
|
|
.bi-list-item-hover.disabled .bi-high-light, |
|
|
|
|
.bi-list-item-hover.disabled:hover .bi-high-light, |
|
|
|
|
.bi-list-item-hover.disabled:active .bi-high-light { |
|
|
|
|
color: #cccccc !important; |
|
|
|
|
} |
|
|
|
|
.bi-theme-dark .bi-list-item-hover:hover, |
|
|
|
|
.bi-theme-dark .bi-list-item-hover.hover { |
|
|
|
|
color: #3f8ce8; |
|
|
|
@ -3103,6 +3189,11 @@
|
|
|
|
|
background-color: transparent !important; |
|
|
|
|
color: #666666 !important; |
|
|
|
|
} |
|
|
|
|
.bi-theme-dark .bi-list-item-hover.disabled .bi-high-light, |
|
|
|
|
.bi-theme-dark .bi-list-item-hover.disabled:hover .bi-high-light, |
|
|
|
|
.bi-theme-dark .bi-list-item-hover.disabled:active .bi-high-light { |
|
|
|
|
color: #666666 !important; |
|
|
|
|
} |
|
|
|
|
.bi-list-item-active:hover, |
|
|
|
|
.bi-list-item-active.hover { |
|
|
|
|
color: #1a1a1a; |
|
|
|
@ -3119,6 +3210,11 @@
|
|
|
|
|
background-color: transparent !important; |
|
|
|
|
color: #cccccc !important; |
|
|
|
|
} |
|
|
|
|
.bi-list-item-active.disabled .bi-high-light, |
|
|
|
|
.bi-list-item-active.disabled:hover .bi-high-light, |
|
|
|
|
.bi-list-item-active.disabled:active .bi-high-light { |
|
|
|
|
color: #cccccc !important; |
|
|
|
|
} |
|
|
|
|
.bi-theme-dark .bi-list-item-active:hover, |
|
|
|
|
.bi-theme-dark .bi-list-item-active.hover { |
|
|
|
|
background-color: #191b2b; |
|
|
|
@ -3135,6 +3231,11 @@
|
|
|
|
|
background-color: transparent !important; |
|
|
|
|
color: #666666 !important; |
|
|
|
|
} |
|
|
|
|
.bi-theme-dark .bi-list-item-active.disabled .bi-high-light, |
|
|
|
|
.bi-theme-dark .bi-list-item-active.disabled:hover .bi-high-light, |
|
|
|
|
.bi-theme-dark .bi-list-item-active.disabled:active .bi-high-light { |
|
|
|
|
color: #666666 !important; |
|
|
|
|
} |
|
|
|
|
.bi-list-item-select:hover, |
|
|
|
|
.bi-list-item-select.hover { |
|
|
|
|
color: #3f8ce8; |
|
|
|
@ -3163,7 +3264,7 @@
|
|
|
|
|
.bi-theme-dark .bi-list-item-select:hover, |
|
|
|
|
.bi-theme-dark .bi-list-item-select.hover { |
|
|
|
|
color: #3f8ce8; |
|
|
|
|
background-color: #eff1f4; |
|
|
|
|
background-color: #191b2b; |
|
|
|
|
} |
|
|
|
|
.bi-theme-dark .bi-list-item-select:active, |
|
|
|
|
.bi-theme-dark .bi-list-item-select.active { |
|
|
|
@ -3185,6 +3286,26 @@
|
|
|
|
|
.bi-theme-dark .bi-list-item-select.disabled:active .bi-high-light { |
|
|
|
|
color: #666666 !important; |
|
|
|
|
} |
|
|
|
|
.bi-list-item-choose:active, |
|
|
|
|
.bi-list-item-choose.active { |
|
|
|
|
color: #ffffff; |
|
|
|
|
background-color: #3f8ce8; |
|
|
|
|
} |
|
|
|
|
.bi-list-item-choose:active .bi-high-light, |
|
|
|
|
.bi-list-item-choose.active .bi-high-light { |
|
|
|
|
color: #ffffff; |
|
|
|
|
} |
|
|
|
|
.bi-list-item-choose.disabled, |
|
|
|
|
.bi-list-item-choose.disabled:hover, |
|
|
|
|
.bi-list-item-choose.disabled:active { |
|
|
|
|
color: #cccccc !important; |
|
|
|
|
background-color: transparent !important; |
|
|
|
|
} |
|
|
|
|
.bi-list-item-choose.disabled .bi-high-light, |
|
|
|
|
.bi-list-item-choose.disabled:hover .bi-high-light, |
|
|
|
|
.bi-list-item-choose.disabled:active .bi-high-light { |
|
|
|
|
color: #cccccc !important; |
|
|
|
|
} |
|
|
|
|
/*****************cursor*****************/ |
|
|
|
|
.cursor-pointer { |
|
|
|
|
cursor: pointer; |
|
|
|
|