mirror of
https://gitee.com/coder-xiaomo/flashsale
synced 2025-01-31 05:30:25 +08:00
29 lines
1.0 KiB
CSS
29 lines
1.0 KiB
CSS
|
|
@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"; }
|