.left {
|
float: left;
|
}
|
.right {
|
float: right
|
}
|
.input-item {
|
margin: 0 10px;
|
}
|
/*.input-item .el-tag {*/
|
/*margin-right: 10px;*/
|
/*}*/
|
/*.input-item .el-input {*/
|
/*width:auto;*/
|
/*}*/
|
/*表格类*/
|
/*.el-table,.el-table th, .el-table tr {*/
|
/*background-color: rgba(0,0,0,0);*/
|
/*color:#a1f0f0;*/
|
/*}*/
|
/*.el-table th>.cell {*/
|
/*color:#2a8783;*/
|
/*}*/
|
/*.el-table--striped .el-table__body tr.el-table__row--striped td {*/
|
/*background-color: rgba(208,227,249,0.1);*/
|
/*}*/
|
/*.el-table td, .el-table th.is-leaf {*/
|
/*border: none;*/
|
/*padding: 6px 0;*/
|
/*}*/
|
/*.el-table--small td, .el-table--small th {*/
|
/*padding: 6px 0;*/
|
/*}*/
|
/*.el-table thead tr {*/
|
/*background-color: #05313D;*/
|
/*}*/
|
/*.el-progress-bar__outer {*/
|
/*background-color:transparent;*/
|
/*}*/
|
/*.el-table::before {*/
|
/*height: 0;*/
|
/*}*/
|
/*.el-table .cell .el-button.iconfont{*/
|
/*padding:0;*/
|
/*background-color: rgba(1,31,50,0.35);*/
|
/*color:#54e5da;*/
|
/*}*/
|
/*!*tree*!*/
|
/*.el-tree {*/
|
/*background-color: transparent;*/
|
/*}*/
|
/*button*/
|
/*.el-button.iconfont {*/
|
/*background: #185657;*/
|
/*color: #41BAB2;*/
|
/*border:none;*/
|
/*!*font-size: 30px;*!*/
|
/*}*/
|
/*.el-button--primary {*/
|
/*background-color: #1CCF96;*/
|
/*border: none;*/
|
/*color: #014342;*/
|
/*}*/
|
/*button.el-button.iconfont:hover{*/
|
/*background-color:#E2452B;*/
|
/*color:#F9D9D3;*/
|
/*}*/
|
/*.el-popover{*/
|
/*background-color: transparent;*/
|
/*border: none;*/
|
/*}*/
|
/*form表单类*/
|
/*.el-input__inner {*/
|
/*background-color: #06142A;*/
|
/*border: 1px solid #27626D;*/
|
/*}*/
|
/*.el-select-dropdown__item {*/
|
/*color:#cdf0f2;*/
|
/*}*/
|
/*.el-select-dropdown {*/
|
/*color:#cdf0f2;*/
|
/*background-color: #16d7b9;*/
|
/*border:#16d7b9;*/
|
/*opacity: 0.5;*/
|
/*}*/
|
/*.el-table__row:hover{*/
|
/*background-color: #ffffff;*/
|
/*color: #27626D!important;*/
|
/*}*/
|
/*.el-table__row--striped:hover{*/
|
/*background: #ffffff!important;*/
|
/*color: #27626D!important;*/
|
/*}*/
|
/*.el-select-dropdown__item.hover, .el-select-dropdown__item:hover {*/
|
/*background-color: #056b64;*/
|
/*}*/
|
/*.el-checkbox__inner,.el-pagination button:disabled,.el-pager li,.el-pagination .btn-next, .el-pagination .btn-prev {*/
|
/*background-color: #0B3F3E;*/
|
/*}*/
|
/*.el-form.el-form--inline{*/
|
/*text-align: center;*/
|
/*}*/
|
/*.el-form--inline .el-form-item{*/
|
/*width:380px;*/
|
/*}*/
|
/*.el-form--inline .el-form-item__label{*/
|
/*width:100px;*/
|
/*color:#3baca8;*/
|
/*line-height: 30px;*/
|
/*}*/
|
/*.el-input__inner ,.el-textarea__inner{*/
|
/*background-color: rgba(1,31,50,0.35);*/
|
/*border: none;*/
|
/*border-radius: 6px;*/
|
/*height:30px;*/
|
/*line-height: 30px;*/
|
/*}*/
|
/*.el-form .form-textarea,.el-form .form-local{*/
|
/*width:760px;*/
|
/*}*/
|
/*.el-form--inline .form-local .el-form-item__content{*/
|
/*width:610px;*/
|
/*}*/
|
/*.el-form--inline .el-form-item__content {*/
|
/*text-align: left;*/
|
/*width: 220px;*/
|
/*line-height: 30px;*/
|
/*}*/
|
/*.el-form .form-local .el-input,.el-form .form-local .el-select{*/
|
/*width: 80px;*/
|
/*margin: auto 7px;*/
|
/*}*/
|
/*.el-form .form-textarea .el-form-item__content{*/
|
/*width: 595px;*/
|
/*}*/
|
/*.el-form-item {*/
|
/*margin-bottom: 10px;*/
|
/*color:#3baca8;*/
|
/*}*/
|
/*弹窗dialog*/
|
/*.el-dialog {*/
|
/*background-color: transparent;*/
|
/*}*/
|
/*.el-dialog .el-dialog__header {*/
|
/*background-color: #014041;*/
|
/*color: #35FCCC;*/
|
/*border-top-right-radius:15px ;*/
|
/*border-top-left-radius:15px ;*/
|
/*}*/
|
/*.el-dialog .el-dialog__header .el-dialog__title {*/
|
/*color: #35FCCC;*/
|
/*}*/
|
/*.el-dialog .el-dialog__body {*/
|
/*background-color:#02353A;*/
|
/*color:#3AABA7;*/
|
/*text-align: center;*/
|
/*padding: 3% 1%;*/
|
/*}*/
|
/*.el-dialog .el-dialog__body .el-form-item {*/
|
/*width:48%;*/
|
/*}*/
|
/*.el-dialog .el-dialog__body .el-form-item__label {*/
|
/*color:#3AABA7;*/
|
/*width:34%;*/
|
/*}*/
|
/*.el-dialog .el-dialog__body .el-form-item__content {*/
|
/*color:#3AABA7;*/
|
/*width:65%;*/
|
/*}*/
|
/*.el-dialog .el-dialog__body .el-select,.el-dialog .el-dialog__body .el-date-editor {*/
|
/*width:100%;*/
|
/*}*/
|
/*.el-dialog .el-dialog__body .el-input__inner {*/
|
/*background-color: #022D37;*/
|
/*border: none;*/
|
/*}*/
|
/*.el-dialog__footer {*/
|
/*text-align: center;*/
|
/*background-color: #014041;*/
|
/*border-bottom-right-radius:15px ;*/
|
/*border-bottom-left-radius:15px ;*/
|
/*}*/
|
/*.el-message-box {*/
|
/*background-color:#02353A;*/
|
/*border-radius: 15px;*/
|
/*border: none;*/
|
/*}*/
|
/*.el-message-box__header {*/
|
/*background-color: #014041;*/
|
/*color: #35FCCC;*/
|
/*}*/
|
/*.el-message-box__content {*/
|
/*background-color:#02353A;*/
|
/*color:#3AABA7;*/
|
/*}*/
|
/*tab*/
|
.el-tabs--card>.el-tabs__header {
|
border:none;
|
}
|
/*200 -- 219 保留*/
|
.el-tabs--card>.el-tabs__header .el-tabs__nav {
|
float: right;
|
border: none;
|
margin-right: 10px;
|
background-color: rgba(2,50,55,1);
|
color:#F4FBFA;
|
}
|
.el-tabs--card>.el-tabs__header .el-tabs__item,.el-tabs--top.el-tabs--card>.el-tabs__header .el-tabs__item:nth-child(2) {
|
border-radius: 10px;
|
border: none;
|
padding: 0 15px;
|
height:30px;
|
line-height: 30px;
|
}
|
.el-tabs--card>.el-tabs__header .el-tabs__item.is-active {
|
background-color: rgba(120, 223, 224, 0.1);
|
border:none;
|
color:#249B9A ;
|
}
|
/*.span_input{*/
|
/*font-size: 12px;*/
|
/*color: #3BACA8;*/
|
/*padding:0 5px;*/
|
/*}*/
|
/*分割线*/
|
/*.el-divider__text {*/
|
/*background-color: #044D49;*/
|
/*padding: 2px 7px;*/
|
/*color: #34DAC5;*/
|
/*}*/
|
.treename{
|
float: left;
|
height: 30px;
|
padding: 5px 15px;
|
color:#36ffcf;
|
font-size: 14px;
|
font-weight: bold;
|
}
|
/*element 表格 横向 铺满*/
|
/*.el-table__header{*/
|
/*width: 100% !important;*/
|
/*}*/
|
/*.el-table__body{*/
|
/*width: 100% !important;*/
|
/*}*/
|
|
|
/* 分页插件颜色*/
|
/*.el-pagination__total,.el-pagination__sizes,.el-pagination__jump,.el-pagination,.el-input,.el-pagination__editor{*/
|
/*color:#a1f0f0!important;*/
|
/*}*/
|
/*input{*/
|
/*color:#a1f0f0!important;*/
|
/*}*/
|
/*.el-pager li.btn-quicknext, .el-pager li.btn-quickprev{*/
|
/*color:#a1f0f0!important;*/
|
/*}*/
|
/*.el-pagination .btn-next, .el-pagination .btn-prev{*/
|
/*color:#a1f0f0!important;*/
|
/*}*/
|
/*.el-tabs__item{*/
|
/*color:#1E888A ;*/
|
/*background: rgba(2, 47, 55, 0.8);*/
|
/*}*/
|
/*复选框*/
|
/*.el-checkbox__input.is-checked .el-checkbox__inner, .el-checkbox__input.is-indeterminate .el-checkbox__inner{*/
|
/*background: #4FC0A9;*/
|
/*color: #a1f0f0;*/
|
/*border: #a1f0f0 1px solid;*/
|
/*}*/
|
|
/*.el-select .el-input .el-select__caret{*/
|
/*color: #a1f0f0;*/
|
/*}*/
|
|
/*弹框按钮*/
|
/*.el-button--primary{*/
|
/*background-color: #218575;*/
|
/*border: none;*/
|
/*color: #C8E0DC;*/
|
/*}*/
|
/*.el-button .el-button--default{*/
|
/*background-color: rgba(24,85,84,.8);*/
|
/*border: none;*/
|
/*color: #7D9A99;*/
|
/*}*/
|
/*弹框标题*/
|
/*.el-message-box__title{*/
|
/*color: #35FCCC;*/
|
/*}*/
|
/*时间插件*/
|
|
/*.el-range-editor .el-range-input{*/
|
/*background: none;*/
|
/*color:#a1f0f0!important;*/
|
/*}*/
|
/*.el-range-separator{*/
|
/*color:#a1f0f0!important;*/
|
/*}*/
|
/*.el-date-editor .el-range-separator{*/
|
/*line-height: 24px;*/
|
/*}*/
|
/*.el-date-editor .el-range__icon{*/
|
/*line-height: 24px;*/
|
/*}*/
|
/*演示demo 返回平台 */
|
.back_icon{
|
background: none!important;
|
color: #ffffff!important;
|
font-size: 18px!important;
|
margin-right: 5px!important;
|
padding-right: 0!important;
|
}
|
.back_icon:hover{
|
color: #999999!important;
|
}
|
.treename{
|
float: left;
|
height: 30px;
|
margin:6px;
|
padding: 5px 15px;
|
color:#36ffcf;
|
font-size: 14px;
|
font-weight: bold;
|
}
|
/*.leftcon .el-tabs__nav.is-top{*/
|
/*border: none !important;*/
|
/*transform: translateX(100%) !important;*/
|
/*}*/
|
/*.leftcon .el-tabs--card>.el-tabs__header{*/
|
/*border-bottom: none !important;*/
|
/*}*/
|
/*.leftcon .el-tabs--card>.el-tabs__header .el-tabs__item.is-active{*/
|
/*border-bottom-color: transparent;*/
|
/*}*/
|
/*.leftcon .el-tabs--card>.el-tabs__header .el-tabs__item{*/
|
/*border-left: none;*/
|
/*}*/
|
/*.leftcon .el-tabs__item.is-top{*/
|
/*}*/
|