/******* select *********/
|
.popover-body {
|
height: 120px;
|
overflow-y: auto;
|
overflow-x: hidden;
|
}
|
|
.popover-item {
|
padding: 8px 14px;
|
border: 0px;
|
width: 100%;
|
text-align: left;
|
}
|
|
.h_filter_editfield .popover-btn {
|
padding: 0px;
|
font-size: 16px;
|
border: 0px;
|
/* background-color: #0000; */
|
}
|
|
.h_capsuletag {
|
border-radius: 12px;
|
}
|
|
.h_cellclick {
|
color: #1d1da1;
|
text-decoration:underline;
|
cursor:pointer;
|
}
|
|
.h_cellclick:hover {
|
font-weight: bold;
|
}
|
|
.h_cellclick input:hover {
|
cursor:pointer !important;
|
}
|
|
.h_cellsuffixclick {
|
color: #1d1da1;
|
text-decoration:underline;
|
cursor:pointer;
|
}
|
|
.h_cellsuffixclick:hover {
|
font-weight: bold;
|
}
|
|
.h_notclick {
|
color: #606266 !important;
|
text-decoration:none !important;
|
cursor:default !important;
|
}
|
|
.h_notclick .h_cellclick{
|
color: #606266 !important;
|
text-decoration:none !important;
|
cursor:default !important;
|
}
|
|
.h_notclick .h_cellclick:hover {
|
font-weight: normal !important;
|
}
|
.h_notclick:hover {
|
font-weight: normal !important;
|
}
|
|
.h_overflowval {
|
color: red;
|
}
|
.h_notoverflowval {
|
color: lightgreen;
|
}
|
|
.h_earlywarning {
|
color: yellow;
|
}
|
|
.h_up {
|
color: lightgreen;
|
}
|
|
.h_down {
|
color: red;
|
}
|
|
.h_table .el-table {
|
color: #303132;
|
}
|
|
.h_table .h_table_loading {
|
width: 100%;
|
height: 100%;
|
position: absolute;
|
z-index: 101;
|
background-color: #fff;
|
}
|
|
.h_table .el-progress__text {
|
font-size: 12px !important;
|
}
|
|
.h_table .el-table--small th {
|
/* padding: 2px 0; */
|
}
|
|
.h_table .h_table_tool {
|
height: 40px;
|
line-height: 40px;
|
}
|
.h_table .h_table_tool .el-button--default {
|
border: 0px;
|
width: 35px;
|
height: 35px;
|
}
|
.h_table .h_table_editfield .el-popover__reference {
|
border: 0px;
|
width: 40px;
|
height: 40px;
|
font-size: 16px;
|
padding: 0px;
|
}
|
|
.h_table .h_table_tool > div {
|
display: inline-block;
|
}
|
.h_table .h_table_editfield {
|
z-index: 100;
|
position: absolute;
|
right: 1px;
|
top: 0px;
|
height: 40px;
|
background-color: #fafafa;
|
overflow: hidden;
|
}
|
.h_table .h_table_editfield .el-button--primary{
|
background-color: #d5d8db;
|
color: #c8aaaa;
|
}
|
|
|
.h_table .el-table {
|
border-left: 1px solid #EBEEF5;
|
border-right: 1px solid #EBEEF5;
|
}
|
|
.h_table .el-input--mini .el-input__inner {
|
height: 28px;
|
line-height: 28px;
|
}
|
|
.h_stamp .cell {
|
background-color: red;
|
font-size: 10px;
|
color: #fff;
|
font-weight: 500;
|
border-radius: 10px;
|
height: 20px;
|
line-height: 20px;
|
width:fit-content;
|
width:-webkit-fit-content;
|
width:-moz-fit-content;
|
margin: 0 auto;
|
|
max-width: 68px;
|
min-width: 10px !important;
|
box-sizing: border-box;
|
}
|
|
.h_pdf {
|
/* color: red; */
|
}
|
|
.z_form {
|
/* margin-top: 10px; */
|
/* margin-bottom: 10px; */
|
/* padding-left: 10px;
|
padding-right: 10px; */
|
}
|
|
|
|
.h_table {
|
margin-top: 10px;
|
position: relative;
|
}
|
|
.h_table .h_h_table {
|
float: right;
|
position: relative;
|
width: 100%;
|
}
|
|
.from_popup_input input {
|
border-left: 0px !important;
|
border-right: 0px !important;
|
border-top: 0px !important;
|
border-bottom: 0px !important;
|
}
|
|
.z_table_pagination {
|
text-align:right;
|
padding: 16px 0px;
|
}
|
|
.el-table__body tr.current-row>td {
|
background-color: #f4e6f5 !important
|
}
|
|
|
.h_table .el-table__header thead th {
|
background: rgb(250, 250, 250);
|
color: black;
|
text-align: center;
|
}
|
|
.h_table .h_table_select {
|
height: 40px;
|
}
|
.h_table .h_table_select_body {
|
padding: 0px 24px;
|
border: 1px solid #b1fbfe;
|
background-color: #e4fafc;
|
align-items: center;
|
font-family: 微软雅黑;
|
height: 28px;
|
line-height: 28px;
|
}
|
.h_table .h_table_select .h_table_select_cnt {
|
font-family: "arial narrow";
|
}
|
/* 列表购物车 */
|
.h_table .h_table_select .h_table_select_list {
|
float: right;
|
font-size: 22px;
|
}
|
.h_table .h_table_select .h_table_select_list i:hover {
|
cursor: pointer;
|
font-weight: bold;
|
}
|
|
textarea {
|
font-family: "微软雅黑";
|
}
|
|
.h_table .h_table_select .h_table_select_empty {
|
margin-left: 20px;
|
color: #0037a5;
|
}
|
.h_table .h_table_select .h_table_select_empty:hover {
|
color: #0485e7;
|
cursor: pointer;
|
}
|
|
.h_table .h_table_valbuttons .h_table_valbutton{
|
text-decoration:underline
|
}
|
.h_table .el-table-column--selection .cell .el-checkbox{
|
width: 100%;
|
text-align: center;
|
}
|
/* .el-table__header-wrapper .el-table__header colgroup col {
|
min-width: 50px;
|
} */
|
|
.el-table__body-wrapper .el-table-column--selection .cell {
|
padding-left: 10px;
|
padding-right: 10px;
|
}
|
|
.h_table .el-table__row .cell{
|
min-height: 20px;
|
}
|
|
/* .el-dialog__footer {
|
position: absolute;
|
top: 10px;
|
left: 0px;
|
right: 0px;
|
padding: 0px 20px;
|
bottom: auto !important;
|
border-top: 0px solid #ccc;
|
} */
|
|
.h_example {
|
background-color: #3e3a3a;
|
color: #d3d3d3;
|
}
|
.h_example .popper__arrow::after{
|
border-bottom-color: #3e3a3a !important
|
}
|
.h_example .h_cellclick {
|
color: #d3d3d3;
|
}
|
|
.h_form_td_span {
|
width: 100%;
|
padding: 0px;
|
overflow: hidden;
|
border-bottom: 1px solid #DCDFE6;
|
border-radius: 4px;
|
}
|
|
/* .z_form > .el-form > table > tr td:nth-child(1) {
|
padding-left: 0px;
|
border-bottom: 0px solid rgb(220, 223, 230) !important;
|
} */
|
|
.z_form .el-radio-group .el-radio, .z_form .el-checkbox-group .el-checkbox {
|
line-height: 24px;
|
}
|
|
.z_form .h_nullrules .el-form-item__label:before {
|
content: '*';
|
color: #F56C6C00;
|
margin-right: 4px;
|
}
|
|
.z_form td {
|
padding: 0px;
|
}
|
|
.z_form .h_valunit {
|
padding-left: 10px;
|
}
|
.z_form .h_valexplain {
|
padding-left: 10px;
|
}
|
|
.z_form .el-form-item__label, .z_form .el-form-item__content {
|
line-height: 30px;
|
padding: 0px;
|
}
|
|
.z_form .h_form_item__label_left .el-form-item__label, .z_form .h_form_item__label_left .el-form-item__content {
|
padding-left: 10px;
|
}
|
.z_form .h_form_item__label_right .el-form-item__label, .z_form .h_form_item__label_left .el-form-item__content {
|
padding-right: 10px;
|
}
|
|
.z_form .el-form > table > tr > td:nth-child(1) {
|
padding-left: 0px !important;
|
}
|
|
.z_form .el-form > table > tr > td {
|
/* padding-left: 20px; */
|
}
|
|
.z_form .el-form-item.is-error .el-radio-group{
|
border: 1px solid #F56C6C;
|
}
|
|
.z_form .el-form-item.is-error .hcascaderspan .el-input.is-disabled .el-input__inner {
|
border-color: #F56C6C !important;
|
}
|
|
.z_form .el-form-item.is-error .form_uploadfile{
|
border: 1px solid #F56C6C;
|
}
|
|
.z_form .el-form-item.is-error .el-checkbox{
|
border: 1px solid #F56C6C;
|
}
|
|
.z_form .hcascaderspan .el-input.is-disabled .el-input__inner {
|
background-color: #FFF;
|
border-color: #DCDFE6;
|
color: #606266;
|
cursor: pointer;
|
}
|
|
.z_form .hcascaderspan .el-cascader {
|
height: 1px;
|
}
|
|
.z_form .h_form_allval_left .el-form-item__content .el-input__inner{
|
text-align: left;
|
|
color: #6d6d6d;
|
font-size: 14px;
|
}
|
|
.z_form .el-textarea__inner {
|
color: #6d6d6d;
|
font-size: 14px;
|
}
|
|
/* .z_form .is-disabled input {
|
color: #A5A5A5 !important;
|
} */
|
|
.z_form .el-form-item__content span {
|
/* color: #a5a5a5 */
|
}
|
|
.z_form .el-form-item__content .el-radio span {
|
color: rgba(104, 104, 104, 1)
|
}
|
|
.z_form .el-form-item__content .z_form_span > span {
|
color: #6d6d6d;
|
padding-left: 10px;
|
font-size: 14px;
|
}
|
|
.z_form .el-form-item__content .h_form_table_popup td > span {
|
color: #6d6d6d;
|
padding-left: 10px;
|
|
}
|
|
.h_form_filelist_popover {
|
background-color: #6d6d6d;
|
}
|
|
.h_form_filelist_popover[x-placement^=bottom] .popper__arrow::after {
|
border-bottom-color: #6d6d6d;
|
}
|
|
.el-textarea.is-disabled .el-textarea__inner {
|
color: #6d6d6d;
|
}
|
|
.el-input.is-disabled .el-input__inner {
|
color: #6d6d6d;
|
font-size: 14px;
|
font-weight: 300;
|
}
|
|
.h_from_popup_input .el-input__inner {
|
background-color: #fff !important;
|
border: 0px;
|
color: #C0C4CC;
|
cursor: default !important;
|
|
}
|
.h_popup_group .el-button{
|
padding: 5px;
|
/* margin: 0 3px; */
|
}
|
|
.h_popup_group .el-button+.el-button, .h_popup_group .el-checkbox.is-bordered+.el-checkbox.is-bordered {
|
margin-left: 3px;
|
}
|
|
.z_form .h_form_allval_right .el-form-item__content .el-input__inner{
|
text-align: right;
|
}
|
|
.z_form .h_form_allval_center .el-form-item__content .el-input__inner{
|
text-align: center;
|
}
|
|
.z_form .h_form_val_left .el-form-item__content .el-input__inner{
|
text-align: left;
|
}
|
|
.z_form .h_form_val_right .el-form-item__content .el-input__inner{
|
text-align: right;
|
}
|
|
.z_form .h_form_val_center .el-form-item__content .el-input__inner{
|
text-align: center;
|
}
|
.z_form .el-button--primary.is-disabled{
|
background-color: #C0C4CC;
|
border-color: #EBEEF5;
|
}
|
.z_form .el-button--primary.is-disabled i,
|
.z_form .el-button--primary.is-disabled span
|
{
|
color: #042a72;
|
}
|
.z_form .is-disabled span {
|
color: #6d6d6d
|
}
|
|
.z_form_selectbyadd .el-select-dropdown__list > .el-select-dropdown__item:first-child {
|
height: 64px;
|
padding: 0px;
|
}
|
.z_form_selectbyadd .el-select-dropdown__list > .el-select-dropdown__item:first-child .z_option_val{
|
padding: 0 20px;
|
}
|
.z_form_selectbyadd .el-select-dropdown__list > .el-select-dropdown__item:first-child .z_option_add {
|
padding: 0 10px;
|
background-color: #fff;
|
}
|
.z_option_add button {
|
width: 100%;
|
}
|
|
.z_form_cascaderbyadd .el-cascader-menu:first-child .el-cascader-menu__list > .el-cascader-node:first-child {
|
padding: 0px;
|
}
|
|
/* .z_form_selectbyadd .el-select-dropdown__list > .el-select-dropdown__item:first-child div > .z_option_add:hover {
|
background-color: #0485e7;
|
} */
|
.h_draggable_order {
|
position: relative;
|
min-height: 100px;
|
min-width: 300px;
|
|
height: auto !important;
|
max-height: 410px;
|
overflow-y: auto;
|
overflow-x: hidden;
|
}
|
|
.h_draggable_order_list {
|
position: relative;
|
top: 0px;
|
width: 100%;
|
|
max-height: 350px;
|
overflow-y: auto;
|
overflow-x: hidden;
|
}
|
.h_draggable_order_footer {
|
/* position: absolute; */
|
bottom:0px;
|
width: 100%;
|
height: 40px;
|
line-height: 40px;
|
}
|
.h_draggable_order_index {
|
/* position: absolute; */
|
/* display: inline-block;
|
top:0px;
|
left: 5px; */
|
float: left;
|
width: 40px;
|
}
|
.h_draggableorder_index_r {
|
line-height: 30px;
|
padding: 3px;
|
}
|
.h_draggable_order_item {
|
position: absolute;
|
top:0px;
|
left: 40px;
|
right: 5px;
|
}
|
.h_draggableorder_item_r {
|
line-height: 30px;
|
padding: 3px 8px;
|
border-radius: 5px;
|
}
|
|
.h_draggableorder_item_r:hover {
|
cursor: pointer;
|
background-color: #E7F3FC;
|
}
|
|
.z_contrast_form .el-form-item__label{
|
color: red !important;
|
font-weight: bold;
|
}
|
.z_contrast_tablecall {
|
background-color: #fbcecefa;
|
}
|
.topbar .el-button--mini, .topbar .el-button--mini.is-round {
|
/* padding: 7px 8px; */
|
}
|
.z_popup-page .el-dialog__footer {
|
position: absolute;
|
top: 10px;
|
right: 0px;
|
padding: 0px 20px;
|
bottom: auto !important;
|
border-top: 0px solid #ccc;
|
}
|
|
.el-steps {
|
padding-top: 16px;
|
}
|
.el-step.is-center .el-step__line {
|
left: 56%;
|
right: -44%;
|
}
|
.el-step__line {
|
background-color: #f0ebeb;
|
}
|
.el-step__title.is-finish {
|
color: #0e5094;
|
}
|
.z_form .h_filter_editfield .el-popover__reference {
|
border: 0px;
|
width: 35px;
|
height: 28px;
|
}
|
|
.h_form_filter {
|
padding-top: 10px;
|
}
|
|
.h_form_filter .el-button--primary {
|
color: #FFF;
|
background-color: #2984e2;
|
border-color: #409EFF;
|
}
|
.h_form_filter .el-button--primary:hover {
|
background-color: #409EFF;
|
cursor: pointer;
|
}
|
.h_form_filter table {
|
border-spacing: 0px;
|
}
|
|
.h_form_filter .h_form_table_popup .el-button--primary {
|
padding: 5px;
|
margin: 0px 3px 2px;
|
color: #042A72;
|
background-color: white;
|
border-color: rgb(4 89 114 / 49%)
|
}
|
|
.h_form_filter .query-icon {
|
line-height: 32px;
|
display: inline;
|
}
|
.input_align_right .el-input__inner {
|
text-align: right;
|
}
|
.input_align_left .el-input__inner {
|
text-align: left;
|
}
|
.input_align_center .el-input__inner {
|
text-align: center;
|
}
|
|
.h_form .h_form_table_popup .el-button--primary {
|
padding: 5px;
|
margin: 0px 3px 2px;
|
color: #042A72;
|
background-color: white;
|
border-color: rgb(4 89 114 / 49%)
|
}
|
.h_table .el-table__row .el-button--primary {
|
padding: 5px;
|
margin: 0px 3px 2px;
|
color: #042A72;
|
background-color: white;
|
border-color: rgb(4 89 114 / 49%)
|
}
|
.h_table .el-table__row .el-button--danger {
|
color: #F56C6C !important;
|
background-color:#FFF !important;
|
border-color: #F56C6C !important;
|
}
|
.h_table .el-table__row .el-button--success {
|
color: #F56C6C !important;
|
background-color:#FFF !important;
|
border-color: #F56C6C !important;
|
}
|
|
.query-icon {
|
float: left;
|
margin-left: 0px;
|
margin-right: 0px;
|
line-height: 48px;
|
font-size: 12px !important;
|
}
|
|
.query-icon .iconfont {
|
font-size: inherit;
|
}
|
|
/* 流式布局(AMS) */
|
.v_header {
|
padding: 0px 36px;
|
box-sizing: border-box;
|
}
|
|
.v_card {
|
display: inline-block;
|
width: 200px;
|
height: 80px;
|
margin-left: 36px;
|
}
|
|
.v_title {
|
padding: 0px 36px;
|
height: 36px;
|
line-height: 36px;
|
font-size: 12px;
|
font-weight: bold;
|
}
|
|
.v_title .iconfont {
|
font-size: 12px !important
|
}
|
|
.el-collapse-item__header {
|
background-color: #EEEFF0;
|
}
|
.el-collapse-item__content {
|
padding-bottom: 0px;
|
background-color: #f5f8fd;
|
}
|
.v_header_title {
|
font-size: 14px !important;
|
line-height: 40px;
|
}
|
.v_header_title i{
|
color: #2877ed;
|
}
|
.h_body {
|
position: absolute;
|
left: 0px;
|
right: 0px;
|
height: 100vh;
|
overflow: hidden;
|
}
|
|
.v_main {
|
padding: 0px 36px;
|
box-sizing: border-box;
|
position: absolute;
|
width: 100%;
|
background-color: #f5f8fd;
|
overflow-y: auto;
|
overflow-x: auto;
|
}
|
|
.el-tabs {
|
background-color: #fff;
|
}
|
|
.el-tabs .el-tabs__item {
|
padding: 0 20px;
|
height: 32px;
|
-webkit-box-sizing: border-box;
|
box-sizing: border-box;
|
line-height: 32px;
|
display: inline-block;
|
list-style: none;
|
font-size: 14px;
|
font-weight: 500;
|
color: #303133;
|
position: relative;
|
}
|
|
.el-tabs .el-tabs__nav-wrap::after {
|
content: "";
|
position: absolute;
|
left: 0;
|
bottom: 0;
|
width: 100%;
|
height: 1px;
|
background-color: #E4E7ED;
|
z-index: 1;
|
}
|
|
.el-tabs__header {
|
margin: 0px;
|
}
|
/* .el-tabs__item {
|
border-top-right-radius: 40px;
|
background-color: #fff0;
|
border: 0px !important;
|
margin-left: 5px;
|
height: 30px;
|
line-height: 30px;
|
} */
|
|
/* .el-tabs__nav .is-active {
|
border-top-right-radius: 40px;
|
background-color: rgb(230 238 252);
|
border: 0px !important;
|
margin-left: 5px;
|
height: 30px;
|
line-height: 30px;
|
color: #409EFF;
|
} */
|
|
.el-tabs__nav .is-active span {
|
color: #409EFF;
|
}
|
|
.el-tabs__nav {
|
border: 0px !important;
|
}
|
|
.form_uploadfile {
|
padding: 0 !important;
|
border-radius: 15px;
|
background-color: #fff !important;
|
width: 125px;
|
height: 20px;
|
font-size: 12px;
|
}
|
|
.form_showfile {
|
background-color: #fff0 !important;
|
/* border: 0px; */
|
border: 1px solid #409EFF;
|
border-radius: 15px !important;
|
}
|
|
.form_delfile {
|
padding: 0 !important;
|
background-color: #fff0 !important;
|
border-color: red !important;
|
border-radius: 15px;
|
width: 125px;
|
height: 20px;
|
}
|
.form_uploadfile i {
|
color: #409EFF;
|
font-size: 10px;
|
}
|
|
.form_uploadfile span
|
{
|
color: #409EFF
|
}
|
|
.form_showfile i,
|
.form_showfile span
|
{
|
color: #409EFF
|
}
|
|
.form_delfile i,
|
.form_delfile span
|
{
|
color: red
|
}
|
|
.itemgroup_row {
|
text-align: center;
|
line-height: 32px;
|
border-bottom: 1px solid #eee;
|
border-left: 1px solid #eee;
|
border-right: 1px solid #eee;
|
}
|
|
.itemgroup_title {}
|
|
.itemgroup_field {}
|
|
.itemgroup_row_item {
|
text-align: left;
|
}
|
|
.v_main .itemgroup_row span,
|
.v_main .small_title span
|
{
|
font-size: 16px;
|
color: rgba(53, 53, 53, 1.0);
|
}
|
.v_main .z_form label
|
{
|
font-size: 14px;
|
color: rgba(104, 104, 104, 1);
|
}
|
|
.v_main button span {
|
/* font-size: 14px;
|
color: #fff; */
|
}
|
|
.el-popper .el-scrollbar__wrap {
|
overflow: scroll;
|
overflow-x: scroll;
|
}
|
|
.el-scrollbar__wrap {
|
overflow: scroll;
|
overflow-x: auto;
|
}
|
|
.v_scrollbar::-webkit-scrollbar {
|
/*滚动条整体样式 height: 112px;*/
|
width: 8px;
|
}
|
|
.v_scrollbar::-webkit-scrollbar-thumb {
|
/*滚动条里面小方块*/
|
border-radius: 10px;
|
height: 10px;
|
-webkit-box-shadow: inset 0 0 5px rgb(113, 113, 113);
|
background: #a7a7a7;
|
}
|
|
.v_scrollbar::-webkit-scrollbar-track {
|
/*滚动条里面轨道*/
|
-webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
|
background: #ebebeb;
|
}
|
|
.mark_title {
|
margin: 0px;
|
font-size: 13px;
|
padding: 6px 14px;
|
background: rgba(245, 248, 253, 1);
|
}
|
|
.mark_title,
|
.mark_title i,
|
.mark_title > span
|
{
|
color: #2877ed;
|
}
|
.small_title {
|
padding: 18px 0px 12px;
|
font-size: 17px;
|
}
|
.small_title i {
|
color: #2877ed;
|
}
|
|
.v_footer {
|
position: absolute;
|
bottom: 0px;
|
right: 0px;
|
width: 100%;
|
line-height: 80px;
|
text-align: center;
|
}
|
|
.footer_button {
|
padding: 8px 55px;
|
font-weight: bold;
|
}
|
|
.footer_button_save {}
|
|
.footer_button_submit {
|
margin-left: 50px !important
|
}
|
.footer_button_close {
|
margin-left: 50px !important
|
}
|
.v_body {
|
padding-top: 10px;
|
}
|
|
.v_body .el-tabs__header {
|
margin: 0px;
|
}
|
|
.v_body .el-tabs__item i {
|
display: none;
|
}
|
|
.v_body .is-active i {
|
display: inline;
|
}
|
|
.v_aside::-webkit-scrollbar {
|
display: none;
|
}
|
|
/* .v_main::-webkit-scrollbar {
|
display: none;
|
} */
|
|
|
.v_main::-webkit-scrollbar {
|
/*滚动条整体样式 height: 112px;*/
|
width: 8px;
|
}
|
|
.v_main::-webkit-scrollbar-thumb {
|
/*滚动条里面小方块*/
|
border-radius: 10px;
|
height: 10px;
|
-webkit-box-shadow: inset 0 0 5px rgb(113, 113, 113);
|
background: #90939980;
|
}
|
|
.v_main::-webkit-scrollbar-track {
|
/*滚动条里面轨道*/
|
-webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
|
background: #ebebeb;
|
}
|
|
|
.v_menu::-webkit-scrollbar {
|
width: 0 !important
|
}
|
|
.v_menu {
|
-ms-overflow-style: none;
|
}
|
|
.v_menu {
|
overflow: -moz-scrollbars-none;
|
}
|
|
.pdf {
|
background: url(../img/pdf.png) center no-repeat;
|
height: 23px;
|
display: block;
|
background-size: contain;
|
}
|
|
.doc {
|
background: url(../img/docx.png) center no-repeat;
|
height: 23px;
|
display: block;
|
background-size: contain;
|
}
|
|
.xls {
|
background: url(../img/xlsx.png) center no-repeat;
|
height: 23px;
|
display: block;
|
background-size: contain;
|
}
|
|
.dir {
|
background: url(../img/folder.png) center no-repeat;
|
height: 23px;
|
display: block;
|
background-size: contain;
|
}
|
|
.other {
|
background: url(../img/file.png) center no-repeat;
|
height: 23px;
|
display: block;
|
background-size: contain;
|
}
|
|
.el-checkbox__input.is-checked .el-checkbox__inner, .el-checkbox__input.is-indeterminate .el-checkbox__inner {
|
background-color: #4c6d8f;
|
border-color: rgb(64, 158, 255);
|
}
|
|
.el-checkbox__input.is-checked+.el-checkbox__label {
|
color: #4c6d8f;
|
}
|
|
.el-checkbox__input.is-disabled+span.el-checkbox__label {
|
color: #6d6d6d;
|
cursor: not-allowed;
|
}
|
|
.el-table__empty-block {
|
background: url(../img/wushuju.png) center no-repeat;
|
background-size: auto 30%;
|
align-items: end;
|
}
|
.el-table__empty-text {
|
position: absolute;
|
bottom: 15%;
|
}
|
/* ************ */
|