mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
[new feature] Icon: add new icon question2 (#2005)
* feat(Icon): add new icon question2 @rex-zsd * test(Icon): update snapshot
This commit is contained in:
parent
b89d00b09a
commit
9cda28989b
Binary file not shown.
@ -380,6 +380,10 @@ module.exports = {
|
||||
{
|
||||
src: '购物车3.svg',
|
||||
css: 'cart-o'
|
||||
},
|
||||
{
|
||||
src: '答疑2.svg',
|
||||
css: 'question2'
|
||||
}
|
||||
]
|
||||
};
|
||||
|
@ -383,6 +383,10 @@ exports[`renders demo correctly 1`] = `
|
||||
<i class="van-icon van-icon-cart-o" style="color:undefined;font-size:undefined;">
|
||||
<!---->
|
||||
</i> <span>cart-o</span></div>
|
||||
<div class="van-col van-col--8">
|
||||
<i class="van-icon van-icon-question2" style="color:undefined;font-size:undefined;">
|
||||
<!---->
|
||||
</i> <span>question2</span></div>
|
||||
</div>
|
||||
</div>
|
||||
`;
|
||||
|
Binary file not shown.
@ -2,5 +2,5 @@
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
font-family: 'vant-icon';
|
||||
src: url('../icon/vant-icon-f4e97b.ttf') format('truetype');
|
||||
src: url('../icon/vant-icon-ed790e.ttf') format('truetype');
|
||||
}
|
||||
|
@ -4,7 +4,7 @@
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
font-family: 'vant-icon';
|
||||
src: url('https://img.yzcdn.cn/vant/vant-icon-f4e97b.ttf') format('truetype');
|
||||
src: url('https://img.yzcdn.cn/vant/vant-icon-ed790e.ttf') format('truetype');
|
||||
}
|
||||
|
||||
.van-icon {
|
||||
@ -319,82 +319,86 @@
|
||||
content: "\F04A";
|
||||
}
|
||||
|
||||
.van-icon-receive-gift::before {
|
||||
.van-icon-question2::before {
|
||||
content: "\F04B";
|
||||
}
|
||||
|
||||
.van-icon-records::before {
|
||||
.van-icon-receive-gift::before {
|
||||
content: "\F04C";
|
||||
}
|
||||
|
||||
.van-icon-search::before {
|
||||
.van-icon-records::before {
|
||||
content: "\F04D";
|
||||
}
|
||||
|
||||
.van-icon-send-gift::before {
|
||||
.van-icon-search::before {
|
||||
content: "\F04E";
|
||||
}
|
||||
|
||||
.van-icon-setting::before {
|
||||
.van-icon-send-gift::before {
|
||||
content: "\F04F";
|
||||
}
|
||||
|
||||
.van-icon-share::before {
|
||||
.van-icon-setting::before {
|
||||
content: "\F050";
|
||||
}
|
||||
|
||||
.van-icon-shop-collect::before {
|
||||
.van-icon-share::before {
|
||||
content: "\F051";
|
||||
}
|
||||
|
||||
.van-icon-shop::before {
|
||||
.van-icon-shop-collect::before {
|
||||
content: "\F052";
|
||||
}
|
||||
|
||||
.van-icon-shopping-cart::before {
|
||||
.van-icon-shop::before {
|
||||
content: "\F053";
|
||||
}
|
||||
|
||||
.van-icon-sign::before {
|
||||
.van-icon-shopping-cart::before {
|
||||
content: "\F054";
|
||||
}
|
||||
|
||||
.van-icon-stop::before {
|
||||
.van-icon-sign::before {
|
||||
content: "\F055";
|
||||
}
|
||||
|
||||
.van-icon-success::before {
|
||||
.van-icon-stop::before {
|
||||
content: "\F056";
|
||||
}
|
||||
|
||||
.van-icon-tosend::before {
|
||||
.van-icon-success::before {
|
||||
content: "\F057";
|
||||
}
|
||||
|
||||
.van-icon-underway::before {
|
||||
.van-icon-tosend::before {
|
||||
content: "\F058";
|
||||
}
|
||||
|
||||
.van-icon-upgrade::before {
|
||||
.van-icon-underway::before {
|
||||
content: "\F059";
|
||||
}
|
||||
|
||||
.van-icon-value-card::before {
|
||||
.van-icon-upgrade::before {
|
||||
content: "\F05A";
|
||||
}
|
||||
|
||||
.van-icon-wap-home::before {
|
||||
.van-icon-value-card::before {
|
||||
content: "\F05B";
|
||||
}
|
||||
|
||||
.van-icon-wap-nav::before {
|
||||
.van-icon-wap-home::before {
|
||||
content: "\F05C";
|
||||
}
|
||||
|
||||
.van-icon-warn::before {
|
||||
.van-icon-wap-nav::before {
|
||||
content: "\F05D";
|
||||
}
|
||||
|
||||
.van-icon-wechat::before {
|
||||
.van-icon-warn::before {
|
||||
content: "\F05E";
|
||||
}
|
||||
|
||||
.van-icon-wechat::before {
|
||||
content: "\F05F";
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user