EasyUI篇のico

所有图标位置

/themes/icons

 

css引用位置

/themes/icon.css

 

可自行添加16*16的小图片放在icons中,icon.css代码添加即可

例如:

.icon-logo{
    background:url('icons/logo.ico') no-repeat center center;
}

 

你可能感兴趣的:(EasyUI篇のico)