| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163 |
- .icon-blank{
- background:url('icons/blank.gif') no-repeat center center;
- }
- .icon-add{
- background:url('icons/le_new.png') no-repeat center center;
- }
- .icon-edit{
- background:url('icons/le_edit.png') no-repeat center center;
- }
- .icon-remove{
- background:url('icons/le_delete.png') no-repeat center center;
- }
- .icon-save{
- background:url('icons/le_save.png') no-repeat center center;
- }
- .icon-save1{
- background:url('icons/le_save1.png') no-repeat center center;
- }
- .icon-return{
- background:url('icons/le_return.png') no-repeat center center;
- }
- .icon-lock{
- background:url('icons/le_lock.png') no-repeat center center;
- }
- .icon-activation{
- background:url('icons/le_activation.png') no-repeat center center;
- }
- .icon-synchronization{
- background:url('icons/le_synchronization.png') no-repeat center center;
- }
- .icon-refresh{
- background:url('icons/le_refresh.png') no-repeat center center;
- }
- .icon-enable{
- background:url('icons/le_enable.png') no-repeat center center;
- }
- .icon-disable{
- background:url('icons/le_disable.png') no-repeat center center;
- }
- .icon-clean{
- background:url('icons/le_clean.png') no-repeat center center;
- }
- .icon-distribution{
- background:url('icons/le_distribution.png') no-repeat center center;
- }
- .icon-view{
- background:url('icons/le_view.png') no-repeat center center;
- }
- .icon-withdraw{
- background:url('icons/le_withdraw.png') no-repeat center center;
- }
- .icon-cancel1{
- background:url('icons/le_cancel1.png') no-repeat center center;
- }
- .icon-report{
- background:url('icons/le_report.png') no-repeat center center;
- }
- .icon-calculation{
- background:url('icons/le_calculation.png') no-repeat center center;
- }
- .icon-detail{
- background:url('icons/le_detail.png') no-repeat center center;
- }
- .icon-release{
- background:url('icons/le_release.png') no-repeat center center;
- }
- .icon-confirm{
- background:url('icons/le_confirm.png') no-repeat center center;
- }
- .icon-select{
- background:url('icons/le_select.png') no-repeat center center;
- }
- .icon-cut{
- background:url('icons/cut.png') no-repeat center center;
- }
- .icon-ok{
- background:url('icons/ok.png') no-repeat center center;
- }
- .icon-no{
- background:url('icons/no.png') no-repeat center center;
- }
- .icon-cancel{
- background:url('icons/cancel.png') no-repeat center center;
- }
- .icon-reload{
- background:url('icons/le_reload.png') no-repeat center center;
- }
- .icon-search{
- background:url('icons/le_search.png') no-repeat center center;
- }
- .icon-print{
- background:url('icons/print.png') no-repeat center center;
- }
- .icon-help{
- background:url('icons/help.png') no-repeat center center;
- }
- .icon-undo{
- background:url('icons/undo.png') no-repeat center center;
- }
- .icon-redo{
- background:url('icons/redo.png') no-repeat center center;
- }
- .icon-back{
- background:url('icons/back.png') no-repeat center center;
- }
- .icon-sum{
- background:url('icons/sum.png') no-repeat center center;
- }
- .icon-tip{
- background:url('icons/tip.png') no-repeat center center;
- }
- .icon-mini-add{
- background:url('icons/mini_add.png') no-repeat center center;
- }
- .icon-mini-edit{
- background:url('icons/mini_edit.png') no-repeat center center;
- }
- .icon-mini-refresh{
- background:url('icons/mini_refresh.png') no-repeat center center;
- }
- .icon-put{
- background:url('icons/le_basket_put.png') no-repeat center center;
- }
- .icon-putout{
- background:url('icons/le_basket_remove.png') no-repeat center center;
- }
- .icon-comturn{
- background:url('icons/comturn.png') no-repeat center center;
- }
- .icon-exit{
- background:url('icons/exit.png') no-repeat center center;
- }
- .icon-le-ok{
- background:url('icons/le-ok.png') no-repeat center center;
- }
- .icon-le-back{
- background:url('icons/le-back.png') no-repeat center center;
- }
- /*update-begin--author:zhangjiaqiang date:20170301 for:���б�ͼ�� */
- .icon-user-set-o{
- background:url('icons/user-set-o.png') no-repeat center center;
- }
- .icon-user-set{
- background:url('icons/user-set.png') no-repeat center center;
- }
- .icon-right{
- background:url('icons/right.png') no-repeat center center;
- }
- .icon-left{
- background:url('icons/left.png') no-repeat center center;
- }
- .icon-cny{
- background:url('icons/cny.png') no-repeat center center;
- }
- /*update-end--author:zhangjiaqiang date:20170301 for:���б�ͼ�� */
- .icon-caret-down{
- background:url('icons/fa-caret-down.png') no-repeat center center;
- }
|