32 lines
611 B
CSS
Executable File
32 lines
611 B
CSS
Executable File
@font-face {
|
|
font-family: "iconfont"; /* Project id 3840290 */
|
|
src: url('iconfont.woff2?t=1672194723218') format('woff2'),
|
|
url('iconfont.woff?t=1672194723218') format('woff'),
|
|
url('iconfont.ttf?t=1672194723218') format('truetype');
|
|
}
|
|
|
|
.iconfont {
|
|
font-family: "iconfont" !important;
|
|
font-size: 16px;
|
|
font-style: normal;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|
|
|
|
.icon-guanyuwomen:before {
|
|
content: "\e61f";
|
|
}
|
|
|
|
.icon-fenxiang1:before {
|
|
content: "\e63e";
|
|
}
|
|
|
|
.icon-like:before {
|
|
content: "\e60a";
|
|
}
|
|
|
|
.icon-lianjie:before {
|
|
content: "\e60c";
|
|
}
|
|
|