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.
21 lines
457 B
21 lines
457 B
5 years ago
|
@font-face {
|
||
|
font-family: MuiiconSpread;
|
||
|
font-weight: normal;
|
||
|
font-style: normal;
|
||
|
src: url('../fonts/icons-extra3.ttf') format('truetype'); /* iOS 4.1- */
|
||
|
}
|
||
|
.iconfont
|
||
|
{
|
||
|
font-family: MuiiconSpread;
|
||
|
font-size: 24px;
|
||
|
font-weight: normal;
|
||
|
font-style: normal;
|
||
|
line-height: 1;
|
||
|
display: inline-block;
|
||
|
text-decoration: none;
|
||
|
-webkit-font-smoothing: antialiased;
|
||
|
}
|
||
|
.icon-shangjiadianpu:before {
|
||
|
content: "\e60e";
|
||
|
}
|