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.
32 lines
503 B
32 lines
503 B
@font-face { |
|
font-family: "iconfont"; |
|
src: url('/static/iconfont/iconfont.ttf') format('truetype'); |
|
} |
|
|
|
.iconfont { |
|
font-family: "iconfont" !important; |
|
font-size: 16px; |
|
font-style: normal; |
|
-webkit-font-smoothing: antialiased; |
|
-moz-osx-font-smoothing: grayscale; |
|
} |
|
|
|
.icon-qrcode:before { |
|
content: "\e7dd"; |
|
} |
|
|
|
.icon-dingdan:before { |
|
content: "\e601"; |
|
} |
|
|
|
.icon-product:before { |
|
content: "\e788"; |
|
} |
|
|
|
.icon-edit:before { |
|
content: "\e621"; |
|
} |
|
|
|
.icon-filter:before { |
|
content: "\e6b9"; |
|
}
|
|
|