mirror of
https://github.com/youzan/vant.git
synced 2025-10-20 18:54:24 +00:00
新增icon、filed组件新增time类型和Dialog组件默认文案修改 (#43)
This commit is contained in:
@@ -2,11 +2,11 @@
|
||||
|
||||
@font-face {
|
||||
font-family: 'vant-icon';
|
||||
src: url('https://b.yzcdn.cn/zanui/icon/vant-icon-00a6bb93cd.eot');
|
||||
src: url('https://b.yzcdn.cn/zanui/icon/vant-icon-00a6bb93cd.eot?#iefix') format('embedded-opentype'),
|
||||
url('https://b.yzcdn.cn/zanui/icon/vant-icon-00a6bb93cd.woff2') format('woff2'),
|
||||
url('https://b.yzcdn.cn/zanui/icon/vant-icon-00a6bb93cd.woff') format('woff'),
|
||||
url('https://b.yzcdn.cn/zanui/icon/vant-icon-00a6bb93cd.ttf') format('truetype')
|
||||
src: url('https://b.yzcdn.cn/zanui/icon/vant-icon-ab58022933.eot');
|
||||
src: url('https://b.yzcdn.cn/zanui/icon/vant-icon-ab58022933.eot?#iefix') format('embedded-opentype'),
|
||||
url('https://b.yzcdn.cn/zanui/icon/vant-icon-ab58022933.woff2') format('woff2'),
|
||||
url('https://b.yzcdn.cn/zanui/icon/vant-icon-ab58022933.woff') format('woff'),
|
||||
url('https://b.yzcdn.cn/zanui/icon/vant-icon-ab58022933.ttf') format('truetype')
|
||||
}
|
||||
|
||||
.van-icon {
|
||||
@@ -109,4 +109,6 @@
|
||||
.van-icon-pending-evaluate:before { content: '\e83b'; } /* '' */
|
||||
.van-icon-gift-card-pay:before { content: '\e83c'; } /* '' */
|
||||
.van-icon-cash-on-deliver:before { content: '\e83d'; } /* '' */
|
||||
.van-icon-underway:before { content: '\e83e'; } /* '' */
|
||||
.van-icon-underway:before { content: '\e83e'; } /* '' */
|
||||
.van-icon-point-gift:before { content: '\e83f'; } /* '' */
|
||||
.van-icon-after-sale:before { content: '\e840'; } /* '' */
|
Reference in New Issue
Block a user