|
|
|
|
@ -1,8 +1,8 @@
|
|
|
|
|
@font-face {
|
|
|
|
|
font-family: 'iconfont'; /* Project id 4374774 */
|
|
|
|
|
src: url('//at.alicdn.com/t/c/font_4374774_2dounqwxvaz.woff2?t=1777026624796') format('woff2'),
|
|
|
|
|
url('//at.alicdn.com/t/c/font_4374774_2dounqwxvaz.woff?t=1777026624796') format('woff'),
|
|
|
|
|
url('//at.alicdn.com/t/c/font_4374774_2dounqwxvaz.ttf?t=1777026624796') format('truetype');
|
|
|
|
|
src: url('//at.alicdn.com/t/c/font_4374774_cnhq5hmc4ih.woff2?t=1778134600545') format('woff2'),
|
|
|
|
|
url('//at.alicdn.com/t/c/font_4374774_cnhq5hmc4ih.woff?t=1778134600545') format('woff'),
|
|
|
|
|
url('//at.alicdn.com/t/c/font_4374774_cnhq5hmc4ih.ttf?t=1778134600545') format('truetype');
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.iconfont {
|
|
|
|
|
@ -13,6 +13,10 @@
|
|
|
|
|
-moz-osx-font-smoothing: grayscale;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.icon-medicinebox:before {
|
|
|
|
|
content: "\e7cd";
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.icon-hezuo:before {
|
|
|
|
|
content: "\e62f";
|
|
|
|
|
}
|
|
|
|
|
|