|
@@ -250,4 +250,55 @@ div::-webkit-scrollbar-track {
|
|
|
display: none !important;
|
|
|
}
|
|
|
|
|
|
-/* -----------中图弹窗------------ */
|
|
|
+/* -----------中图弹窗------------ */
|
|
|
+
|
|
|
+
|
|
|
+.el-cascader-node {
|
|
|
+ color: #fff !important;
|
|
|
+}
|
|
|
+
|
|
|
+.el-cascader-node:hover {
|
|
|
+ color: #fff !important;
|
|
|
+ background-color: rgba(255, 255, 255, 0.35) !important;
|
|
|
+}
|
|
|
+
|
|
|
+.el-cascader-node:not(.is-disabled):focus {
|
|
|
+ background-color: rgba(4, 28, 50, 0.5) !important;
|
|
|
+}
|
|
|
+
|
|
|
+.el-checkbox__input>.el-checkbox__inner {
|
|
|
+ border: 1px solid #96a9b7;
|
|
|
+ background-color: rgba(4, 28, 50, 0.6);
|
|
|
+}
|
|
|
+
|
|
|
+.el-select-dropdown__item {
|
|
|
+ color: #fff !important;
|
|
|
+ font-weight: 300;
|
|
|
+}
|
|
|
+
|
|
|
+.el-select-dropdown__item.hover,
|
|
|
+.el-select-dropdown__item:hover {
|
|
|
+ color: #fff !important;
|
|
|
+ background-color: rgba(255, 255, 255, 0.35) !important;
|
|
|
+}
|
|
|
+
|
|
|
+.el-select-dropdown {
|
|
|
+ color: #fff !important;
|
|
|
+ background-color: rgba(4, 28, 50, 0.5) !important;
|
|
|
+ border: 1px solid rgba(15, 122, 200, 0.4) !important;
|
|
|
+}
|
|
|
+
|
|
|
+.el-cascader__dropdown,
|
|
|
+.el-picker-panel,
|
|
|
+.el-picker-panel__footer {
|
|
|
+ color: #fff !important;
|
|
|
+ background-color: rgba(4, 28, 50, 0.5) !important;
|
|
|
+ border: 1px solid rgba(15, 122, 200, 0.4) !important;
|
|
|
+}
|
|
|
+
|
|
|
+.el-cascader--mini {
|
|
|
+ right: 0px !important;
|
|
|
+}
|
|
|
+.el-radio__inner{
|
|
|
+ background-color: transparent !important;
|
|
|
+}
|