.orderTop {
|
height: 28px;
|
font-size: 20px;
|
font-family: PingFangSC-Medium, PingFang SC;
|
font-weight: 500;
|
color: #111111;
|
line-height: 28px;
|
padding: 12px 0 20px 100px;
|
width: calc(100% - 100px);
|
height: 30px;
|
background: #fff;
|
p {
|
font-family: 'PingFangSC-Regular';
|
text-align: left;
|
font-size: 18px;
|
line-height: 30px;
|
font-weight: 600;
|
}
|
.el-divider--vertical {
|
margin: 0 20px;
|
}
|
.text-nav {
|
height: 20px;
|
font-size: 14px;
|
font-family: PingFangSC-Regular, PingFang SC;
|
font-weight: 400;
|
color: #ea1e24;
|
line-height: 20px;
|
cursor: pointer;
|
}
|
}
|
|
.devide {
|
height: 10px;
|
background: #f4f4f4;
|
}
|
.noTreeBody {
|
//.orderBody {
|
padding: 30px 100px 90px!important;
|
background: #fff !important;
|
.title {
|
height: 25px;
|
font-size: 18px;
|
margin-bottom: 15px;
|
font-family: PingFangSC-Medium, PingFang SC;
|
font-weight: 550;
|
color: #111111;
|
line-height: 25px;
|
text-align: left;
|
}
|
.table-area{
|
//.orderTable{
|
margin-bottom: 30px;
|
}
|
}
|
|
.el-select .el-input.is-focus .el-input__inner {
|
border-color: #1a99ff !important;
|
}
|
.el-select-dropdown.is-multiple .el-select-dropdown__item.selected {
|
color: #1a99ff !important;
|
background-color: rgba(26, 153, 255, 0.05) !important;
|
}
|
.el-table {
|
//width: 100%;
|
border: 1px solid #E9EBEE ;
|
border-bottom: none ;
|
thead {
|
th {
|
background: #f4f4f4;
|
}
|
}
|
.el-button {
|
margin: 0 !important;
|
padding: 0;
|
width: 49px;
|
height: 32px;
|
border-radius: 0;
|
&.selected {
|
color: #1a99ff !important;
|
border-color: #1a99ff !important;
|
background: rgba(26, 153, 255, 0.1) !important;
|
}
|
}
|
.el-button:hover,
|
.el-button:focus {
|
color: #0064FF;
|
border-color: #0064FF;
|
background-color: rgba(26, 153, 255, 0.1);
|
}
|
}
|
.el-table .success-row {
|
background: rgb(26, 152, 255, 0.05);
|
}
|
.el-table--enable-row-hover .el-table__body tr:hover > td {
|
background: rgb(26, 152, 255, 0.05);
|
}
|
.el-checkbox__input.is-checked .el-checkbox__inner {
|
background-color: #1a99ff;
|
border-color: #1a99ff;
|
}
|
.el-checkbox__input.is-focus .el-checkbox__inner {
|
border-color: #1a99ff !important;
|
}
|
.el-checkbox__input.is-indeterminate .el-checkbox__inner {
|
background-color: #1a99ff !important;
|
border-color: #1a99ff !important;
|
}
|
.el-checkbox__input.is-indeterminate .el-checkbox__inner {
|
background-color: #1a99ff;
|
border-color: #1a99ff;
|
}
|
.el-checkbox__inner:hover {
|
//background-color: #1A99FF;
|
border-color: #1a99ff !important;
|
}
|
.el-checkbox__input.is-checked .el-checkbox__inner {
|
background-color: #1a99ff !important;
|
border-color: #1a99ff !important;
|
}
|