mirror of
https://github.com/youzan/vant.git
synced 2025-10-21 11:17:41 +00:00
[new feature] normalize size of all icons (#292)
* [bugfix] CouponList always show empty info * [bugfix] add click feedback of buttons in components * [Doc] add custom theme document * [new feature] Notice bar support more props * [bugfix] PullRefresh test cases * [bugfix] unused NoticeBar style * [bugfix] Swipe width calc error * [Doc] english document of all action components * [Doc] change document site path to /zanui/vant * [Doc] fix * [bugfix] uploader style error * [bugfix] tabs document demo * [new feature] Cell support vue-router target route * [bugfix] add cell test cases * update yarn.lock * [bugfix] Tabbar cann't display info when use icon slot * [Doc] update document title * [bugfix] Dialog should reset button text when showed * [new feature] CouponList add showCloseButton prop * [new feature] Swipe add 'initialSwipe' prop * [bugfix] NoticeBar text disappeared when page back * [new feature] ImagePreview support startPosition * fix: improve imagePreview test cases * [bugfix] Steps style error when has more than 4 items * [new feature] normalize size of all icons
This commit is contained in:
@@ -48,7 +48,7 @@
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
right: 4px;
|
||||
font-size: 24px;
|
||||
font-size: 20px;
|
||||
color: $gray-dark;
|
||||
transform: translate(0, -50%);
|
||||
}
|
||||
|
@@ -9,7 +9,7 @@ $van-checkbox-size: 20px;
|
||||
color: $white;
|
||||
display: block;
|
||||
line-height: 1;
|
||||
font-size: 14px;
|
||||
font-size: 12px;
|
||||
text-align: center;
|
||||
pointer-events: none;
|
||||
border: 1px solid #aaa;
|
||||
|
@@ -1,130 +1,261 @@
|
||||
/* DO NOT EDIT! Generated by fount */
|
||||
|
||||
@font-face {
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
font-family: 'vant-icon';
|
||||
src: url('https://b.yzcdn.cn/zanui/icon/vant-icon-860d24a3c1.eot');
|
||||
src: url('https://b.yzcdn.cn/zanui/icon/vant-icon-860d24a3c1.eot?#iefix') format('embedded-opentype'),
|
||||
url('https://b.yzcdn.cn/zanui/icon/vant-icon-860d24a3c1.woff2') format('woff2'),
|
||||
url('https://b.yzcdn.cn/zanui/icon/vant-icon-860d24a3c1.woff') format('woff'),
|
||||
url('https://b.yzcdn.cn/zanui/icon/vant-icon-860d24a3c1.ttf') format('truetype')
|
||||
src: url('https://b.yzcdn.cn/zanui/icon/vant-icon-e115a13a.ttf') format('truetype');
|
||||
}
|
||||
|
||||
.van-icon {
|
||||
font-style: normal;
|
||||
display: inline-block;
|
||||
font: normal normal normal 14px/1 "vant-icon";
|
||||
font-size: inherit;
|
||||
text-rendering: auto;
|
||||
|
||||
&:before {
|
||||
display: inline-block;
|
||||
}
|
||||
}
|
||||
.van-icon::before {
|
||||
font-family: "vant-icon" !important;
|
||||
font-weight: normal;
|
||||
speak: none;
|
||||
|
||||
display: inline-block;
|
||||
text-decoration: inherit;
|
||||
width: 1em;
|
||||
text-align: center;
|
||||
|
||||
/* For safety - reset parent styles, that can break glyph codes*/
|
||||
font-variant: normal;
|
||||
text-transform: none;
|
||||
|
||||
/* fix buttons height, for twitter bootstrap */
|
||||
line-height: 1em;
|
||||
|
||||
/* Animation center compensation - margins should be symmetric */
|
||||
/* remove if not needed */
|
||||
/* margin-left: .2em; */
|
||||
|
||||
/* you can be more comfortable with increased icons size */
|
||||
/* font-size: 120%; */
|
||||
|
||||
/* Font smoothing. That was taken from TWBS */
|
||||
-webkit-font-smoothing: antialiased;
|
||||
|
||||
/* Uncomment for 3D effect */
|
||||
/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
|
||||
.van-icon-add:before {
|
||||
content: "\E800";
|
||||
}
|
||||
.van-icon-add2:before {
|
||||
content: "\E801";
|
||||
}
|
||||
.van-icon-after-sale:before {
|
||||
content: "\E802";
|
||||
}
|
||||
.van-icon-alipay:before {
|
||||
content: "\E803";
|
||||
}
|
||||
.van-icon-arrow:before {
|
||||
content: "\E804";
|
||||
}
|
||||
.van-icon-balance-details:before {
|
||||
content: "\E805";
|
||||
}
|
||||
.van-icon-balance-pay:before {
|
||||
content: "\E806";
|
||||
}
|
||||
.van-icon-birthday-privilege:before {
|
||||
content: "\E807";
|
||||
}
|
||||
.van-icon-browsing-history:before {
|
||||
content: "\E808";
|
||||
}
|
||||
.van-icon-card:before {
|
||||
content: "\E809";
|
||||
}
|
||||
.van-icon-cart:before {
|
||||
content: "\E80A";
|
||||
}
|
||||
.van-icon-cash-back-record:before {
|
||||
content: "\E80B";
|
||||
}
|
||||
.van-icon-cash-on-deliver:before {
|
||||
content: "\E80C";
|
||||
}
|
||||
.van-icon-certificate:before {
|
||||
content: "\E80D";
|
||||
}
|
||||
.van-icon-chat:before {
|
||||
content: "\E80E";
|
||||
}
|
||||
.van-icon-check:before {
|
||||
content: "\E80F";
|
||||
}
|
||||
.van-icon-checked:before {
|
||||
content: "\E810";
|
||||
}
|
||||
.van-icon-clear:before {
|
||||
content: "\E811";
|
||||
}
|
||||
.van-icon-clock:before {
|
||||
content: "\E812";
|
||||
}
|
||||
.van-icon-close:before {
|
||||
content: "\E813";
|
||||
}
|
||||
.van-icon-completed:before {
|
||||
content: "\E814";
|
||||
}
|
||||
.van-icon-contact:before {
|
||||
content: "\E815";
|
||||
}
|
||||
.van-icon-coupon:before {
|
||||
content: "\E816";
|
||||
}
|
||||
.van-icon-credit-pay:before {
|
||||
content: "\E817";
|
||||
}
|
||||
.van-icon-debit-pay:before {
|
||||
content: "\E818";
|
||||
}
|
||||
.van-icon-delete:before {
|
||||
content: "\E819";
|
||||
}
|
||||
.van-icon-description:before {
|
||||
content: "\E81A";
|
||||
}
|
||||
.van-icon-discount:before {
|
||||
content: "\E81B";
|
||||
}
|
||||
.van-icon-ecard-pay:before {
|
||||
content: "\E81C";
|
||||
}
|
||||
.van-icon-edit-data:before {
|
||||
content: "\E81D";
|
||||
}
|
||||
.van-icon-edit:before {
|
||||
content: "\E81E";
|
||||
}
|
||||
.van-icon-exchange-record:before {
|
||||
content: "\E81F";
|
||||
}
|
||||
.van-icon-exchange:before {
|
||||
content: "\E820";
|
||||
}
|
||||
.van-icon-fail:before {
|
||||
content: "\E821";
|
||||
}
|
||||
.van-icon-free-postage:before {
|
||||
content: "\E822";
|
||||
}
|
||||
.van-icon-gift-card-pay:before {
|
||||
content: "\E823";
|
||||
}
|
||||
.van-icon-gift-card:before {
|
||||
content: "\E824";
|
||||
}
|
||||
.van-icon-gift:before {
|
||||
content: "\E825";
|
||||
}
|
||||
.van-icon-gold-coin:before {
|
||||
content: "\E826";
|
||||
}
|
||||
.van-icon-goods-collect:before {
|
||||
content: "\E827";
|
||||
}
|
||||
.van-icon-home:before {
|
||||
content: "\E828";
|
||||
}
|
||||
.van-icon-like-o:before {
|
||||
content: "\E829";
|
||||
}
|
||||
.van-icon-like:before {
|
||||
content: "\E82A";
|
||||
}
|
||||
.van-icon-location:before {
|
||||
content: "\E82B";
|
||||
}
|
||||
.van-icon-logistics:before {
|
||||
content: "\E82C";
|
||||
}
|
||||
.van-icon-member-day-privilege:before {
|
||||
content: "\E82D";
|
||||
}
|
||||
.van-icon-other-pay:before {
|
||||
content: "\E82E";
|
||||
}
|
||||
.van-icon-passed:before {
|
||||
content: "\E82F";
|
||||
}
|
||||
.van-icon-password-not-view:before {
|
||||
content: "\E830";
|
||||
}
|
||||
.van-icon-password-view:before {
|
||||
content: "\E831";
|
||||
}
|
||||
.van-icon-peer-pay:before {
|
||||
content: "\E832";
|
||||
}
|
||||
.van-icon-pending-deliver:before {
|
||||
content: "\E833";
|
||||
}
|
||||
.van-icon-pending-evaluate:before {
|
||||
content: "\E834";
|
||||
}
|
||||
.van-icon-pending-orders:before {
|
||||
content: "\E835";
|
||||
}
|
||||
.van-icon-pending-payment:before {
|
||||
content: "\E836";
|
||||
}
|
||||
.van-icon-phone:before {
|
||||
content: "\E837";
|
||||
}
|
||||
.van-icon-photo:before {
|
||||
content: "\E838";
|
||||
}
|
||||
.van-icon-photograph:before {
|
||||
content: "\E839";
|
||||
}
|
||||
.van-icon-point-gift:before {
|
||||
content: "\E83A";
|
||||
}
|
||||
.van-icon-points-mall:before {
|
||||
content: "\E83B";
|
||||
}
|
||||
.van-icon-points:before {
|
||||
content: "\E83C";
|
||||
}
|
||||
.van-icon-qr-invalid:before {
|
||||
content: "\E83D";
|
||||
}
|
||||
.van-icon-qr:before {
|
||||
content: "\E83E";
|
||||
}
|
||||
.van-icon-question:before {
|
||||
content: "\E83F";
|
||||
}
|
||||
.van-icon-receive-gift:before {
|
||||
content: "\E840";
|
||||
}
|
||||
.van-icon-records:before {
|
||||
content: "\E841";
|
||||
}
|
||||
.van-icon-search:before {
|
||||
content: "\E842";
|
||||
}
|
||||
.van-icon-send-gift:before {
|
||||
content: "\E843";
|
||||
}
|
||||
.van-icon-setting:before {
|
||||
content: "\E844";
|
||||
}
|
||||
.van-icon-shop-collect:before {
|
||||
content: "\E845";
|
||||
}
|
||||
.van-icon-shop:before {
|
||||
content: "\E846";
|
||||
}
|
||||
.van-icon-shopping-cart:before {
|
||||
content: "\E847";
|
||||
}
|
||||
.van-icon-sign:before {
|
||||
content: "\E848";
|
||||
}
|
||||
.van-icon-success:before {
|
||||
content: "\E849";
|
||||
}
|
||||
.van-icon-tosend:before {
|
||||
content: "\E84A";
|
||||
}
|
||||
.van-icon-underway:before {
|
||||
content: "\E84B";
|
||||
}
|
||||
.van-icon-upgrade:before {
|
||||
content: "\E84C";
|
||||
}
|
||||
.van-icon-value-card:before {
|
||||
content: "\E84D";
|
||||
}
|
||||
.van-icon-wap-home:before {
|
||||
content: "\E84E";
|
||||
}
|
||||
.van-icon-wap-nav:before {
|
||||
content: "\E84F";
|
||||
}
|
||||
.van-icon-wechat:before {
|
||||
content: "\E850";
|
||||
}
|
||||
/* DO NOT EDIT! Generated by iconfount */
|
||||
|
||||
|
||||
.van-icon-qr-invalid:before { content: '\e800'; } /* '' */
|
||||
.van-icon-qr:before { content: '\e801'; } /* '' */
|
||||
.van-icon-exchange:before { content: '\e802'; } /* '' */
|
||||
.van-icon-close:before { content: '\e803'; } /* '' */
|
||||
.van-icon-location:before { content: '\e804'; } /* '' */
|
||||
.van-icon-upgrade:before { content: '\e805'; } /* '' */
|
||||
.van-icon-check:before { content: '\e806'; } /* '' */
|
||||
.van-icon-checked:before { content: '\e807'; } /* '' */
|
||||
.van-icon-like-o:before { content: '\e808'; } /* '' */
|
||||
.van-icon-like:before { content: '\e809'; } /* '' */
|
||||
.van-icon-chat:before { content: '\e80a'; } /* '' */
|
||||
.van-icon-shop:before { content: '\e80b'; } /* '' */
|
||||
.van-icon-photograph:before { content: '\e80c'; } /* '' */
|
||||
.van-icon-add:before { content: '\e80d'; } /* '' */
|
||||
.van-icon-add2:before { content: '\e80e'; } /* '' */
|
||||
.van-icon-photo:before { content: '\e80f'; } /* '' */
|
||||
.van-icon-logistics:before { content: '\e810'; } /* '' */
|
||||
.van-icon-edit:before { content: '\e811'; } /* '' */
|
||||
.van-icon-passed:before { content: '\e812'; } /* '' */
|
||||
.van-icon-cart:before { content: '\e813'; } /* '' */
|
||||
.van-icon-arrow:before { content: '\e814'; } /* '' */
|
||||
.van-icon-gift:before { content: '\e815'; } /* '' */
|
||||
.van-icon-search:before { content: '\e816'; } /* '' */
|
||||
.van-icon-clear:before { content: '\e817'; } /* '' */
|
||||
.van-icon-success:before { content: '\e818'; } /* '' */
|
||||
.van-icon-fail:before { content: '\e819'; } /* '' */
|
||||
.van-icon-contact:before { content: '\e81a'; } /* '' */
|
||||
.van-icon-wechat:before { content: '\e81b'; } /* '' */
|
||||
.van-icon-alipay:before { content: '\e81c'; } /* '' */
|
||||
.van-icon-password-view:before { content: '\e81d'; } /* '' */
|
||||
.van-icon-password-not-view:before { content: '\e81e'; } /* '' */
|
||||
.van-icon-wap-nav:before { content: '\e81f'; } /* '' */
|
||||
.van-icon-wap-home:before { content: '\e820'; } /* '' */
|
||||
.van-icon-ecard-pay:before { content: '\e821'; } /* '' */
|
||||
.van-icon-balance-pay:before { content: '\e822'; } /* '' */
|
||||
.van-icon-peer-pay:before { content: '\e823'; } /* '' */
|
||||
.van-icon-credit-pay:before { content: '\e824'; } /* '' */
|
||||
.van-icon-debit-pay:before { content: '\e825'; } /* '' */
|
||||
.van-icon-other-pay:before { content: '\e826'; } /* '' */
|
||||
.van-icon-shopping-cart:before { content: '\e827'; } /* '' */
|
||||
.van-icon-browsing-history:before { content: '\e828'; } /* '' */
|
||||
.van-icon-goods-collect:before { content: '\e829'; } /* '' */
|
||||
.van-icon-shop-collect:before { content: '\e82a'; } /* '' */
|
||||
.van-icon-receive-gift:before { content: '\e82b'; } /* '' */
|
||||
.van-icon-send-gift:before { content: '\e82c'; } /* '' */
|
||||
.van-icon-setting:before { content: '\e82d'; } /* '' */
|
||||
.van-icon-points:before { content: '\e82e'; } /* '' */
|
||||
.van-icon-coupon:before { content: '\e82f'; } /* '' */
|
||||
.van-icon-free-postage:before { content: '\e830'; } /* '' */
|
||||
.van-icon-discount:before { content: '\e831'; } /* '' */
|
||||
.van-icon-birthday-privilege:before { content: '\e832'; } /* '' */
|
||||
.van-icon-member-day-privilege:before { content: '\e833'; } /* '' */
|
||||
.van-icon-balance-details:before { content: '\e834'; } /* '' */
|
||||
.van-icon-cash-back-record:before { content: '\e835'; } /* '' */
|
||||
.van-icon-points-mall:before { content: '\e836'; } /* '' */
|
||||
.van-icon-exchange-record:before { content: '\e837'; } /* '' */
|
||||
.van-icon-pending-payment:before { content: '\e838'; } /* '' */
|
||||
.van-icon-pending-orders:before { content: '\e839'; } /* '' */
|
||||
.van-icon-pending-deliver:before { content: '\e83a'; } /* '' */
|
||||
.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-point-gift:before { content: '\e83f'; } /* '' */
|
||||
.van-icon-after-sale:before { content: '\e840'; } /* '' */
|
||||
.van-icon-edit-data:before { content: '\e841'; } /* '' */
|
||||
.van-icon-question:before { content: '\e842'; } /* '' */
|
||||
.van-icon-delete:before { content: '\e843'; } /* '' */
|
||||
.van-icon-records:before { content: '\e844'; } /* '' */
|
||||
.van-icon-description:before { content: '\e845'; } /* '' */
|
||||
.van-icon-card:before { content: '\e846'; } /* '' */
|
||||
.van-icon-gift-card:before { content: '\e847'; } /* '' */
|
||||
.van-icon-coupon:before { content: '\e848'; } /* '' */
|
||||
.van-icon-clock:before { content: '\e849'; } /* '' */
|
||||
.van-icon-gold-coin:before { content: '\e84a'; } /* '' */
|
||||
.van-icon-completed:before { content: '\e84b'; } /* '' */
|
||||
.van-icon-value-card:before { content: '\e84c'; } /* '' */
|
||||
.van-icon-certificate:before { content: '\e84d'; } /* '' */
|
||||
.van-icon-tosend:before { content: '\e84e'; } /* '' */
|
||||
.van-icon-sign:before { content: '\e84f'; } /* '' */
|
||||
.van-icon-home:before { content: '\e850'; } /* '' */
|
||||
.van-icon-phone:before { content: '\e851'; } /* '' */
|
Reference in New Issue
Block a user