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.
26 lines
440 B
26 lines
440 B
12 months ago
|
@font-face {
|
||
|
font-family: "iconfont"; /* Project id 4087030 */
|
||
11 months ago
|
src: url('/static/ali_icon/iconfont.ttf') format('truetype');
|
||
12 months ago
|
}
|
||
|
|
||
|
.iconfont {
|
||
|
font-family: "iconfont" !important;
|
||
|
font-size: 16px;
|
||
|
font-style: normal;
|
||
|
-webkit-font-smoothing: antialiased;
|
||
|
-moz-osx-font-smoothing: grayscale;
|
||
|
}
|
||
|
|
||
11 months ago
|
.icon-shezhi:before {
|
||
|
content: "\e706";
|
||
|
}
|
||
|
|
||
|
.icon-icon_home:before {
|
||
|
content: "\e696";
|
||
|
}
|
||
|
|
||
12 months ago
|
.icon-guolv:before {
|
||
|
content: "\e6e2";
|
||
|
}
|
||
|
|