[improvement] Icon: add star & star-o icon (#923)

This commit is contained in:
neverland 2018-11-18 11:18:50 +08:00 committed by GitHub
parent 3282db9db1
commit 2e2c36fd73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 22 additions and 12 deletions

View File

@ -98,7 +98,9 @@ Page({
'new-arrival',
'hot-sale',
'cart-o',
'question2'
'question2',
'star',
'star-o'
]
}
});

View File

@ -4,7 +4,7 @@
font-style: normal;
font-weight: normal;
font-family: 'vant-icon';
src: url('https://img.yzcdn.cn/vant/vant-icon-872dd0.ttf') format('truetype');
src: url('https://img.yzcdn.cn/vant/vant-icon-1ef3b9.ttf') format('truetype');
}
.van-icon {
@ -380,42 +380,50 @@
content: "\F055";
}
.van-icon-stop::before {
.van-icon-star-o::before {
content: "\F056";
}
.van-icon-success::before {
.van-icon-star::before {
content: "\F057";
}
.van-icon-tosend::before {
.van-icon-stop::before {
content: "\F058";
}
.van-icon-underway::before {
.van-icon-success::before {
content: "\F059";
}
.van-icon-upgrade::before {
.van-icon-tosend::before {
content: "\F05A";
}
.van-icon-value-card::before {
.van-icon-underway::before {
content: "\F05B";
}
.van-icon-wap-home::before {
.van-icon-upgrade::before {
content: "\F05C";
}
.van-icon-wap-nav::before {
.van-icon-value-card::before {
content: "\F05D";
}
.van-icon-warn::before {
.van-icon-wap-home::before {
content: "\F05E";
}
.van-icon-wechat::before {
.van-icon-wap-nav::before {
content: "\F05F";
}
.van-icon-warn::before {
content: "\F060";
}
.van-icon-wechat::before {
content: "\F061";
}