.el-dropdown-menu__item {
|
font-size: 12px !important;
|
line-height: 28px !important;
|
}
|
|
//.el-card.is-always-shadow {
|
// box-shadow: none;
|
// border: none !important;
|
//}
|
|
.el-scrollbar__view {
|
height: 100%;
|
}
|
|
|
.el-menu--horizontal {
|
border-bottom: none !important;
|
}
|
|
.el-menu {
|
border-right: none !important;
|
}
|
|
.el-menu--display,
|
.el-menu--display + .el-submenu__icon-arrow {
|
display: none;
|
}
|
|
.el-dropdown-menu__item--divided:before,
|
.el-menu,
|
.el-menu--horizontal > .el-menu-item:not(.is-disabled):focus,
|
.el-menu--horizontal > .el-menu-item:not(.is-disabled):hover,
|
.el-menu--horizontal > .el-submenu .el-submenu__title:hover {
|
background-color: transparent;
|
}
|
|
.el-message__icon,
|
.el-message__content {
|
display: inline-block;
|
}
|
|
.el-date-editor .el-range-input,
|
.el-date-editor .el-range-separator {
|
height: auto;
|
overflow: hidden;
|
}
|
|
.el-dialog__wrapper {
|
z-index: 2048;
|
}
|
|
|
.el-col {
|
margin-bottom: 8px;
|
}
|
|
.el-main {
|
padding: 0 !important;
|
}
|
|
.el-dropdown-menu__item--divided:before, .el-menu, .el-menu--horizontal > .el-menu-item:not(.is-disabled):focus, .el-menu--horizontal > .el-menu-item:not(.is-disabled):hover, .el-menu--horizontal > .el-submenu .el-submenu__title:hover {
|
background-color: transparent !important;
|
}
|
|
.el-form-item__label, .el-select-dropdown__item, .el-tabs__item, .avue-tags__contentmenu .item, .el-checkbox__label, .el-tree-node__label, .el-tree__empty-text, .el-link--inner {
|
font-size: 12px !important;
|
}
|
|
.el-submenu__title .fa {
|
width: 20px;
|
}
|
|
.el-transfer-panel .el-transfer-panel__header .el-checkbox .el-checkbox__label {
|
font-size: 12px;
|
color: #303133;
|
font-weight: 600;
|
}
|
|
.el-transfer .el-checkbox {
|
margin-right: 0;
|
}
|
|
.el-input__inner {
|
font-size: 12px;
|
display: inline-block;
|
box-sizing: border-box;
|
vertical-align: middle;
|
height: 30px;
|
padding-left: 10px;
|
padding-right: 10px;
|
font-size: 12px;
|
border: 1px solid #ddd;
|
color: #444;
|
transition: .2s ease-in-out;
|
transition-property: color, background-color, border;
|
}
|
|
.avue-left .el-scrollbar__wrap {
|
overflow-x: hidden;
|
}
|
|
.el-scrollbar__wrap{
|
overflow-x: hidden;
|
}
|
|
.el-select-dropdown .el-scrollbar .el-scrollbar__wrap
|
{
|
overflow: scroll!important;
|
}
|
|
.el-menu--vertical {
|
background-color: #222d32;
|
}
|
|
.el-menu--vertical .el-menu-item {
|
height: 30px;
|
line-height: 30px;
|
color: rgba(255, 255, 255, 0.7);
|
}
|
|
.el-upload-list__item {
|
transition: none !important;
|
}
|
|
.canceled{
|
background-color: #7f9fc3;
|
border-color: #7f9fc3;
|
}
|
|
.pending {
|
background-color: #ffa169;
|
border-color: #ffa169;
|
}
|
|
.inProgress {
|
background-color: #1ecbc1;
|
border-color: #1ecbc1;
|
}
|
|
.interrupted {
|
background-color: #f95070;
|
border-color: #f95070;
|
}
|
|
.completed {
|
background-color: #4bafff;
|
border-color: #4bafff;
|
}
|
|
.avue-main .el-card__body {
|
padding: 20px 0px 5px;
|
}
|
|
.avue-main .el-card__body .title-division {
|
height: 10px;
|
background-color: #E9EBEE;
|
}
|
|
.el-dialog .title-division {
|
height: 0px !important;
|
background-color: #FFFFFF !important;
|
}
|
|
.avue-main .el-card__body .grid-header .el-form-item {
|
height: 33px;
|
}
|
|
.empty-text {
|
color: #909399;
|
font-size: 12px;
|
padding-left: 20px
|
}
|
|
.el-checkbox-button.is-disabled.is-checked .el-checkbox-button__inner {
|
color: #FFFFFF;
|
background-color: #1890ff;
|
border-color: #1890ff;
|
-webkit-box-shadow: -1px 0 0 0 #74bcff;
|
box-shadow: -1px 0 0 0 #74bcff;
|
}
|
|
.avue-main .el-tabs--card > .el-tabs__header .el-tabs__nav {
|
border-radius: 0 !important;
|
}
|
|
.avue-main .el-tabs--card .el-tabs__item {
|
font-weight: 700;
|
}
|
|
.avue-main .el-tabs--card .el-tabs__item.is-active {
|
border-top: 3px solid #0064c8;
|
}
|
|
.avue-main .el-tabs--card > .el-tabs__header .el-tabs__item {
|
border-bottom: none !important;
|
}
|
|
.avue-main .el-card__header{
|
color: #000;
|
font-size: 14px;
|
font-weight: 700;
|
}
|
|
.page-main {
|
position: absolute;
|
top: 0;
|
bottom: 0;
|
left: 0;
|
right: 0;
|
width: 100%;
|
padding: 10px;
|
overflow:auto;
|
box-sizing: border-box;
|
}
|
|
.page-main::before{
|
content:"";
|
display: block;
|
height: 50px;
|
}
|
|
.page-header {
|
position: absolute;
|
width:100%;
|
height: 50px;
|
z-index: 999;
|
padding: 10px 20px;
|
background-color: #fff;
|
border-bottom: 1px solid #ddd;
|
box-sizing: border-box;
|
}
|
|
.header-left {
|
float:left;
|
}
|
|
.header-left a {
|
line-height: 31px;
|
float:left;
|
text-align: center;
|
margin-left: -6px;
|
margin-right: 24px;
|
background-color: transparent;
|
cursor: pointer;
|
}
|
|
.header-left h2 {
|
font-size: 16px;
|
font-weight: 700;
|
line-height: 31px;
|
display:inline-block;
|
margin:0px 0px;
|
}
|
|
.header-right{
|
float:right;
|
}
|
|
.icon-btn-back {
|
width: 16px;
|
height: 16px;
|
display: inline-block;
|
vertical-align: middle;
|
background-repeat: no-repeat;
|
background-position: inherit;
|
font-size: 0;
|
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0iIzAwNmVmZiI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNSA3SDQuN2w0LjQtNC42TDcuNyAxIDEgOGw2LjcgNyAxLjQtMS40TDQuNyA5SDE1eiIvPjwvc3ZnPg==);
|
}
|
|
|
//滚动条
|
::-webkit-scrollbar
|
{
|
width: 10px;
|
height: 10px;
|
}
|
/*定义滚动条轨道 内阴影+圆角*/
|
::-webkit-scrollbar-track
|
{
|
border-radius: 10px;
|
background-color: rgba(0,0,0,0.1);
|
}
|
/*定义滑块 内阴影+圆角*/
|
::-webkit-scrollbar-thumb
|
{
|
border-radius: 5px;
|
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
|
background-color: rgba(193,193,193,0.1);
|
}
|
|
.icon-schedule-pending {
|
background: url('/img/schedule/icon_gx_orange.png') center center no-repeat;
|
background-size: cover;
|
font-size: 20px !important;
|
cursor: pointer;
|
}
|
|
.icon-schedule-pending:before {
|
content: '提';
|
font-size: 20px;
|
visibility: hidden;
|
}
|
.el-message-box__wrapper .validate-over-feed-message {
|
width: 700px;
|
}
|