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.

114 lines
1.6 KiB

4 weeks ago
@font-face {
font-family: "iconfont";
src: url('@/static/font/iconfont.ttf') format('truetype');
4 weeks ago
}
@font-face {
font-family: 'Aboreto-Regular';
src: url("@/static/font/Aboreto-Regular.ttf");
}
@font-face {
font-family: 'MiSans-Medium';
src: url("@/static/font/MiSans-Medium.ttf");
}
@font-face {
font-family: 'MiSans-Regular';
src: url("@/static/font/MiSans-Regular.ttf");
}
@font-face {
font-family: 'Aboreto-Bold';
src: url("@/static/font/MiSans-Bold.ttf");
}
@font-face {
font-family: 'Alimama ShuHeiTi-Bold';
src: url("@/static/font/ALIMAMASHUHEITI-BOLD.ttf");
}
4 weeks ago
.iconfont {
font-family: "iconfont" !important;
font-size: 16px;
display: inline-block;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
4 weeks ago
}
.icon-user:before {
content: "\e7ae";
4 weeks ago
}
.icon-password:before {
content: "\e8b2";
4 weeks ago
}
.icon-code:before {
content: "\e699";
4 weeks ago
}
.icon-setting:before {
content: "\e6cc";
4 weeks ago
}
.icon-share:before {
content: "\e739";
4 weeks ago
}
.icon-edit:before {
content: "\e60c";
4 weeks ago
}
.icon-version:before {
content: "\e63f";
4 weeks ago
}
.icon-service:before {
content: "\e6ff";
4 weeks ago
}
.icon-friendfill:before {
content: "\e726";
4 weeks ago
}
.icon-community:before {
content: "\e741";
4 weeks ago
}
.icon-people:before {
content: "\e736";
4 weeks ago
}
.icon-dianzan:before {
content: "\ec7f";
4 weeks ago
}
.icon-right:before {
content: "\e7eb";
4 weeks ago
}
.icon-logout:before {
content: "\e61d";
4 weeks ago
}
.icon-help:before {
content: "\e616";
4 weeks ago
}
.icon-github:before {
content: "\e628";
4 weeks ago
}
.icon-aixin:before {
content: "\e601";
4 weeks ago
}
.icon-clean:before {
content: "\e607";
4 weeks ago
}
.icon-refresh:before {
content: "\e604";
}