Lin_Ye_Fang_Huo/public/widgets/plotAttr/css/plot.css

633 lines
9.6 KiB
CSS
Raw Normal View History

2023-07-08 15:37:34 +08:00
/* 2017-7-20 21:21:23 | 修改 木遥(微信: http://marsgis.cn/weixin.html */
/*init*/
2023-07-18 09:04:15 +08:00
2023-07-08 15:37:34 +08:00
html, body, div, ol, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, input, button, textarea, p, span, table, th, td, from {
2023-07-18 09:04:15 +08:00
margin: 0;
padding: 0
2023-07-08 15:37:34 +08:00
}
2023-07-18 09:04:15 +08:00
2023-07-08 15:37:34 +08:00
body, input, button, select, textarea {
2023-07-18 09:04:15 +08:00
font: 14px/22px "Microsoft Yahei", "Helvetica Neue";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-moz-font-feature-settings: "liga", "kern"
2023-07-08 15:37:34 +08:00
}
2023-07-18 09:04:15 +08:00
2023-07-08 15:37:34 +08:00
/*scrollbar*/
2023-07-18 09:04:15 +08:00
2023-07-08 15:37:34 +08:00
body, html {
2023-07-18 09:04:15 +08:00
scrollbar-base-color: #f4f7fc;
scrollbar-track-color: #f4f7fc;
scrollbar-face-color: #797979;
scrollbar-arrow-color: #f4f7fc;
scrollbar-shadow-color: #f4f7fc;
scrollbar-3dlight-color: #f4f7fc;
scrollbar-highlight-color: #f4f7fc;
scrollbar-darkshadow-color: #f4f7fc;
2023-07-08 15:37:34 +08:00
}
2023-07-18 09:04:15 +08:00
2023-07-08 15:37:34 +08:00
::-webkit-scrollbar-button {
2023-07-18 09:04:15 +08:00
height: 0;
width: 0;
display: none
2023-07-08 15:37:34 +08:00
}
2023-07-18 09:04:15 +08:00
2023-07-08 15:37:34 +08:00
::-webkit-scrollbar-track {
2023-07-18 09:04:15 +08:00
background: transparent
2023-07-08 15:37:34 +08:00
}
2023-07-18 09:04:15 +08:00
2023-07-08 15:37:34 +08:00
::-webkit-scrollbar-track, ::-webkit-scrollbar-thumb {
2023-07-18 09:04:15 +08:00
border: 0
2023-07-08 15:37:34 +08:00
}
2023-07-18 09:04:15 +08:00
2023-07-08 15:37:34 +08:00
::-webkit-scrollbar {
2023-07-18 09:04:15 +08:00
height: 6px;
width: 6px;
background: transparent;
border-radius: 4px
2023-07-08 15:37:34 +08:00
}
2023-07-18 09:04:15 +08:00
2023-07-08 15:37:34 +08:00
::-webkit-scrollbar-thumb {
2023-07-18 09:04:15 +08:00
padding-top: 100px;
-webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, .1), inset -1px -1px 0 rgba(0, 0, 0, .07);
background-color: #797979;
min-height: 28px;
border-radius: 4px;
background-clip: padding-box
2023-07-08 15:37:34 +08:00
}
2023-07-18 09:04:15 +08:00
2023-07-08 15:37:34 +08:00
::-webkit-scrollbar-track, ::-webkit-scrollbar-thumb {
2023-07-18 09:04:15 +08:00
border: 0
2023-07-08 15:37:34 +08:00
}
2023-07-18 09:04:15 +08:00
2023-07-08 15:37:34 +08:00
::-webkit-scrollbar-thumb:hover {
2023-07-18 09:04:15 +08:00
-webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .25);
background-color: rgba(0, 0, 0, .4)
2023-07-08 15:37:34 +08:00
}
2023-07-18 09:04:15 +08:00
2023-07-08 15:37:34 +08:00
::-webkit-scrollbar-thumb:active {
2023-07-18 09:04:15 +08:00
-webkit-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, .35);
background-color: rgba(0, 0, 0, .5)
2023-07-08 15:37:34 +08:00
}
2023-07-18 09:04:15 +08:00
2023-07-08 15:37:34 +08:00
table {
2023-07-18 09:04:15 +08:00
border-collapse: collapse;
border-spacing: 0
2023-07-08 15:37:34 +08:00
}
2023-07-18 09:04:15 +08:00
2023-07-08 15:37:34 +08:00
img, a img {
2023-07-18 09:04:15 +08:00
border: 0
2023-07-08 15:37:34 +08:00
}
2023-07-18 09:04:15 +08:00
2023-07-08 15:37:34 +08:00
a {
2023-07-18 09:04:15 +08:00
color: inherit;
outline: medium none;
text-decoration: none;
outline: none;
cursor: pointer;
transition: all 0.5s ease
2023-07-08 15:37:34 +08:00
}
2023-07-18 09:04:15 +08:00
2023-07-08 15:37:34 +08:00
a:hover {
2023-07-18 09:04:15 +08:00
text-decoration: none
2023-07-08 15:37:34 +08:00
}
2023-07-18 09:04:15 +08:00
2023-07-08 15:37:34 +08:00
ol, ul, li, dl, dt, dd {
2023-07-18 09:04:15 +08:00
list-style: none
2023-07-08 15:37:34 +08:00
}
2023-07-18 09:04:15 +08:00
2023-07-08 15:37:34 +08:00
em, cite, i {
2023-07-18 09:04:15 +08:00
font-style: normal
2023-07-08 15:37:34 +08:00
}
2023-07-18 09:04:15 +08:00
2023-07-08 15:37:34 +08:00
p {
2023-07-18 09:04:15 +08:00
word-break: break-all;
text-align: justify;
text-justify: distribute-all-lines;
text-justify: inter-ideograph;
word-break: normal
2023-07-08 15:37:34 +08:00
}
2023-07-18 09:04:15 +08:00
2023-07-08 15:37:34 +08:00
input:focus, textarea:focus {
2023-07-18 09:04:15 +08:00
outline: none
2023-07-08 15:37:34 +08:00
}
2023-07-18 09:04:15 +08:00
2023-07-08 15:37:34 +08:00
input::-ms-clear {
2023-07-18 09:04:15 +08:00
display: none
2023-07-08 15:37:34 +08:00
}
2023-07-18 09:04:15 +08:00
2023-07-08 15:37:34 +08:00
textarea {
2023-07-18 09:04:15 +08:00
resize: none
2023-07-08 15:37:34 +08:00
}
2023-07-18 09:04:15 +08:00
2023-07-08 15:37:34 +08:00
.clear:after {
2023-07-18 09:04:15 +08:00
content: " ";
display: block;
height: 0;
visibility: hidden
2023-07-08 15:37:34 +08:00
}
2023-07-18 09:04:15 +08:00
2023-07-08 15:37:34 +08:00
.clear {
2023-07-18 09:04:15 +08:00
clear: both;
zoom: 1
2023-07-08 15:37:34 +08:00
}
2023-07-18 09:04:15 +08:00
2023-07-08 15:37:34 +08:00
.fl {
2023-07-18 09:04:15 +08:00
float: left !important
2023-07-08 15:37:34 +08:00
}
2023-07-18 09:04:15 +08:00
2023-07-08 15:37:34 +08:00
.fr {
2023-07-18 09:04:15 +08:00
float: right !important
2023-07-08 15:37:34 +08:00
}
2023-07-18 09:04:15 +08:00
2023-07-08 15:37:34 +08:00
.show {
2023-07-18 09:04:15 +08:00
display: block !important
2023-07-08 15:37:34 +08:00
}
2023-07-18 09:04:15 +08:00
2023-07-08 15:37:34 +08:00
.hide {
2023-07-18 09:04:15 +08:00
display: none !important
2023-07-08 15:37:34 +08:00
}
2023-07-18 09:04:15 +08:00
2023-07-08 15:37:34 +08:00
.over {
2023-07-18 09:04:15 +08:00
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap
2023-07-08 15:37:34 +08:00
}
2023-07-18 09:04:15 +08:00
2023-07-08 15:37:34 +08:00
.pos-re {
2023-07-18 09:04:15 +08:00
position: relative
2023-07-08 15:37:34 +08:00
}
2023-07-18 09:04:15 +08:00
2023-07-08 15:37:34 +08:00
.pos-ab {
2023-07-18 09:04:15 +08:00
position: absolute
2023-07-08 15:37:34 +08:00
}
2023-07-18 09:04:15 +08:00
2023-07-08 15:37:34 +08:00
.m10 {
2023-07-18 09:04:15 +08:00
margin: 10px
2023-07-08 15:37:34 +08:00
}
2023-07-18 09:04:15 +08:00
2023-07-08 15:37:34 +08:00
.ml10 {
2023-07-18 09:04:15 +08:00
margin-left: 10px
2023-07-08 15:37:34 +08:00
}
2023-07-18 09:04:15 +08:00
2023-07-08 15:37:34 +08:00
.center {
2023-07-18 09:04:15 +08:00
text-align: center !important
2023-07-08 15:37:34 +08:00
}
/*mp_box*/
2023-07-18 09:04:15 +08:00
2023-07-08 15:37:34 +08:00
.mp_box {
2023-07-18 09:04:15 +08:00
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
right: 0;
bottom: 0;
2023-07-08 15:37:34 +08:00
}
2023-07-18 09:04:15 +08:00
2023-07-08 15:37:34 +08:00
.mp_icon_close {
2023-07-18 09:04:15 +08:00
height: 40px;
line-height: 38px;
float: right;
text-align: center;
cursor: pointer;
text-align: center;
text-indent: 0;
width: 30px;
2023-07-08 15:37:34 +08:00
}
.mp_head {
2023-07-18 09:04:15 +08:00
line-height: 35px;
border-bottom: #dedede 1px solid;
overflow: hidden;
2023-07-08 15:37:34 +08:00
}
2023-07-18 09:04:15 +08:00
2023-07-08 15:37:34 +08:00
.mp_head ul li {
2023-07-18 09:04:15 +08:00
float: left;
display: inline-block;
cursor: pointer;
2023-07-08 15:37:34 +08:00
}
2023-07-18 09:04:15 +08:00
2023-07-08 15:37:34 +08:00
.mp_head ul li i {
2023-07-18 09:04:15 +08:00
width: 28px;
height: 25px;
line-height: 25px;
text-align: center;
background: #f5f5f5;
border: #dedede 1px solid;
color: #3374e0;
display: inline-block;
font-size: 16px;
margin-left: 10px;
2023-07-08 15:37:34 +08:00
}
.mp_head .active i, .mp_head ul li i:hover {
2023-07-18 09:04:15 +08:00
background: #3374e0;
color: #fff;
border-color: #3374e0;
2023-07-08 15:37:34 +08:00
}
/*tab*/
2023-07-18 09:04:15 +08:00
2023-07-08 15:37:34 +08:00
.mp_tab_card {
2023-07-18 09:04:15 +08:00
position: relative;
overflow: hidden;
2023-07-08 15:37:34 +08:00
}
2023-07-18 09:04:15 +08:00
2023-07-08 15:37:34 +08:00
.mp_tab_card .mp_tab_tit {
2023-07-18 09:04:15 +08:00
position: absolute;
bottom: 0;
height: 32px;
width: 100%;
white-space: nowrap;
border-top: 1px solid #ddd;
background: #f2f2f2;
padding-left: 10px;
box-sizing: border-box;
2023-07-08 15:37:34 +08:00
}
2023-07-18 09:04:15 +08:00
2023-07-08 15:37:34 +08:00
.mp_tab_card .mp_tab_tit li {
2023-07-18 09:04:15 +08:00
display: inline-block;
float: left;
line-height: 25px;
min-width: 45px;
padding: 0 10px;
cursor: pointer;
text-align: center;
box-sizing: border-box;
color: #333;
2023-07-08 15:37:34 +08:00
}
2023-07-18 09:04:15 +08:00
2023-07-08 15:37:34 +08:00
.mp_tab_card .mp_tab_tit .cur {
2023-07-18 09:04:15 +08:00
color: #3374e0;
border: 1px solid #ddd;
border-top: none;
height: 28px;
line-height: 26px;
background: #fff;
margin-top: -1px;
border-radius: 0 0 6px 6px;
2023-07-08 15:37:34 +08:00
}
2023-07-18 09:04:15 +08:00
2023-07-08 15:37:34 +08:00
.mp_tab_card .mp_tab_tit .disabled {
2023-07-18 09:04:15 +08:00
display: none;
2023-07-08 15:37:34 +08:00
}
2023-07-18 09:04:15 +08:00
2023-07-08 15:37:34 +08:00
.mp_tab_con>li, .mp_tab_con>div {
2023-07-18 09:04:15 +08:00
display: none
2023-07-08 15:37:34 +08:00
}
2023-07-18 09:04:15 +08:00
2023-07-08 15:37:34 +08:00
.mp_tab_con>.cur {
2023-07-18 09:04:15 +08:00
display: block
2023-07-08 15:37:34 +08:00
}
2023-07-18 09:04:15 +08:00
2023-07-08 15:37:34 +08:00
/*select*/
2023-07-18 09:04:15 +08:00
2023-07-08 15:37:34 +08:00
.mp_select {
2023-07-18 09:04:15 +08:00
height: 28px;
line-height: 22px;
padding: 0 5px;
box-sizing: border-box;
font-size: 12px;
border: 1px solid #e6e6e6;
background-color: #fff;
border-radius: 3px;
outline: 0;
box-sizing: border-box;
position: relative;
2023-07-08 15:37:34 +08:00
}
2023-07-18 09:04:15 +08:00
2023-07-08 15:37:34 +08:00
.mp_select:after {
2023-07-18 09:04:15 +08:00
content: '';
width: 0;
height: 0;
overflow: hidden;
cursor: pointer;
transition: all .2s;
position: absolute;
border-width: 6px;
display: inline-block;
top: 10px;
right: 5px;
border-style: solid dashed dashed;
border-color: #c2c2c2 transparent transparent;
2023-07-08 15:37:34 +08:00
}
2023-07-18 09:04:15 +08:00
2023-07-08 15:37:34 +08:00
.mp_selected:after {
2023-07-18 09:04:15 +08:00
top: 4px;
border-style: dashed dashed solid;
border-color: transparent transparent #c2c2c2;
2023-07-08 15:37:34 +08:00
}
2023-07-18 09:04:15 +08:00
2023-07-08 15:37:34 +08:00
.mp_select .mp_select_text {
2023-07-18 09:04:15 +08:00
padding: 0 20px 0 0;
height: 28px;
line-height: 26px;
overflow: hidden
2023-07-08 15:37:34 +08:00
}
2023-07-18 09:04:15 +08:00
2023-07-08 15:37:34 +08:00
.mp_select_ul {
2023-07-18 09:04:15 +08:00
background: #fff;
border: #d6d6d6 1px solid;
border-radius: 3px;
padding: 5px 0;
box-shadow: 1px 2px 1px rgba(0, 0, 0, .15);
position: absolute;
left: 0;
z-index: 1000;
color: #333;
text-align: center;
width: 100%;
display: none
2023-07-08 15:37:34 +08:00
}
2023-07-18 09:04:15 +08:00
2023-07-08 15:37:34 +08:00
.mp_select_ul li {
2023-07-18 09:04:15 +08:00
margin: 0 5px;
border-radius: 3px;
text-align: left;
height: 28px;
line-height: 28px;
text-indent: 5px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap
2023-07-08 15:37:34 +08:00
}
2023-07-18 09:04:15 +08:00
2023-07-08 15:37:34 +08:00
.mp_select_ul li:hover {
2023-07-18 09:04:15 +08:00
background: #ecf1f8
2023-07-08 15:37:34 +08:00
}
2023-07-18 09:04:15 +08:00
2023-07-08 15:37:34 +08:00
.mp_select_ul .selecton, .mp_select_ul .selecton:hover {
2023-07-18 09:04:15 +08:00
background: #3374e0!important;
color: #fff!important
2023-07-08 15:37:34 +08:00
}
2023-07-18 09:04:15 +08:00
2023-07-08 15:37:34 +08:00
/*mp_mark*/
2023-07-18 09:04:15 +08:00
2023-07-08 15:37:34 +08:00
.mp_mark {
2023-07-18 09:04:15 +08:00
overflow-x: hidden;
overflow-y: auto;
2023-07-08 15:37:34 +08:00
}
2023-07-18 09:04:15 +08:00
2023-07-08 15:37:34 +08:00
.mp_mark ul li {
2023-07-18 09:04:15 +08:00
float: left;
display: inline-block;
width: 80px;
text-align: center;
padding-bottom: 10px;
2023-07-08 15:37:34 +08:00
}
2023-07-18 09:04:15 +08:00
2023-07-08 15:37:34 +08:00
.mp_mark ul li i {
2023-07-18 09:04:15 +08:00
width: 55px;
height: 55px;
line-height: 50px;
text-align: center;
display: inline-block;
margin: 0 auto;
background: #def1f0;
border: #dedede 1px solid;
font-size: 26px;
color: #333;
cursor: pointer;
padding: 0;
2023-07-08 15:37:34 +08:00
}
2023-07-18 09:04:15 +08:00
2023-07-08 15:37:34 +08:00
.mp_mark .markon i, .mp_mark ul li i:hover {
2023-07-18 09:04:15 +08:00
background: #3374e0;
border: #3374e0 1px solid;
color: #fff;
2023-07-08 15:37:34 +08:00
}
2023-07-18 09:04:15 +08:00
.mp_mark ul li i img {
margin: -2px 0 0 0;
width: 100%;
height: 100%;
2023-07-08 15:37:34 +08:00
}
2023-07-18 09:04:15 +08:00
2023-07-08 15:37:34 +08:00
.mp_icon_txt {
2023-07-18 09:04:15 +08:00
font-weight: bold;
2023-07-08 15:37:34 +08:00
}
/*mp_tree*/
2023-07-18 09:04:15 +08:00
2023-07-08 15:37:34 +08:00
.mp_tree {
2023-07-18 09:04:15 +08:00
overflow: auto;
overflow-x: hidden;
2023-07-08 15:37:34 +08:00
}
2023-07-18 09:04:15 +08:00
2023-07-08 15:37:34 +08:00
.open {
2023-07-18 09:04:15 +08:00
height: 30px;
line-height: 28px;
background: #def1f0;
cursor: pointer;
2023-07-08 15:37:34 +08:00
}
2023-07-18 09:04:15 +08:00
.bdt {
border-top: #ddd 1px solid
2023-07-08 15:37:34 +08:00
}
2023-07-18 09:04:15 +08:00
2023-07-08 15:37:34 +08:00
.tree_icon {
2023-07-18 09:04:15 +08:00
width: 12px;
height: 12px;
text-align: center;
line-height: 8px;
border: #333 1px solid;
border-radius: 2px;
margin: 0 5px;
color: #333;
display: inline-block;
2023-07-08 15:37:34 +08:00
}
2023-07-18 09:04:15 +08:00
2023-07-08 15:37:34 +08:00
.mp_attr .nametd {
2023-07-18 09:04:15 +08:00
width: 40%;
2023-07-08 15:37:34 +08:00
}
.mp_attr table {
2023-07-18 09:04:15 +08:00
width: 100%;
border: 0;
font-size: 12px;
2023-07-08 15:37:34 +08:00
}
2023-07-18 09:04:15 +08:00
2023-07-08 15:37:34 +08:00
.mp_attr table tr td {
2023-07-18 09:04:15 +08:00
padding: 5px 5px 5px 10px;
text-align: left;
border: #cde1de 1px solid;
max-width: 150px;
word-wrap: break-word;
2023-07-08 15:37:34 +08:00
}
2023-07-18 09:04:15 +08:00
2023-07-08 15:37:34 +08:00
.mp_attr table tr td:first-child {
2023-07-18 09:04:15 +08:00
border-left: none;
2023-07-08 15:37:34 +08:00
}
2023-07-18 09:04:15 +08:00
2023-07-08 15:37:34 +08:00
.mp_input {
2023-07-18 09:04:15 +08:00
height: 28px;
line-height: 22px;
padding: 3px 5px;
box-sizing: border-box;
font-size: 12px;
border: 1px solid #e6e6e6;
background-color: #fff;
border-radius: 3px;
display: block;
width: 100%;
outline: 0;
box-sizing: border-box
2023-07-08 15:37:34 +08:00
}
2023-07-18 09:04:15 +08:00
2023-07-08 15:37:34 +08:00
.mp_input:hover {
2023-07-18 09:04:15 +08:00
border-color: #c9c9c9!important
2023-07-08 15:37:34 +08:00
}
2023-07-18 09:04:15 +08:00
2023-07-08 15:37:34 +08:00
.mp_input:focus {
2023-07-18 09:04:15 +08:00
border-color: #3374e0!important
2023-07-08 15:37:34 +08:00
}
2023-07-18 09:04:15 +08:00
2023-07-08 15:37:34 +08:00
.ptb5 {
2023-07-18 09:04:15 +08:00
padding-top: 5px;
padding-bottom: 5px;
2023-07-08 15:37:34 +08:00
}
2023-07-18 09:04:15 +08:00
2023-07-08 15:37:34 +08:00
/*progress*/
2023-07-18 09:04:15 +08:00
.puiprogress {
position: relative;
margin: 10px 10px 0 0;
}
.puiprogress_bg {
height: 10px;
border-radius: 5px;
overflow: hidden;
background: #E4E4E4;
}
.puiprogress_bar {
background: #537cc0;
width: 0;
height: 10px;
border-radius: 5px;
}
.puiprogress_btn {
width: 20px;
height: 20px;
border-radius: 50%;
position: absolute;
background: #ccc;
left: 0px;
margin-left: -10px;
top: -5px;
cursor: pointer;
box-sizing: border-box;
}
.puiprogress_text {
text-align: center;
}
2023-07-08 15:37:34 +08:00
/*btn*/
2023-07-18 09:04:15 +08:00
2023-07-08 15:37:34 +08:00
.mp_btn {
2023-07-18 09:04:15 +08:00
display: inline-block;
height: 30px;
line-height: 28px;
padding: 0 20px;
background: #3374e0;
border: 1px solid #3374e0;
color: #fff;
white-space: nowrap;
text-align: center;
font-size: 14px;
border-radius: 3px;
cursor: pointer;
outline: 0;
box-sizing: border-box;
2023-07-08 15:37:34 +08:00
}
2023-07-18 09:04:15 +08:00
2023-07-08 15:37:34 +08:00
.mp_btn:hover {
2023-07-18 09:04:15 +08:00
background: #2e68c7
2023-07-08 15:37:34 +08:00
}
2023-07-18 09:04:15 +08:00
2023-07-08 15:37:34 +08:00
.mp_btn_yellow {
2023-07-18 09:04:15 +08:00
border: 1px solid #ffab40;
background: #ffab40;
color: #fff;
2023-07-08 15:37:34 +08:00
}
2023-07-18 09:04:15 +08:00
2023-07-08 15:37:34 +08:00
.mp_btn_yellow:hover {
2023-07-18 09:04:15 +08:00
background: #e69b39
2023-07-08 15:37:34 +08:00
}
2023-07-18 09:04:15 +08:00
2023-07-08 15:37:34 +08:00
/*local*/
2023-07-18 09:04:15 +08:00
2023-07-08 15:37:34 +08:00
.local {
2023-07-18 09:04:15 +08:00
padding: 0 10px 10px 10px;
2023-07-08 15:37:34 +08:00
}
2023-07-18 09:04:15 +08:00
2023-07-08 15:37:34 +08:00
.local .open {
2023-07-18 09:04:15 +08:00
background: none;
2023-07-08 15:37:34 +08:00
}
2023-07-18 09:04:15 +08:00
2023-07-08 15:37:34 +08:00
.local .mp_attr table tr td:first-child {
2023-07-18 09:04:15 +08:00
border-left: #cde1de 1px solid;
/*width: 40px;*/
2023-07-08 15:37:34 +08:00
}
/*dark*/
2023-07-18 09:04:15 +08:00
.dark .mp_head ul li i {
background-color: rgba(63, 72, 84, 0.6);
border: #dedede 1px solid;
color: #ffffff;
2023-07-08 15:37:34 +08:00
}
2023-07-18 09:04:15 +08:00
2023-07-08 15:37:34 +08:00
.dark .mp_select {
2023-07-18 09:04:15 +08:00
background-color: rgba(63, 72, 84, 0.6);
2023-07-08 15:37:34 +08:00
}
2023-07-18 09:04:15 +08:00
2023-07-08 15:37:34 +08:00
.dark .mp_select_ul {
2023-07-18 09:04:15 +08:00
color: #ffffff;
background-color: rgba(63, 72, 84, 0.8);
2023-07-08 15:37:34 +08:00
}
2023-07-18 09:04:15 +08:00
2023-07-08 15:37:34 +08:00
.dark .mp_select_ul li:hover {
2023-07-18 09:04:15 +08:00
background-color: rgba(63, 72, 84, 1);
2023-07-08 15:37:34 +08:00
}
2023-07-18 09:04:15 +08:00
2023-07-08 15:37:34 +08:00
.dark .mp_select_ul .selecton, .mp_select_ul .selecton:hover {
2023-07-18 09:04:15 +08:00
background: rgba(63, 72, 84, 1)!important;
color: #fff!important
2023-07-08 15:37:34 +08:00
}
.dark .open {
2023-07-18 09:04:15 +08:00
background: #1c3b3a;
2023-07-08 15:37:34 +08:00
}
.dark .tree_icon {
2023-07-18 09:04:15 +08:00
color: #ffffff;
2023-07-08 15:37:34 +08:00
}
2023-07-18 09:04:15 +08:00
2023-07-08 15:37:34 +08:00
.dark .mp_input {
2023-07-18 09:04:15 +08:00
background-color: rgba(63, 72, 84, 0.6);
2023-07-08 15:37:34 +08:00
}
2023-07-18 09:04:15 +08:00
2023-07-08 15:37:34 +08:00
.dark .mp_mark ul li i {
2023-07-18 09:04:15 +08:00
background-color: rgba(63, 72, 84, 0.6);
2023-07-08 15:37:34 +08:00
}
2023-07-18 09:04:15 +08:00
2023-07-08 15:37:34 +08:00
.dark .mp_tab_card .mp_tab_tit {
2023-07-18 09:04:15 +08:00
background-color: rgba(63, 72, 84, 0.6);
2023-07-08 15:37:34 +08:00
}
.dark .mp_tab_card .mp_tab_tit li {
2023-07-18 09:04:15 +08:00
color: #808080;
2023-07-08 15:37:34 +08:00
}
.dark .mp_tab_card .mp_tab_tit .cur {
2023-07-18 09:04:15 +08:00
color: #ffffff;
background-color: rgba(63, 72, 84, 0.6);
2023-07-08 15:37:34 +08:00
}