@charset "UTF-8";
|
.emit-el-date-picker input {
|
background: #003555;
|
border-color: #849EAE;
|
color: rgba(255, 255, 255, 0.6);
|
}
|
|
.el-icon-my-sy {
|
background: url("../../public/img/icon/1016.png") center no-repeat;
|
/* background-size: cover;*/
|
}
|
|
.el-icon-my-sy:before {
|
content: "替";
|
font-size: 18px;
|
visibility: hidden;
|
}
|
|
.el-icon-my-sb {
|
background: url("../../public/img/icon/3666.png") center no-repeat;
|
/* background-size: cover;*/
|
}
|
|
.el-icon-my-sb:before {
|
content: "替";
|
font-size: 24px;
|
visibility: hidden;
|
}
|
|
.el-icon-my-nc-menu {
|
background: url("../../public/img/icon/nc-menu.png") center no-repeat;
|
/* background-size: cover;*/
|
}
|
|
.el-icon-my-nc-menu:before {
|
content: "替";
|
font-size: 24px;
|
visibility: hidden;
|
}
|
|
.el-icon-my-jksb-menu {
|
background: url("../../public/img/icon/jksb-menu.png") center no-repeat;
|
/* background-size: cover;*/
|
}
|
|
.el-icon-my-jksb-menu:before {
|
content: "替";
|
font-size: 24px;
|
visibility: hidden;
|
}
|
|
.el-icon-my-jcsb-menu {
|
background: url("../../public/img/icon/jcsb-menu.png") center no-repeat;
|
/* background-size: cover;*/
|
}
|
|
.el-icon-my-jcsb-menu:before {
|
content: "替";
|
font-size: 24px;
|
visibility: hidden;
|
}
|
|
.dialog-fixed {
|
margin: 0 !important;
|
position: fixed;
|
top: 50%;
|
left: 50%;
|
transform: translate(-50%, -50%);
|
z-index: 99;
|
}
|
|
.equipment-plot-select .el-input {
|
position: relative;
|
display: flex;
|
align-items: center;
|
justify-content: center;
|
}
|
|
.equipment-plot-select .el-input .el-input__suffix {
|
display: flex;
|
align-items: center;
|
justify-content: center;
|
}
|
|
.equipment-plot-select input {
|
color: white;
|
font-size: 28px !important;
|
font-weight: bold;
|
background: transparent !important;
|
border: none !important;
|
}
|