xiaoe_mp_npm 0.2.2-beta1 → 0.2.2-beta2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/miniprogram_dist/AliveInvite/LiveRoomVertical/components/friends/friends.js +145 -0
- package/miniprogram_dist/AliveInvite/LiveRoomVertical/components/friends/friends.json +4 -0
- package/miniprogram_dist/AliveInvite/LiveRoomVertical/components/friends/friends.wxml +23 -0
- package/miniprogram_dist/AliveInvite/LiveRoomVertical/components/friends/friends.wxss +90 -0
- package/miniprogram_dist/AliveInvite/LiveRoomVertical/components/invite-poster/invite-poster.js +227 -0
- package/miniprogram_dist/AliveInvite/LiveRoomVertical/components/invite-poster/invite-poster.json +4 -0
- package/miniprogram_dist/AliveInvite/LiveRoomVertical/components/invite-poster/invite-poster.wxml +64 -0
- package/miniprogram_dist/AliveInvite/LiveRoomVertical/components/invite-poster/invite-poster.wxss +167 -0
- package/miniprogram_dist/AliveInvite/LiveRoomVertical/components/rewards/rewards.js +117 -0
- package/miniprogram_dist/AliveInvite/LiveRoomVertical/components/rewards/rewards.json +4 -0
- package/miniprogram_dist/AliveInvite/LiveRoomVertical/components/rewards/rewards.wxml +36 -0
- package/miniprogram_dist/AliveInvite/LiveRoomVertical/components/rewards/rewards.wxss +92 -0
- package/miniprogram_dist/AliveInvite/LiveRoomVertical/components/rules/rules.js +90 -0
- package/miniprogram_dist/AliveInvite/LiveRoomVertical/components/rules/rules.json +4 -0
- package/miniprogram_dist/AliveInvite/LiveRoomVertical/components/rules/rules.wxml +16 -0
- package/miniprogram_dist/AliveInvite/LiveRoomVertical/components/rules/rules.wxss +48 -0
- package/miniprogram_dist/AliveInvite/LiveRoomVertical/index.js +232 -0
- package/miniprogram_dist/AliveInvite/LiveRoomVertical/index.json +10 -0
- package/miniprogram_dist/AliveInvite/LiveRoomVertical/index.less +271 -0
- package/miniprogram_dist/AliveInvite/LiveRoomVertical/index.wxml +122 -0
- package/miniprogram_dist/AliveInvite/LiveRoomVertical/index.wxss +267 -0
- package/miniprogram_dist/AliveInvite/LiveRoomVertical/libs/base64.js +234 -0
- package/miniprogram_dist/AliveInvite/images/copylink.png +0 -0
- package/miniprogram_dist/AliveInvite/images/cup.png +0 -0
- package/miniprogram_dist/AliveInvite/images/icon_arrow_right_white.png +0 -0
- package/miniprogram_dist/AliveInvite/images/icon_arrow_up.png +0 -0
- package/miniprogram_dist/AliveInvite/images/invite_entrance/new_crown_blue_pure.svg +29 -0
- package/miniprogram_dist/AliveInvite/images/invite_entrance/new_crown_pink_pure.svg +29 -0
- package/miniprogram_dist/AliveInvite/images/invite_entrance/new_crown_yellow_pure.svg +27 -0
- package/miniprogram_dist/AliveInvite/images/liveClose.png +0 -0
- package/miniprogram_dist/AliveInvite/images/new_emptypage.svg +59 -0
- package/miniprogram_dist/AliveInvite/images/new_icon_close.png +0 -0
- package/miniprogram_dist/AliveInvite/images/new_invite_title.svg +23 -0
- package/miniprogram_dist/AliveInvite/images/new_share_icon.png +0 -0
- package/miniprogram_dist/AliveInvite/images/rank_first.svg +11 -0
- package/miniprogram_dist/AliveInvite/images/rank_second.svg +11 -0
- package/miniprogram_dist/AliveInvite/images/rank_third.svg +11 -0
- package/miniprogram_dist/AliveInvite/images/u_6182407864819_jXJGQ1pe0d.png +0 -0
- package/miniprogram_dist/AliveInvite/images/wechat.png +0 -0
- package/miniprogram_dist/CollectionAddress/index.js +285 -0
- package/miniprogram_dist/CollectionAddress/index.json +14 -0
- package/miniprogram_dist/CollectionAddress/index.less +5 -0
- package/miniprogram_dist/CollectionAddress/index.wxml +91 -0
- package/miniprogram_dist/CollectionAddress/index.wxss +5 -0
- package/miniprogram_dist/ConfirmOrder/README.md +12 -0
- package/miniprogram_dist/ConfirmOrder/components/AddressEdit/index.js +343 -0
- package/miniprogram_dist/ConfirmOrder/components/AddressEdit/index.json +11 -0
- package/miniprogram_dist/ConfirmOrder/components/AddressEdit/index.less +98 -0
- package/miniprogram_dist/ConfirmOrder/components/AddressEdit/index.wxml +39 -0
- package/miniprogram_dist/ConfirmOrder/components/AddressEdit/index.wxss +99 -0
- package/miniprogram_dist/ConfirmOrder/components/AddressManage/index.js +160 -0
- package/miniprogram_dist/ConfirmOrder/components/AddressManage/index.json +8 -0
- package/miniprogram_dist/ConfirmOrder/components/AddressManage/index.less +96 -0
- package/miniprogram_dist/ConfirmOrder/components/AddressManage/index.wxml +37 -0
- package/miniprogram_dist/ConfirmOrder/components/AddressManage/index.wxss +98 -0
- package/miniprogram_dist/ConfirmOrder/components/AddressSelect/index.js +160 -0
- package/miniprogram_dist/ConfirmOrder/components/AddressSelect/index.json +4 -0
- package/miniprogram_dist/ConfirmOrder/components/AddressSelect/index.less +80 -0
- package/miniprogram_dist/ConfirmOrder/components/AddressSelect/index.wxml +34 -0
- package/miniprogram_dist/ConfirmOrder/components/AddressSelect/index.wxss +67 -0
- package/miniprogram_dist/ConfirmOrder/components/ChoosePicker/index.js +110 -0
- package/miniprogram_dist/ConfirmOrder/components/ChoosePicker/index.json +6 -0
- package/miniprogram_dist/ConfirmOrder/components/ChoosePicker/index.less +21 -0
- package/miniprogram_dist/ConfirmOrder/components/ChoosePicker/index.wxml +10 -0
- package/miniprogram_dist/ConfirmOrder/components/ChoosePicker/index.wxss +18 -0
- package/miniprogram_dist/ConfirmOrder/components/ConfirmOrderContent/index.js +831 -0
- package/miniprogram_dist/ConfirmOrder/components/ConfirmOrderContent/index.json +23 -0
- package/miniprogram_dist/ConfirmOrder/components/ConfirmOrderContent/index.less +12 -0
- package/miniprogram_dist/ConfirmOrder/components/ConfirmOrderContent/index.wxml +172 -0
- package/miniprogram_dist/ConfirmOrder/components/ConfirmOrderContent/index.wxss +10 -0
- package/miniprogram_dist/ConfirmOrder/components/GoodsInfo/components/GoodsCommerce/components/entityGiftList/index.js +72 -0
- package/miniprogram_dist/ConfirmOrder/components/GoodsInfo/components/GoodsCommerce/components/entityGiftList/index.json +6 -0
- package/miniprogram_dist/ConfirmOrder/components/GoodsInfo/components/GoodsCommerce/components/entityGiftList/index.less +45 -0
- package/miniprogram_dist/ConfirmOrder/components/GoodsInfo/components/GoodsCommerce/components/entityGiftList/index.wxml +18 -0
- package/miniprogram_dist/ConfirmOrder/components/GoodsInfo/components/GoodsCommerce/components/entityGiftList/index.wxss +39 -0
- package/miniprogram_dist/ConfirmOrder/components/GoodsInfo/components/GoodsCommerce/components/entityItem/filter.wxs +8 -0
- package/miniprogram_dist/ConfirmOrder/components/GoodsInfo/components/GoodsCommerce/components/entityItem/index.js +92 -0
- package/miniprogram_dist/ConfirmOrder/components/GoodsInfo/components/GoodsCommerce/components/entityItem/index.json +4 -0
- package/miniprogram_dist/ConfirmOrder/components/GoodsInfo/components/GoodsCommerce/components/entityItem/index.less +109 -0
- package/miniprogram_dist/ConfirmOrder/components/GoodsInfo/components/GoodsCommerce/components/entityItem/index.wxml +29 -0
- package/miniprogram_dist/ConfirmOrder/components/GoodsInfo/components/GoodsCommerce/components/entityItem/index.wxss +96 -0
- package/miniprogram_dist/ConfirmOrder/components/GoodsInfo/components/GoodsCommerce/index.js +78 -0
- package/miniprogram_dist/ConfirmOrder/components/GoodsInfo/components/GoodsCommerce/index.json +8 -0
- package/miniprogram_dist/ConfirmOrder/components/GoodsInfo/components/GoodsCommerce/index.less +52 -0
- package/miniprogram_dist/ConfirmOrder/components/GoodsInfo/components/GoodsCommerce/index.wxml +27 -0
- package/miniprogram_dist/ConfirmOrder/components/GoodsInfo/components/GoodsCommerce/index.wxss +45 -0
- package/miniprogram_dist/ConfirmOrder/components/GoodsInfo/components/ImageData/index.js +69 -0
- package/miniprogram_dist/ConfirmOrder/components/GoodsInfo/components/ImageData/index.json +4 -0
- package/miniprogram_dist/ConfirmOrder/components/GoodsInfo/components/ImageData/index.less +14 -0
- package/miniprogram_dist/ConfirmOrder/components/GoodsInfo/components/ImageData/index.wxml +4 -0
- package/miniprogram_dist/ConfirmOrder/components/GoodsInfo/components/ImageData/index.wxss +13 -0
- package/miniprogram_dist/ConfirmOrder/components/GoodsInfo/filter.wxs +7 -0
- package/miniprogram_dist/ConfirmOrder/components/GoodsInfo/index.js +429 -0
- package/miniprogram_dist/ConfirmOrder/components/GoodsInfo/index.json +9 -0
- package/miniprogram_dist/ConfirmOrder/components/GoodsInfo/index.less +182 -0
- package/miniprogram_dist/ConfirmOrder/components/GoodsInfo/index.wxml +75 -0
- package/miniprogram_dist/ConfirmOrder/components/GoodsInfo/index.wxss +153 -0
- package/miniprogram_dist/ConfirmOrder/components/Header/index.js +50 -0
- package/miniprogram_dist/ConfirmOrder/components/Header/index.json +6 -0
- package/miniprogram_dist/ConfirmOrder/components/Header/index.less +31 -0
- package/miniprogram_dist/ConfirmOrder/components/Header/index.wxml +10 -0
- package/miniprogram_dist/ConfirmOrder/components/Header/index.wxss +27 -0
- package/miniprogram_dist/ConfirmOrder/components/InfoCollect/index.js +108 -0
- package/miniprogram_dist/ConfirmOrder/components/InfoCollect/index.json +6 -0
- package/miniprogram_dist/ConfirmOrder/components/InfoCollect/index.less +0 -0
- package/miniprogram_dist/ConfirmOrder/components/InfoCollect/index.wxml +13 -0
- package/miniprogram_dist/ConfirmOrder/components/InfoCollect/index.wxss +1 -0
- package/miniprogram_dist/ConfirmOrder/components/IntegralSelect/componenets/integralTips/index.js +85 -0
- package/miniprogram_dist/ConfirmOrder/components/IntegralSelect/componenets/integralTips/index.json +4 -0
- package/miniprogram_dist/ConfirmOrder/components/IntegralSelect/componenets/integralTips/index.less +64 -0
- package/miniprogram_dist/ConfirmOrder/components/IntegralSelect/componenets/integralTips/index.wxml +31 -0
- package/miniprogram_dist/ConfirmOrder/components/IntegralSelect/componenets/integralTips/index.wxss +57 -0
- package/miniprogram_dist/ConfirmOrder/components/IntegralSelect/filter.wxs +7 -0
- package/miniprogram_dist/ConfirmOrder/components/IntegralSelect/index.js +83 -0
- package/miniprogram_dist/ConfirmOrder/components/IntegralSelect/index.json +8 -0
- package/miniprogram_dist/ConfirmOrder/components/IntegralSelect/index.less +55 -0
- package/miniprogram_dist/ConfirmOrder/components/IntegralSelect/index.wxml +27 -0
- package/miniprogram_dist/ConfirmOrder/components/IntegralSelect/index.wxss +47 -0
- package/miniprogram_dist/ConfirmOrder/components/Invoice/components/InvoiceSelect/index.js +284 -0
- package/miniprogram_dist/ConfirmOrder/components/Invoice/components/InvoiceSelect/index.json +8 -0
- package/miniprogram_dist/ConfirmOrder/components/Invoice/components/InvoiceSelect/index.less +162 -0
- package/miniprogram_dist/ConfirmOrder/components/Invoice/components/InvoiceSelect/index.wxml +89 -0
- package/miniprogram_dist/ConfirmOrder/components/Invoice/components/InvoiceSelect/index.wxss +152 -0
- package/miniprogram_dist/ConfirmOrder/components/Invoice/components/InvoiceTip/index.js +33 -0
- package/miniprogram_dist/ConfirmOrder/components/Invoice/components/InvoiceTip/index.json +6 -0
- package/miniprogram_dist/ConfirmOrder/components/Invoice/components/InvoiceTip/index.less +49 -0
- package/miniprogram_dist/ConfirmOrder/components/Invoice/components/InvoiceTip/index.wxml +17 -0
- package/miniprogram_dist/ConfirmOrder/components/Invoice/components/InvoiceTip/index.wxss +58 -0
- package/miniprogram_dist/ConfirmOrder/components/Invoice/index.js +155 -0
- package/miniprogram_dist/ConfirmOrder/components/Invoice/index.json +7 -0
- package/miniprogram_dist/ConfirmOrder/components/Invoice/index.less +29 -0
- package/miniprogram_dist/ConfirmOrder/components/Invoice/index.wxml +24 -0
- package/miniprogram_dist/ConfirmOrder/components/Invoice/index.wxss +23 -0
- package/miniprogram_dist/ConfirmOrder/components/LeaveWord/index.js +61 -0
- package/miniprogram_dist/ConfirmOrder/components/LeaveWord/index.json +6 -0
- package/miniprogram_dist/ConfirmOrder/components/LeaveWord/index.less +6 -0
- package/miniprogram_dist/ConfirmOrder/components/LeaveWord/index.wxml +11 -0
- package/miniprogram_dist/ConfirmOrder/components/LeaveWord/index.wxss +6 -0
- package/miniprogram_dist/ConfirmOrder/components/LimitDiscount/index.js +50 -0
- package/miniprogram_dist/ConfirmOrder/components/LimitDiscount/index.json +4 -0
- package/miniprogram_dist/ConfirmOrder/components/LimitDiscount/index.wxml +1 -0
- package/miniprogram_dist/ConfirmOrder/components/LimitDiscount/index.wxss +1 -0
- package/miniprogram_dist/ConfirmOrder/components/ModeSelect/index.js +42 -0
- package/miniprogram_dist/ConfirmOrder/components/ModeSelect/index.json +7 -0
- package/miniprogram_dist/ConfirmOrder/components/ModeSelect/index.less +35 -0
- package/miniprogram_dist/ConfirmOrder/components/ModeSelect/index.wxml +7 -0
- package/miniprogram_dist/ConfirmOrder/components/ModeSelect/index.wxss +44 -0
- package/miniprogram_dist/ConfirmOrder/components/PayBar/index.js +233 -0
- package/miniprogram_dist/ConfirmOrder/components/PayBar/index.json +6 -0
- package/miniprogram_dist/ConfirmOrder/components/PayBar/index.less +32 -0
- package/miniprogram_dist/ConfirmOrder/components/PayBar/index.wxml +26 -0
- package/miniprogram_dist/ConfirmOrder/components/PayBar/index.wxss +27 -0
- package/miniprogram_dist/ConfirmOrder/components/PayDetail/filter.wxs +16 -0
- package/miniprogram_dist/ConfirmOrder/components/PayDetail/index.js +68 -0
- package/miniprogram_dist/ConfirmOrder/components/PayDetail/index.json +4 -0
- package/miniprogram_dist/ConfirmOrder/components/PayDetail/index.less +16 -0
- package/miniprogram_dist/ConfirmOrder/components/PayDetail/index.wxml +18 -0
- package/miniprogram_dist/ConfirmOrder/components/PayDetail/index.wxss +14 -0
- package/miniprogram_dist/ConfirmOrder/components/PayGifts/index.js +23 -0
- package/miniprogram_dist/ConfirmOrder/components/PayGifts/index.json +4 -0
- package/miniprogram_dist/ConfirmOrder/components/PayGifts/index.wxml +2 -0
- package/miniprogram_dist/ConfirmOrder/components/PayGifts/index.wxss +1 -0
- package/miniprogram_dist/ConfirmOrder/components/PickupSelect/index.js +80 -0
- package/miniprogram_dist/ConfirmOrder/components/PickupSelect/index.json +8 -0
- package/miniprogram_dist/ConfirmOrder/components/PickupSelect/index.less +24 -0
- package/miniprogram_dist/ConfirmOrder/components/PickupSelect/index.wxml +14 -0
- package/miniprogram_dist/ConfirmOrder/components/PickupSelect/index.wxss +22 -0
- package/miniprogram_dist/ConfirmOrder/components/SelectSite/index.js +147 -0
- package/miniprogram_dist/ConfirmOrder/components/SelectSite/index.json +7 -0
- package/miniprogram_dist/ConfirmOrder/components/SelectSite/index.less +96 -0
- package/miniprogram_dist/ConfirmOrder/components/SelectSite/index.wxml +46 -0
- package/miniprogram_dist/ConfirmOrder/components/SelectSite/index.wxss +82 -0
- package/miniprogram_dist/ConfirmOrder/components/Shipper/index.js +100 -0
- package/miniprogram_dist/ConfirmOrder/components/Shipper/index.json +6 -0
- package/miniprogram_dist/ConfirmOrder/components/Shipper/index.less +70 -0
- package/miniprogram_dist/ConfirmOrder/components/Shipper/index.wxml +16 -0
- package/miniprogram_dist/ConfirmOrder/components/Shipper/index.wxss +76 -0
- package/miniprogram_dist/ConfirmOrder/components/ShipperEdit/index.js +218 -0
- package/miniprogram_dist/ConfirmOrder/components/ShipperEdit/index.json +8 -0
- package/miniprogram_dist/ConfirmOrder/components/ShipperEdit/index.less +77 -0
- package/miniprogram_dist/ConfirmOrder/components/ShipperEdit/index.wxml +20 -0
- package/miniprogram_dist/ConfirmOrder/components/ShipperEdit/index.wxss +78 -0
- package/miniprogram_dist/ConfirmOrder/components/WechatAddress/index.js +78 -0
- package/miniprogram_dist/ConfirmOrder/components/WechatAddress/index.json +4 -0
- package/miniprogram_dist/ConfirmOrder/components/WechatAddress/index.less +25 -0
- package/miniprogram_dist/ConfirmOrder/components/WechatAddress/index.wxml +9 -0
- package/miniprogram_dist/ConfirmOrder/components/WechatAddress/index.wxss +22 -0
- package/miniprogram_dist/ConfirmOrder/index.js +72 -0
- package/miniprogram_dist/ConfirmOrder/index.json +9 -0
- package/miniprogram_dist/ConfirmOrder/index.less +5 -0
- package/miniprogram_dist/ConfirmOrder/index.wxml +25 -0
- package/miniprogram_dist/ConfirmOrder/index.wxss +5 -0
- package/miniprogram_dist/CouponList/README.md +6 -0
- package/miniprogram_dist/CouponList/components/CouponItem/index.js +239 -0
- package/miniprogram_dist/CouponList/components/CouponItem/index.json +5 -0
- package/miniprogram_dist/CouponList/components/CouponItem/index.less +288 -0
- package/miniprogram_dist/CouponList/components/CouponItem/index.wxml +191 -0
- package/miniprogram_dist/CouponList/components/CouponItem/index.wxss +276 -0
- package/miniprogram_dist/CouponList/couponColumn/index.js +65 -0
- package/miniprogram_dist/CouponList/couponColumn/index.json +6 -0
- package/miniprogram_dist/CouponList/couponColumn/index.less +32 -0
- package/miniprogram_dist/CouponList/couponColumn/index.wxml +23 -0
- package/miniprogram_dist/CouponList/couponColumn/index.wxss +31 -0
- package/miniprogram_dist/CouponList/couponMsg/index.js +27 -0
- package/miniprogram_dist/CouponList/couponMsg/index.json +6 -0
- package/miniprogram_dist/CouponList/couponMsg/index.less +3 -0
- package/miniprogram_dist/CouponList/couponMsg/index.wxml +10 -0
- package/miniprogram_dist/CouponList/couponMsg/index.wxss +3 -0
- package/miniprogram_dist/CurrentPay/index.js +56 -0
- package/miniprogram_dist/CurrentPay/index.json +9 -0
- package/miniprogram_dist/CurrentPay/index.wxml +11 -0
- package/miniprogram_dist/CurrentPay/index.wxss +1 -0
- package/miniprogram_dist/CurrentPayModule/index.js +256 -0
- package/miniprogram_dist/CurrentPayModule/index.json +9 -0
- package/miniprogram_dist/CurrentPayModule/index.less +13 -0
- package/miniprogram_dist/CurrentPayModule/index.wxml +4 -0
- package/miniprogram_dist/CurrentPayModule/index.wxss +13 -0
- package/miniprogram_dist/CustomPopup/index.js +56 -0
- package/miniprogram_dist/CustomPopup/index.json +6 -0
- package/miniprogram_dist/CustomPopup/index.less +15 -0
- package/miniprogram_dist/CustomPopup/index.wxml +18 -0
- package/miniprogram_dist/CustomPopup/index.wxss +15 -0
- package/miniprogram_dist/GoodsItem/index.js +538 -0
- package/miniprogram_dist/GoodsItem/index.json +6 -0
- package/miniprogram_dist/GoodsItem/index.less +249 -0
- package/miniprogram_dist/GoodsItem/index.wxml +90 -0
- package/miniprogram_dist/GoodsItem/index.wxss +261 -0
- package/miniprogram_dist/LiveGoodsList/Header/index.js +36 -0
- package/miniprogram_dist/LiveGoodsList/Header/index.json +6 -0
- package/miniprogram_dist/LiveGoodsList/Header/index.less +45 -0
- package/miniprogram_dist/LiveGoodsList/Header/index.wxml +28 -0
- package/miniprogram_dist/LiveGoodsList/Header/index.wxss +44 -0
- package/miniprogram_dist/LiveGoodsList/README.md +10 -0
- package/miniprogram_dist/LiveGoodsList/index.js +423 -0
- package/miniprogram_dist/LiveGoodsList/index.json +10 -0
- package/miniprogram_dist/LiveGoodsList/index.less +53 -0
- package/miniprogram_dist/LiveGoodsList/index.wxml +74 -0
- package/miniprogram_dist/LiveGoodsList/index.wxss +50 -0
- package/miniprogram_dist/Lottery/components/AddressCollection/index.js +73 -0
- package/miniprogram_dist/Lottery/components/AddressCollection/index.json +7 -0
- package/miniprogram_dist/Lottery/components/AddressCollection/index.less +39 -0
- package/miniprogram_dist/Lottery/components/AddressCollection/index.wxml +16 -0
- package/miniprogram_dist/Lottery/components/AddressCollection/index.wxss +39 -0
- package/miniprogram_dist/Lottery/components/CommonPopup/index.js +57 -0
- package/miniprogram_dist/Lottery/components/CommonPopup/index.json +6 -0
- package/miniprogram_dist/Lottery/components/CommonPopup/index.less +66 -0
- package/miniprogram_dist/Lottery/components/CommonPopup/index.wxml +23 -0
- package/miniprogram_dist/Lottery/components/CommonPopup/index.wxss +61 -0
- package/miniprogram_dist/Lottery/components/JoinRecords/RecordItem/index.js +34 -0
- package/miniprogram_dist/Lottery/components/JoinRecords/RecordItem/index.json +6 -0
- package/miniprogram_dist/Lottery/components/JoinRecords/RecordItem/index.less +36 -0
- package/miniprogram_dist/Lottery/components/JoinRecords/RecordItem/index.wxml +8 -0
- package/miniprogram_dist/Lottery/components/JoinRecords/RecordItem/index.wxss +36 -0
- package/miniprogram_dist/Lottery/components/JoinRecords/index.js +59 -0
- package/miniprogram_dist/Lottery/components/JoinRecords/index.json +7 -0
- package/miniprogram_dist/Lottery/components/JoinRecords/index.less +40 -0
- package/miniprogram_dist/Lottery/components/JoinRecords/index.wxml +15 -0
- package/miniprogram_dist/Lottery/components/JoinRecords/index.wxss +40 -0
- package/miniprogram_dist/Lottery/components/LotteryAnimation/animation.js +1 -0
- package/miniprogram_dist/Lottery/components/LotteryAnimation/index.js +64 -0
- package/miniprogram_dist/Lottery/components/LotteryAnimation/index.json +4 -0
- package/miniprogram_dist/Lottery/components/LotteryAnimation/index.less +14 -0
- package/miniprogram_dist/Lottery/components/LotteryAnimation/index.wxml +4 -0
- package/miniprogram_dist/Lottery/components/LotteryAnimation/index.wxss +12 -0
- package/miniprogram_dist/Lottery/components/LotteryAnimation/lottie-miniprogram-sdk.js +9 -0
- package/miniprogram_dist/Lottery/components/LotteryFAB/index.js +99 -0
- package/miniprogram_dist/Lottery/components/LotteryFAB/index.json +6 -0
- package/miniprogram_dist/Lottery/components/LotteryFAB/index.less +36 -0
- package/miniprogram_dist/Lottery/components/LotteryFAB/index.wxml +17 -0
- package/miniprogram_dist/Lottery/components/LotteryFAB/index.wxss +36 -0
- package/miniprogram_dist/Lottery/components/LotteryInfo/Indicator/index.js +34 -0
- package/miniprogram_dist/Lottery/components/LotteryInfo/Indicator/index.json +5 -0
- package/miniprogram_dist/Lottery/components/LotteryInfo/Indicator/index.less +17 -0
- package/miniprogram_dist/Lottery/components/LotteryInfo/Indicator/index.wxml +3 -0
- package/miniprogram_dist/Lottery/components/LotteryInfo/Indicator/index.wxss +17 -0
- package/miniprogram_dist/Lottery/components/LotteryInfo/LotteryCountdown/index.js +37 -0
- package/miniprogram_dist/Lottery/components/LotteryInfo/LotteryCountdown/index.json +5 -0
- package/miniprogram_dist/Lottery/components/LotteryInfo/LotteryCountdown/index.less +17 -0
- package/miniprogram_dist/Lottery/components/LotteryInfo/LotteryCountdown/index.wxml +9 -0
- package/miniprogram_dist/Lottery/components/LotteryInfo/LotteryCountdown/index.wxss +17 -0
- package/miniprogram_dist/Lottery/components/LotteryInfo/index.js +159 -0
- package/miniprogram_dist/Lottery/components/LotteryInfo/index.json +10 -0
- package/miniprogram_dist/Lottery/components/LotteryInfo/index.less +99 -0
- package/miniprogram_dist/Lottery/components/LotteryInfo/index.wxml +50 -0
- package/miniprogram_dist/Lottery/components/LotteryInfo/index.wxss +104 -0
- package/miniprogram_dist/Lottery/components/LotteryMsg/index.js +42 -0
- package/miniprogram_dist/Lottery/components/LotteryMsg/index.json +5 -0
- package/miniprogram_dist/Lottery/components/LotteryMsg/index.less +22 -0
- package/miniprogram_dist/Lottery/components/LotteryMsg/index.wxml +11 -0
- package/miniprogram_dist/Lottery/components/LotteryMsg/index.wxss +20 -0
- package/miniprogram_dist/Lottery/components/LotteryPopups/index.js +178 -0
- package/miniprogram_dist/Lottery/components/LotteryPopups/index.json +13 -0
- package/miniprogram_dist/Lottery/components/LotteryPopups/index.wxml +7 -0
- package/miniprogram_dist/Lottery/components/LotteryResult/LosingLottery/index.js +35 -0
- package/miniprogram_dist/Lottery/components/LotteryResult/LosingLottery/index.json +7 -0
- package/miniprogram_dist/Lottery/components/LotteryResult/LosingLottery/index.less +48 -0
- package/miniprogram_dist/Lottery/components/LotteryResult/LosingLottery/index.wxml +16 -0
- package/miniprogram_dist/Lottery/components/LotteryResult/LosingLottery/index.wxss +48 -0
- package/miniprogram_dist/Lottery/components/LotteryResult/WinLottery/index.js +144 -0
- package/miniprogram_dist/Lottery/components/LotteryResult/WinLottery/index.json +7 -0
- package/miniprogram_dist/Lottery/components/LotteryResult/WinLottery/index.less +68 -0
- package/miniprogram_dist/Lottery/components/LotteryResult/WinLottery/index.wxml +23 -0
- package/miniprogram_dist/Lottery/components/LotteryResult/WinLottery/index.wxss +73 -0
- package/miniprogram_dist/Lottery/components/LotteryResult/index.js +56 -0
- package/miniprogram_dist/Lottery/components/LotteryResult/index.json +9 -0
- package/miniprogram_dist/Lottery/components/LotteryResult/index.less +0 -0
- package/miniprogram_dist/Lottery/components/LotteryResult/index.wxml +10 -0
- package/miniprogram_dist/Lottery/components/LotteryResult/index.wxss +0 -0
- package/miniprogram_dist/Lottery/components/MerchantContactInfo/index.js +40 -0
- package/miniprogram_dist/Lottery/components/MerchantContactInfo/index.json +7 -0
- package/miniprogram_dist/Lottery/components/MerchantContactInfo/index.less +61 -0
- package/miniprogram_dist/Lottery/components/MerchantContactInfo/index.wxml +19 -0
- package/miniprogram_dist/Lottery/components/MerchantContactInfo/index.wxss +61 -0
- package/miniprogram_dist/Lottery/components/MyLottery/index.js +52 -0
- package/miniprogram_dist/Lottery/components/MyLottery/index.json +11 -0
- package/miniprogram_dist/Lottery/components/MyLottery/index.wxml +12 -0
- package/miniprogram_dist/Lottery/components/MyLottery/index.wxss +0 -0
- package/miniprogram_dist/Lottery/components/NobodyAttend/index.js +33 -0
- package/miniprogram_dist/Lottery/components/NobodyAttend/index.json +6 -0
- package/miniprogram_dist/Lottery/components/NobodyAttend/index.less +33 -0
- package/miniprogram_dist/Lottery/components/NobodyAttend/index.wxml +11 -0
- package/miniprogram_dist/Lottery/components/NobodyAttend/index.wxss +33 -0
- package/miniprogram_dist/Lottery/components/PrizeCard/index.js +19 -0
- package/miniprogram_dist/Lottery/components/PrizeCard/index.json +5 -0
- package/miniprogram_dist/Lottery/components/PrizeCard/index.less +42 -0
- package/miniprogram_dist/Lottery/components/PrizeCard/index.wxml +8 -0
- package/miniprogram_dist/Lottery/components/PrizeCard/index.wxss +42 -0
- package/miniprogram_dist/Lottery/components/RewardList/RewardItem/index.js +137 -0
- package/miniprogram_dist/Lottery/components/RewardList/RewardItem/index.json +6 -0
- package/miniprogram_dist/Lottery/components/RewardList/RewardItem/index.less +77 -0
- package/miniprogram_dist/Lottery/components/RewardList/RewardItem/index.wxml +14 -0
- package/miniprogram_dist/Lottery/components/RewardList/RewardItem/index.wxss +77 -0
- package/miniprogram_dist/Lottery/components/RewardList/index.js +70 -0
- package/miniprogram_dist/Lottery/components/RewardList/index.json +7 -0
- package/miniprogram_dist/Lottery/components/RewardList/index.less +62 -0
- package/miniprogram_dist/Lottery/components/RewardList/index.wxml +28 -0
- package/miniprogram_dist/Lottery/components/RewardList/index.wxss +62 -0
- package/miniprogram_dist/Lottery/components/Winners/WinnerItem/index.js +14 -0
- package/miniprogram_dist/Lottery/components/Winners/WinnerItem/index.json +6 -0
- package/miniprogram_dist/Lottery/components/Winners/WinnerItem/index.less +41 -0
- package/miniprogram_dist/Lottery/components/Winners/WinnerItem/index.wxml +8 -0
- package/miniprogram_dist/Lottery/components/Winners/WinnerItem/index.wxss +50 -0
- package/miniprogram_dist/Lottery/components/Winners/index.js +80 -0
- package/miniprogram_dist/Lottery/components/Winners/index.json +7 -0
- package/miniprogram_dist/Lottery/components/Winners/index.less +49 -0
- package/miniprogram_dist/Lottery/components/Winners/index.wxml +31 -0
- package/miniprogram_dist/Lottery/components/Winners/index.wxss +49 -0
- package/miniprogram_dist/Lottery/constants.js +119 -0
- package/miniprogram_dist/Lottery/countdown.js +88 -0
- package/miniprogram_dist/Lottery/eventBus.js +29 -0
- package/miniprogram_dist/Lottery/remotePic.js +52 -0
- package/miniprogram_dist/Lottery/store/effect.js +204 -0
- package/miniprogram_dist/Lottery/store/index.js +35 -0
- package/miniprogram_dist/Lottery/store/reducer.js +194 -0
- package/miniprogram_dist/Lottery/store/util.js +116 -0
- package/miniprogram_dist/Lottery/utils.js +68 -0
- package/miniprogram_dist/PayComplete/Components/CouponItem/index.js +51 -0
- package/miniprogram_dist/PayComplete/Components/CouponItem/index.json +4 -0
- package/miniprogram_dist/PayComplete/Components/CouponItem/index.less +143 -0
- package/miniprogram_dist/PayComplete/Components/CouponItem/index.wxml +47 -0
- package/miniprogram_dist/PayComplete/Components/CouponItem/index.wxss +122 -0
- package/miniprogram_dist/PayComplete/Components/CouponItem/sub.wxs +73 -0
- package/miniprogram_dist/PayComplete/Components/LeadGroup/index.js +95 -0
- package/miniprogram_dist/PayComplete/Components/LeadGroup/index.json +7 -0
- package/miniprogram_dist/PayComplete/Components/LeadGroup/index.less +38 -0
- package/miniprogram_dist/PayComplete/Components/LeadGroup/index.wxml +6 -0
- package/miniprogram_dist/PayComplete/Components/LeadGroup/index.wxss +33 -0
- package/miniprogram_dist/PayComplete/Components/PayGifts/index.js +130 -0
- package/miniprogram_dist/PayComplete/Components/PayGifts/index.json +6 -0
- package/miniprogram_dist/PayComplete/Components/PayGifts/index.less +178 -0
- package/miniprogram_dist/PayComplete/Components/PayGifts/index.wxml +58 -0
- package/miniprogram_dist/PayComplete/Components/PayGifts/index.wxss +157 -0
- package/miniprogram_dist/PayComplete/Components/PayState/earnIntegral/index.js +62 -0
- package/miniprogram_dist/PayComplete/Components/PayState/earnIntegral/index.json +6 -0
- package/miniprogram_dist/PayComplete/Components/PayState/earnIntegral/index.less +26 -0
- package/miniprogram_dist/PayComplete/Components/PayState/earnIntegral/index.wxml +4 -0
- package/miniprogram_dist/PayComplete/Components/PayState/earnIntegral/index.wxss +23 -0
- package/miniprogram_dist/PayComplete/Components/PayState/index.js +38 -0
- package/miniprogram_dist/PayComplete/Components/PayState/index.json +7 -0
- package/miniprogram_dist/PayComplete/Components/PayState/index.less +23 -0
- package/miniprogram_dist/PayComplete/Components/PayState/index.wxml +11 -0
- package/miniprogram_dist/PayComplete/Components/PayState/index.wxss +20 -0
- package/miniprogram_dist/PayComplete/index.js +143 -0
- package/miniprogram_dist/PayComplete/index.json +11 -0
- package/miniprogram_dist/PayComplete/index.less +16 -0
- package/miniprogram_dist/PayComplete/index.wxml +31 -0
- package/miniprogram_dist/PayComplete/index.wxss +16 -0
- package/miniprogram_dist/PayModule/README.md +0 -0
- package/miniprogram_dist/PayModule/button/index.js +44 -0
- package/miniprogram_dist/PayModule/button/index.json +6 -0
- package/miniprogram_dist/PayModule/button/index.less +16 -0
- package/miniprogram_dist/PayModule/button/index.wxml +8 -0
- package/miniprogram_dist/PayModule/button/index.wxss +28 -0
- package/miniprogram_dist/PayModule/index/index.js +254 -0
- package/miniprogram_dist/PayModule/index/index.json +7 -0
- package/miniprogram_dist/PayModule/index/index.less +0 -0
- package/miniprogram_dist/PayModule/index/index.wxml +12 -0
- package/miniprogram_dist/PayModule/index/index.wxss +1 -0
- package/miniprogram_dist/PayModule/wechatLoading/index.js +43 -0
- package/miniprogram_dist/PayModule/wechatLoading/index.json +4 -0
- package/miniprogram_dist/PayModule/wechatLoading/index.less +66 -0
- package/miniprogram_dist/PayModule/wechatLoading/index.wxml +12 -0
- package/miniprogram_dist/PayModule/wechatLoading/index.wxss +57 -0
- package/miniprogram_dist/Recommend/index.js +58 -0
- package/miniprogram_dist/Recommend/index.json +4 -0
- package/miniprogram_dist/Recommend/index.less +116 -0
- package/miniprogram_dist/Recommend/index.wxml +29 -0
- package/miniprogram_dist/Recommend/index.wxss +110 -0
- package/miniprogram_dist/SharePoster/PosterDom/index.js +1898 -0
- package/miniprogram_dist/SharePoster/PosterDom/index.json +5 -0
- package/miniprogram_dist/SharePoster/PosterDom/index.less +57 -0
- package/miniprogram_dist/SharePoster/PosterDom/index.wxml +13 -0
- package/miniprogram_dist/SharePoster/PosterDom/index.wxss +57 -0
- package/miniprogram_dist/SharePoster/README.md +10 -0
- package/miniprogram_dist/SharePoster/ShareTextPopup/index.js +66 -0
- package/miniprogram_dist/SharePoster/ShareTextPopup/index.json +7 -0
- package/miniprogram_dist/SharePoster/ShareTextPopup/index.less +75 -0
- package/miniprogram_dist/SharePoster/ShareTextPopup/index.wxml +29 -0
- package/miniprogram_dist/SharePoster/ShareTextPopup/index.wxss +75 -0
- package/miniprogram_dist/SharePoster/components/saveTip/index.js +40 -0
- package/miniprogram_dist/SharePoster/components/saveTip/index.json +5 -0
- package/miniprogram_dist/SharePoster/components/saveTip/index.less +0 -0
- package/miniprogram_dist/SharePoster/components/saveTip/index.wxml +6 -0
- package/miniprogram_dist/SharePoster/components/saveTip/index.wxss +21 -0
- package/miniprogram_dist/SharePoster/components/settingModal/index.js +38 -0
- package/miniprogram_dist/SharePoster/components/settingModal/index.json +5 -0
- package/miniprogram_dist/SharePoster/components/settingModal/index.less +0 -0
- package/miniprogram_dist/SharePoster/components/settingModal/index.wxml +9 -0
- package/miniprogram_dist/SharePoster/components/settingModal/index.wxss +45 -0
- package/miniprogram_dist/SharePoster/components/shareCircleTip/index.js +35 -0
- package/miniprogram_dist/SharePoster/components/shareCircleTip/index.json +5 -0
- package/miniprogram_dist/SharePoster/components/shareCircleTip/index.wxml +5 -0
- package/miniprogram_dist/SharePoster/components/shareCircleTip/index.wxss +35 -0
- package/miniprogram_dist/SharePoster/components/unauthorizedModal/index.js +35 -0
- package/miniprogram_dist/SharePoster/components/unauthorizedModal/index.json +5 -0
- package/miniprogram_dist/SharePoster/components/unauthorizedModal/index.wxml +11 -0
- package/miniprogram_dist/SharePoster/components/unauthorizedModal/index.wxss +51 -0
- package/miniprogram_dist/SharePoster/createPoster/index.js +201 -0
- package/miniprogram_dist/SharePoster/createPoster/utils/drawImage.js +267 -0
- package/miniprogram_dist/SharePoster/createPoster/utils/util.js +40 -0
- package/miniprogram_dist/SharePoster/libs/constant.js +57 -0
- package/miniprogram_dist/SharePoster/libs/positionMap.js +255 -0
- package/miniprogram_dist/SharePoster/mockData/mockData.js +591 -0
- package/miniprogram_dist/SharePoster/sharePopup/index.js +658 -0
- package/miniprogram_dist/SharePoster/sharePopup/index.json +13 -0
- package/miniprogram_dist/SharePoster/sharePopup/index.less +181 -0
- package/miniprogram_dist/SharePoster/sharePopup/index.wxml +94 -0
- package/miniprogram_dist/SharePoster/sharePopup/index.wxss +193 -0
- package/miniprogram_dist/Sku/commSelect/index.js +427 -0
- package/miniprogram_dist/Sku/commSelect/index.json +8 -0
- package/miniprogram_dist/Sku/commSelect/index.less +48 -0
- package/miniprogram_dist/Sku/commSelect/index.wxml +41 -0
- package/miniprogram_dist/Sku/commSelect/index.wxss +45 -0
- package/miniprogram_dist/Sku/goods-info/index.js +52 -0
- package/miniprogram_dist/Sku/goods-info/index.json +4 -0
- package/miniprogram_dist/Sku/goods-info/index.less +48 -0
- package/miniprogram_dist/Sku/goods-info/index.wxml +19 -0
- package/miniprogram_dist/Sku/goods-info/index.wxss +48 -0
- package/miniprogram_dist/Sku/index/index.js +280 -0
- package/miniprogram_dist/Sku/index/index.json +12 -0
- package/miniprogram_dist/Sku/index/index.less +78 -0
- package/miniprogram_dist/Sku/index/index.wxml +58 -0
- package/miniprogram_dist/Sku/index/index.wxss +50 -0
- package/miniprogram_dist/Sku/row-item/index.js +61 -0
- package/miniprogram_dist/Sku/row-item/index.json +4 -0
- package/miniprogram_dist/Sku/row-item/index.less +48 -0
- package/miniprogram_dist/Sku/row-item/index.wxml +10 -0
- package/miniprogram_dist/Sku/row-item/index.wxss +42 -0
- package/miniprogram_dist/Sku/step/index.js +95 -0
- package/miniprogram_dist/Sku/step/index.json +6 -0
- package/miniprogram_dist/Sku/step/index.less +11 -0
- package/miniprogram_dist/Sku/step/index.wxml +11 -0
- package/miniprogram_dist/Sku/step/index.wxss +11 -0
- package/miniprogram_dist/TeacherGoodsList/Header/index.js +36 -0
- package/miniprogram_dist/TeacherGoodsList/Header/index.json +6 -0
- package/miniprogram_dist/TeacherGoodsList/Header/index.less +47 -0
- package/miniprogram_dist/TeacherGoodsList/Header/index.wxml +27 -0
- package/miniprogram_dist/TeacherGoodsList/Header/index.wxss +45 -0
- package/miniprogram_dist/TeacherGoodsList/README.md +10 -0
- package/miniprogram_dist/TeacherGoodsList/index.js +269 -0
- package/miniprogram_dist/TeacherGoodsList/index.json +8 -0
- package/miniprogram_dist/TeacherGoodsList/index.less +53 -0
- package/miniprogram_dist/TeacherGoodsList/index.wxml +49 -0
- package/miniprogram_dist/TeacherGoodsList/index.wxss +50 -0
- package/miniprogram_dist/common/api/confirmOrder.js +218 -0
- package/miniprogram_dist/common/api/coupon.js +19 -0
- package/miniprogram_dist/common/api/couponlist.js +106 -0
- package/miniprogram_dist/common/api/eLiveInvite.js +46 -0
- package/miniprogram_dist/common/api/liveGoodsList.js +52 -0
- package/miniprogram_dist/common/api/lottery.js +57 -0
- package/miniprogram_dist/common/api/pay.js +42 -0
- package/miniprogram_dist/common/api/payComplete.js +22 -0
- package/miniprogram_dist/common/api/sharePoster.js +68 -0
- package/miniprogram_dist/common/api/sku.js +58 -0
- package/miniprogram_dist/common/assets/copy.wxss +3 -0
- package/miniprogram_dist/common/assets/icon.png +0 -0
- package/miniprogram_dist/common/assets/images/activity.png +0 -0
- package/miniprogram_dist/common/assets/images/address.png +0 -0
- package/miniprogram_dist/common/assets/images/bg_gift@2x.png +0 -0
- package/miniprogram_dist/common/assets/images/close.png +0 -0
- package/miniprogram_dist/common/assets/images/coupon/coupon_bg.png +0 -0
- package/miniprogram_dist/common/assets/images/coupon/coupon_finish.png +0 -0
- package/miniprogram_dist/common/assets/images/coupon/coupon_select.png +0 -0
- package/miniprogram_dist/common/assets/images/coupon/coupon_style2.png +0 -0
- package/miniprogram_dist/common/assets/images/coupon/coupon_style2.svg +30 -0
- package/miniprogram_dist/common/assets/images/coupon/coupons_style2.svg +30 -0
- package/miniprogram_dist/common/assets/images/coupon/down.svg +22 -0
- package/miniprogram_dist/common/assets/images/coupon/emptypage.svg +50 -0
- package/miniprogram_dist/common/assets/images/coupon/expand.png +0 -0
- package/miniprogram_dist/common/assets/images/coupon/failed.png +0 -0
- package/miniprogram_dist/common/assets/images/coupon/failed.svg +5 -0
- package/miniprogram_dist/common/assets/images/coupon/finished.png +0 -0
- package/miniprogram_dist/common/assets/images/coupon/has_receive.png +0 -0
- package/miniprogram_dist/common/assets/images/coupon/has_recevie_style2.png +0 -0
- package/miniprogram_dist/common/assets/images/coupon/hint.png +0 -0
- package/miniprogram_dist/common/assets/images/coupon/icon_arrow.png +0 -0
- package/miniprogram_dist/common/assets/images/coupon/retract.png +0 -0
- package/miniprogram_dist/common/assets/images/coupon/seal_receivingPage_received.png +0 -0
- package/miniprogram_dist/common/assets/images/coupon/superposition_logo.png +0 -0
- package/miniprogram_dist/common/assets/images/coupon/up.svg +22 -0
- package/miniprogram_dist/common/assets/images/fingerprint.png +0 -0
- package/miniprogram_dist/common/assets/images/icon-tip.png +0 -0
- package/miniprogram_dist/common/assets/images/img_adrr.png +0 -0
- package/miniprogram_dist/common/assets/images/left.png +0 -0
- package/miniprogram_dist/common/assets/images/liveGoodsList/explaining.png +0 -0
- package/miniprogram_dist/common/assets/images/liveGoodsList/no-data.png +0 -0
- package/miniprogram_dist/common/assets/images/lottery/arrow-right.png +0 -0
- package/miniprogram_dist/common/assets/images/lottery/black-right-arrow.png +0 -0
- package/miniprogram_dist/common/assets/images/lottery/close-f-new.png +0 -0
- package/miniprogram_dist/common/assets/images/lottery/icon_back_black.png +0 -0
- package/miniprogram_dist/common/assets/images/lottery/is_not_winner.svg +19 -0
- package/miniprogram_dist/common/assets/images/lottery/lotteryV2_close.png +0 -0
- package/miniprogram_dist/common/assets/images/lottery/lottery_v1_back.svg +19 -0
- package/miniprogram_dist/common/assets/images/lottery/lottery_v1_close.svg +19 -0
- package/miniprogram_dist/common/assets/images/lottery/prize_icon_new_land.png +0 -0
- package/miniprogram_dist/common/assets/images/lottery/reward_list_title.svg +19 -0
- package/miniprogram_dist/common/assets/images/lottery/white_right_arrow.png +0 -0
- package/miniprogram_dist/common/assets/images/lottery/winner_list_smile_icon.svg +56 -0
- package/miniprogram_dist/common/assets/images/lottery/winner_list_title.svg +19 -0
- package/miniprogram_dist/common/assets/images/package.png +0 -0
- package/miniprogram_dist/common/assets/images/pay/loading.svg +3 -0
- package/miniprogram_dist/common/assets/images/recommend.svg +6 -0
- package/miniprogram_dist/common/assets/images/recommend_with_bg.png +0 -0
- package/miniprogram_dist/common/assets/images/refresh.svg +10 -0
- package/miniprogram_dist/common/assets/images/refresh_white.svg +3 -0
- package/miniprogram_dist/common/assets/images/replenish.png +0 -0
- package/miniprogram_dist/common/assets/images/search-bg.png +0 -0
- package/miniprogram_dist/common/assets/images/shop.png +0 -0
- package/miniprogram_dist/common/assets/images/success.png +0 -0
- package/miniprogram_dist/common/assets/images/tips.png +0 -0
- package/miniprogram_dist/common/assets/images/update.png +0 -0
- package/miniprogram_dist/common/assets/images/wechat.svg +4 -0
- package/miniprogram_dist/common/assets/images/wx.png +0 -0
- package/miniprogram_dist/common/assets/images/zhixiang.png +0 -0
- package/miniprogram_dist/common/css/index.less +2 -0
- package/miniprogram_dist/common/css/index.wxss +1 -0
- package/miniprogram_dist/common/css/theme.less +20 -0
- package/miniprogram_dist/common/css/theme.wxss +16 -0
- package/miniprogram_dist/common/libs/dataUp/sensorUp.js +92 -0
- package/miniprogram_dist/common/libs/playerHttp.js +58 -0
- package/miniprogram_dist/common/libs/playerRequestUrl.js +40 -0
- package/miniprogram_dist/common/utils/constants.js +256 -0
- package/miniprogram_dist/common/utils/currency.js +52 -0
- package/miniprogram_dist/common/utils/helper.js +160 -0
- package/miniprogram_dist/common/utils/index.js +56 -0
- package/miniprogram_dist/common/utils/postCouponList.js +53 -0
- package/miniprogram_dist/common/utils/tool.js +66 -0
- package/miniprogram_dist/common/wxs/filter.wxs +30 -0
- package/miniprogram_dist/coupon/README.md +12 -0
- package/miniprogram_dist/coupon/components/CouponItem/index.js +176 -0
- package/miniprogram_dist/coupon/components/CouponItem/index.json +6 -0
- package/miniprogram_dist/coupon/components/CouponItem/index.less +208 -0
- package/miniprogram_dist/coupon/components/CouponItem/index.wxml +100 -0
- package/miniprogram_dist/coupon/components/CouponItem/index.wxss +195 -0
- package/miniprogram_dist/coupon/components/CouponSelect/index.js +324 -0
- package/miniprogram_dist/coupon/components/CouponSelect/index.json +9 -0
- package/miniprogram_dist/coupon/components/CouponSelect/index.less +238 -0
- package/miniprogram_dist/coupon/components/CouponSelect/index.wxml +75 -0
- package/miniprogram_dist/coupon/components/CouponSelect/index.wxss +249 -0
- package/miniprogram_dist/coupon/index.css +50 -0
- package/miniprogram_dist/coupon/index.js +205 -0
- package/miniprogram_dist/coupon/index.json +8 -0
- package/miniprogram_dist/coupon/index.less +51 -0
- package/miniprogram_dist/coupon/index.wxml +24 -0
- package/miniprogram_dist/coupon/index.wxss +50 -0
- package/miniprogram_dist/index.js +117 -0
- package/miniprogram_dist/index.js.map +1 -0
- package/miniprogram_dist/index.json +5 -0
- package/miniprogram_dist/index.wxml +2 -0
- package/miniprogram_dist/index.wxss +1 -0
- package/miniprogram_dist/lib.js +105 -0
- package/miniprogram_dist/lib.js.map +1 -0
- package/package.json +1 -1
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
const http = require("live-mp-tools")
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* ------------------- 接口api -------------------
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
// 接口前缀
|
|
8
|
+
let gateway = (data = "_alive/") => {
|
|
9
|
+
return data;
|
|
10
|
+
};
|
|
11
|
+
// 分享海报页面API
|
|
12
|
+
const SHARE_POSTER = {
|
|
13
|
+
GET_POSTER_SETTING: `${gateway()}poster_share/get_poster_setting`,
|
|
14
|
+
GET_PROMOTION: `${gateway()}poster_share/get_promotion`,
|
|
15
|
+
GET_POSTER_LIST: `${gateway()}poster_share/get_poster_list`,
|
|
16
|
+
GET_POSTER_DETAIL: `${gateway()}poster_share/get_c_poster_detail`,
|
|
17
|
+
GET_QRCODE: `${gateway()}wxa/get_xiaoe_alive_mini_program_qrcode`
|
|
18
|
+
};
|
|
19
|
+
// 获取海报设置信息
|
|
20
|
+
const getPosterSetting = async (params, isNeedBiz = false) => {
|
|
21
|
+
const config = {
|
|
22
|
+
header: {
|
|
23
|
+
kpi_client: 9
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
let result = await http.player.post(SHARE_POSTER.GET_POSTER_SETTING, params, isNeedBiz, config)
|
|
27
|
+
return result;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
// 获取推广员信息
|
|
31
|
+
const getPromotion = async (params,isNeedBiz = false) => {
|
|
32
|
+
const config = {
|
|
33
|
+
header: {
|
|
34
|
+
kpi_client: 9
|
|
35
|
+
}}
|
|
36
|
+
return await http.player.post(SHARE_POSTER.GET_PROMOTION, params, isNeedBiz, config)
|
|
37
|
+
}
|
|
38
|
+
//获取海报列表数据
|
|
39
|
+
const getPosterList = async (params,isNeedBiz = false) => {
|
|
40
|
+
const config = {
|
|
41
|
+
header: {
|
|
42
|
+
kpi_client: 9
|
|
43
|
+
}}
|
|
44
|
+
return await http.player.post(SHARE_POSTER.GET_POSTER_LIST, params, isNeedBiz, config)
|
|
45
|
+
}
|
|
46
|
+
//获取海报单张详细信息
|
|
47
|
+
const getPosterDetail = async (params,isNeedBiz = false) => {
|
|
48
|
+
const config = {
|
|
49
|
+
header: {
|
|
50
|
+
kpi_client: 9
|
|
51
|
+
}}
|
|
52
|
+
return await http.player.post(SHARE_POSTER.GET_POSTER_DETAIL, params, isNeedBiz, config)
|
|
53
|
+
}
|
|
54
|
+
//获取小程序码
|
|
55
|
+
const getQrcode = async (params,isNeedBiz = true) => {
|
|
56
|
+
const config = {
|
|
57
|
+
header: {
|
|
58
|
+
kpi_client: 9,
|
|
59
|
+
}}
|
|
60
|
+
return await http.player.post(SHARE_POSTER.GET_QRCODE, params, isNeedBiz, config)
|
|
61
|
+
}
|
|
62
|
+
module.exports = {
|
|
63
|
+
getPosterSetting,
|
|
64
|
+
getPromotion,
|
|
65
|
+
getPosterList,
|
|
66
|
+
getPosterDetail,
|
|
67
|
+
getQrcode
|
|
68
|
+
}
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* @Descripttion:
|
|
3
|
+
* @version:
|
|
4
|
+
* @Author: conlinchen
|
|
5
|
+
* @Date: 2021-11-17 11:39:04
|
|
6
|
+
* @LastEditors: conlinchen
|
|
7
|
+
* @LastEditTime: 2021-11-17 11:39:22
|
|
8
|
+
*/
|
|
9
|
+
const http = require("live-mp-tools")
|
|
10
|
+
|
|
11
|
+
/**
|
|
12
|
+
* ------------------- 接口api -------------------
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
//定义直播前缀
|
|
16
|
+
let gateway = (data = "_alive") => {
|
|
17
|
+
return data;
|
|
18
|
+
};
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
const SKU = {
|
|
22
|
+
BASE_INFO: `${gateway()}/xe.ecommerce.goods_center.get_spu_info/1.0.0`,
|
|
23
|
+
SKU_PROPERTY: `${gateway()}/xe.ecommerce.goods_center.get_attr_list/1.0.0`,
|
|
24
|
+
SKU_LIST: `${gateway()}/xe.ecommerce.goods_center.get_sku_list/1.0.0`,
|
|
25
|
+
MARKETING: `${gateway()}/xe.marketing.info.get/1.0.0`,
|
|
26
|
+
LIMIT_BUY_ORDER: `${gateway()}/xe.transaction.user.has_buy/1.0.0`
|
|
27
|
+
};
|
|
28
|
+
|
|
29
|
+
//获取商品详情基本信息
|
|
30
|
+
const getBaseInfo = (params, isNeedBiz = true, config = {}) => {
|
|
31
|
+
return http.player.post(SKU.BASE_INFO, params, isNeedBiz, config);
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
// 商品的sku的所有属性以及每个属性的所有值
|
|
35
|
+
const getSkuProperty = (params, isNeedBiz = true, config = {}) => {
|
|
36
|
+
return http.player.post(SKU.SKU_PROPERTY, params, isNeedBiz, config);
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
//营销信息接口
|
|
40
|
+
const getMarketing = (params, isNeedBiz = true, config = {}) => {
|
|
41
|
+
return http.player.post(SKU.MARKETING, params, isNeedBiz, config);
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
// 商品SKU列表
|
|
45
|
+
const getSkuList = (params, isNeedBiz = true, config = {}) => {
|
|
46
|
+
return http.player.post(SKU.SKU_LIST, params, isNeedBiz, config);
|
|
47
|
+
}
|
|
48
|
+
//获取历史限购订单
|
|
49
|
+
const getLimitBuyOrder = (params, isNeedBiz = true, config = {}) => {
|
|
50
|
+
return http.player.post(SKU.LIMIT_BUY_ORDER, params, isNeedBiz, config);
|
|
51
|
+
}
|
|
52
|
+
module.exports = {
|
|
53
|
+
getBaseInfo,
|
|
54
|
+
getSkuProperty,
|
|
55
|
+
getSkuList,
|
|
56
|
+
getMarketing,
|
|
57
|
+
getLimitBuyOrder
|
|
58
|
+
}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg width="155px" height="80px" viewBox="0 0 155 80" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<!-- Generator: Sketch 60 (88103) - https://sketch.com -->
|
|
4
|
+
<title>编组</title>
|
|
5
|
+
<desc>Created with Sketch.</desc>
|
|
6
|
+
<defs>
|
|
7
|
+
<linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="linearGradient-1">
|
|
8
|
+
<stop stop-color="#FFB074" offset="0%"></stop>
|
|
9
|
+
<stop stop-color="#FF9849" offset="100%"></stop>
|
|
10
|
+
</linearGradient>
|
|
11
|
+
<path d="M132.682976,0 C131.757567,0 130.864208,0.46 130.414189,1.26666667 C129.594275,2.73866667 128.09733,3.79866667 126.29058,3.97333333 C124.117939,4.188 122.134921,3.064 121.132061,1.27866667 C120.676702,0.469333333 119.787348,0 118.856598,0 L5.34146341,0 C2.39164024,0 0,2.388 0,5.33333333 L0,74.6666667 C0,77.612 2.39164024,80 5.34146341,80 L118.856598,80 C119.782006,80 120.674031,79.54 121.125385,78.7333333 C121.945299,77.2613333 123.442244,76.2013333 125.247659,76.0266667 C127.420299,75.812 129.403317,76.936 130.407513,78.7213333 C130.862872,79.5306667 131.750891,80 132.681641,80 L149.658537,80 C152.60836,80 155,77.612 155,74.6666667 L155,5.33333333 C155,2.388 152.60836,0 149.658537,0 L132.682976,0 Z" id="path-2"></path>
|
|
12
|
+
<linearGradient x1="100%" y1="50%" x2="0%" y2="50%" id="linearGradient-4">
|
|
13
|
+
<stop stop-color="#FF9849" offset="0%"></stop>
|
|
14
|
+
<stop stop-color="#FFB074" offset="100%"></stop>
|
|
15
|
+
</linearGradient>
|
|
16
|
+
</defs>
|
|
17
|
+
<g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
18
|
+
<g id="优惠券样式汇总" transform="translate(-194.000000, -274.000000)">
|
|
19
|
+
<g id="编组-10备份-9" transform="translate(194.000000, 274.000000)">
|
|
20
|
+
<g id="编组">
|
|
21
|
+
<mask id="mask-3" fill="white">
|
|
22
|
+
<use xlink:href="#path-2"></use>
|
|
23
|
+
</mask>
|
|
24
|
+
<path stroke="url(#linearGradient-1)" stroke-width="1.33333333" d="M132.682976,0.666666667 C131.966292,0.666666667 131.313427,1.02315862 130.996602,1.59107449 C130.046176,3.29738138 128.332693,4.44568772 126.35613,4.63676952 C123.967514,4.87277561 121.707484,3.66431027 120.551045,1.60556735 C120.225894,1.02766102 119.572301,0.666666667 118.856598,0.666666667 L5.34146341,0.666666667 C2.75960294,0.666666667 0.666666667,2.75641735 0.666666667,5.33333333 L0.666666667,74.6666667 C0.666666667,77.2435827 2.75960294,79.3333333 5.34146341,79.3333333 L118.856598,79.3333333 C119.572908,79.3333333 120.225077,78.9770707 120.542972,78.4089255 C121.493278,76.7028325 123.206617,75.55435 125.182108,75.3632305 C127.570479,75.1272487 129.830405,76.3354331 130.988529,78.3944327 C131.313857,78.9726533 131.96633,79.3333333 132.681641,79.3333333 L149.658537,79.3333333 C152.240397,79.3333333 154.333333,77.2435827 154.333333,74.6666667 L154.333333,5.33333333 C154.333333,2.75641735 152.240397,0.666666667 149.658537,0.666666667 L132.682976,0.666666667 Z"></path>
|
|
25
|
+
<rect id="矩形" fill="url(#linearGradient-4)" fill-rule="nonzero" mask="url(#mask-3)" x="0" y="0" width="155" height="80"></rect>
|
|
26
|
+
</g>
|
|
27
|
+
</g>
|
|
28
|
+
</g>
|
|
29
|
+
</g>
|
|
30
|
+
</svg>
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg width="155px" height="80px" viewBox="0 0 155 80" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<!-- Generator: Sketch 60 (88103) - https://sketch.com -->
|
|
4
|
+
<title>编组</title>
|
|
5
|
+
<desc>Created with Sketch.</desc>
|
|
6
|
+
<defs>
|
|
7
|
+
<linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="linearGradient-1">
|
|
8
|
+
<stop stop-color="#FFB074" offset="0%"></stop>
|
|
9
|
+
<stop stop-color="#FF9849" offset="100%"></stop>
|
|
10
|
+
</linearGradient>
|
|
11
|
+
<path d="M132.682976,0 C131.757567,0 130.864208,0.46 130.414189,1.26666667 C129.594275,2.73866667 128.09733,3.79866667 126.29058,3.97333333 C124.117939,4.188 122.134921,3.064 121.132061,1.27866667 C120.676702,0.469333333 119.787348,0 118.856598,0 L5.34146341,0 C2.39164024,0 0,2.388 0,5.33333333 L0,74.6666667 C0,77.612 2.39164024,80 5.34146341,80 L118.856598,80 C119.782006,80 120.674031,79.54 121.125385,78.7333333 C121.945299,77.2613333 123.442244,76.2013333 125.247659,76.0266667 C127.420299,75.812 129.403317,76.936 130.407513,78.7213333 C130.862872,79.5306667 131.750891,80 132.681641,80 L149.658537,80 C152.60836,80 155,77.612 155,74.6666667 L155,5.33333333 C155,2.388 152.60836,0 149.658537,0 L132.682976,0 Z" id="path-2"></path>
|
|
12
|
+
<linearGradient x1="100%" y1="50%" x2="0%" y2="50%" id="linearGradient-4">
|
|
13
|
+
<stop stop-color="#FF9849" offset="0%"></stop>
|
|
14
|
+
<stop stop-color="#FFB074" offset="100%"></stop>
|
|
15
|
+
</linearGradient>
|
|
16
|
+
</defs>
|
|
17
|
+
<g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
18
|
+
<g id="优惠券样式汇总" transform="translate(-194.000000, -274.000000)">
|
|
19
|
+
<g id="编组-10备份-9" transform="translate(194.000000, 274.000000)">
|
|
20
|
+
<g id="编组">
|
|
21
|
+
<mask id="mask-3" fill="white">
|
|
22
|
+
<use xlink:href="#path-2"></use>
|
|
23
|
+
</mask>
|
|
24
|
+
<path stroke="url(#linearGradient-1)" stroke-width="1.33333333" d="M132.682976,0.666666667 C131.966292,0.666666667 131.313427,1.02315862 130.996602,1.59107449 C130.046176,3.29738138 128.332693,4.44568772 126.35613,4.63676952 C123.967514,4.87277561 121.707484,3.66431027 120.551045,1.60556735 C120.225894,1.02766102 119.572301,0.666666667 118.856598,0.666666667 L5.34146341,0.666666667 C2.75960294,0.666666667 0.666666667,2.75641735 0.666666667,5.33333333 L0.666666667,74.6666667 C0.666666667,77.2435827 2.75960294,79.3333333 5.34146341,79.3333333 L118.856598,79.3333333 C119.572908,79.3333333 120.225077,78.9770707 120.542972,78.4089255 C121.493278,76.7028325 123.206617,75.55435 125.182108,75.3632305 C127.570479,75.1272487 129.830405,76.3354331 130.988529,78.3944327 C131.313857,78.9726533 131.96633,79.3333333 132.681641,79.3333333 L149.658537,79.3333333 C152.240397,79.3333333 154.333333,77.2435827 154.333333,74.6666667 L154.333333,5.33333333 C154.333333,2.75641735 152.240397,0.666666667 149.658537,0.666666667 L132.682976,0.666666667 Z"></path>
|
|
25
|
+
<rect id="矩形" fill="url(#linearGradient-4)" fill-rule="nonzero" mask="url(#mask-3)" x="0" y="0" width="155" height="80"></rect>
|
|
26
|
+
</g>
|
|
27
|
+
</g>
|
|
28
|
+
</g>
|
|
29
|
+
</g>
|
|
30
|
+
</svg>
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg width="12px" height="12px" viewBox="0 0 12 12" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<!-- Generator: Sketch 55.2 (78181) - https://sketchapp.com -->
|
|
4
|
+
<title>down</title>
|
|
5
|
+
<desc>Created with Sketch.</desc>
|
|
6
|
+
<g id="优惠券界面" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
7
|
+
<g id="优惠券-大额显示1" transform="translate(-172.000000, -441.000000)">
|
|
8
|
+
<g id="动作栏弹出" transform="translate(0.000000, 200.000000)">
|
|
9
|
+
<g id="优惠券/详细信息收起/未领取" transform="translate(16.000000, 168.000000)">
|
|
10
|
+
<g id="内容" transform="translate(116.000000, 16.000000)">
|
|
11
|
+
<g id="展开" transform="translate(40.000000, 57.000000)">
|
|
12
|
+
<g>
|
|
13
|
+
<rect id="矩形备份-2" x="0" y="0" width="12" height="12"></rect>
|
|
14
|
+
<path d="M4.5,6.5 L4.5,2.5 L3.5,2.5 L3.5,7 C3.5,7.27614237 3.72385763,7.5 4,7.5 L8.5,7.5 L8.5,6.5 L4.5,6.5 Z" id="路径" fill="#979797" fill-rule="nonzero" transform="translate(6.000000, 5.000000) rotate(-45.000000) translate(-6.000000, -5.000000) "></path>
|
|
15
|
+
</g>
|
|
16
|
+
</g>
|
|
17
|
+
</g>
|
|
18
|
+
</g>
|
|
19
|
+
</g>
|
|
20
|
+
</g>
|
|
21
|
+
</g>
|
|
22
|
+
</svg>
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg width="240px" height="220px" viewBox="0 0 240 220" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<!-- Generator: Sketch 55.2 (78181) - https://sketchapp.com -->
|
|
4
|
+
<title>emptypage_3备份@2x</title>
|
|
5
|
+
<desc>Created with Sketch.</desc>
|
|
6
|
+
<defs>
|
|
7
|
+
<rect id="path-1" x="0" y="0" width="240" height="220"></rect>
|
|
8
|
+
<linearGradient x1="50%" y1="0%" x2="50%" y2="26.3264982%" id="linearGradient-3">
|
|
9
|
+
<stop stop-color="#E1E1EC" offset="0%"></stop>
|
|
10
|
+
<stop stop-color="#FFFFFF" stop-opacity="0" offset="100%"></stop>
|
|
11
|
+
</linearGradient>
|
|
12
|
+
<linearGradient x1="50%" y1="-11.1760471%" x2="50%" y2="94.3419726%" id="linearGradient-4">
|
|
13
|
+
<stop stop-color="#C8C8DA" stop-opacity="0.98" offset="0%"></stop>
|
|
14
|
+
<stop stop-color="#F7F7FB" offset="100%"></stop>
|
|
15
|
+
</linearGradient>
|
|
16
|
+
<linearGradient x1="50%" y1="0%" x2="50%" y2="157.033672%" id="linearGradient-5">
|
|
17
|
+
<stop stop-color="#E5E5EB" offset="0%"></stop>
|
|
18
|
+
<stop stop-color="#F4F4F7" offset="100%"></stop>
|
|
19
|
+
</linearGradient>
|
|
20
|
+
<linearGradient x1="50%" y1="0%" x2="50%" y2="136.18204%" id="linearGradient-6">
|
|
21
|
+
<stop stop-color="#E2E2E9" offset="0%"></stop>
|
|
22
|
+
<stop stop-color="#F3F3F6" offset="100%"></stop>
|
|
23
|
+
</linearGradient>
|
|
24
|
+
</defs>
|
|
25
|
+
<g id="优惠券界面" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
26
|
+
<g id="缺省页" transform="translate(-67.000000, -454.000000)">
|
|
27
|
+
<g id="动作栏弹出" transform="translate(0.000000, 300.000000)">
|
|
28
|
+
<g id="emptypage_3备份" transform="translate(67.000000, 154.000000)">
|
|
29
|
+
<g id="编组-3">
|
|
30
|
+
<mask id="mask-2" fill="white">
|
|
31
|
+
<use xlink:href="#path-1"></use>
|
|
32
|
+
</mask>
|
|
33
|
+
<use id="Mask" fill="#F2F4F6" opacity="0" xlink:href="#path-1"></use>
|
|
34
|
+
<ellipse id="椭圆形" fill="url(#linearGradient-3)" mask="url(#mask-2)" cx="120" cy="225" rx="137" ry="109"></ellipse>
|
|
35
|
+
<ellipse id="椭圆形" fill="#D7D7E5" mask="url(#mask-2)" cx="101.5" cy="131" rx="14.5" ry="2"></ellipse>
|
|
36
|
+
<path d="M153,17 C156.313,17 159,19.687 159,23 L159,119 C159,122.313 156.313,125 153,125 L128.139,125 C127.329,125 126.632,124.492 126.303,123.752 C125.059,120.953 122.261,119 119,119 C115.739,119 112.941,120.953 111.697,123.752 C111.368,124.492 110.671,125 109.861,125 L85,125 C81.687,125 79,122.313 79,119 L79,23 C79,19.687 81.687,17 85,17 L109.861,17 C110.671,17 111.368,17.508 111.697,18.248 C112.941,21.047 115.739,23 119,23 C122.261,23 125.059,21.047 126.303,18.248 C126.632,17.508 127.329,17 128.139,17 L153,17 Z M89.5,47 C88.6715729,47 88,47.6715729 88,48.5 C88,49.3284271 88.6715729,50 89.5,50 L95.5,50 C96.3284271,50 97,49.3284271 97,48.5 C97,47.6715729 96.3284271,47 95.5,47 L89.5,47 Z M106.5,47 C105.671573,47 105,47.6715729 105,48.5 C105,49.3284271 105.671573,50 106.5,50 L113.5,50 C114.328427,50 115,49.3284271 115,48.5 C115,47.6715729 114.328427,47 113.5,47 L106.5,47 Z M124.5,47 C123.671573,47 123,47.6715729 123,48.5 C123,49.3284271 123.671573,50 124.5,50 L131.5,50 C132.328427,50 133,49.3284271 133,48.5 C133,47.6715729 132.328427,47 131.5,47 L124.5,47 Z M142.5,47 C141.671573,47 141,47.6715729 141,48.5 C141,49.3284271 141.671573,50 142.5,50 L148.5,50 C149.328427,50 150,49.3284271 150,48.5 C150,47.6715729 149.328427,47 148.5,47 L142.5,47 Z M115.516,82.67 C115.074,84.022 114.476,85.114 113.696,85.946 C112.656,86.96 111.174,87.896 109.198,88.754 L110.758,90.704 C112.968,89.638 114.632,88.442 115.75,87.09 C116.608,85.998 117.31,84.516 117.83,82.67 L123.706,82.67 C123.602,85.01 123.368,86.518 123.056,87.246 C122.744,87.922 122.12,88.286 121.132,88.286 C120.014,88.286 118.818,88.234 117.518,88.182 L118.168,90.496 L122.328,90.496 C123.368,90.444 124.148,90.106 124.642,89.534 C125.136,88.936 125.5,87.896 125.708,86.388 C125.864,85.036 125.994,83.346 126.072,81.266 C127.06,82.072 128.204,82.852 129.504,83.606 L131.116,81.604 C128.412,80.356 126.41,78.978 125.136,77.444 L130.258,77.444 L130.258,75.208 L117.674,75.208 C118.09,74.454 118.48,73.674 118.844,72.868 L128.828,72.868 L128.828,70.684 L125.188,70.684 C125.942,69.696 126.592,68.526 127.138,67.226 L125.084,66.498 C124.564,67.85 123.914,69.02 123.108,70.06 L124.252,70.684 L119.65,70.684 C120.04,69.436 120.352,68.136 120.612,66.732 L118.168,66.42 C117.934,67.928 117.596,69.332 117.154,70.684 L113.696,70.684 L115.048,70.06 C114.528,68.838 113.93,67.694 113.254,66.602 L111.122,67.304 C111.746,68.292 112.37,69.41 112.942,70.684 L109.172,70.684 L109.172,72.868 L116.27,72.868 C115.88,73.674 115.438,74.454 114.944,75.208 L107.742,75.208 L107.742,77.444 L113.15,77.444 C111.46,79.212 109.38,80.616 106.884,81.682 L108.236,83.762 C109.692,83.06 111.018,82.254 112.266,81.318 L112.266,82.67 L115.516,82.67 Z M116.166,77.444 L122.562,77.444 C123.186,78.432 124.018,79.42 125.058,80.382 L113.41,80.382 C114.398,79.498 115.334,78.51 116.166,77.444 Z" id="形状结合" fill="url(#linearGradient-4)" mask="url(#mask-2)" transform="translate(119.000000, 71.000000) rotate(-12.000000) translate(-119.000000, -71.000000) "></path>
|
|
37
|
+
<g id="分组-6" mask="url(#mask-2)">
|
|
38
|
+
<g transform="translate(157.000000, 105.000000)">
|
|
39
|
+
<path d="M10,12.4115341 C10,9.51885196 8.61710757,5.82834534 5.85132272,1.34001428 L5.85129486,1.34003145 C5.56156959,0.869863667 4.94555455,0.723586109 4.47538677,1.01331138 C4.34246724,1.09521862 4.23057369,1.20711221 4.1486665,1.34003177 C1.38288883,5.82835492 0,9.51885571 0,12.4115341 C0,17.1749901 10,17.1749901 10,12.4115341 Z" id="椭圆形" fill="url(#linearGradient-5)"></path>
|
|
40
|
+
<rect id="矩形" fill="#D7D7E5" x="4.375" y="11.5" width="1.25" height="11.5" rx="0.625"></rect>
|
|
41
|
+
</g>
|
|
42
|
+
</g>
|
|
43
|
+
<path d="M185,113.965264 C185,108.853926 182.276176,102.267899 176.828529,94.2071837 L176.828527,94.2071852 C176.51928,93.7496016 175.89764,93.6293512 175.440057,93.9385985 C175.33419,94.0101457 175.243017,94.1013191 175.17147,94.2071853 C169.723823,102.2679 167,108.853926 167,113.965264 C167,122.011579 185,122.011579 185,113.965264 Z" id="椭圆形-copy" fill="url(#linearGradient-6)" mask="url(#mask-2)"></path>
|
|
44
|
+
<rect id="矩形-copy" fill="#D7D7E5" mask="url(#mask-2)" x="175" y="111" width="2" height="18" rx="1"></rect>
|
|
45
|
+
</g>
|
|
46
|
+
</g>
|
|
47
|
+
</g>
|
|
48
|
+
</g>
|
|
49
|
+
</g>
|
|
50
|
+
</svg>
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="49" height="57" viewBox="0 0 49 57" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path opacity="0.3" d="M50.3918 14.0785C58.8355 25.9924 55.9086 42.4208 43.8398 50.7699C31.7709 59.119 15.1443 56.2175 6.70064 44.3036C-1.74306 32.3897 1.18381 15.9612 13.2526 7.61211C25.3215 -0.73699 41.9481 2.16458 50.3918 14.0785Z" stroke="#FF781F" stroke-opacity="0.8" stroke-width="2.40075"/>
|
|
3
|
+
<path opacity="0.3" d="M46.3144 16.9852C53.1451 26.6231 50.7762 39.9108 41.016 46.6628C31.2559 53.4147 17.8074 51.0694 10.9768 41.4315C4.14614 31.7936 6.51504 18.5059 16.2752 11.754C26.0353 5.00198 39.4838 7.34735 46.3144 16.9852Z" stroke="#FF781F" stroke-opacity="0.8" stroke-width="1.20037"/>
|
|
4
|
+
<path opacity="0.4" d="M22.0415 35.1659L18.9185 30.6498L10.9334 36.3113L11.663 37.3664L18.5388 32.4915L20.2025 34.8973L14.8546 38.6889L13.8915 37.2961L12.8031 38.0678L16.5828 43.5336C17.2395 44.4832 18.0074 44.6464 18.9074 44.0083L24.7262 39.8828C25.1303 39.5649 25.3881 39.1934 25.4787 38.7832C25.5275 38.4026 25.1581 37.4851 24.3602 36.038L23.0592 36.4572C23.7407 37.578 24.077 38.2673 24.0327 38.5189C23.9737 38.7494 23.8605 38.924 23.6931 39.0428L18.4917 42.7305C18.115 42.9976 17.7952 42.9413 17.5326 42.5614L15.5843 39.7441L22.0415 35.1659ZM22.7799 27.5504C23.2743 29.2126 23.3383 30.7712 22.9865 32.2472L24.4871 32.4099C24.6284 31.7121 24.6622 30.9491 24.6136 30.1344L26.8427 28.5539L27.1419 28.9866C27.4347 29.4551 27.6815 29.9248 27.8929 30.3883L23.9683 33.1708L24.7053 34.2365L28.3682 31.6395C28.499 32.1444 28.5837 32.6504 28.6079 33.1364C28.6192 34.3707 28.0019 35.8462 26.7488 37.5524L27.9947 38.0686C29.2625 36.3835 29.9165 34.8033 29.9528 33.2994C29.9539 32.6696 29.8621 31.9956 29.6816 31.3059C31.3507 32.4341 33.5722 32.7146 36.343 32.1654L36.2714 30.7537C33.6875 31.4378 31.681 31.2878 30.2624 30.2965L33.9463 27.6847L33.2093 26.6189L29.0231 29.5869C28.8013 29.1309 28.544 28.6686 28.2512 28.2L27.952 27.7674L31.3324 25.3707L30.5881 24.2945L27.2078 26.6911L25.9965 24.9395L24.8872 25.7261L26.0984 27.4777L24.424 28.6649C24.3297 28.2128 24.2208 27.7396 24.0901 27.2347L22.7799 27.5504ZM34.0412 22.6796C34.2647 23.905 34.2919 25.0494 34.1582 26.1191L35.4751 26.129C35.5859 24.9811 35.5255 23.7659 35.3042 22.4761L34.0412 22.6796ZM38.2634 22.8311L38.4894 21.6016C37.4823 21.3407 36.6757 21.1892 36.0518 21.144L35.8449 22.2657C36.6902 22.4055 37.4905 22.5929 38.2634 22.8311ZM36.03 25.0594L35.8897 26.3225C36.5136 26.3676 37.1489 26.4519 37.8165 26.5603C37.8142 27.82 37.5382 29.0221 36.9738 30.1456L38.3472 30.6657C38.9097 29.4492 39.1911 28.1647 39.1915 26.812C39.739 26.9271 40.3115 27.0558 40.8882 27.2131L41.0538 25.8062C40.4061 25.6364 39.7416 25.5099 39.0739 25.4015C38.9676 24.7064 38.7933 23.9808 38.5512 23.2246L37.307 23.4778C37.4888 24.0565 37.6247 24.6364 37.7072 25.2068C37.1607 25.1383 36.6006 25.0951 36.03 25.0594ZM33.7495 19.3483L32.7506 20.3396C33.1077 20.4952 33.4512 20.6762 33.8094 20.8784L31.8628 22.2585L32.5998 23.3242L37.5395 19.822L36.8025 18.7562L34.8873 20.1141C34.4917 19.8127 34.1149 19.561 33.7495 19.3483ZM39.431 19.3772L40.6973 18.4794C41.408 19.6424 41.8741 20.7901 42.0925 21.9404C41.2824 21.4455 40.4557 20.8365 39.6335 20.0985C39.5649 19.8641 39.4996 19.6116 39.431 19.3772ZM42.2361 23.4111C42.2348 24.7173 41.876 26.0252 41.1733 27.3097L42.4913 27.8849C43.1019 26.6027 43.4471 25.3201 43.5195 24.0265C44.6725 24.4985 45.8061 24.7169 46.9131 24.6712L46.9011 23.2329C45.7878 23.3146 44.651 23.1142 43.4803 22.6391C43.3056 21.0332 42.7128 19.4092 41.702 17.767L42.4765 17.218L41.7322 16.1417L38.9693 18.1006C38.7602 17.5726 38.5156 17.0385 38.249 16.4726L37.0398 17.0469C38.1166 19.1454 38.6755 21.0136 38.7446 22.6472L40.0159 23.0196C40.0155 22.6582 40.0005 22.2757 39.9678 21.8901C40.7234 22.4865 41.4771 22.99 42.2361 23.4111Z" fill="#FF781F" fill-opacity="0.8"/>
|
|
5
|
+
</svg>
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg width="12px" height="12px" viewBox="0 0 12 12" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<!-- Generator: Sketch 55.2 (78181) - https://sketchapp.com -->
|
|
4
|
+
<title>up</title>
|
|
5
|
+
<desc>Created with Sketch.</desc>
|
|
6
|
+
<g id="优惠券界面" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
7
|
+
<g id="优惠券弹窗-展开详细信息,点击区域" transform="translate(-172.000000, -555.000000)">
|
|
8
|
+
<g id="动作栏弹出" transform="translate(0.000000, 200.000000)">
|
|
9
|
+
<g id="优惠券/详细信息展开/未领取" transform="translate(16.000000, 282.000000)">
|
|
10
|
+
<g id="内容" transform="translate(116.000000, 16.000000)">
|
|
11
|
+
<g id="收起" transform="translate(40.000000, 57.000000)">
|
|
12
|
+
<g>
|
|
13
|
+
<rect id="矩形备份-2" x="0" y="0" width="12" height="12"></rect>
|
|
14
|
+
<path d="M4.5,8.5 L4.5,4.5 L3.5,4.5 L3.5,9 C3.5,9.27614237 3.72385763,9.5 4,9.5 L8.5,9.5 L8.5,8.5 L4.5,8.5 Z" id="路径备份" fill="#979797" fill-rule="nonzero" transform="translate(6.000000, 7.000000) scale(1, -1) rotate(-45.000000) translate(-6.000000, -7.000000) "></path>
|
|
15
|
+
</g>
|
|
16
|
+
</g>
|
|
17
|
+
</g>
|
|
18
|
+
</g>
|
|
19
|
+
</g>
|
|
20
|
+
</g>
|
|
21
|
+
</g>
|
|
22
|
+
</svg>
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="174px" height="54px" viewBox="0 0 174 54" version="1.1">
|
|
3
|
+
<title>标题</title>
|
|
4
|
+
<defs>
|
|
5
|
+
<filter x="-10.4%" y="-62.5%" width="120.8%" height="225.0%" id="filter-1">
|
|
6
|
+
<feGaussianBlur stdDeviation="5 0" in="SourceGraphic"></feGaussianBlur>
|
|
7
|
+
</filter>
|
|
8
|
+
</defs>
|
|
9
|
+
<g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
10
|
+
<g id="未中奖" transform="translate(-101.000000, -329.000000)" fill-rule="nonzero">
|
|
11
|
+
<g id="弹窗" transform="translate(0.000000, 324.000000)">
|
|
12
|
+
<g id="标题" transform="translate(116.000000, 14.000000)">
|
|
13
|
+
<path d="M1.81758035,12.7143577 C1.93632679,13.0105793 2.12292835,13.0764064 2.37738502,12.9118388 C3.25950148,12.352309 4.28581005,11.5130143 5.45631073,10.3939547 C6.64377519,9.25843829 7.44955465,8.37800168 7.8736491,7.75264484 C8.07721444,7.50579345 8.03480499,7.30008396 7.74642077,7.13551637 L7.74642077,7.13551637 L6.01611541,6.09874055 C5.72773118,5.93417296 5.49872018,5.97531486 5.3290824,6.22216625 C4.98980684,6.78169605 4.33670138,7.52225021 3.36976604,8.44382872 C2.40283069,9.34895046 1.70731579,9.92493703 1.28322134,10.1717884 C1.01180089,10.3528128 0.935463888,10.5914358 1.05421033,10.8876574 L1.05421033,10.8876574 L1.81758035,12.7143577 Z M9.81037564,28.9986454 L9.8458148,28.9828752 C10.3655893,28.6546501 11.8382836,28.1623125 14.2638977,27.5058623 C14.7364199,27.3745723 15.0041825,27.1530204 15.0671855,26.8412065 L15.0671855,26.8412065 L15.5397078,24.9210898 C15.6027107,24.6092759 15.4845802,24.4861915 15.1853161,24.5518365 L15.1853161,24.5518365 L12.9408355,25.0934079 C12.5470669,25.1754642 12.3501827,25.0113517 12.3501827,24.6010703 L12.3501827,24.6010703 L12.3501827,18.2991486 L13.8386277,18.2991486 C14.5159096,20.9249493 15.4530787,23.1240574 16.650135,24.8964729 C17.8471913,26.6524771 19.1072506,27.8340874 20.4303129,28.4413038 C20.7138262,28.6054164 20.9658381,28.5807995 21.1863485,28.3674532 L21.1863485,28.3674532 L22.8638024,26.7181221 C23.0843128,26.5047758 23.0370606,26.3406633 22.7220457,26.2257845 C21.3359805,25.6842131 20.1940518,24.8636504 19.2962595,23.7640963 C18.9969954,23.4030487 19.0599984,23.0830293 19.4852684,22.8040379 C20.3200577,22.2624666 21.0445918,21.7373064 21.6588707,21.2285575 C21.9108826,21.0316225 21.9581348,20.7936593 21.8006274,20.514668 L21.8006274,20.514668 L20.879209,18.9638044 C20.7217016,18.6848131 20.5405681,18.6519906 20.3358084,18.8653369 C19.7057788,19.5217871 18.7607343,20.3177329 17.500675,21.2531744 L17.500675,21.2531744 L16.2721172,18.2991486 L19.9105384,18.2991486 C20.666574,18.2991486 21.0445918,17.9052785 21.0445918,17.1175383 L21.0445918,17.1175383 L21.0445918,8.18161031 C21.0445918,7.3938701 20.666574,7 19.9105384,7 L19.9105384,7 L10.7436071,7 C9.98757147,7 9.60955368,7.38566448 9.60955368,8.15699343 L9.60955368,8.15699343 L9.60955368,24.6503041 C9.60955368,25.6021568 9.48354776,26.0780832 9.2315359,26.0780832 C9.01102552,26.3406633 8.94802255,26.6278602 9.042527,26.939674 L9.042527,26.939674 L9.56230146,28.613622 C9.65680591,28.9254358 9.75131036,29.0485202 9.8458148,28.9828752 L9.81037564,28.9986454 Z M18,11 L12,11 L12,9.66666667 C12,9.22222222 12.2063492,9 12.6190476,9 L12.6190476,9 L17.3809524,9 C17.7936508,9 18,9.22222222 18,9.66666667 L18,9.66666667 L18,11 Z M5.85092376,28.9905522 C6.18231755,29.0388411 6.34801444,28.9020224 6.34801444,28.5800962 L6.34801444,28.5800962 L6.34801444,15.8076722 L7.86544914,13.7312478 C8.07475048,13.4576105 8.03986692,13.2403103 7.76079847,13.0793472 L7.76079847,13.0793472 L6.1387131,12.089424 C5.85964465,11.9284608 5.63290154,11.9847979 5.45848375,12.2584352 C4.91778863,13.1276361 4.08058328,14.1175593 2.9468677,15.2282049 C1.81315212,16.3388505 0.932342323,17.0953772 0.30443831,17.497785 C0.0253698591,17.6909407 -0.0618390316,17.9404336 0.0428116373,18.2462635 L0.0428116373,18.2462635 L0.853854322,20.5641325 C0.95850499,20.8699625 1.12420188,20.9343477 1.350945,20.7572883 C1.83931479,20.3870731 2.49338147,19.8237022 3.31314504,19.0671755 L3.31314504,19.0671755 L3.31314504,28.0730623 C3.31314504,28.3949886 3.47884193,28.5800962 3.81023572,28.6283851 L3.81023572,28.6283851 L5.85092376,28.9905522 Z M17.3809524,16 L12,16 L12,14 L18,14 L18,15.35 C18,15.7833333 17.7936508,16 17.3809524,16 L17.3809524,16 Z M45.1218354,15 C45.4382911,15 45.6360759,14.8418386 45.7151899,14.5255157 L45.7151899,14.5255157 L45.9762658,13.451683 C46.0553797,13.1353601 45.9367089,12.9771987 45.6202532,12.9771987 L45.6202532,12.9771987 L39.9003165,12.9771987 L39.9003165,12.1031488 L43.9351266,12.1031488 C44.6946203,12.1031488 45.0743671,11.7035831 45.0743671,10.9044517 L45.0743671,10.9044517 L45.0743671,8.38219327 C45.0743671,7.58306189 44.6946203,7.1834962 43.9351266,7.1834962 L43.9351266,7.1834962 L39.9003165,7.1834962 C39.9003165,6.70068766 39.75,6.43431053 39.4493671,6.38436482 L39.4493671,6.38436482 L37.6693038,6.00977199 C37.3686709,5.95982628 37.2183544,6.10133912 37.2183544,6.43431053 L37.2183544,6.43431053 L37.2183544,7.1834962 L33.278481,7.1834962 C32.5189873,7.1834962 32.1392405,7.58306189 32.1392405,8.38219327 L32.1392405,8.38219327 L32.1392405,10.9044517 C32.1392405,11.7035831 32.5189873,12.1031488 33.278481,12.1031488 L33.278481,12.1031488 L37.2183544,12.1031488 L37.2183544,12.9771987 L31.8781646,12.9771987 C31.5617089,12.9771987 31.3639241,13.1353601 31.2848101,13.451683 L31.2848101,13.451683 L31.0237342,14.5255157 C30.9446203,14.8418386 31.0632911,15 31.3797468,15 L31.3797468,15 L45.1218354,15 Z M28.1447475,11.8027506 C28.3074068,12.0252884 28.5423592,12.059525 28.8496046,11.9054603 L28.8496046,11.9054603 L30.7201872,10.8783629 C31.0274326,10.7242982 31.0816524,10.5274379 30.8828465,10.2877818 C30.3045022,9.44898555 29.3827659,8.45612465 28.1176376,7.30919914 C27.8103921,7.01818818 27.4941101,6.93259673 27.1687914,7.05242477 L27.1687914,7.05242477 L25.243989,7.79707044 C24.9186703,7.91689848 24.9186703,8.14799541 25.243989,8.49036123 C26.8163628,10.0823623 27.7832822,11.1864921 28.1447475,11.8027506 Z M38,10 L35.7428571,10 C35.247619,10 35,9.87301587 35,9.61904762 C35,9.20634921 35.247619,9 35.7428571,9 L35.7428571,9 L38,9 L38,10 Z M42.2352941,10 L40,10 L40,9 L42.2352941,9 C42.745098,9 43,9.12698413 43,9.38095238 C43,9.79365079 42.745098,10 42.2352941,10 L42.2352941,10 Z M25.1870313,27.851746 C25.334672,28.1191846 25.5479308,28.0247945 25.8268077,27.5685757 C26.7782701,25.9954075 27.5328782,25.2088234 28.090632,25.2088234 C28.2546772,25.2088234 28.4515315,25.279616 28.6811948,25.4212011 C28.9272627,25.5627863 29.2389486,25.7594323 29.6162527,26.0111392 C29.9935567,26.2628461 30.3216472,26.467358 30.6005241,26.6246748 C31.4699638,27.0966253 32.4542352,27.4191247 33.5533383,27.5921732 C34.6524414,27.7809534 36.0386236,27.8753435 37.711885,27.8753435 C40.533463,27.8753435 43.0597596,27.7966851 45.2907748,27.6393683 C45.6188653,27.6236366 45.8485286,27.4741856 45.9797648,27.1910154 L45.9797648,27.1910154 L46.9394295,25.2324209 C47.0706656,24.9492507 46.988643,24.8312631 46.6933616,24.8784581 C44.3147057,25.2088234 41.3536892,25.3740061 37.8103121,25.3740061 C35.5136788,25.3740061 33.7337881,25.2009576 32.4706397,24.8548606 C31.8144588,24.6503487 31.3305254,24.4537027 31.0188394,24.2649225 C30.8876032,24.1862641 30.7481648,24.1076057 30.6005241,24.0289473 C30.4692879,23.9345572 30.3298494,23.8401671 30.1822087,23.745777 C30.034568,23.6513869 29.9197363,23.5805943 29.8377137,23.5333993 L29.8377137,23.5333993 L29.8377137,15.1326811 C29.8377137,14.3775604 29.4440052,14 28.656588,14 L28.656588,14 L25.2608517,14 C24.9327612,14 24.7441092,14.149451 24.6948956,14.4483529 L24.6948956,14.4483529 L24.3257938,16.1237771 C24.2765803,16.422679 24.4160187,16.57213 24.7441092,16.57213 L24.7441092,16.57213 L26.4173706,16.57213 C26.8274837,16.57213 27.0325402,16.7766419 27.0325402,17.1856656 L27.0325402,17.1856656 L27.0325402,22.4243157 C27.0325402,22.8333394 26.8192814,23.1401072 26.3927638,23.3446191 C25.6545602,23.6120577 24.9409635,24.139069 24.2519735,24.9256531 C23.9895011,25.1773601 23.9320853,25.4369328 24.079726,25.7043714 L24.079726,25.7043714 L25.1870313,27.851746 Z M34.2529644,21.9906234 C34.5533597,22.0385484 34.7035573,21.9027609 34.7035573,21.583261 L34.7035573,21.583261 L34.7035573,18.6119118 C34.7035573,18.1965619 34.9090909,17.988887 35.3201581,17.988887 L35.3201581,17.988887 L40.5849802,17.988887 C40.9960474,17.988887 41.201581,18.1965619 41.201581,18.6119118 L41.201581,18.6119118 L41.201581,20.6966487 C41.201581,21.0161486 41.3517787,21.1998611 41.6521739,21.2477861 L41.6521739,21.2477861 L43.5494071,21.6072235 C43.8498024,21.6551485 44,21.519361 44,21.1998611 L44,21.1998611 L44,17.1501997 C44,16.3833999 43.6205534,16 42.8616601,16 L42.8616601,16 L33.1383399,16 C32.3794466,16 32,16.3833999 32,17.1501997 L32,17.1501997 L32,21.0800486 C32,21.3995485 32.1501976,21.583261 32.4505929,21.631186 L32.4505929,21.631186 L34.2529644,21.9906234 Z M32.8219797,25.7036502 C32.9825618,25.9825677 33.3117551,26.0646022 33.8095597,25.9497538 C37.9365199,24.9489322 40,23.2754272 40,20.9292388 L40,20.9292388 L40,19.9448241 C40,19.6166859 39.847447,19.4280064 39.542341,19.3787857 L39.542341,19.3787857 L37.639443,19.0096301 C37.334337,18.9604094 37.181784,19.0998682 37.181784,19.4280064 L37.181784,19.4280064 L37.0854347,21.5691084 C37.0372601,21.7659913 36.8927362,21.9956881 36.651863,22.2581987 C36.427048,22.5043024 36.1058838,22.7339991 35.6883703,22.947289 C35.2869151,23.1441719 34.7088195,23.3492583 33.9540836,23.5625482 C33.2154058,23.7594311 32.6854849,23.8824829 32.3643207,23.9317037 C32.01104,23.9809244 31.9146908,24.1449935 32.0752729,24.423911 L32.0752729,24.423911 L32.8219797,25.7036502 Z M45.036181,25.9067089 C45.3245333,26.0725597 45.5768416,26.0172761 45.7931059,25.740858 L45.7931059,25.740858 L46.8744272,24.4140513 C47.0906915,24.1376332 47.0276144,23.9164987 46.685196,23.7506479 C45.4416765,23.0688166 43.9638707,22.5067665 42.2517786,22.0644976 C41.8552941,21.9355024 41.5308977,22 41.2785894,22.2579902 L41.2785894,22.2579902 L40.143202,23.4189462 C39.8908937,23.6769364 39.9719928,23.879643 40.3864993,24.0270659 C42.585186,24.7273251 44.1350799,25.3538727 45.036181,25.9067089 Z M53.1203997,29.9904159 C53.4291169,30.0394012 53.5834755,29.9006096 53.5834755,29.5740412 L53.5834755,29.5740412 L53.5834755,13.3109345 L54.0952961,15.2703449 C54.3065237,16.0704375 54.7939719,16.3153638 55.5576408,16.0051239 L55.5576408,16.0051239 L55.9963441,15.8091828 C55.931351,18.340088 55.6226338,20.0790647 55.0701925,21.0261131 C54.9564546,21.2710394 55.0133236,21.5078015 55.2407994,21.7363994 L55.2407994,21.7363994 L56.3375579,22.8385678 C56.5650337,23.0671657 56.7356406,23.0753299 56.8493785,22.8630604 C57.8405232,21.1649047 58.3360955,18.3564164 58.3360955,14.4375955 L58.3360955,14.4375955 L58.3360955,12.7965892 C58.3360955,12.3883787 58.5473231,12.1842735 58.9697782,12.1842735 L58.9697782,12.1842735 L64.2342189,12.1842735 C64.5104395,15.041747 64.9003981,17.3440543 65.4040946,19.0911953 C64.9328946,19.6953469 64.4454464,20.1933637 63.9417499,20.5852458 L63.9417499,20.5852458 L63.9417499,17.2787406 C63.9417499,16.4949765 63.5517914,16.1030944 62.7718742,16.1030944 L62.7718742,16.1030944 L60.1152815,16.1030944 C59.3353644,16.1030944 58.9454058,16.4868123 58.9454058,17.254248 L58.9454058,17.254248 L58.9454058,20.3403195 C58.9454058,21.1240836 59.3353644,21.5159657 60.1152815,21.5159657 L60.1152815,21.5159657 L63.6736534,21.5159657 C63.8523844,21.5159657 63.9417499,21.4261594 63.9417499,21.2465468 L63.9417499,21.2465468 L64.3317085,21.760892 C64.8191567,22.4140289 65.3472256,22.4548499 65.9159152,21.8833552 L65.9159152,21.8833552 L66.4033634,21.3935026 C66.972053,22.3242225 67.6382322,22.8304036 68.401901,22.9120457 L68.401901,22.9120457 L67.8413356,23.1814646 C67.1101633,23.508033 67.0045495,24.1448414 67.5244943,25.0918898 C68.0606873,26.0062813 68.45877,26.8716876 68.7187424,27.6881087 C68.8324803,27.9167065 69.0437079,27.9901844 69.3524251,27.9085423 L69.3524251,27.9085423 L70.595418,27.5656455 C70.9041352,27.4840034 71.009749,27.3370476 70.9122593,27.1247781 C70.6035421,26.2593719 69.8723698,24.8632919 68.7187424,22.9365383 C69.5149078,22.9202099 70.0835974,22.6426267 70.4248111,22.1037889 C70.7822731,21.564951 70.9691283,20.944471 70.9853766,20.2423489 C71.0341214,19.8504669 70.9610041,19.5320627 70.7660249,19.2871364 L70.7660249,19.2871364 L69.7911284,18.1359827 C69.5961492,17.8910564 69.4824112,18.0625048 69.4499147,18.650328 C69.4174181,19.9076163 69.2143147,20.5362605 68.8406044,20.5362605 C68.5318872,20.5362605 68.2312942,20.1525426 67.9388252,19.3851069 C69.1574458,17.5399954 69.9779836,15.8500039 70.4004387,14.3151323 C70.4979283,13.9885639 70.4085628,13.7518018 70.1323422,13.6048461 L70.1323422,13.6048461 L69.0112113,13.0415155 C68.7349907,12.8945598 68.5400114,12.9925303 68.4262735,13.3354271 C68.1500528,14.380446 67.7194736,15.4417933 67.1345357,16.5194691 C66.9070599,15.2785091 66.7202047,13.8334439 66.5739703,12.1842735 L66.5739703,12.1842735 L69.7423836,12.1842735 C70.0673491,12.1842735 70.2623284,12.0291535 70.3273215,11.7189135 L70.3273215,11.7189135 L70.6441628,10.3963114 C70.7091559,10.0860715 70.5791697,9.93095146 70.2542042,9.93095146 L70.2542042,9.93095146 L69.2061906,9.93095146 C69.5636526,9.65336832 69.6530181,9.38394938 69.4742871,9.12269465 L69.4742871,9.12269465 L68.2312942,7.45719577 C68.0525632,7.19594104 67.8332115,7.15511999 67.5732391,7.33473262 L67.5732391,7.33473262 L66.4033634,8.1184968 C66.4033634,7.66130103 66.2490048,7.4000463 65.9402876,7.33473262 L65.9402876,7.33473262 L64.4291981,7.01632842 C64.1204809,6.95101474 63.9661223,7.0816421 63.9661223,7.40821051 L63.9661223,7.40821051 L64.0879844,9.93095146 L57.1905922,9.93095146 C56.4106751,9.93095146 56.0207165,10.3228336 56.0207165,11.1065977 L56.0207165,11.1065977 L56.0207165,14.6580292 L55.216427,12.3312293 C54.9564546,11.5801219 54.4121375,11.3596882 53.5834755,11.6699282 L53.5834755,11.6699282 L53.5834755,8.19197469 C53.5834755,7.86540628 53.4291169,7.67762945 53.1203997,7.62864419 L53.1203997,7.62864419 L51.4630758,7.26125473 C51.1543586,7.21226947 51,7.35106104 51,7.67762945 L51,7.67762945 L51,29.059696 C51,29.3862644 51.1543586,29.5740412 51.4630758,29.6230265 L51.4630758,29.6230265 L53.1203997,29.9904159 Z M68,9 L66,9 L66,8.36 C66,7.93333333 66.2525253,7.88592593 66.7575758,8.21777778 C67.3434343,8.54962963 67.7575758,8.81037037 68,9 L68,9 Z M49.5516063,17.9123686 C49.8669627,18.0817894 50.0710168,18.00555 50.1637687,17.6836505 C50.6646288,16.0402687 50.9428844,14.2528793 50.9985355,12.3214822 C51.0170859,11.9318144 50.8594077,11.6692122 50.525501,11.5336755 L50.525501,11.5336755 L49.4124785,11.0508262 C49.0785718,10.9152896 48.893068,11.0508262 48.8559673,11.4574362 C48.7075643,13.761559 48.4293087,15.4811801 48.0212004,16.6162994 C47.9469989,16.9043148 48.0675764,17.1330329 48.3829327,17.3024537 L48.3829327,17.3024537 L49.5516063,17.9123686 Z M64.0931373,14 C64.4199346,14 64.624183,13.8333333 64.7058824,13.5 L64.7058824,13.5 L64.9754902,12.5 C65.0571895,12.1666667 64.9346405,12 64.6078431,12 L64.6078431,12 L60.9068627,12 C60.5800654,12 60.375817,12.1666667 60.2941176,12.5 L60.2941176,12.5 L60.0245098,13.5 C59.9428105,13.8333333 60.0653595,14 60.3921569,14 L60.3921569,14 L64.0931373,14 Z M63,19 L61.7323944,19 C61.2441315,19 61,18.7487923 61,18.2463768 L61,18.2463768 L61,17.7536232 C61,17.2512077 61.2441315,17 61.7323944,17 L61.7323944,17 L62.2957746,17 C62.7652582,17 63,17.2512077 63,17.7536232 L63,17.7536232 L63,19 Z M62.641005,24.6881506 C62.8178894,24.9870063 63.0510553,25.0710594 63.3405025,24.9403101 L63.3405025,24.9403101 L64.7394975,24.3239203 C65.0289447,24.1931709 65.0771859,23.9877076 64.8842211,23.7075305 L64.8842211,23.7075305 L63.2681407,21.3260244 C63.0751759,21.0271687 62.8259296,20.9337763 62.520402,21.0458472 L62.520402,21.0458472 L61.2902513,21.5501661 C60.9847236,21.662237 60.920402,21.8677003 61.0972864,22.1665559 L61.0972864,22.1665559 L62.641005,24.6881506 Z M65.2908917,29 C66.2887035,29 66.9824945,28.71125 67.3722648,28.13375 C67.762035,27.57375 67.9647155,26.92625 67.9803063,26.19125 C68.0426696,25.75375 67.9569201,25.43 67.723058,25.22 L67.723058,25.22 L66.4368162,24.14375 C66.202954,23.93375 66.0704322,24.09125 66.0392505,24.61625 C66.0080689,25.35125 65.9301149,25.885 65.8053884,26.2175 C65.6962527,26.5325 65.4467998,26.69 65.0570295,26.69 L65.0570295,26.69 L62.3442287,26.69 C61.907686,26.69 61.6270514,26.64625 61.5023249,26.55875 C61.3775985,26.45375 61.3152352,26.22625 61.3152352,25.87625 L61.3152352,25.87625 L61.3152352,22.98875 C61.3152352,22.63875 61.1671225,22.42875 60.8708972,22.35875 L60.8708972,22.35875 L59.4443381,22.0175 C59.1481127,21.9475 59,22.0875 59,22.4375 L59,22.4375 L59,25.9025 C59,27.0925 59.2104759,27.90625 59.6314278,28.34375 C60.0523796,28.78125 60.8708972,29 62.0869803,29 L62.0869803,29 L65.2908917,29 Z M56.4094029,27.8369565 C56.6358957,28.0543478 56.7944406,28.0543478 56.8850377,27.8369565 C57.2927248,27.0036232 57.6475635,25.798913 57.9495539,24.2228261 C58.0552505,23.7518116 57.9948524,23.4076087 57.7683596,23.1902174 L57.7683596,23.1902174 L56.658545,22.1304348 C56.4320522,21.9130435 56.2735072,21.9673913 56.1829101,22.2934783 L56.1829101,22.2934783 L55.0504461,25.9347826 C54.9447495,26.2789855 55.0051476,26.5597826 55.2316404,26.7771739 L55.2316404,26.7771739 L56.4094029,27.8369565 Z M84.8818266,29.9903099 C85.1854417,30.0398371 85.3372492,29.89951 85.3372492,29.5693287 L85.3372492,29.5693287 L85.3372492,22.1897762 C87.654312,25.1944262 89.9713747,27.3075867 92.2884374,28.5292576 C92.560093,28.6778392 92.807779,28.644821 93.0314954,28.4302032 L93.0314954,28.4302032 L94.8531861,26.771042 C95.0769025,26.5564242 95.044943,26.3913335 94.7573077,26.2757701 C93.4629485,25.6814437 92.0487412,24.7734451 90.5146859,23.5517742 C88.9966104,22.3301033 87.7102411,21.0258871 86.655578,19.6391256 L86.655578,19.6391256 L93.5827966,19.6391256 C93.9183712,19.6391256 94.1101281,19.4822894 94.1580673,19.1686172 L94.1580673,19.1686172 L94.4936419,17.1875293 C94.5415811,16.873857 94.4057533,16.7170209 94.0861585,16.7170209 L94.0861585,16.7170209 L85.3372492,16.7170209 L85.3372492,13.5472802 L91.8569843,13.5472802 C92.1765792,13.5472802 92.3603462,13.3904441 92.4082855,13.0767718 L92.4082855,13.0767718 L92.7678297,11.0956839 C92.8157689,10.7820117 92.6799411,10.6251755 92.3603462,10.6251755 L92.3603462,10.6251755 L85.3372492,10.6251755 L85.3372492,7.95070686 C85.3372492,7.62052554 85.1854417,7.43067129 84.8818266,7.38114409 L84.8818266,7.38114409 L82.7485309,7.0096901 C82.4449158,6.96016291 82.2931082,7.10048997 82.2931082,7.43067129 L82.2931082,7.43067129 L82.2931082,10.6251755 L75.9890997,10.6251755 C75.6695048,10.6251755 75.4857378,10.7820117 75.4377985,11.0956839 L75.4377985,11.0956839 L75.0782543,13.0767718 C75.0303151,13.3904441 75.1661429,13.5472802 75.4857378,13.5472802 L75.4857378,13.5472802 L82.2931082,13.5472802 L82.2931082,16.7170209 L74.1913786,16.7170209 C73.8717837,16.7170209 73.6880167,16.873857 73.6400775,17.1875293 L73.6400775,17.1875293 L73.2805333,19.1686172 C73.232594,19.4822894 73.3684218,19.6391256 73.6880167,19.6391256 L73.6880167,19.6391256 L80.9747794,19.6391256 C79.9041367,21.0258871 78.6017876,22.3301033 77.0677323,23.5517742 C75.5496567,24.7734451 74.2792672,25.5988984 73.2565636,26.0281341 C72.984908,26.1602066 72.9289789,26.3665699 73.0887763,26.647224 L73.0887763,26.647224 L74.2632874,28.5540212 C74.4230849,28.8346753 74.6388114,28.892457 74.910467,28.7273664 C77.5471246,27.3240957 80.008005,25.1944262 82.2931082,22.3383578 L82.2931082,22.3383578 L82.2931082,29.0492931 C82.2931082,29.3794745 82.4449158,29.5693287 82.7485309,29.6188559 L82.7485309,29.6188559 L84.8818266,29.9903099 Z M108.997567,29.9903099 C109.305758,30.0398371 109.459854,29.89951 109.459854,29.5693287 L109.459854,29.5693287 L109.459854,22.3383578 L116.832117,22.3383578 C117.610706,22.3383578 118,21.9421402 118,21.1497051 L118,21.1497051 L118,12.4081547 C118,11.6157195 117.610706,11.2195019 116.832117,11.2195019 L116.832117,11.2195019 L109.459854,11.2195019 L109.459854,7.95070686 C109.459854,7.62052554 109.305758,7.43067129 108.997567,7.38114409 L108.997567,7.38114409 L106.856448,7.0096901 C106.548256,6.96016291 106.394161,7.10048997 106.394161,7.43067129 L106.394161,7.43067129 L106.394161,11.2195019 L99.1678832,11.2195019 C98.3892944,11.2195019 98,11.6157195 98,12.4081547 L98,12.4081547 L98,21.1497051 C98,21.9421402 98.3892944,22.3383578 99.1678832,22.3383578 L99.1678832,22.3383578 L106.394161,22.3383578 L106.394161,29.0492931 C106.394161,29.3794745 106.548256,29.5693287 106.856448,29.6188559 L106.856448,29.6188559 L108.997567,29.9903099 Z M115.309735,18 L110,18 L110,13 L115.309735,13 C115.769912,13 116,13.2015504 116,13.6046512 L116,13.6046512 L116,17.3953488 C116,17.7984496 115.769912,18 115.309735,18 L115.309735,18 Z M107,18 L101.693333,18 C101.231111,18 101,17.7984496 101,17.3953488 L101,17.3953488 L101,13.6046512 C101,13.2015504 101.231111,13 101.693333,13 L101.693333,13 L107,13 L107,18 Z M128.523511,18.9906607 C128.84117,19.038395 129,18.9031477 129,18.5849187 L129,18.5849187 L129,7.91629194 C129,7.59806295 128.84117,7.41508129 128.523511,7.36734694 L128.523511,7.36734694 L126.592476,7.00933933 C126.274817,6.96160498 126.115987,7.0968523 126.115987,7.41508129 L126.115987,7.41508129 L126.115987,12.7135939 C123.524556,14.0024213 121.886102,14.7979938 121.200627,15.1003113 C121,15.19578 120.949843,15.3867174 121.050157,15.6731235 L121.050157,15.6731235 L121.702194,17.4154272 C121.802508,17.7018333 121.994775,17.7654791 122.278997,17.6063646 L122.278997,17.6063646 L126.115987,15.4344517 L126.115987,18.0837081 C126.115987,18.401937 126.274817,18.5849187 126.592476,18.6326531 L126.592476,18.6326531 L128.523511,18.9906607 Z M130.782872,18.6472279 C130.893196,18.9346718 131.121723,19.0464556 131.468454,18.9825792 C134.305344,18.4715677 136.771862,17.4814831 138.868008,16.0123252 C140.964155,14.5431674 142.319558,12.762612 142.934217,10.6706589 C143.060301,10.3512768 143.005139,10.0877865 142.768732,9.88018815 L142.768732,9.88018815 L141.988587,9.16157833 C141.75218,8.95397994 141.476371,8.85018074 141.161161,8.85018074 L141.161161,8.85018074 L136.220245,8.92204172 L136.480293,8.56273681 C136.653658,8.29126199 136.606377,8.0836636 136.338448,7.93994164 L136.338448,7.93994164 L134.754518,7.07760986 C134.48659,6.9338879 134.273823,6.98977977 134.116218,7.24528548 C133.816768,7.80420423 133.21787,8.50684494 132.319521,9.35320761 C131.421173,10.1995703 130.735591,10.7345354 130.262776,10.9581029 C129.994848,11.133763 129.931806,11.3573305 130.07365,11.6288054 L130.07365,11.6288054 L130.924717,13.1139323 C131.066561,13.3854071 131.263568,13.441299 131.515736,13.2816079 C132.303761,12.8344729 133.162708,12.171755 134.092577,11.2934541 L134.092577,11.2934541 L139.175338,11.2934541 C139.585111,11.2934541 139.663914,11.5010525 139.411746,11.9162493 C138.954691,12.7306738 138.269109,13.4333145 137.355,14.0241714 C137.008269,14.263708 136.677299,14.2078162 136.362089,13.8564958 C136.0784,13.4892063 135.708028,13.1139323 135.250974,12.7306738 C134.998806,12.5071063 134.722997,12.4432298 134.423548,12.5390445 L134.423548,12.5390445 L132.886899,13.066025 C132.58745,13.1618396 132.563809,13.3454844 132.815977,13.6169592 C133.446397,14.2078162 134.029535,14.8385959 134.565392,15.5092984 C133.115426,16.052248 131.767904,16.4035684 130.522824,16.5632594 C130.191854,16.6111668 130.08153,16.7788424 130.191854,17.0662863 L130.191854,17.0662863 L130.782872,18.6472279 Z M123.396881,11.6676569 C123.541654,11.9674173 123.766855,12.0643987 124.072486,11.9586009 L124.072486,11.9586009 L125.664982,11.3502635 C125.970612,11.2444657 126.067127,11.0593196 125.954527,10.7948251 C125.697153,9.94844274 125.286965,9.16377575 124.723961,8.44082415 C124.49876,8.08816483 124.233344,7.9471011 123.927713,8.01763297 L123.927713,8.01763297 L122.311088,8.49372305 C122.005458,8.56425491 121.925029,8.74940105 122.069801,9.04916148 L122.069801,9.04916148 L123.396881,11.6676569 Z M122.836482,28.6405239 C122.917557,28.9432406 123.152674,29.0547678 123.541833,28.9751055 C125.876791,28.6245914 127.814481,28.0589891 129.354905,27.2782985 C130.911543,26.497608 131.949302,25.66912 132.468181,24.7928347 C132.695191,24.4582531 132.938416,24.4662193 133.197855,24.8167334 C133.92753,25.8364109 135.070686,26.7206624 136.627324,27.469488 C138.183963,28.2183137 139.764923,28.6644226 141.370207,28.8078147 C141.726936,28.8715445 142.010698,28.7918822 142.221493,28.5688278 L142.221493,28.5688278 L143.899744,26.8003247 C144.110539,26.5772703 143.988926,26.4498106 143.534907,26.4179457 C139.254151,26.1630263 136.35167,24.9680918 134.827461,22.8331421 L134.827461,22.8331421 L142.58633,22.8331421 C142.91063,22.8331421 143.097102,22.6817837 143.145747,22.379067 L143.145747,22.379067 L143.510584,20.8017534 C143.559229,20.4990367 143.421402,20.3476783 143.097102,20.3476783 L143.097102,20.3476783 L134.122109,20.3476783 L134.195077,19.9175019 C134.243722,19.5988527 134.114002,19.4156294 133.805917,19.367832 L133.805917,19.367832 L131.76283,19.0093517 C131.454745,18.9615543 131.284488,19.0969802 131.252058,19.4156294 L131.252058,19.4156294 L131.106123,20.3476783 L122.933771,20.3476783 C122.609472,20.3476783 122.423,20.4990367 122.374355,20.8017534 L122.374355,20.8017534 L122.009517,22.379067 C121.960873,22.6817837 122.0987,22.8331421 122.423,22.8331421 L122.423,22.8331421 L130.303481,22.8331421 C129.735957,23.8368871 128.779273,24.6494426 127.433429,25.2708085 C126.103801,25.8921745 124.55527,26.3143847 122.787837,26.5374391 C122.398677,26.601169 122.244635,26.7843923 122.32571,27.087109 L122.32571,27.087109 L122.836482,28.6405239 Z" id="很遗憾未中奖" fill="#F4332C" filter="url(#filter-1)"></path>
|
|
14
|
+
<path d="M1.14156522,12.3822222 C1.26956522,12.7182222 1.46956522,12.7902222 1.74156522,12.5982222 C2.58956522,12.0542222 3.58156522,11.2222222 4.71756522,10.1022222 C5.86956522,8.98222222 6.64556522,8.13422222 7.04556522,7.55822222 C7.25356522,7.27022222 7.20556522,7.03822222 6.90156522,6.86222222 L6.90156522,6.86222222 L4.83756522,5.59022222 C4.53356522,5.41422222 4.28556522,5.46222222 4.09356522,5.73422222 C3.80556522,6.23022222 3.20556522,6.91822222 2.29356522,7.79822222 C1.39756522,8.66222222 0.797565217,9.16622222 0.493565217,9.31022222 C0.205565217,9.51822222 0.125565217,9.79022222 0.253565217,10.1262222 L0.253565217,10.1262222 L1.14156522,12.3822222 Z M8.55756522,27.6462222 C8.65356522,27.9822222 8.76556522,28.1102222 8.89356522,28.0302222 C9.40556522,27.6942222 10.8135652,27.2462222 13.1175652,26.6862222 C13.6615652,26.5422222 13.9735652,26.2942222 14.0535652,25.9422222 L14.0535652,25.9422222 L14.6535652,23.6142222 C14.7335652,23.2622222 14.5975652,23.1182222 14.2455652,23.1822222 L14.2455652,23.1822222 L12.5655652,23.5422222 C12.1175652,23.6222222 11.8935652,23.4302222 11.8935652,22.9662222 L11.8935652,22.9662222 L11.8935652,17.5182222 L12.9255652,17.5182222 C13.6135652,20.1102222 14.5335652,22.2782222 15.6855652,24.0222222 C16.8375652,25.7502222 18.0135652,26.8862222 19.2135652,27.4302222 C19.5335652,27.6222222 19.8215652,27.5982222 20.0775652,27.3582222 L20.0775652,27.3582222 L22.2135652,25.3662222 C22.4695652,25.1262222 22.4215652,24.9342222 22.0695652,24.7902222 C20.8855652,24.3422222 19.9095652,23.6942222 19.1415652,22.8462222 C18.7895652,22.4462222 18.7895652,22.1422222 19.1415652,21.9342222 C19.7975652,21.5182222 20.3095652,21.1662222 20.6775652,20.8782222 C21.5255652,20.2382222 21.6615652,19.5902222 21.0855652,18.9342222 L21.0855652,18.9342222 L19.7895652,17.5182222 C20.2055652,17.5182222 20.4135652,17.3102222 20.4135652,16.8942222 L20.4135652,16.8942222 L20.4135652,7.48622222 C20.4135652,6.60622222 19.9735652,6.16622222 19.0935652,6.16622222 L19.0935652,6.16622222 L9.80556522,6.16622222 C8.92556522,6.16622222 8.48556522,6.60622222 8.48556522,7.48622222 L8.48556522,7.48622222 L8.48556522,23.1582222 C8.48556522,24.1662222 8.34956522,24.6622222 8.07756522,24.6462222 C7.85356522,24.9342222 7.78956522,25.2462222 7.88556522,25.5822222 L7.88556522,25.5822222 L8.55756522,27.6462222 Z M17.0295652,10.4142222 L11.8935652,10.4142222 L11.8935652,9.83822222 C11.8935652,9.37422222 12.1255652,9.14222222 12.5895652,9.14222222 L12.5895652,9.14222222 L16.3575652,9.14222222 C16.8055652,9.14222222 17.0295652,9.37422222 17.0295652,9.83822222 L17.0295652,9.83822222 L17.0295652,10.4142222 Z M5.72556522,27.9822222 C6.07756522,28.0302222 6.25356522,27.8702222 6.25356522,27.5022222 L6.25356522,27.5022222 L6.25356522,14.7582222 L7.54956522,12.8382222 C7.75756522,12.5182222 7.70956522,12.2622222 7.40556522,12.0702222 L7.40556522,12.0702222 L5.58156522,10.8702222 C5.27756522,10.6782222 5.02956522,10.7342222 4.83756522,11.0382222 C4.37356522,11.8222222 3.62156522,12.7582222 2.58156522,13.8462222 C1.54156522,14.9182222 0.781565217,15.6142222 0.301565217,15.9342222 C0.0295652174,16.1422222 -0.0584347826,16.4222222 0.0375652174,16.7742222 L0.0375652174,16.7742222 L0.901565217,19.7262222 C0.997565217,20.0782222 1.18156522,20.1342222 1.45356522,19.8942222 C1.80556522,19.6062222 2.26956522,19.1902222 2.84556522,18.6462222 L2.84556522,18.6462222 L2.84556522,26.9022222 C2.84556522,27.2702222 3.02156522,27.4782222 3.37356522,27.5262222 L3.37356522,27.5262222 L5.72556522,27.9822222 Z M16.3575652,14.5422222 L11.8935652,14.5422222 L11.8935652,13.1982222 L17.0295652,13.1982222 L17.0295652,13.8462222 C17.0295652,14.3102222 16.8055652,14.5422222 16.3575652,14.5422222 L16.3575652,14.5422222 Z M16.9815652,19.8942222 C16.5975652,19.1902222 16.2535652,18.3982222 15.9495652,17.5182222 L15.9495652,17.5182222 L18.9495652,17.5182222 C19.4135652,17.5182222 19.4855652,17.6782222 19.1655652,17.9982222 C18.7335652,18.4782222 18.0055652,19.1102222 16.9815652,19.8942222 Z M44.6295652,14.3262222 C44.9975652,14.3262222 45.2215652,14.1502222 45.3015652,13.7982222 L45.3015652,13.7982222 L45.6615652,12.5262222 C45.7415652,12.1742222 45.5975652,11.9982222 45.2295652,11.9982222 L45.2295652,11.9982222 L39.8775652,11.9982222 L39.8775652,11.4942222 L43.6215652,11.4942222 C44.5015652,11.4942222 44.9415652,11.0542222 44.9415652,10.1742222 L44.9415652,10.1742222 L44.9415652,7.65422222 C44.9415652,6.79022222 44.5015652,6.35822222 43.6215652,6.35822222 L43.6215652,6.35822222 L39.8775652,6.35822222 L39.8710467,6.24148148 C39.8362813,5.94597531 39.6624541,5.77688889 39.3495652,5.73422222 L39.3495652,5.73422222 L37.0935652,5.35022222 C36.7415652,5.30222222 36.5655652,5.46222222 36.5655652,5.83022222 L36.5655652,5.83022222 L36.5655652,6.35822222 L32.8455652,6.35822222 C31.9655652,6.35822222 31.5255652,6.79822222 31.5255652,7.67822222 L31.5255652,7.67822222 L31.5255652,10.1982222 C31.5255652,11.0622222 31.9655652,11.4942222 32.8455652,11.4942222 L32.8455652,11.4942222 L36.5655652,11.4942222 L36.5655652,11.9982222 L31.5735652,11.9982222 C31.2055652,11.9982222 30.9815652,12.1742222 30.9015652,12.5262222 L30.9015652,12.5262222 L30.5415652,13.7982222 C30.4615652,14.1502222 30.6055652,14.3262222 30.9735652,14.3262222 L30.9735652,14.3262222 L44.6295652,14.3262222 Z M27.3735652,10.8222222 C27.5335652,11.0782222 27.7655652,11.1182222 28.0695652,10.9422222 L28.0695652,10.9422222 L30.1575652,9.71822222 C30.4615652,9.54222222 30.5175652,9.33422222 30.3255652,9.09422222 C29.9415652,8.47022222 29.2215652,7.62222222 28.1655652,6.55022222 C27.8455652,6.21422222 27.5175652,6.11022222 27.1815652,6.23822222 L27.1815652,6.23822222 L25.0455652,7.07822222 C24.7095652,7.20622222 24.7015652,7.47022222 25.0215652,7.87022222 C26.3975652,9.40622222 27.1815652,10.3902222 27.3735652,10.8222222 Z M36.5655652,9.31022222 L34.6935652,9.31022222 C34.6935652,8.81422222 34.9255652,8.56622222 35.3895652,8.56622222 L35.3895652,8.56622222 L36.5655652,8.56622222 L36.5655652,9.31022222 Z M40.8615652,9.31022222 L39.8775652,9.31022222 L39.8775652,8.56622222 L41.5575652,8.56622222 C41.5575652,9.06222222 41.3255652,9.31022222 40.8615652,9.31022222 L40.8615652,9.31022222 Z M25.1415652,27.6462222 C25.3015652,27.9662222 25.5255652,27.8542222 25.8135652,27.3102222 C26.6295652,25.8222222 27.2775652,25.0782222 27.7575652,25.0782222 C27.9175652,25.0782222 28.1175652,25.1502222 28.3575652,25.2942222 C28.5975652,25.4222222 28.9095652,25.6062222 29.2935652,25.8462222 C29.6775652,26.1022222 30.0135652,26.3022222 30.3015652,26.4462222 C31.1655652,26.9102222 32.1415652,27.2302222 33.2295652,27.4062222 C34.3175652,27.5982222 35.6775652,27.6942222 37.3095652,27.6942222 C39.9815652,27.6942222 42.3735652,27.6222222 44.4855652,27.4782222 C44.8695652,27.4462222 45.1335652,27.2702222 45.2775652,26.9502222 L45.2775652,26.9502222 L46.4295652,24.4542222 C46.5735652,24.1342222 46.4695652,24.0062222 46.1175652,24.0702222 L46.1175652,24.0702222 L44.4855652,24.2622222 L45.1335652,23.0862222 C45.5495652,22.3022222 45.3415652,21.7582222 44.5095652,21.4542222 L44.5095652,21.4542222 L41.8455652,20.4462222 L42.8295652,20.4462222 C43.7095652,20.4462222 44.1495652,20.0062222 44.1495652,19.1262222 L44.1495652,19.1262222 L44.1495652,16.0782222 C44.1495652,15.1982222 43.7095652,14.7582222 42.8295652,14.7582222 L42.8295652,14.7582222 L33.0135652,14.7582222 C32.1335652,14.7582222 31.6935652,15.1982222 31.6935652,16.0782222 L31.6935652,16.0782222 L31.6935652,19.7742222 C31.6935652,20.1422222 31.8695652,20.3582222 32.2215652,20.4222222 L32.2215652,20.4222222 L34.5015652,20.8302222 C34.8535652,20.8942222 35.0295652,20.7422222 35.0295652,20.3742222 L35.0295652,20.3742222 L35.0295652,17.8302222 C35.0295652,17.3822222 35.2615652,17.1582222 35.7255652,17.1582222 L35.7255652,17.1582222 L39.9735652,17.1582222 C40.4375652,17.1582222 40.6695652,17.3902222 40.6695652,17.8542222 L40.6695652,17.8542222 L40.6695652,20.1102222 L40.6200652,20.1060972 C40.5010652,20.1148472 40.3575652,20.2522222 40.1895652,20.5182222 L40.1895652,20.5182222 L39.3975652,21.8382222 C39.2055652,22.1422222 39.3255652,22.3662222 39.7575652,22.5102222 C41.5175652,23.0382222 42.9895652,23.6302222 44.1735652,24.2862222 C41.8055652,24.5102222 39.5655652,24.6222222 37.4535652,24.6222222 L37.4535652,24.6222222 L33.2775652,24.3582222 C35.5175652,23.7982222 37.1335652,23.1022222 38.1255652,22.2702222 C39.1335652,21.4382222 39.6375652,20.5582222 39.6375652,19.6302222 L39.6375652,19.6302222 L39.6375652,18.7902222 C39.6375652,18.4222222 39.4615652,18.2142222 39.1095652,18.1662222 L39.1095652,18.1662222 L36.7335652,17.7102222 C36.3815652,17.6622222 36.2055652,17.8222222 36.2055652,18.1902222 L36.2055652,18.1902222 L36.1095652,20.1342222 C36.0615652,20.2942222 35.9175652,20.4782222 35.6775652,20.6862222 C35.4535652,20.8782222 35.1415652,21.0542222 34.7415652,21.2142222 C34.3415652,21.3742222 33.7735652,21.5342222 33.0375652,21.6942222 C33.3895652,21.6942222 33.0535652,21.7582222 32.0295652,21.8862222 C30.9415652,22.0462222 30.7575652,22.5182222 31.4775652,23.3022222 C31.4295652,23.1262222 31.6295652,23.3902222 32.0775652,24.0942222 C31.4375652,23.9022222 30.9255652,23.6862222 30.5415652,23.4462222 C30.0935652,23.1582222 29.8695652,22.7822222 29.8695652,22.3182222 L29.8695652,22.3182222 L29.8695652,14.4702222 C29.8695652,13.5902222 29.4295652,13.1502222 28.5495652,13.1502222 L28.5495652,13.1502222 L25.1895652,13.1502222 C24.8215652,13.1502222 24.6055652,13.3262222 24.5415652,13.6782222 L24.5415652,13.6782222 L24.1335652,15.8142222 C24.0695652,16.1662222 24.2215652,16.3422222 24.5895652,16.3422222 L24.5895652,16.3422222 L25.8375652,16.3422222 C26.3015652,16.3422222 26.5335652,16.5662222 26.5335652,17.0142222 L26.5335652,17.0142222 L26.5335652,21.6942222 C26.5335652,22.1582222 26.2855652,22.5102222 25.7895652,22.7502222 C25.1495652,22.9902222 24.5655652,23.4302222 24.0375652,24.0702222 C23.7335652,24.3582222 23.6615652,24.6622222 23.8215652,24.9822222 L23.8215652,24.9822222 L25.1415652,27.6462222 Z M52.9095652,27.9582222 C53.2615652,28.0222222 53.4375652,27.8702222 53.4375652,27.5022222 L53.4375652,27.5022222 L53.4375652,25.6302222 L54.8535652,26.3262222 C55.6215652,26.7102222 56.1335652,26.5982222 56.3895652,25.9902222 C56.6615652,25.6062222 57.0455652,24.3102222 57.5415652,22.1022222 L57.5415652,22.1022222 L57.5415652,24.4302222 C57.5415652,25.6942222 57.7735652,26.5582222 58.2375652,27.0222222 C58.7175652,27.4862222 59.6535652,27.7182222 61.0455652,27.7182222 L61.0455652,27.7182222 L64.0455652,27.7182222 C65.1175652,27.7182222 65.8855652,27.4702222 66.3495652,26.9742222 C66.8135652,26.4782222 67.1255652,25.5262222 67.2855652,24.1182222 C67.7015652,25.0302222 67.8855652,25.4622222 67.8375652,25.4142222 C67.9655652,25.7182222 68.2055652,25.8302222 68.5575652,25.7502222 L68.5575652,25.7502222 L70.0695652,25.3182222 C70.4215652,25.2382222 70.5575652,25.1182222 70.4775652,24.9582222 C70.3175652,24.4782222 69.6775652,23.1582222 68.5575652,20.9982222 C69.1815652,20.8702222 69.6455652,20.5022222 69.9495652,19.8942222 C70.2535652,19.2702222 70.3975652,18.7422222 70.3815652,18.3102222 C70.5095652,17.2862222 70.2215652,16.5902222 69.5175652,16.2222222 L69.5175652,16.2222222 L68.8695652,15.6702222 C69.5575652,14.3422222 70.0055652,13.3182222 70.2135652,12.5982222 C70.3415652,12.2622222 70.2455652,12.0142222 69.9255652,11.8542222 L69.9255652,11.8542222 L68.5815652,11.1342222 C68.2615652,10.9742222 68.0455652,11.0782222 67.9335652,11.4462222 C67.7095652,12.2622222 67.3175652,13.1902222 66.7575652,14.2302222 L66.7575652,14.2302222 L66.3735652,10.4622222 L69.1095652,10.4622222 C69.4775652,10.4622222 69.7015652,10.2862222 69.7815652,9.93422222 L69.7815652,9.93422222 L70.1415652,8.32622222 C70.2215652,7.97422222 70.0775652,7.79822222 69.7095652,7.79822222 L69.7095652,7.79822222 L68.9895652,7.79822222 L69.0730852,7.73006222 C69.3006052,7.52270222 69.3207652,7.28942222 69.1335652,7.03022222 L69.1335652,7.03022222 L68.0775652,5.49422222 C67.8695652,5.20622222 67.6135652,5.16622222 67.3095652,5.37422222 L67.3095652,5.37422222 L66.2295652,6.11822222 L66.2295652,6.07022222 C66.2295652,5.70222222 66.0535652,5.48622222 65.7015652,5.42222222 L65.7015652,5.42222222 L63.8535652,5.01422222 C63.5015652,4.95022222 63.3255652,5.10222222 63.3255652,5.47022222 L63.3255652,5.47022222 L63.4215652,7.79822222 L56.7735652,7.79822222 C55.8935652,7.79822222 55.4535652,8.23822222 55.4535652,9.11822222 L55.4535652,9.11822222 L55.4535652,11.5662222 L55.0455652,10.4862222 C54.7415652,9.67022222 54.2055652,9.40622222 53.4375652,9.69422222 L53.4375652,9.69422222 L53.4375652,6.40622222 C53.4375652,6.03822222 53.2615652,5.82222222 52.9095652,5.75822222 L52.9095652,5.75822222 L50.8695652,5.35022222 C50.5175652,5.28622222 50.3415652,5.43822222 50.3415652,5.80622222 L50.3415652,5.80622222 L50.3415652,10.3182222 L49.7895652,10.2462222 C48.9095652,10.1342222 48.4215652,10.6702222 48.3255652,11.8542222 C48.2615652,13.3102222 48.0695652,14.5342222 47.7495652,15.5262222 C47.6855652,15.8302222 47.8135652,16.0702222 48.1335652,16.2462222 L48.1335652,16.2462222 L49.3815652,16.9662222 C49.7015652,17.1422222 49.8935652,17.0542222 49.9575652,16.7022222 L49.9575652,16.7022222 L50.3415652,14.5902222 L50.3415652,26.9022222 C50.3415652,27.2702222 50.5175652,27.4862222 50.8695652,27.5502222 L50.8695652,27.5502222 L52.9095652,27.9582222 Z M66.5175652,7.79822222 L66.2535652,7.79822222 L66.2295652,7.43822222 C66.2295652,6.97422222 66.3975652,6.92622222 66.7335652,7.29422222 C67.0535652,7.63022222 66.9815652,7.79822222 66.5175652,7.79822222 L66.5175652,7.79822222 Z M53.4375652,25.5822222 L53.4375652,12.6942222 L53.5815652,13.2222222 C53.8055652,14.0862222 54.3255652,14.3422222 55.1415652,13.9902222 L55.1415652,13.9902222 L55.4295652,13.8702222 C55.3335652,16.3822222 55.0695652,18.0062222 54.6375652,18.7422222 C54.5415652,19.0302222 54.6215652,19.3022222 54.8775652,19.5582222 L54.8775652,19.5582222 L56.2455652,20.8542222 C56.5015652,21.1102222 56.6855652,21.1182222 56.7975652,20.8782222 C57.7415652,19.1982222 58.2135652,16.3342222 58.2135652,12.2862222 L58.2135652,12.2862222 L58.2135652,11.1582222 C58.2135652,10.6942222 58.4455652,10.4622222 58.9095652,10.4622222 L58.9095652,10.4622222 L63.5895652,10.4622222 C63.8135652,13.2462222 64.1735652,15.5102222 64.6695652,17.2542222 L64.6695652,17.2542222 L63.5415652,18.3582222 L63.5415652,15.5262222 C63.5415652,14.6462222 63.1095652,14.2062222 62.2455652,14.2062222 L62.2455652,14.2062222 L59.9415652,14.2062222 C59.0615652,14.2062222 58.6215652,14.6462222 58.6215652,15.5262222 L58.6215652,15.5262222 L58.6215652,18.3822222 C58.6215652,19.2622222 59.0615652,19.7022222 59.9415652,19.7022222 L59.9415652,19.7022222 L62.4375652,19.7022222 L61.4535652,20.3022222 C61.1335652,20.4942222 61.0455652,20.7502222 61.1895652,21.0702222 L61.1895652,21.0702222 L62.4855652,23.7582222 C62.6295652,24.0782222 62.8535652,24.1422222 63.1575652,23.9502222 L63.1575652,23.9502222 L64.7655652,22.9182222 L64.5015652,24.7662222 C64.3895652,25.0222222 64.1495652,25.1502222 63.7815652,25.1502222 L63.7815652,25.1502222 L61.4295652,25.1502222 C60.9975652,25.1502222 60.7175652,25.1102222 60.5895652,25.0302222 C60.4775652,24.9342222 60.4215652,24.7182222 60.4215652,24.3822222 L60.4215652,24.3822222 L60.4215652,22.1262222 C60.4215652,21.7582222 60.2455652,21.5422222 59.8935652,21.4782222 L59.8935652,21.4782222 L58.0695652,21.0702222 C57.7175652,21.0062222 57.5415652,21.1502222 57.5415652,21.5022222 L57.5415652,21.5022222 L57.5415652,22.0062222 L56.4615652,21.5982222 C55.5015652,21.2302222 54.8775652,21.6222222 54.5895652,22.7742222 C54.4935652,23.4942222 54.1095652,24.4302222 53.4375652,25.5822222 L53.4375652,25.5822222 Z M62.3655652,13.4862222 C62.7335652,13.4862222 62.9655652,13.3102222 63.0615652,12.9582222 L63.0615652,12.9582222 L63.3735652,11.8302222 C63.4695652,11.4782222 63.3335652,11.3022222 62.9655652,11.3022222 L62.9655652,11.3022222 L59.6775652,11.3022222 C59.3095652,11.3022222 59.0775652,11.4782222 58.9815652,11.8302222 L58.9815652,11.8302222 L58.6695652,12.9582222 C58.5735652,13.3102222 58.7095652,13.4862222 59.0775652,13.4862222 L59.0775652,13.4862222 L62.3655652,13.4862222 Z M68.1015652,18.1902222 C67.9415652,18.1902222 67.7895652,18.0302222 67.6455652,17.7102222 C68.2055652,16.8302222 68.5415652,16.2862222 68.6535652,16.0782222 C68.5575652,17.4862222 68.3735652,18.1902222 68.1015652,18.1902222 Z M61.6695652,17.5422222 L61.2615652,17.5422222 C60.7975652,17.5422222 60.5655652,17.3102222 60.5655652,16.8462222 C60.5655652,16.5262222 60.7015652,16.3662222 60.9735652,16.3662222 C61.4375652,16.3662222 61.6695652,16.5982222 61.6695652,17.0622222 L61.6695652,17.0622222 L61.6695652,17.5422222 Z M66.9495652,23.3742222 L64.9095652,22.5102222 L62.7975652,19.7022222 C63.2935652,19.2382222 63.7175652,19.2622222 64.0695652,19.7742222 C64.5815652,20.4942222 65.1815652,20.5342222 65.8695652,19.8942222 C66.3175652,20.5022222 66.8295652,20.8702222 67.4055652,20.9982222 C66.5255652,21.3822222 66.2695652,21.9662222 66.6375652,22.7502222 L66.6375652,22.7502222 L66.9495652,23.3742222 Z M84.4695652,27.9822222 C84.8215652,28.0302222 84.9975652,27.8702222 84.9975652,27.5022222 L84.9975652,27.5022222 L84.9975652,21.2382222 C87.1575652,23.7982222 89.2215652,25.5982222 91.1895652,26.6382222 C91.5095652,26.8302222 91.8055652,26.8062222 92.0775652,26.5662222 L92.0775652,26.5662222 L94.3095652,24.5262222 C94.5815652,24.2862222 94.5495652,24.0942222 94.2135652,23.9502222 C93.0135652,23.4222222 91.6855652,22.6222222 90.2295652,21.5502222 C88.7735652,20.4622222 87.5415652,19.3022222 86.5335652,18.0702222 L86.5335652,18.0702222 L92.9175652,18.0702222 C93.2855652,18.0702222 93.4935652,17.8942222 93.5415652,17.5422222 L93.5415652,17.5422222 L93.9975652,15.1422222 C94.0455652,14.7902222 93.8855652,14.6142222 93.5175652,14.6142222 L93.5175652,14.6142222 L84.9975652,14.6142222 L84.9975652,12.1422222 L91.0935652,12.1422222 C91.4615652,12.1422222 91.6695652,11.9662222 91.7175652,11.6142222 L91.7175652,11.6142222 L92.1735652,9.21422222 C92.2215652,8.86222222 92.0615652,8.68622222 91.6935652,8.68622222 L91.6935652,8.68622222 L84.9975652,8.68622222 L84.9975652,6.40622222 C84.9975652,6.03822222 84.8215652,5.83022222 84.4695652,5.78222222 L84.4695652,5.78222222 L81.8055652,5.32622222 C81.4535652,5.27822222 81.2775652,5.43822222 81.2775652,5.80622222 L81.2775652,5.80622222 L81.2775652,8.68622222 L75.3495652,8.68622222 C74.9815652,8.68622222 74.7735652,8.86222222 74.7255652,9.21422222 L74.7255652,9.21422222 L74.2695652,11.6142222 C74.2215652,11.9662222 74.3815652,12.1422222 74.7495652,12.1422222 L74.7495652,12.1422222 L81.2775652,12.1422222 L81.2775652,14.6142222 L73.5015652,14.6142222 C73.1335652,14.6142222 72.9255652,14.7902222 72.8775652,15.1422222 L72.8775652,15.1422222 L72.4215652,17.5422222 C72.3735652,17.8942222 72.5335652,18.0702222 72.9015652,18.0702222 L72.9015652,18.0702222 L79.7175652,18.0702222 C78.6935652,19.3022222 77.4455652,20.4542222 75.9735652,21.5262222 C74.5175652,22.5982222 73.3495652,23.3182222 72.4695652,23.6862222 C72.1495652,23.8302222 72.0855652,24.0542222 72.2775652,24.3582222 L72.2775652,24.3582222 L73.7415652,26.7102222 C73.9335652,27.0142222 74.1815652,27.0782222 74.4855652,26.9022222 C76.8215652,25.6862222 79.0855652,23.8302222 81.2775652,21.3342222 L81.2775652,21.3342222 L81.2775652,26.9022222 C81.2775652,27.2702222 81.4535652,27.4782222 81.8055652,27.5262222 L81.8055652,27.5262222 L84.4695652,27.9822222 Z M108.421565,27.9822222 C108.773565,28.0302222 108.949565,27.8702222 108.949565,27.5022222 L108.949565,27.5022222 L108.949565,20.7102222 L115.933565,20.7102222 C116.813565,20.7102222 117.253565,20.2702222 117.253565,19.3902222 L117.253565,19.3902222 L117.253565,10.6782222 C117.253565,9.79822222 116.813565,9.35822222 115.933565,9.35822222 L115.933565,9.35822222 L108.949565,9.35822222 L108.949565,6.40622222 C108.949565,6.03822222 108.773565,5.83022222 108.421565,5.78222222 L108.421565,5.78222222 L105.781565,5.32622222 C105.429565,5.27822222 105.253565,5.43822222 105.253565,5.80622222 L105.253565,5.80622222 L105.253565,9.35822222 L98.4615652,9.35822222 C97.5815652,9.35822222 97.1415652,9.79822222 97.1415652,10.6782222 L97.1415652,10.6782222 L97.1415652,19.3902222 C97.1415652,20.2702222 97.5815652,20.7102222 98.4615652,20.7102222 L98.4615652,20.7102222 L105.253565,20.7102222 L105.253565,26.9022222 C105.253565,27.2702222 105.429565,27.4782222 105.781565,27.5262222 L105.781565,27.5262222 L108.421565,27.9822222 Z M112.885565,17.2782222 L108.949565,17.2782222 L108.949565,12.7902222 L112.885565,12.7902222 C113.349565,12.7902222 113.581565,13.0222222 113.581565,13.4862222 L113.581565,13.4862222 L113.581565,16.5822222 C113.581565,17.0462222 113.349565,17.2782222 112.885565,17.2782222 L112.885565,17.2782222 Z M105.253565,17.2782222 L101.341565,17.2782222 C100.877565,17.2782222 100.645565,17.0462222 100.645565,16.5822222 L100.645565,16.5822222 L100.645565,13.4862222 C100.645565,13.0222222 100.877565,12.7902222 101.341565,12.7902222 L101.341565,12.7902222 L105.253565,12.7902222 L105.253565,17.2782222 Z M127.717565,17.6862222 C128.069565,17.7502222 128.245565,17.5982222 128.245565,17.2302222 L128.245565,17.2302222 L128.245565,14.8782222 L129.397565,16.7262222 C129.829565,17.4142222 130.469565,17.6782222 131.317565,17.5182222 C132.053565,17.4062222 133.061565,17.1102222 134.341565,16.6302222 C135.621565,16.1502222 136.813565,15.5342222 137.917565,14.7822222 C139.021565,14.0302222 139.965565,13.0942222 140.749565,11.9742222 L140.749565,11.9742222 L142.069565,9.26222222 C142.437565,8.47822222 142.221565,7.91022222 141.421565,7.55822222 L141.421565,7.55822222 L140.533565,7.15022222 L135.613565,7.22222222 L135.672605,7.13294222 C135.825245,6.87086222 135.757565,6.66062222 135.469565,6.50222222 L135.469565,6.50222222 L133.477565,5.42222222 C133.157565,5.24622222 132.909565,5.30222222 132.733565,5.59022222 C132.461565,6.07022222 131.885565,6.71022222 131.005565,7.51022222 C130.125565,8.31022222 129.205565,8.97422222 128.245565,9.50222222 L128.245565,9.50222222 L128.245565,6.40622222 C128.245565,6.03822222 128.069565,5.82222222 127.717565,5.75822222 L127.717565,5.75822222 L125.389565,5.35022222 C125.037565,5.28622222 124.861565,5.43822222 124.861565,5.80622222 L124.861565,5.80622222 L124.861565,10.9182222 C122.397565,12.2782222 120.909565,13.0702222 120.397565,13.2942222 C120.173565,13.4062222 120.117565,13.6302222 120.229565,13.9662222 L120.229565,13.9662222 L120.973565,16.1502222 C121.085565,16.4862222 121.293565,16.5582222 121.597565,16.3662222 L121.597565,16.3662222 L124.861565,14.3262222 L124.861565,16.6302222 C124.861565,16.9982222 125.037565,17.2142222 125.389565,17.2782222 L125.389565,17.2782222 L127.717565,17.6862222 Z M121.429565,10.3422222 C121.605565,10.6622222 121.861565,10.7662222 122.197565,10.6542222 L122.197565,10.6542222 L124.189565,9.95822222 C124.525565,9.84622222 124.605565,9.63822222 124.429565,9.33422222 L124.429565,9.33422222 L123.229565,7.39022222 C123.037565,7.07022222 122.765565,6.95822222 122.413565,7.05422222 L122.413565,7.05422222 L120.613565,7.65422222 C120.261565,7.75022222 120.165565,7.95822222 120.325565,8.27822222 L120.325565,8.27822222 L121.429565,10.3422222 Z M128.245565,14.8542222 L128.245565,10.5582222 C128.245565,10.0942222 128.453565,10.1182222 128.869565,10.6302222 L128.869565,10.6302222 L129.397565,11.2782222 C129.845565,11.8702222 130.365565,11.9822222 130.957565,11.6142222 C131.261565,11.4702222 131.909565,10.9662222 132.901565,10.1022222 L132.901565,10.1022222 L137.533565,10.1022222 C137.997565,10.1022222 138.069565,10.2622222 137.749565,10.5822222 L137.749565,10.5822222 L136.093565,12.1422222 C135.773565,12.4622222 135.405565,12.3902222 134.989565,11.9262222 L134.989565,11.9262222 L134.389565,11.3262222 C134.117565,11.0702222 133.813565,10.9982222 133.477565,11.1102222 L133.477565,11.1102222 L131.557565,11.8062222 C131.221565,11.9182222 131.181565,12.1102222 131.437565,12.3822222 C131.805565,12.7342222 132.253565,13.2462222 132.781565,13.9182222 C131.581565,14.3022222 130.069565,14.6142222 128.245565,14.8542222 L128.245565,14.8542222 Z M121.453565,27.4542222 C121.549565,27.8062222 121.813565,27.9422222 122.245565,27.8622222 C124.421565,27.5422222 126.261565,27.0382222 127.765565,26.3502222 L127.765565,26.3502222 L130.789565,24.2862222 C131.061565,23.9502222 131.349565,23.9582222 131.653565,24.3102222 C132.357565,25.1742222 133.453565,25.9342222 134.941565,26.5902222 C136.445565,27.2462222 137.893565,27.6302222 139.285565,27.7422222 C139.701565,27.7902222 140.029565,27.6782222 140.269565,27.4062222 L140.269565,27.4062222 L142.309565,25.2222222 C142.549565,24.9502222 142.405565,24.8062222 141.877565,24.7902222 C137.877565,24.6302222 135.109565,23.6942222 133.573565,21.9822222 L133.573565,21.9822222 L140.869565,21.9822222 C141.237565,21.9822222 141.453565,21.8062222 141.517565,21.4542222 L141.517565,21.4542222 L141.925565,19.4862222 C141.989565,19.1342222 141.837565,18.9582222 141.469565,18.9582222 L141.469565,18.9582222 L132.853565,18.9582222 L132.877565,18.9102222 C132.909565,18.5422222 132.749565,18.3342222 132.397565,18.2862222 L132.397565,18.2862222 L129.853565,17.8302222 C129.501565,17.7822222 129.309565,17.9422222 129.277565,18.3102222 L129.277565,18.3102222 L129.205565,18.9582222 L121.453565,18.9582222 C121.069565,18.9582222 120.845565,19.1342222 120.781565,19.4862222 L120.781565,19.4862222 L120.397565,21.4542222 C120.333565,21.8062222 120.485565,21.9822222 120.853565,21.9822222 L120.853565,21.9822222 L128.173565,21.9822222 L125.413565,23.9022222 C124.149565,24.3822222 122.797565,24.7102222 121.357565,24.8862222 C120.925565,24.9342222 120.757565,25.1342222 120.853565,25.4862222 L120.853565,25.4862222 L121.453565,27.4542222 Z" id="很遗憾未中奖" fill="#FFFFFF"></path>
|
|
15
|
+
</g>
|
|
16
|
+
</g>
|
|
17
|
+
</g>
|
|
18
|
+
</g>
|
|
19
|
+
</svg>
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16px" height="16px" viewBox="0 0 16 16" version="1.1">
|
|
3
|
+
<title>H5弹窗图标/关闭备份</title>
|
|
4
|
+
<defs>
|
|
5
|
+
<filter color-interpolation-filters="auto" id="filter-1">
|
|
6
|
+
<feColorMatrix in="SourceGraphic" type="matrix" values="0 0 0 0 1.000000 0 0 0 0 1.000000 0 0 0 0 1.000000 0 0 0 1.000000 0"></feColorMatrix>
|
|
7
|
+
</filter>
|
|
8
|
+
</defs>
|
|
9
|
+
<g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
10
|
+
<g id="我的奖品" transform="translate(-16.000000, -344.000000)">
|
|
11
|
+
<g id="H5弹窗图标/关闭备份" transform="translate(0.000000, 324.000000)" filter="url(#filter-1)">
|
|
12
|
+
<g transform="translate(16.000000, 20.000000)">
|
|
13
|
+
<path d="M10.1952621,2.19526215 C10.4556117,1.93491262 10.8777217,1.93491262 11.1380712,2.19526215 C11.3783938,2.43558479 11.3968802,2.81373882 11.1935303,3.0752663 L11.1380712,3.13807119 L6.27666667,8 L11.1380712,12.8619288 C11.3783938,13.1022515 11.3968802,13.4804055 11.1935303,13.741933 L11.1380712,13.8047379 C10.8977485,14.0450605 10.5195945,14.0635469 10.258067,13.8601969 L10.1952621,13.8047379 L4.86192881,8.47140452 C4.62160617,8.23108188 4.60311981,7.85292784 4.80646974,7.59140037 L4.86192881,7.52859548 L10.1952621,2.19526215 Z" id="路径备份" fill="#999999" fill-rule="nonzero"></path>
|
|
14
|
+
<rect id="矩形" x="0" y="0" width="16" height="16"></rect>
|
|
15
|
+
</g>
|
|
16
|
+
</g>
|
|
17
|
+
</g>
|
|
18
|
+
</g>
|
|
19
|
+
</svg>
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16px" height="16px" viewBox="0 0 16 16" version="1.1">
|
|
3
|
+
<title>H5弹窗图标/关闭</title>
|
|
4
|
+
<defs>
|
|
5
|
+
<filter color-interpolation-filters="auto" id="filter-1">
|
|
6
|
+
<feColorMatrix in="SourceGraphic" type="matrix" values="0 0 0 0 1.000000 0 0 0 0 1.000000 0 0 0 0 1.000000 0 0 0 1.000000 0"></feColorMatrix>
|
|
7
|
+
</filter>
|
|
8
|
+
</defs>
|
|
9
|
+
<g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
10
|
+
<g id="我的奖品" transform="translate(-343.000000, -344.000000)">
|
|
11
|
+
<g id="H5弹窗图标/关闭" transform="translate(0.000000, 324.000000)" filter="url(#filter-1)">
|
|
12
|
+
<g transform="translate(343.000000, 20.000000)">
|
|
13
|
+
<path d="M3.13807333,2.19526 C2.87772,1.93491333 2.45561333,1.93491333 2.19526,2.19526 C1.93491333,2.45561333 1.93491333,2.87772 2.19526,3.13807333 L7.0572,8 L2.19526,12.8619333 C1.93491333,13.1222667 1.93491333,13.5444 2.19526,13.8047333 C2.45561333,14.0650667 2.87772,14.0650667 3.13807333,13.8047333 L8,8.9428 L12.8619333,13.8047333 C13.1222667,14.0650667 13.5444,14.0650667 13.8047333,13.8047333 C14.0650667,13.5444 14.0650667,13.1222667 13.8047333,12.8619333 L8.9428,8 L13.8047333,3.13807333 C14.0650667,2.87772 14.0650667,2.45561333 13.8047333,2.19526 C13.5444,1.93491333 13.1222667,1.93491333 12.8619333,2.19526 L8,7.0572 L3.13807333,2.19526 Z" id="路径" fill="#999999"></path>
|
|
14
|
+
<rect id="矩形" x="0" y="0" width="16" height="16"></rect>
|
|
15
|
+
</g>
|
|
16
|
+
</g>
|
|
17
|
+
</g>
|
|
18
|
+
</g>
|
|
19
|
+
</svg>
|