43 lines
842 B
CSS
43 lines
842 B
CSS
@font-face {
|
|
font-family: "iconfont"; /* Project id 5062313 */
|
|
src: url('//at.alicdn.com/t/c/font_5062313_9mp5yiepu75.woff2?t=1763905684322') format('woff2'),
|
|
url('//at.alicdn.com/t/c/font_5062313_9mp5yiepu75.woff?t=1763905684322') format('woff'),
|
|
url('//at.alicdn.com/t/c/font_5062313_9mp5yiepu75.ttf?t=1763905684322') format('truetype');
|
|
}
|
|
|
|
.iconfont {
|
|
font-family: "iconfont" !important;
|
|
font-size: 16px;
|
|
font-style: normal;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|
|
|
|
.icon-edit-photo:before {
|
|
content: "\e94f";
|
|
}
|
|
|
|
.icon-edit:before {
|
|
content: "\e60d";
|
|
}
|
|
|
|
.icon-copy:before {
|
|
content: "\e60c";
|
|
}
|
|
|
|
.icon-close:before {
|
|
content: "\e621";
|
|
}
|
|
|
|
.icon-eye:before {
|
|
content: "\e600";
|
|
}
|
|
|
|
.icon-delete:before {
|
|
content: "\e60b";
|
|
}
|
|
|
|
.icon-shrink:before {
|
|
content: "\e68c";
|
|
}
|