mirror of
https://gitee.com/coder-xiaomo/flashsale
synced 2025-09-13 07:21:38 +08:00
添加Metronic(作为LFS)
This commit is contained in:
28
frontend/static/css/module/plugins/iconfont/iconfont.css
Normal file
28
frontend/static/css/module/plugins/iconfont/iconfont.css
Normal file
@@ -0,0 +1,28 @@
|
||||
|
||||
@font-face {font-family: "iconfont";
|
||||
src: url('iconfont.eot'); /* IE9*/
|
||||
src: url('iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
|
||||
url('iconfont.woff') format('woff'), /* chrome、firefox */
|
||||
url('iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
|
||||
url('iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
|
||||
}
|
||||
|
||||
.iconfont {
|
||||
font-family:"iconfont" !important;
|
||||
font-size:16px;
|
||||
font-style:normal;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-webkit-text-stroke-width: 0.2px;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
.icon-jiantouashang:before { content: "\e608"; }
|
||||
.icon-error:before { content: "\e601"; }
|
||||
.icon-check-list:before { content: "\e602"; }
|
||||
.icon-check:before { content: "\e603"; }
|
||||
.icon-search:before { content: "\e600"; }
|
||||
.icon-jiantou:before { content: "\e60a"; }
|
||||
.icon-guanbi:before { content: "\e60b"; }
|
||||
.icon-iconloveclick:before { content: "\e606"; }
|
||||
.icon-iconlove:before { content: "\e607"; }
|
||||
.icon-arrowup:before { content: "\e604"; }
|
||||
.icon-check1:before { content: "\e605"; }
|
Reference in New Issue
Block a user