|
.iconList{
|
span{
|
margin-left: 10px;
|
}
|
}
|
.iconList.hover{
|
span{
|
color: #4D88FF;
|
}
|
}
|
// financial
|
.icon-financial{
|
background: url('../assets/aside/financial.png') no-repeat;
|
background-size: 20px 20px;
|
background-position: 0px 5px;
|
}
|
.el-select-dropdown__item.icon-financial.hover{
|
background: url('../assets/aside/financial_active.png') no-repeat !important;
|
background-size: 20px 20px !important;
|
background-position: 0px 5px !important;
|
}
|
.el-select-dropdown__item.icon-financial.selected{
|
background: url('../assets/aside/financial_active.png') no-repeat !important;
|
background-size: 20px 20px !important;
|
background-position: 0px 5px !important;
|
}
|
// company
|
.icon-company{
|
background: url('../assets/aside/company.png') no-repeat;
|
background-size: 20px 20px;
|
background-position: 0px 5px;
|
}
|
.el-select-dropdown__item.icon-company.hover{
|
background: url('../assets/aside/company_active.png') no-repeat !important;
|
background-size: 20px 20px !important;
|
background-position: 0px 5px !important;
|
}
|
.el-select-dropdown__item.icon-company.selected{
|
background: url('../assets/aside/company_active.png') no-repeat !important;
|
background-size: 20px 20px !important;
|
background-position: 0px 5px !important;
|
}
|
// customer
|
.icon-customer{
|
background: url('../assets/aside/customer.png') no-repeat;
|
background-size: 20px 20px;
|
background-position: 0px 5px;
|
}
|
.el-select-dropdown__item.icon-customer.hover{
|
background: url('../assets/aside/customer_active.png') no-repeat !important;
|
background-size: 20px 20px !important;
|
background-position: 0px 5px !important;
|
}
|
.el-select-dropdown__item.icon-customer.selected{
|
background: url('../assets/aside/customer_active.png') no-repeat !important;
|
background-size: 20px 20px !important;
|
background-position: 0px 5px !important;
|
}
|
// order
|
.icon-order{
|
background: url('../assets/aside/order.png') no-repeat;
|
background-size: 20px 20px;
|
background-position: 0px 5px;
|
}
|
.el-select-dropdown__item.icon-order.hover{
|
background: url('../assets/aside/order_active.png') no-repeat !important;
|
background-size: 20px 20px !important;
|
background-position: 0px 5px !important;
|
}
|
.el-select-dropdown__item.icon-order.selected{
|
background: url('../assets/aside/order_active.png') no-repeat !important;
|
background-size: 20px 20px !important;
|
background-position: 0px 5px !important;
|
}
|
// product
|
.icon-product{
|
background: url('../assets/aside/product.png') no-repeat;
|
background-size: 20px 20px;
|
background-position: 0px 5px;
|
}
|
.el-select-dropdown__item.icon-product.hover{
|
background: url('../assets/aside/product_active.png') no-repeat !important;
|
background-size: 20px 20px !important;
|
background-position: 0px 5px !important;
|
}
|
.el-select-dropdown__item.icon-product.selected{
|
background: url('../assets/aside/product_active.png') no-repeat !important;
|
background-size: 20px 20px !important;
|
background-position: 0px 5px !important;
|
}
|
// system
|
.icon-system{
|
background: url('../assets/aside/system.png') no-repeat;
|
background-size: 20px 20px;
|
background-position: 0px 5px;
|
}
|
.el-select-dropdown__item.icon-system.hover{
|
background: url('../assets/aside/system_active.png') no-repeat !important;
|
background-size: 20px 20px !important;
|
background-position: 0px 5px !important;
|
}
|
.el-select-dropdown__item.icon-system.selected{
|
background: url('../assets/aside/system_active.png') no-repeat !important;
|
background-size: 20px 20px !important;
|
background-position: 0px 5px !important;
|
}
|
// total
|
.icon-total{
|
background: url('../assets/aside/total.png') no-repeat;
|
background-size: 20px 20px;
|
background-position: 0px 5px;
|
}
|
.el-select-dropdown__item.icon-total.hover{
|
background: url('../assets/aside/total_active.png') no-repeat !important;
|
background-size: 20px 20px !important;
|
background-position: 0px 5px !important;
|
}
|
.el-select-dropdown__item.icon-total.selected{
|
background: url('../assets/aside/total_active.png') no-repeat !important;
|
background-size: 20px 20px !important;
|
background-position: 0px 5px !important;
|
}
|
// workbench
|
.icon-workbench{
|
background: url('../assets/aside/workbench.png') no-repeat;
|
background-size: 20px 20px;
|
background-position: 0px 5px;
|
}
|
.el-select-dropdown__item.icon-workbench.hover{
|
background: url('../assets/aside/workbench_active.png') no-repeat !important;
|
background-size: 20px 20px !important;
|
background-position: 0px 5px !important;
|
}
|
.el-select-dropdown__item.icon-workbench.selected{
|
background: url('../assets/aside/workbench_active.png') no-repeat !important;
|
background-size: 20px 20px !important;
|
background-position: 0px 5px !important;
|
}
|
// business
|
.icon-business{
|
background: url('../assets/aside/business.png') no-repeat;
|
background-size: 20px 20px;
|
background-position: 0px 5px;
|
}
|
.el-select-dropdown__item.icon-business.hover{
|
background: url('../assets/aside/business_active.png') no-repeat !important;
|
background-size: 20px 20px !important;
|
background-position: 0px 5px !important;
|
}
|
.el-select-dropdown__item.icon-business.selected{
|
background: url('../assets/aside/business_active.png') no-repeat !important;
|
background-size: 20px 20px !important;
|
background-position: 0px 5px !important;
|
}
|
// personnel
|
.icon-personnel{
|
background: url('../assets/aside/personnel.png') no-repeat;
|
background-size: 20px 20px;
|
background-position: 0px 5px;
|
}
|
.el-select-dropdown__item.icon-personnel.hover{
|
background: url('../assets/aside/personnel_active.png') no-repeat !important;
|
background-size: 20px 20px !important;
|
background-position: 0px 5px !important;
|
}
|
.el-select-dropdown__item.icon-personnel.selected{
|
background: url('../assets/aside/personnel_active.png') no-repeat !important;
|
background-size: 20px 20px !important;
|
background-position: 0px 5px !important;
|
}
|