/*图标样式*/

/*编辑图标*/
.ico-edit{background: url(/static/public/ico/edit_icon.png) no-repeat;width:16px;height:16px; cursor: pointer;}
.ico-edit:hover{background: url(/static/public/ico/edit_over.png)}