You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
418 lines
8.1 KiB
418 lines
8.1 KiB
.head-container {
|
|
padding: 20px;
|
|
.filter-item {
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
margin: 0 3px 10px 0;
|
|
input {
|
|
border: 1px solid $inputBorder;
|
|
background-color: $mainContainerBg;
|
|
height: 32px;
|
|
line-height: 32px;
|
|
color: #fff;
|
|
}
|
|
}
|
|
.el-form-item-label {
|
|
margin: 0 3px 9px 0;
|
|
display: inline-block;
|
|
text-align: right;
|
|
vertical-align: middle;
|
|
font-size: 14px;
|
|
color: #606266;
|
|
line-height: 30.5px;
|
|
padding: 0 7px 0 7px;
|
|
}
|
|
// xu
|
|
.el-button {
|
|
font-size: 14px;
|
|
color: #fff;
|
|
border-color: #339CFF;
|
|
background-color: transparent;
|
|
// margin-left: 0 !important;
|
|
}
|
|
.el-button.is-disabled,
|
|
.el-button.is-disabled:hover,
|
|
.el-button.is-disabled:focus{
|
|
border-color: #339CFF;
|
|
background-color: transparent;
|
|
color: #339CFF;
|
|
}
|
|
|
|
.el-button:hover,
|
|
.el-button:focus{
|
|
background-color: #02255F;
|
|
}
|
|
|
|
.el-select__caret.el-input__icon.el-icon-arrow-up{
|
|
line-height: 30.5px;
|
|
}
|
|
.date-item {
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
border: 1px solid $inputBorder;
|
|
background-color: $mainContainerBg;
|
|
margin-bottom: 10px;
|
|
height: 32px !important;
|
|
width: 230px !important;
|
|
}
|
|
}
|
|
.el-avatar {
|
|
display: inline-block;
|
|
text-align: center;
|
|
background: #ccc;
|
|
color: #fff;
|
|
white-space: nowrap;
|
|
position: relative;
|
|
overflow: hidden;
|
|
vertical-align: middle;
|
|
width: 32px;
|
|
height: 32px;
|
|
line-height: 32px;
|
|
border-radius: 16px;
|
|
}
|
|
|
|
.logo-con{
|
|
height: 60px;
|
|
padding: 13px 0 0;
|
|
img{
|
|
height: 32px;
|
|
width: 135px;
|
|
display: block;
|
|
//margin: 0 auto;
|
|
}
|
|
}
|
|
|
|
#el-login-footer {
|
|
height: 40px;
|
|
line-height: 40px;
|
|
position: fixed;
|
|
bottom: 0;
|
|
width: 100%;
|
|
text-align: center;
|
|
color: #fff;
|
|
font-family: Arial, serif;
|
|
font-size: 12px;
|
|
letter-spacing: 1px;
|
|
}
|
|
|
|
#el-main-footer {
|
|
background: none repeat scroll 0 0 white;
|
|
border-top: 1px solid #e7eaec;
|
|
overflow: hidden;
|
|
padding: 10px 6px 0 6px;
|
|
height: 33px;
|
|
font-size: 0.7rem !important;
|
|
color: #7a8b9a;
|
|
letter-spacing: 0.8px;
|
|
font-family: Arial, sans-serif !important;
|
|
position: fixed;
|
|
bottom: 0;
|
|
z-index: 99;
|
|
width: 100%;
|
|
}
|
|
.yxk-upload {
|
|
border: 1px dashed #c0ccda;
|
|
border-radius: 5px;
|
|
height: 45px;
|
|
line-height: 45px;
|
|
width: 368px;
|
|
}
|
|
.my-blockquote{
|
|
margin: 0 0 10px;
|
|
padding: 15px;
|
|
line-height: 22px;
|
|
border-left: 5px solid #00437B;
|
|
border-radius: 0 2px 2px 0;
|
|
background-color: #f2f2f2;
|
|
}
|
|
.my-code{
|
|
position: relative;
|
|
padding: 15px;
|
|
line-height: 20px;
|
|
border-left: 5px solid #ddd;
|
|
color: #333;
|
|
font-family: Courier New, serif;
|
|
font-size: 12px
|
|
}
|
|
|
|
.el-tabs{
|
|
margin-bottom: 25px;
|
|
}
|
|
|
|
// xu
|
|
// 四角边线
|
|
// 有左右分区时
|
|
.container-main{
|
|
display: flex;
|
|
justify-content: space-between;
|
|
margin-left: 0 !important;
|
|
margin-right: 0 !important;
|
|
}
|
|
.container-left{
|
|
margin-right: 30px;
|
|
}
|
|
.container-left,
|
|
.container-right,
|
|
.container-wrap,
|
|
.el-card,
|
|
.header-container-wrap{
|
|
position: relative;
|
|
min-height: 100%;
|
|
padding: 0 !important;
|
|
background-color: $mainContainerBg;
|
|
border: $mainContainerBorder;
|
|
min-height: calc(100vh - 210px);
|
|
&::before,
|
|
&::after{
|
|
content: "";
|
|
position: absolute;
|
|
width: 17px;
|
|
height: 17px;
|
|
z-index: 99;
|
|
}
|
|
&::before{
|
|
top: -1px;
|
|
left: -1px;
|
|
border-top: 1px solid #339CFF;
|
|
border-left: 1px solid #339CFF;
|
|
}
|
|
&::after{
|
|
right: -1px;
|
|
bottom: -1px;
|
|
border-right: 1px solid #339CFF;
|
|
border-bottom: 1px solid #339CFF;
|
|
}
|
|
}
|
|
|
|
.el-card{
|
|
background-color: transparent;
|
|
min-height: auto;
|
|
border-radius: 0;
|
|
overflow: visible;
|
|
.el-card__header{
|
|
background-color: #02255F;
|
|
border-bottom: none;
|
|
.role-span{
|
|
color: #fff;
|
|
}
|
|
}
|
|
.el-card__body{
|
|
padding: 0;
|
|
.head-container{
|
|
padding: 0;
|
|
}
|
|
.crud-opts{
|
|
padding: 20px;
|
|
border-bottom: 1px solid #113D72;
|
|
}
|
|
}
|
|
.el-button {
|
|
font-size: 14px;
|
|
color: #fff;
|
|
border-color: #339CFF;
|
|
background-color: transparent;
|
|
// margin-left: 0 !important;
|
|
}
|
|
.el-button--mini{
|
|
padding: 7px 12px;
|
|
}
|
|
.el-button.is-disabled,
|
|
.el-button.is-disabled:hover,
|
|
.el-button.is-disabled:focus{
|
|
border-color: #339CFF;
|
|
background-color: transparent;
|
|
color: #339CFF;
|
|
}
|
|
.el-tree{
|
|
margin: 20px 0;
|
|
}
|
|
}
|
|
|
|
.header-container-wrap{
|
|
min-height: auto;
|
|
}
|
|
|
|
// 无左右分区时
|
|
.container-wrap{}
|
|
|
|
.right-top-line,
|
|
.left-bottom-line{
|
|
display: block;
|
|
position: absolute;
|
|
width: 17px;
|
|
height: 17px;
|
|
z-index: 99;
|
|
}
|
|
|
|
.left-bottom-line{
|
|
bottom: -1px;
|
|
left: -1px;
|
|
border-bottom: 1px solid #339CFF;
|
|
border-left: 1px solid #339CFF;
|
|
}
|
|
|
|
.right-top-line{
|
|
right: -1px;
|
|
top: -1px;
|
|
border-right: 1px solid #339CFF;
|
|
border-top: 1px solid #339CFF;
|
|
}
|
|
|
|
.el-tree{
|
|
background: transparent !important;
|
|
.el-tree-node:focus>.el-tree-node__content {
|
|
background-color: transparent !important;
|
|
}
|
|
.is-current>.el-tree-node__content {
|
|
background-image: $subMenuActiveBg !important;
|
|
color: #fff;
|
|
}
|
|
.el-tree-node__content{
|
|
padding: 0 30px !important;
|
|
height: 40px;
|
|
color: $subMenuActiveText;
|
|
background-color: transparent;
|
|
.el-tree-node__label{
|
|
font-size: 16px;
|
|
font-weight: 600;
|
|
}
|
|
&:hover{
|
|
background-color: transparent !important;
|
|
background-image: $subMenuActiveBg;
|
|
}
|
|
}
|
|
.el-tree-node__expand-icon{
|
|
font-size: 16px;
|
|
color: $subMenuActiveText;
|
|
}
|
|
.el-tree-node__children{
|
|
padding: 0 18px;
|
|
.el-tree-node__content{
|
|
height: 30px;
|
|
}
|
|
.el-tree-node__label{
|
|
font-size: 14px;
|
|
font-weight: normal;
|
|
}
|
|
}
|
|
|
|
}
|
|
.el-tree--highlight-current .el-tree-node.is-current>.el-tree-node__content{
|
|
background-color: transparent;
|
|
background-image: $subMenuActiveBg;
|
|
}
|
|
|
|
.el-date-editor .el-range-input{
|
|
background: transparent;
|
|
color: #fff;
|
|
}
|
|
|
|
// table
|
|
.el-table{
|
|
background: transparent;
|
|
tr{
|
|
background: transparent;
|
|
.el-table__cell{
|
|
height: 60px;
|
|
background-color: transparent;
|
|
}
|
|
}
|
|
|
|
.el-table__header-wrapper,
|
|
.el-table__header{
|
|
th.el-table__cell{
|
|
background-color: #02255F;
|
|
border-top: 1px solid #113D72;
|
|
border-bottom: none;
|
|
&>.cell{
|
|
font-size: 16px;
|
|
color: #339CFF;
|
|
}
|
|
}
|
|
}
|
|
|
|
.el-table__body-wrapper,
|
|
.el-table__fixed-right{
|
|
td.el-table__cell{
|
|
color: #339CFF;
|
|
font-size: 14px;
|
|
border-bottom: 1px dashed #113D72;
|
|
}
|
|
}
|
|
&::before,
|
|
.el-table--group::after,
|
|
.el-table--border::after,
|
|
.el-table__fixed::before,
|
|
.el-table__fixed-right::before{
|
|
background-color: transparent;
|
|
}
|
|
|
|
.el-checkbox__input.is-checked .el-checkbox__inner,
|
|
.el-checkbox__input.is-disabled .el-checkbox__inner{
|
|
border-color: #339CFF;
|
|
background: transparent;
|
|
&::after{
|
|
border-color: #339CFF;
|
|
}
|
|
}
|
|
|
|
.el-table__body tr.hover-row > td,
|
|
.el-table__body tr.hover-row.current-row > td,
|
|
.el-table__body tr.hover-row.el-table__row--striped > td,
|
|
.el-table__body tr.hover-row.el-table__row--striped.current-row > td {
|
|
color: #fff;
|
|
background-color: #13439E;
|
|
.el-checkbox__input.is-checked .el-checkbox__inner{
|
|
background: #fff;
|
|
border-color: #fff;
|
|
}
|
|
}
|
|
}
|
|
.el-table__body tr.el-table__row:hover>td.el-table__cell,
|
|
.el-table__body tr.el-table__row:focus>td.el-table__cell,
|
|
.el-table__body tr.current-row:hover>td.el-table__cell,
|
|
.el-table__body tr.current-row:focus>td.el-table__cell{
|
|
color: #fff;
|
|
background-color: #13439E;
|
|
.el-checkbox__input.is-checked .el-checkbox__inner{
|
|
background: #fff;
|
|
border-color: #fff;
|
|
}
|
|
}
|
|
|
|
.el-table__body tr.current-row>td.el-table__cell{
|
|
background-color: transparent;
|
|
}
|
|
|
|
.el-checkbox__inner{
|
|
background: transparent;
|
|
border-color: #339CFF;
|
|
}
|
|
|
|
.el-icon-arrow-right:before{
|
|
color: #fff;
|
|
}
|
|
|
|
|
|
// 分页
|
|
.el-pagination{
|
|
padding: 2px 10px;
|
|
margin: 10px 0 !important;
|
|
.el-pagination__total{
|
|
color: #fff;
|
|
}
|
|
button{
|
|
background-color: transparent;
|
|
&:disabled{
|
|
background-color: transparent;
|
|
}
|
|
}
|
|
.el-pager li.active{
|
|
color: #fff;
|
|
background-color: transparent;
|
|
}
|
|
.el-select .el-input .el-input__inner{
|
|
background-color: transparent;
|
|
color: #fff;
|
|
}
|
|
}
|