feat(Icon): add back-top icon (#6931)

This commit is contained in:
neverland
2020-08-03 21:26:23 +08:00
committed by GitHub
parent 26c754e2f6
commit 9e86cfbdd8
6 changed files with 12 additions and 6 deletions
+7 -3
View File
@@ -5,9 +5,9 @@
font-family: 'vant-icon';
font-style: normal;
font-display: auto;
src: url('https://img.yzcdn.cn/vant/vant-icon-692d53.woff2') format('woff2'),
url('https://img.yzcdn.cn/vant/vant-icon-692d53.woff') format('woff'),
url('https://img.yzcdn.cn/vant/vant-icon-692d53.ttf') format('truetype');
src: url('https://img.yzcdn.cn/vant/vant-icon-eeb192.woff2') format('woff2'),
url('https://img.yzcdn.cn/vant/vant-icon-eeb192.woff') format('woff'),
url('https://img.yzcdn.cn/vant/vant-icon-eeb192.ttf') format('truetype');
}
.van-icon {
@@ -83,6 +83,10 @@
content: '\F00E';
}
.van-icon-back-top::before {
content: '\F0E6';
}
.van-icon-bag-o::before {
content: '\F00F';
}