You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
783 B
24 lines
783 B
7 months ago
|
@font-face {
|
||
|
font-family: 'iconfont';
|
||
|
src: url('https://at.alicdn.com/t/font_2248773_lp8msxycly.eot');
|
||
|
src: url('https://at.alicdn.com/t/font_2248773_lp8msxycly.eot?#iefix') format('embedded-opentype'),
|
||
|
url('https://at.alicdn.com/t/font_2248773_lp8msxycly.woff2') format('woff2'),
|
||
|
url('https://at.alicdn.com/t/font_2248773_lp8msxycly.woff') format('woff'),
|
||
|
url('https://at.alicdn.com/t/font_2248773_lp8msxycly.ttf') format('truetype'),
|
||
|
url('https://at.alicdn.com/t/font_2248773_lp8msxycly.svg#iconfont') format('svg');
|
||
|
}
|
||
|
|
||
|
.iconfont {
|
||
|
font-family: "iconfont" !important;
|
||
|
font-size: 28rpx;
|
||
|
font-style: normal;
|
||
|
-webkit-font-smoothing: antialiased;
|
||
|
-moz-osx-font-smoothing: grayscale;
|
||
|
color: #666;
|
||
|
margin-left: 15rpx;
|
||
|
}
|
||
|
|
||
|
.icon-iconfront::before {
|
||
|
content: "\ue69c";
|
||
|
}
|