mirror of
https://gitee.com/layui/layui.git
synced 2025-04-28 16:38:02 +08:00
更新 icon 资源缓存
This commit is contained in:
parent
806071e69f
commit
3258e8b087
@ -47,12 +47,12 @@ a cite{font-style: normal; *cursor:pointer;}
|
||||
/** 图标字体 **/
|
||||
@font-face {
|
||||
font-family: 'layui-icon';
|
||||
src: url('../font/iconfont.eot?v=256');
|
||||
src: url('../font/iconfont.eot?v=256#iefix') format('embedded-opentype'),
|
||||
url('../font/iconfont.woff2?v=256') format('woff2'),
|
||||
url('../font/iconfont.woff?v=256') format('woff'),
|
||||
url('../font/iconfont.ttf?v=256') format('truetype'),
|
||||
url('../font/iconfont.svg?v=256#layui-icon') format('svg');
|
||||
src: url('../font/iconfont.eot?v=280');
|
||||
src: url('../font/iconfont.eot?v=280#iefix') format('embedded-opentype'),
|
||||
url('../font/iconfont.woff2?v=280') format('woff2'),
|
||||
url('../font/iconfont.woff?v=280') format('woff'),
|
||||
url('../font/iconfont.ttf?v=280') format('truetype'),
|
||||
url('../font/iconfont.svg?v=280#layui-icon') format('svg');
|
||||
}
|
||||
|
||||
.layui-icon{
|
||||
|
Loading…
Reference in New Issue
Block a user