| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- .icon-blank{
- background:url('../imgs/icons/blank.gif') no-repeat center center;
- }
- .icon-add{
- background:url('../imgs/icons/edit_add.png') no-repeat center center;
- }
- .icon-edit{
- background:url('../imgs/icons/pencil.png') no-repeat center center;
- }
- .icon-remove{
- background:url('../imgs/icons/edit_remove.png') no-repeat center center;
- }
- .icon-save{
- background:url('../imgs/icons/filesave.png') no-repeat center center;
- }
- .icon-cut{
- background:url('../imgs/icons/cut.png') no-repeat center center;
- }
- .icon-ok{
- background:url('../imgs/icons/ok.png') no-repeat center center;
- }
- .icon-no{
- background:url('../imgs/icons/no.png') no-repeat center center;
- }
- .icon-cancel{
- background:url('../imgs/icons/cancel.png') no-repeat center center;
- }
- .icon-reload{
- background:url('../imgs/icons/reload.png') no-repeat center center;
- }
- .icon-search{
- background:url('../imgs/icons/search.png') no-repeat center center;
- }
- .icon-print{
- background:url('../imgs/icons/print.png') no-repeat center center;
- }
- .icon-help{
- background:url('../imgs/icons/help.png') no-repeat center center;
- }
- .icon-undo{
- background:url('../imgs/icons/undo.png') no-repeat center center;
- }
- .icon-redo{
- background:url('../imgs/icons/redo.png') no-repeat center center;
- }
- .icon-back{
- background:url('../imgs/icons/back.png') no-repeat center center;
- }
- .icon-sum{
- background:url('../imgs/icons/sum.png') no-repeat center center;
- }
- .icon-tip{
- background:url('../imgs/icons/tip.png') no-repeat center center;
- }
- .icon-filter{
- background:url('../imgs/icons/filter.png') no-repeat center center;
- }
- .icon-mini-add{
- background:url('../imgs/icons/mini_add.png') no-repeat center center;
- }
- .icon-mini-edit{
- background:url('../imgs/icons/mini_edit.png') no-repeat center center;
- }
- .icon-mini-refresh{
- background:url('../imgs/icons/mini_refresh.png') no-repeat center center;
- }
- .icon-QRCode{
- background:url('../imgs/icons/QRCode.png') no-repeat center center;
- }
- .icon-delete{
- background:url('../imgs/icons/delete.png') no-repeat center center;
- }
|