index.css 3.8 KB
.el-main{
	padding: 0;
}
.el-menu{
	height: 100%;
}
/* 输入框重置 */
.el-input--small .el-input__inner {
    height: 30px;
    line-height: 30px;
}
.el-input__inner{
	border: 1px solid #E5E5E5;
}
.el-input.is-active .el-input__inner, .el-input__inner:focus{
	border-color: #3BB7FF;
}
/* 下拉框重置 */
.el-select .el-input.is-focus .el-input__inner{
	border-color: #3BB7FF;
}
.el-popper[x-placement^=bottom] .popper__arrow{
	display: none;
}
.selectBox .el-popper[x-placement^=bottom]{
	margin-top: 0;
	left:0!important;
}
.el-select-dropdown__list{
	padding: 4px 0;
}
.el-select-dropdown{
	    border-radius: 2px;
}
.el-select-dropdown__item.selected{
	color: #555555;
	    font-weight: 400;
}
.el-select-dropdown__item.hover{
	    color: #ffffff;
}
.el-select-dropdown__item.hover, .el-select-dropdown__item:hover{
	background: #3BB7FF;
}
.el-select-dropdown__item{
	height: 26px;
	    line-height: 26px;
		padding: 0 10px;
}
.el-input__inner{
	border-radius: 2px;
	padding: 0 10px;
}
/* button重置 */
.el-button--mini, .el-button--small{
	border-radius:2px ;
}
.el-button--small, .el-button--small.is-round {
    padding: 7px 16px;
}
/* 主要按钮 */
.el-button--primary{
	background-color: #0069FF;
	border-color: #0069FF;
}
/* 信息按钮 */
.el-button--info {
    color: #FFF;
    background-color: #3BB7FF;
    border-color: #3BB7FF;
}
.el-button--info:focus, .el-button--info:hover {
    background: red;
    border-color: red;
    color: #FFF;
}
.el-button--info.is-active, .el-button--info:active{
	background: green;
	border-color: green;
	color: #FFF;
}
/* 分页 */
.el-pagination.is-background .btn-next, .el-pagination.is-background .btn-prev, .el-pagination.is-background .el-pager li{
	     margin: 0 ; 
	    background-color: #fff;
	    color: #606266;
	    border: 1px solid #e5e5e5;
	    min-width: 30px;
	    border-radius: 1px;
	    border-right: none;
		padding: 0 16px;
		height: 35px;
		line-height: 35px;
}
.el-pagination.is-background .btn-next{
	 border-right: 1px solid #e5e5e5;
}
.el-pagination button, .el-pagination span:not([class*=suffix]){
	height: 35px;
	    line-height: 35px;
}
.el-pagination.is-background .el-pager li:not(.disabled).active{
	background-color:#0069FF
}
.el-input--mini .el-input__inner {
    height: 35px;
    line-height: 35px;
}
.el-pagination .el-select .el-input .el-input__inner{
	border-radius: 2px;
}
/* 表格 */
.el-table--small td, .el-table--small th{
	padding: 8px 0;
}
.el-table--mini, .el-table--small, .el-table__expand-icon{
	font-size: 14px;
}
.el-table__body tr{
	background: #E5E5E5;
}
.el-table--striped .el-table__body tr.el-table__row--striped td{
	background: #FFFFFF;
}
/* 提示 */
.el-tooltip__popper{
	padding: 6px 12px;
	border-radius:2px;
}
.el-tooltip__popper.is-light{
	background:rgba(255,255,255,1);
	box-shadow:0px 2px 4px 0px rgba(0,0,0,0.13);
	border: none;
	color: #666666;
}
/* dialog */
.el-dialog__title{
	font-size: 15px;
	color: #FFFFFF;
}
.el-dialog__header{
	padding:8px 20px 6px;
	background: #3BB7FF;
}
.el-dialog__headerbtn{
	top: 12px;
}
.el-dialog__headerbtn .el-dialog__close{
	color: #FFFFFF;
}
.el-dialog__footer{
	background:#F6F6F6 ;
}
.dialog-footer .el-button--small {
    padding: 9px 17px;
	font-size: 14px;
}
.el-dialog__footer {
    padding: 8px 27px 8px;
}
/* dialog元素 */
.el-dialog .el-input--small .el-input__inner{
	    height: 26px;
	    line-height: 26px;
}
.el-dialog__body{
	padding: 30px 34px;
}
.el-dialog .el-select--small{
	width: 100%;
}
/* .el-dialog .el-form-item--small .el-form-item__content,.el-dialog .el-form-item--small .el-form-item__label{
	line-height: 26px;
} */
.el-switch__core{
	height: 13px;
}
.el-switch__core:after{
	width: 9px;
	height: 9px;
}
.el-switch.is-checked .el-switch__core::after {
    left: 100%;
    margin-left: -10px;
}
.el-form-item--mini.el-form-item, .el-form-item--small.el-form-item {
margin-bottom: 4px;
}