xiaoe_mp_npm 1.1.21 → 1.1.22-test02

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.
Files changed (418) hide show
  1. package/.babelrc +10 -10
  2. package/.eslintrc.js +102 -102
  3. package/.gitlab-ci.yml +44 -44
  4. package/.prettierrc.js +34 -34
  5. package/.vscode/extensions.json +4 -4
  6. package/.vscode/settings.json +9 -9
  7. package/LICENSE +21 -21
  8. package/README.md +134 -134
  9. package/gulpfile.js +26 -26
  10. package/miniprogram_dist/AliveInvite/LiveRoomVertical/components/friends/friends.js +181 -181
  11. package/miniprogram_dist/AliveInvite/LiveRoomVertical/components/friends/friends.wxml +25 -25
  12. package/miniprogram_dist/AliveInvite/LiveRoomVertical/index.js +253 -253
  13. package/miniprogram_dist/AliveInvite/LiveRoomVertical/index.less +255 -255
  14. package/miniprogram_dist/AliveInvite/LiveRoomVertical/index.wxml +122 -122
  15. package/miniprogram_dist/CollectionAddress/index.js +288 -288
  16. package/miniprogram_dist/CollectionAddress/index.json +13 -13
  17. package/miniprogram_dist/CollectionAddress/index.less +4 -4
  18. package/miniprogram_dist/CollectionAddress/index.wxml +93 -93
  19. package/miniprogram_dist/ConfirmOrder/components/AddressEdit/index.json +10 -10
  20. package/miniprogram_dist/ConfirmOrder/components/AddressEdit/index.less +123 -123
  21. package/miniprogram_dist/ConfirmOrder/components/AddressEdit/index.wxml +51 -51
  22. package/miniprogram_dist/ConfirmOrder/components/AddressManage/index.js +168 -168
  23. package/miniprogram_dist/ConfirmOrder/components/AddressManage/index.json +7 -7
  24. package/miniprogram_dist/ConfirmOrder/components/AddressManage/index.less +95 -95
  25. package/miniprogram_dist/ConfirmOrder/components/AddressManage/index.wxml +36 -36
  26. package/miniprogram_dist/ConfirmOrder/components/AddressSelect/index.js +160 -160
  27. package/miniprogram_dist/ConfirmOrder/components/AddressSelect/index.json +4 -4
  28. package/miniprogram_dist/ConfirmOrder/components/AddressSelect/index.less +79 -79
  29. package/miniprogram_dist/ConfirmOrder/components/AddressSelect/index.wxml +33 -33
  30. package/miniprogram_dist/ConfirmOrder/components/ChoosePicker/index.js +115 -115
  31. package/miniprogram_dist/ConfirmOrder/components/ChoosePicker/index.json +5 -5
  32. package/miniprogram_dist/ConfirmOrder/components/ChoosePicker/index.less +20 -20
  33. package/miniprogram_dist/ConfirmOrder/components/ChoosePicker/index.wxml +9 -9
  34. package/miniprogram_dist/ConfirmOrder/components/ConfirmOrderContent/index.js +1819 -1819
  35. package/miniprogram_dist/ConfirmOrder/components/ConfirmOrderContent/index.json +27 -27
  36. package/miniprogram_dist/ConfirmOrder/components/ConfirmOrderContent/index.scss +44 -44
  37. package/miniprogram_dist/ConfirmOrder/components/ConfirmOrderContent/index.wxml +225 -225
  38. package/miniprogram_dist/ConfirmOrder/components/GoodsInfo/components/CopGoodsList/index.js +129 -129
  39. package/miniprogram_dist/ConfirmOrder/components/GoodsInfo/components/CopGoodsList/index.json +8 -8
  40. package/miniprogram_dist/ConfirmOrder/components/GoodsInfo/components/CopGoodsList/index.scss +58 -58
  41. package/miniprogram_dist/ConfirmOrder/components/GoodsInfo/components/CopGoodsList/index.wxml +25 -25
  42. package/miniprogram_dist/GoodsItem/index.js +180 -21
  43. package/miniprogram_dist/GoodsItem/index.scss +822 -627
  44. package/miniprogram_dist/GoodsItem/index.wxml +145 -108
  45. package/miniprogram_dist/GoodsItem/index.wxs +40 -40
  46. package/miniprogram_dist/GoodsItem/index.wxss +1149 -461
  47. package/miniprogram_dist/LiveGoodsList/Header/index.js +65 -65
  48. package/miniprogram_dist/LiveGoodsList/Header/index.json +6 -6
  49. package/miniprogram_dist/LiveGoodsList/Header/index.less +45 -45
  50. package/miniprogram_dist/LiveGoodsList/Header/index.scss +157 -137
  51. package/miniprogram_dist/LiveGoodsList/Header/index.wxml +39 -36
  52. package/miniprogram_dist/LiveGoodsList/Header/index.wxss +88 -12
  53. package/miniprogram_dist/LiveGoodsList/README.md +9 -9
  54. package/miniprogram_dist/LiveGoodsList/index.js +29 -10
  55. package/miniprogram_dist/LiveGoodsList/index.less +53 -53
  56. package/miniprogram_dist/LiveGoodsList/index.scss +173 -173
  57. package/miniprogram_dist/LiveGoodsList/index.wxml +9 -1
  58. package/miniprogram_dist/MatchList/index.js +445 -441
  59. package/miniprogram_dist/MatchList/index.json +5 -5
  60. package/miniprogram_dist/MatchList/index.scss +175 -175
  61. package/miniprogram_dist/MatchList/index.wxml +98 -97
  62. package/miniprogram_dist/MemberIntegralMultiplierBar/index.js +196 -196
  63. package/miniprogram_dist/MemberIntegralMultiplierBar/index.json +7 -7
  64. package/miniprogram_dist/MemberIntegralMultiplierBar/index.scss +67 -67
  65. package/miniprogram_dist/MemberIntegralMultiplierBar/index.wxml +8 -8
  66. package/miniprogram_dist/MemberIntegralMultiplierPopup/index.js +54 -54
  67. package/miniprogram_dist/MemberIntegralMultiplierPopup/index.json +7 -7
  68. package/miniprogram_dist/MemberIntegralMultiplierPopup/index.scss +86 -86
  69. package/miniprogram_dist/MemberIntegralMultiplierPopup/index.wxml +48 -48
  70. package/miniprogram_dist/MemberIntegralMultiplierPopup/popup-service.js +18 -18
  71. package/miniprogram_dist/MsgBubble/index.js +312 -0
  72. package/miniprogram_dist/MsgBubble/index.json +7 -0
  73. package/miniprogram_dist/MsgBubble/index.scss +81 -0
  74. package/miniprogram_dist/MsgBubble/index.wxml +19 -0
  75. package/miniprogram_dist/MsgBubble/index.wxss +202 -0
  76. package/miniprogram_dist/ShoppingCartBubble/index.js +336 -156
  77. package/miniprogram_dist/ShoppingCartBubble/index.scss +94 -55
  78. package/miniprogram_dist/ShoppingCartBubble/index.wxml +14 -11
  79. package/miniprogram_dist/ShoppingCartBubble/index.wxss +196 -40
  80. package/miniprogram_dist/Task/TaskBubble/index.json +3 -3
  81. package/miniprogram_dist/Task/TaskBubble/index.scss +125 -125
  82. package/miniprogram_dist/Task/TaskBubble/index.wxml +22 -22
  83. package/miniprogram_dist/Task/TaskIcon/index.js +29 -29
  84. package/miniprogram_dist/Task/TaskIcon/index.json +4 -4
  85. package/miniprogram_dist/Task/TaskIcon/index.scss +70 -70
  86. package/miniprogram_dist/Task/TaskIcon/index.wxml +5 -5
  87. package/miniprogram_dist/Task/TaskPopup/component/RewardList/index.js +52 -52
  88. package/miniprogram_dist/Task/TaskPopup/component/RewardList/index.json +6 -6
  89. package/miniprogram_dist/Task/TaskPopup/component/RewardList/index.scss +39 -39
  90. package/miniprogram_dist/Task/TaskPopup/component/RewardList/index.wxml +23 -23
  91. package/miniprogram_dist/Task/TaskPopup/component/TaskItem/index.js +578 -578
  92. package/miniprogram_dist/Task/TaskPopup/component/TaskItem/index.json +10 -10
  93. package/miniprogram_dist/Task/TaskPopup/component/TaskItem/index.scss +245 -245
  94. package/miniprogram_dist/Task/TaskPopup/component/TaskItem/index.wxml +145 -145
  95. package/miniprogram_dist/Task/TaskPopup/component/TaskItem/index.wxs +7 -7
  96. package/miniprogram_dist/Task/TaskPopup/component/TaskList/index.js +298 -298
  97. package/miniprogram_dist/Task/TaskPopup/component/TaskList/index.json +7 -7
  98. package/miniprogram_dist/Task/TaskPopup/component/TaskList/index.scss +66 -66
  99. package/miniprogram_dist/Task/TaskPopup/component/TaskList/index.wxml +41 -41
  100. package/miniprogram_dist/Task/TaskPopup/component/TaskType/index.js +129 -129
  101. package/miniprogram_dist/Task/TaskPopup/component/TaskType/index.json +13 -13
  102. package/miniprogram_dist/Task/TaskPopup/component/TaskType/index.scss +90 -90
  103. package/miniprogram_dist/Task/TaskPopup/component/TaskType/index.wxml +69 -69
  104. package/miniprogram_dist/Task/TaskPopup/index.js +174 -174
  105. package/miniprogram_dist/Task/TaskPopup/index.json +7 -7
  106. package/miniprogram_dist/Task/TaskPopup/index.scss +166 -166
  107. package/miniprogram_dist/Task/TaskPopup/index.wxml +87 -87
  108. package/miniprogram_dist/Task/TaskQuizPopup/components/quizContent/index.js +131 -131
  109. package/miniprogram_dist/Task/TaskQuizPopup/components/quizContent/index.json +5 -5
  110. package/miniprogram_dist/Task/TaskQuizPopup/components/quizContent/index.scss +191 -191
  111. package/miniprogram_dist/Task/TaskQuizPopup/components/quizContent/index.wxml +64 -64
  112. package/miniprogram_dist/Task/TaskQuizPopup/components/quizContent/index.wxs +78 -78
  113. package/miniprogram_dist/Task/TaskQuizPopup/components/quizRichText/index.js +40 -40
  114. package/miniprogram_dist/Task/TaskQuizPopup/components/quizRichText/index.json +5 -5
  115. package/miniprogram_dist/Task/TaskQuizPopup/components/quizRichText/index.scss +6 -6
  116. package/miniprogram_dist/Task/TaskQuizPopup/components/quizRichText/index.wxml +1 -1
  117. package/miniprogram_dist/Task/TaskQuizPopup/components/wxParse/base.wxml +50 -50
  118. package/miniprogram_dist/Task/TaskQuizPopup/components/wxParse/html2json.js +623 -623
  119. package/miniprogram_dist/Task/TaskQuizPopup/components/wxParse/htmlparser.js +183 -183
  120. package/miniprogram_dist/Task/TaskQuizPopup/components/wxParse/iframeParse.js +216 -216
  121. package/miniprogram_dist/Task/TaskQuizPopup/components/wxParse/loop.wxml +3563 -3563
  122. package/miniprogram_dist/Task/TaskQuizPopup/components/wxParse/showdown.js +2364 -2364
  123. package/miniprogram_dist/Task/TaskQuizPopup/components/wxParse/wxDiscode.js +209 -209
  124. package/miniprogram_dist/Task/TaskQuizPopup/components/wxParse/wxParse.js +269 -269
  125. package/miniprogram_dist/Task/TaskQuizPopup/components/wxParse/wxParse.wxml +1276 -1276
  126. package/miniprogram_dist/Task/TaskQuizPopup/index.js +246 -246
  127. package/miniprogram_dist/Task/TaskQuizPopup/index.json +7 -7
  128. package/miniprogram_dist/Task/TaskQuizPopup/index.scss +158 -158
  129. package/miniprogram_dist/Task/TaskQuizPopup/index.wxml +99 -99
  130. package/miniprogram_dist/Task/common/task.js +55 -55
  131. package/miniprogram_dist/Task/taskQuizRemindPopup/index.js +74 -74
  132. package/miniprogram_dist/Task/taskQuizRemindPopup/index.json +5 -5
  133. package/miniprogram_dist/Task/taskQuizRemindPopup/index.scss +107 -107
  134. package/miniprogram_dist/Task/taskQuizRemindPopup/index.wxml +27 -27
  135. package/miniprogram_dist/Task/taskReceivePopup/coupon/index.js +68 -68
  136. package/miniprogram_dist/Task/taskReceivePopup/coupon/index.json +6 -6
  137. package/miniprogram_dist/Task/taskReceivePopup/coupon/index.scss +123 -123
  138. package/miniprogram_dist/Task/taskReceivePopup/coupon/index.wxml +81 -81
  139. package/miniprogram_dist/Task/taskReceivePopup/coupon/index.wxs +48 -48
  140. package/miniprogram_dist/Task/taskReceivePopup/customPrizes/index.js +44 -44
  141. package/miniprogram_dist/Task/taskReceivePopup/customPrizes/index.json +6 -6
  142. package/miniprogram_dist/Task/taskReceivePopup/customPrizes/index.scss +106 -106
  143. package/miniprogram_dist/Task/taskReceivePopup/customPrizes/index.wxml +38 -38
  144. package/miniprogram_dist/Task/taskReceivePopup/customPrizes/index.wxs +48 -48
  145. package/miniprogram_dist/Task/taskReceivePopup/index.js +47 -47
  146. package/miniprogram_dist/Task/taskReceivePopup/index.json +13 -13
  147. package/miniprogram_dist/Task/taskReceivePopup/index.wxml +32 -32
  148. package/miniprogram_dist/Task/taskReceivePopup/integral/index.js +106 -106
  149. package/miniprogram_dist/Task/taskReceivePopup/integral/index.json +7 -7
  150. package/miniprogram_dist/Task/taskReceivePopup/integral/index.scss +60 -60
  151. package/miniprogram_dist/Task/taskReceivePopup/integral/index.wxml +23 -23
  152. package/miniprogram_dist/TeacherGoodsList/index.js +997 -983
  153. package/miniprogram_dist/TeacherGoodsList/index.json +10 -10
  154. package/miniprogram_dist/TeacherGoodsList/index.scss +178 -178
  155. package/miniprogram_dist/TeacherGoodsList/index.wxml +146 -144
  156. package/miniprogram_dist/common/api/liveGoodsList.js +181 -167
  157. package/miniprogram_dist/common/assets/images/coupon/emptypage.svg +49 -49
  158. package/miniprogram_dist/common/assets/images/coupon/failed.svg +5 -5
  159. package/miniprogram_dist/common/assets/images/coupon/up.svg +21 -21
  160. package/miniprogram_dist/common/assets/images/pay/loading.svg +3 -3
  161. package/miniprogram_dist/common/assets/images/recommend.svg +6 -6
  162. package/miniprogram_dist/common/assets/images/refresh.svg +10 -10
  163. package/miniprogram_dist/common/assets/images/refresh_white.svg +3 -3
  164. package/miniprogram_dist/common/assets/images/wechat.svg +4 -4
  165. package/miniprogram_dist/common/css/index.less +2 -2
  166. package/miniprogram_dist/common/css/theme.less +19 -19
  167. package/miniprogram_dist/common/libs/dataUp/sensorUp.js +91 -91
  168. package/miniprogram_dist/common/libs/playerHttp.js +58 -58
  169. package/miniprogram_dist/common/libs/playerRequestUrl.js +39 -39
  170. package/miniprogram_dist/common/transaction/parameter/channel-info.js +36 -36
  171. package/miniprogram_dist/common/transaction/parameter/delivery-info.js +26 -26
  172. package/miniprogram_dist/common/transaction/parameter/misc-parameter.js +21 -21
  173. package/miniprogram_dist/common/utils/currency.js +52 -52
  174. package/miniprogram_dist/common/utils/getInfoCollectionData.js +59 -59
  175. package/miniprogram_dist/common/utils/image-cdn-slim/constant.js +8 -8
  176. package/miniprogram_dist/common/utils/image-cdn-slim/index.js +7 -7
  177. package/miniprogram_dist/common/utils/image-cdn-slim/utils.js +156 -156
  178. package/miniprogram_dist/common/utils/index.js +86 -86
  179. package/miniprogram_dist/common/utils/liveGoods.js +217 -217
  180. package/miniprogram_dist/common/utils/specialList.js +5 -5
  181. package/miniprogram_dist/common/utils/tool.js +72 -72
  182. package/miniprogram_dist/common/wxs/filter.wxs +29 -29
  183. package/miniprogram_dist/index.js +6 -6
  184. package/miniprogram_dist/index.js.map +1 -1
  185. package/miniprogram_dist/lib.js.map +1 -1
  186. package/package.json +78 -78
  187. package/project.config.json +79 -79
  188. package/src/AliveInvite/LiveRoomVertical/components/friends/friends.js +181 -181
  189. package/src/AliveInvite/LiveRoomVertical/components/friends/friends.wxml +25 -25
  190. package/src/AliveInvite/LiveRoomVertical/components/friends/friends.wxss +97 -97
  191. package/src/AliveInvite/LiveRoomVertical/index.js +253 -253
  192. package/src/AliveInvite/LiveRoomVertical/index.less +255 -255
  193. package/src/AliveInvite/LiveRoomVertical/index.wxml +122 -122
  194. package/src/AliveInvite/LiveRoomVertical/index.wxss +252 -252
  195. package/src/CollectionAddress/index.js +288 -288
  196. package/src/CollectionAddress/index.json +13 -13
  197. package/src/CollectionAddress/index.less +4 -4
  198. package/src/CollectionAddress/index.wxml +93 -93
  199. package/src/CollectionAddress/index.wxss +5 -5
  200. package/src/ConfirmOrder/components/AddressEdit/index.json +10 -10
  201. package/src/ConfirmOrder/components/AddressEdit/index.less +123 -123
  202. package/src/ConfirmOrder/components/AddressEdit/index.wxml +51 -51
  203. package/src/ConfirmOrder/components/AddressEdit/index.wxss +120 -120
  204. package/src/ConfirmOrder/components/AddressManage/index.js +168 -168
  205. package/src/ConfirmOrder/components/AddressManage/index.json +7 -7
  206. package/src/ConfirmOrder/components/AddressManage/index.less +95 -95
  207. package/src/ConfirmOrder/components/AddressManage/index.wxml +36 -36
  208. package/src/ConfirmOrder/components/AddressManage/index.wxss +98 -98
  209. package/src/ConfirmOrder/components/AddressSelect/index.js +160 -160
  210. package/src/ConfirmOrder/components/AddressSelect/index.json +4 -4
  211. package/src/ConfirmOrder/components/AddressSelect/index.less +79 -79
  212. package/src/ConfirmOrder/components/AddressSelect/index.wxml +33 -33
  213. package/src/ConfirmOrder/components/AddressSelect/index.wxss +67 -67
  214. package/src/ConfirmOrder/components/ChoosePicker/index.js +115 -115
  215. package/src/ConfirmOrder/components/ChoosePicker/index.json +5 -5
  216. package/src/ConfirmOrder/components/ChoosePicker/index.less +20 -20
  217. package/src/ConfirmOrder/components/ChoosePicker/index.wxml +9 -9
  218. package/src/ConfirmOrder/components/ChoosePicker/index.wxss +18 -18
  219. package/src/ConfirmOrder/components/ConfirmOrderContent/index.js +1819 -1819
  220. package/src/ConfirmOrder/components/ConfirmOrderContent/index.json +27 -27
  221. package/src/ConfirmOrder/components/ConfirmOrderContent/index.scss +44 -44
  222. package/src/ConfirmOrder/components/ConfirmOrderContent/index.wxml +225 -225
  223. package/src/ConfirmOrder/components/ConfirmOrderContent/index.wxss +37 -37
  224. package/src/ConfirmOrder/components/GoodsInfo/components/CopGoodsList/index.js +129 -129
  225. package/src/ConfirmOrder/components/GoodsInfo/components/CopGoodsList/index.json +8 -8
  226. package/src/ConfirmOrder/components/GoodsInfo/components/CopGoodsList/index.scss +58 -58
  227. package/src/ConfirmOrder/components/GoodsInfo/components/CopGoodsList/index.wxml +25 -25
  228. package/src/ConfirmOrder/components/GoodsInfo/components/CopGoodsList/index.wxss +1 -1
  229. package/src/ConfirmOrder/components/GoodsInfo/index.wxss +1 -1
  230. package/src/ConfirmOrder/components/IntegralSelect/index.wxss +218 -218
  231. package/src/ConfirmOrder/components/Invoice/index.wxss +93 -93
  232. package/src/ConfirmOrder/components/LeaveWord/index.wxss +1 -1
  233. package/src/ConfirmOrder/components/OrderBubble/index.wxss +1 -1
  234. package/src/ConfirmOrder/components/PayBar/index.wxss +1 -1
  235. package/src/ConfirmOrder/components/PayDetail/index.wxss +78 -78
  236. package/src/ConfirmOrder/components/SvipSelect/SvipSelect.wxss +266 -266
  237. package/src/CopGoodsCard/index.wxss +1 -1
  238. package/src/CouponList/components/CouponItem/index.wxss +1 -1
  239. package/src/CouponList/components/couponIcon/index.wxss +1 -1
  240. package/src/CouponList/stuCouponPopup/index.wxss +1 -1
  241. package/src/CouponReceivePopup/index.wxss +1 -1
  242. package/src/CustomPopup/index.wxss +37 -37
  243. package/src/GoodsBubble/index.wxss +1 -1
  244. package/src/GoodsItem/index.js +180 -21
  245. package/src/GoodsItem/index.scss +822 -627
  246. package/src/GoodsItem/index.wxml +145 -108
  247. package/src/GoodsItem/index.wxs +40 -40
  248. package/src/GoodsItem/index.wxss +1 -1
  249. package/src/GoodsRecommend/index.wxss +537 -537
  250. package/src/LevelMemberBar/index.wxss +1 -1
  251. package/src/LiveGoodsList/Header/index.js +65 -65
  252. package/src/LiveGoodsList/Header/index.json +6 -6
  253. package/src/LiveGoodsList/Header/index.less +45 -45
  254. package/src/LiveGoodsList/Header/index.scss +157 -137
  255. package/src/LiveGoodsList/Header/index.wxml +39 -36
  256. package/src/LiveGoodsList/Header/index.wxss +1 -1
  257. package/src/LiveGoodsList/README.md +9 -9
  258. package/src/LiveGoodsList/index.js +29 -10
  259. package/src/LiveGoodsList/index.less +53 -53
  260. package/src/LiveGoodsList/index.scss +173 -173
  261. package/src/LiveGoodsList/index.wxml +9 -1
  262. package/src/LiveGoodsList/index.wxss +1 -1
  263. package/src/MatchList/index.js +445 -441
  264. package/src/MatchList/index.json +5 -5
  265. package/src/MatchList/index.scss +175 -175
  266. package/src/MatchList/index.wxml +98 -97
  267. package/src/MatchList/index.wxss +1 -1
  268. package/src/MemberIntegralMultiplierBar/index.js +196 -196
  269. package/src/MemberIntegralMultiplierBar/index.json +7 -7
  270. package/src/MemberIntegralMultiplierBar/index.scss +67 -67
  271. package/src/MemberIntegralMultiplierBar/index.wxml +8 -8
  272. package/src/MemberIntegralMultiplierBar/index.wxss +1 -1
  273. package/src/MemberIntegralMultiplierPopup/index.js +54 -54
  274. package/src/MemberIntegralMultiplierPopup/index.json +7 -7
  275. package/src/MemberIntegralMultiplierPopup/index.scss +86 -86
  276. package/src/MemberIntegralMultiplierPopup/index.wxml +48 -48
  277. package/src/MemberIntegralMultiplierPopup/index.wxss +1 -1
  278. package/src/MemberIntegralMultiplierPopup/popup-service.js +18 -18
  279. package/src/MsgBubble/index.js +312 -0
  280. package/src/MsgBubble/index.json +7 -0
  281. package/src/MsgBubble/index.scss +81 -0
  282. package/src/MsgBubble/index.wxml +19 -0
  283. package/src/MsgBubble/index.wxss +1 -0
  284. package/src/PayModule/button/index.wxss +58 -58
  285. package/src/ShoppingCartBubble/index.js +336 -156
  286. package/src/ShoppingCartBubble/index.scss +94 -55
  287. package/src/ShoppingCartBubble/index.wxml +14 -11
  288. package/src/ShoppingCartBubble/index.wxss +1 -1
  289. package/src/Task/TaskBubble/index.json +3 -3
  290. package/src/Task/TaskBubble/index.scss +125 -125
  291. package/src/Task/TaskBubble/index.wxml +22 -22
  292. package/src/Task/TaskBubble/index.wxss +289 -289
  293. package/src/Task/TaskIcon/index.js +29 -29
  294. package/src/Task/TaskIcon/index.json +4 -4
  295. package/src/Task/TaskIcon/index.scss +70 -70
  296. package/src/Task/TaskIcon/index.wxml +5 -5
  297. package/src/Task/TaskIcon/index.wxss +130 -130
  298. package/src/Task/TaskPopup/component/RewardList/index.js +52 -52
  299. package/src/Task/TaskPopup/component/RewardList/index.json +6 -6
  300. package/src/Task/TaskPopup/component/RewardList/index.scss +39 -39
  301. package/src/Task/TaskPopup/component/RewardList/index.wxml +23 -23
  302. package/src/Task/TaskPopup/component/RewardList/index.wxss +18 -18
  303. package/src/Task/TaskPopup/component/TaskItem/index.js +578 -578
  304. package/src/Task/TaskPopup/component/TaskItem/index.json +10 -10
  305. package/src/Task/TaskPopup/component/TaskItem/index.scss +245 -245
  306. package/src/Task/TaskPopup/component/TaskItem/index.wxml +145 -145
  307. package/src/Task/TaskPopup/component/TaskItem/index.wxs +7 -7
  308. package/src/Task/TaskPopup/component/TaskItem/index.wxss +1 -1
  309. package/src/Task/TaskPopup/component/TaskList/index.js +298 -298
  310. package/src/Task/TaskPopup/component/TaskList/index.json +7 -7
  311. package/src/Task/TaskPopup/component/TaskList/index.scss +66 -66
  312. package/src/Task/TaskPopup/component/TaskList/index.wxml +41 -41
  313. package/src/Task/TaskPopup/component/TaskList/index.wxss +118 -118
  314. package/src/Task/TaskPopup/component/TaskType/index.js +129 -129
  315. package/src/Task/TaskPopup/component/TaskType/index.json +13 -13
  316. package/src/Task/TaskPopup/component/TaskType/index.scss +90 -90
  317. package/src/Task/TaskPopup/component/TaskType/index.wxml +69 -69
  318. package/src/Task/TaskPopup/component/TaskType/index.wxss +1 -1
  319. package/src/Task/TaskPopup/index.js +174 -174
  320. package/src/Task/TaskPopup/index.json +7 -7
  321. package/src/Task/TaskPopup/index.scss +166 -166
  322. package/src/Task/TaskPopup/index.wxml +87 -87
  323. package/src/Task/TaskPopup/index.wxss +490 -490
  324. package/src/Task/TaskQuizPopup/components/quizContent/index.js +131 -131
  325. package/src/Task/TaskQuizPopup/components/quizContent/index.json +5 -5
  326. package/src/Task/TaskQuizPopup/components/quizContent/index.scss +191 -191
  327. package/src/Task/TaskQuizPopup/components/quizContent/index.wxml +64 -64
  328. package/src/Task/TaskQuizPopup/components/quizContent/index.wxs +78 -78
  329. package/src/Task/TaskQuizPopup/components/quizContent/index.wxss +521 -521
  330. package/src/Task/TaskQuizPopup/components/quizRichText/index.js +40 -40
  331. package/src/Task/TaskQuizPopup/components/quizRichText/index.json +5 -5
  332. package/src/Task/TaskQuizPopup/components/quizRichText/index.scss +6 -6
  333. package/src/Task/TaskQuizPopup/components/quizRichText/index.wxml +1 -1
  334. package/src/Task/TaskQuizPopup/components/quizRichText/index.wxss +298 -298
  335. package/src/Task/TaskQuizPopup/components/wxParse/base.wxml +50 -50
  336. package/src/Task/TaskQuizPopup/components/wxParse/html2json.js +623 -623
  337. package/src/Task/TaskQuizPopup/components/wxParse/htmlparser.js +183 -183
  338. package/src/Task/TaskQuizPopup/components/wxParse/iframeParse.js +216 -216
  339. package/src/Task/TaskQuizPopup/components/wxParse/loop.wxml +3563 -3563
  340. package/src/Task/TaskQuizPopup/components/wxParse/showdown.js +2364 -2364
  341. package/src/Task/TaskQuizPopup/components/wxParse/wxDiscode.js +209 -209
  342. package/src/Task/TaskQuizPopup/components/wxParse/wxParse.js +269 -269
  343. package/src/Task/TaskQuizPopup/components/wxParse/wxParse.wxml +1276 -1276
  344. package/src/Task/TaskQuizPopup/components/wxParse/wxParse.wxss +316 -316
  345. package/src/Task/TaskQuizPopup/index.js +246 -246
  346. package/src/Task/TaskQuizPopup/index.json +7 -7
  347. package/src/Task/TaskQuizPopup/index.scss +158 -158
  348. package/src/Task/TaskQuizPopup/index.wxml +99 -99
  349. package/src/Task/TaskQuizPopup/index.wxss +478 -478
  350. package/src/Task/common/task.js +55 -55
  351. package/src/Task/taskQuizRemindPopup/index.js +74 -74
  352. package/src/Task/taskQuizRemindPopup/index.json +5 -5
  353. package/src/Task/taskQuizRemindPopup/index.scss +107 -107
  354. package/src/Task/taskQuizRemindPopup/index.wxml +27 -27
  355. package/src/Task/taskQuizRemindPopup/index.wxss +286 -286
  356. package/src/Task/taskReceivePopup/coupon/index.js +68 -68
  357. package/src/Task/taskReceivePopup/coupon/index.json +6 -6
  358. package/src/Task/taskReceivePopup/coupon/index.scss +123 -123
  359. package/src/Task/taskReceivePopup/coupon/index.wxml +81 -81
  360. package/src/Task/taskReceivePopup/coupon/index.wxs +48 -48
  361. package/src/Task/taskReceivePopup/coupon/index.wxss +274 -274
  362. package/src/Task/taskReceivePopup/customPrizes/index.js +44 -44
  363. package/src/Task/taskReceivePopup/customPrizes/index.json +6 -6
  364. package/src/Task/taskReceivePopup/customPrizes/index.scss +106 -106
  365. package/src/Task/taskReceivePopup/customPrizes/index.wxml +38 -38
  366. package/src/Task/taskReceivePopup/customPrizes/index.wxs +48 -48
  367. package/src/Task/taskReceivePopup/customPrizes/index.wxss +220 -220
  368. package/src/Task/taskReceivePopup/index.js +47 -47
  369. package/src/Task/taskReceivePopup/index.json +13 -13
  370. package/src/Task/taskReceivePopup/index.wxml +32 -32
  371. package/src/Task/taskReceivePopup/index.wxss +1 -1
  372. package/src/Task/taskReceivePopup/integral/index.js +106 -106
  373. package/src/Task/taskReceivePopup/integral/index.json +7 -7
  374. package/src/Task/taskReceivePopup/integral/index.scss +60 -60
  375. package/src/Task/taskReceivePopup/integral/index.wxml +23 -23
  376. package/src/Task/taskReceivePopup/integral/index.wxss +94 -94
  377. package/src/TeacherGoodsList/index.js +997 -983
  378. package/src/TeacherGoodsList/index.json +10 -10
  379. package/src/TeacherGoodsList/index.scss +178 -178
  380. package/src/TeacherGoodsList/index.wxml +146 -144
  381. package/src/TeacherGoodsList/index.wxss +1 -1
  382. package/src/common/api/liveGoodsList.js +181 -167
  383. package/src/common/assets/copy.wxss +3 -3
  384. package/src/common/assets/images/coupon/emptypage.svg +49 -49
  385. package/src/common/assets/images/coupon/failed.svg +5 -5
  386. package/src/common/assets/images/coupon/up.svg +21 -21
  387. package/src/common/assets/images/pay/loading.svg +3 -3
  388. package/src/common/assets/images/recommend.svg +6 -6
  389. package/src/common/assets/images/refresh.svg +10 -10
  390. package/src/common/assets/images/refresh_white.svg +3 -3
  391. package/src/common/assets/images/wechat.svg +4 -4
  392. package/src/common/css/index.less +2 -2
  393. package/src/common/css/theme.less +19 -19
  394. package/src/common/css/theme.wxss +16 -16
  395. package/src/common/libs/dataUp/sensorUp.js +91 -91
  396. package/src/common/libs/playerHttp.js +58 -58
  397. package/src/common/libs/playerRequestUrl.js +39 -39
  398. package/src/common/transaction/parameter/channel-info.js +36 -36
  399. package/src/common/transaction/parameter/delivery-info.js +26 -26
  400. package/src/common/transaction/parameter/misc-parameter.js +21 -21
  401. package/src/common/utils/currency.js +52 -52
  402. package/src/common/utils/getInfoCollectionData.js +59 -59
  403. package/src/common/utils/image-cdn-slim/constant.js +8 -8
  404. package/src/common/utils/image-cdn-slim/index.js +7 -7
  405. package/src/common/utils/image-cdn-slim/utils.js +156 -156
  406. package/src/common/utils/index.js +86 -86
  407. package/src/common/utils/liveGoods.js +217 -217
  408. package/src/common/utils/specialList.js +5 -5
  409. package/src/common/utils/tool.js +72 -72
  410. package/src/common/wxs/filter.wxs +29 -29
  411. package/src/coupon/components/CouponItem/index.wxss +821 -821
  412. package/src/coupon/components/CouponSelect/index.wxss +1132 -1132
  413. package/src/coupon/index.wxss +216 -216
  414. package/src/index.js +23 -23
  415. package/src/lib.ts +5 -5
  416. package/src/project.config.json +68 -68
  417. package/src/utils.js +5 -5
  418. package/tsconfig.json +25 -25
@@ -1,821 +1,821 @@
1
- .couponNewWrap {
2
- width: 100%;
3
- margin-bottom: 3.52vmin;
4
- margin-left: auto;
5
- margin-right: auto;
6
- }
7
-
8
- .couponNewWrap .couponNewV2 {
9
- position: relative;
10
- display: flex;
11
- width: 100%;
12
- height: 29.92vmin;
13
- margin-left: auto;
14
- margin-right: auto;
15
- overflow: hidden;
16
- border-radius: 1.06667vmin;
17
- background-color: #fff;
18
- }
19
-
20
- .couponNewWrap .couponNewV2 .disabledState {
21
- background-color: #EEEEEE !important;
22
- }
23
-
24
- .couponNewWrap .couponNewV2 .disabledState .couponValue {
25
- background: #CDCDCD !important;
26
- }
27
-
28
- .couponNewWrap .couponNewV2 .couponValue {
29
- width: 30.4vmin;
30
- height: 29.92vmin;
31
- background: #FF821F !important;
32
- box-sizing: border-box;
33
- border-radius: 1.06667vmin 0 0 1.06667vmin;
34
- }
35
-
36
- .couponNewWrap .couponNewV2 .couponValue .couponPrice {
37
- position: relative;
38
- width: 100%;
39
- height: 13.2vmin;
40
- margin: 4.13333vmin auto 1.06667vmin;
41
- text-align: center;
42
- line-height: 13.2vmin;
43
- font-size: 12.93333vmin;
44
- font-weight: 500;
45
- color: #fff;
46
- }
47
-
48
- .couponNewWrap .couponNewV2 .couponValue .couponPrice .fontSmall {
49
- font-size: 7.06667vmin !important;
50
- }
51
-
52
- .couponNewWrap .couponNewV2 .couponValue .couponPrice .fontLastSmall {
53
- font-size: 4.66667vmin !important;
54
- }
55
-
56
- .couponNewWrap .couponNewV2 .couponValue .couponPrice .fixedfont {
57
- font-size: 3.52vmin !important;
58
- }
59
-
60
- .couponNewWrap .couponNewV2 .couponValue .couponPrice .fixedPercent {
61
- font-size: 4.66667vmin !important;
62
- }
63
-
64
- .couponNewWrap .couponNewV2 .couponValue .couponPrice span {
65
- position: relative;
66
- display: inline-block;
67
- }
68
-
69
- .couponNewWrap .couponNewV2 .couponValue .couponPrice .discountFont, .couponNewWrap .couponNewV2 .couponValue .couponPrice .coupon-symbol {
70
- font-size: 4.66667vmin;
71
- margin-left: 0.26667vmin;
72
- margin-left: -vmin(1);
73
- }
74
-
75
- .couponNewWrap .couponNewV2 .couponValue .couponUseCondition {
76
- width: 100%;
77
- overflow: hidden;
78
- max-height: 11.73333vmin;
79
- line-height: 5.33333vmin;
80
- color: #fff;
81
- text-align: center;
82
- }
83
-
84
- .couponNewWrap .couponNewV2 .couponValue .couponMaxDiscountNum {
85
- width: 100%;
86
- text-align: center;
87
- color: #fff;
88
- margin-bottom: 7.33333vmin;
89
- font-size: 1.33333vmin;
90
- }
91
-
92
- .couponNewWrap .couponNewV2 .couponInfo {
93
- position: relative;
94
- display: flex;
95
- flex-direction: column;
96
- justify-content: space-between;
97
- width: 49.86667vmin;
98
- height: 100%;
99
- overflow: hidden;
100
- box-sizing: border-box;
101
- padding: 2.4vmin 0 2.4vmin 3.52vmin;
102
- border-bottom-right-radius: 1.06667vmin;
103
- border-top-right-radius: 1.06667vmin;
104
- color: #888888;
105
- font-size: 2.93333vmin;
106
- text-align: left;
107
- }
108
-
109
- .couponNewWrap .couponNewV2 .couponInfo span {
110
- display: inline-block;
111
- }
112
-
113
- .couponNewWrap .couponNewV2 .couponInfo .couponName {
114
- width: 100%;
115
- line-height: 4.4vmin;
116
- white-space: nowrap;
117
- overflow: hidden;
118
- text-overflow: ellipsis;
119
- margin-bottom: 2.4vmin;
120
- color: #505050;
121
- font-size: 3.52vmin;
122
- font-weight: 500;
123
- }
124
-
125
- .couponNewWrap .couponNewV2 .couponInfo .couponUseTime {
126
- width: 100%;
127
- height: 4.13333vmin;
128
- line-height: 4.13333vmin;
129
- font-size: 2.93333vmin;
130
- }
131
-
132
- .couponNewWrap .couponNewV2 .couponInfo .noSuperposition {
133
- color: #FF821F;
134
- }
135
-
136
- .couponNewWrap .couponNewV2 .couponInfo .moreInfo {
137
- display: flex;
138
- align-items: center;
139
- padding: 0.26667vmin 0;
140
- }
141
-
142
- .couponNewWrap .couponNewV2 .couponInfo .operateBtn {
143
- width: 3.52vmin;
144
- height: 3.52vmin;
145
- cursor: pointer;
146
- margin-left: 0.88vmin;
147
- background-size: 100% 100%;
148
- }
149
-
150
- .couponNewWrap .couponNewV2 .couponInfo .retract {
151
- background: url("../../../common/assets/images/coupon/up.svg") center no-repeat;
152
- }
153
-
154
- .couponNewWrap .couponNewV2 .couponState {
155
- position: absolute;
156
- right: 0;
157
- width: 17.6vmin;
158
- height: 100%;
159
- }
160
-
161
- .couponNewWrap .couponNewV2 .couponState .superImg {
162
- width: 11.73333vmin;
163
- height: 11.73333vmin;
164
- background-size: 100% 100%;
165
- position: absolute;
166
- right: 0;
167
- }
168
-
169
- .couponNewWrap .couponNewV2 .couponState .coupon-choose-box {
170
- display: flex;
171
- align-items: center;
172
- justify-content: center;
173
- width: 100%;
174
- height: 100%;
175
- border-radius: 0 1.06667vmin 1.06667vmin 0;
176
- }
177
-
178
- .couponNewWrap .couponNewV2 .couponState .coupon-choose-box .coupon-choose {
179
- width: 5.86667vmin;
180
- height: 5.86667vmin;
181
- background-size: 100% 100%;
182
- border-radius: 50%;
183
- box-sizing: border-box;
184
- background-size: 100% 100%;
185
- }
186
-
187
- .couponNewWrap .couponNewV2 .couponState .coupon-choose-box .coupon-unchoosed {
188
- border: 0.53333vmin solid #CCC;
189
- background: none;
190
- }
191
-
192
- .couponNewWrap:last-child {
193
- margin-bottom: 0;
194
- }
195
-
196
- .couponNewWrap .detailInfo {
197
- display: flex;
198
- align-items: center;
199
- padding: 4.66667vmin;
200
- background-color: #FFFAF4;
201
- box-sizing: border-box;
202
- border-radius: 0 0 0.53vmin 0.53vmin;
203
- color: #505050;
204
- font-size: 2.93333vmin;
205
- background: #FFFAF4;
206
- text-align: left;
207
- }
208
-
209
- .couponNewWrap .detailInfo.whiteBg {
210
- background-color: #fff !important;
211
- }
212
-
213
- .couponNewWrap .detailInfo .disabledHint {
214
- width: 4vmin;
215
- height: 4vmin;
216
- margin-right: 1.06667vmin;
217
- transform: translateY(0.8vmin);
218
- }
219
-
220
- .couponNewWrap .detailInfo .instructions {
221
- font-size: 1.86667vmin;
222
- color: #505050;
223
- }
224
-
225
- .couponNewWrap .detailInfo .instructions text {
226
- white-space: pre-wrap;
227
- }
228
-
229
- @media screen and (min-width: 768px) and (orientation: portrait) {
230
- .couponNewWrap {
231
- width: 100%;
232
- margin-bottom: 1.71875vmin;
233
- margin-left: auto;
234
- margin-right: auto;
235
- }
236
- .couponNewWrap .couponNewV2 {
237
- position: relative;
238
- display: flex;
239
- width: 100%;
240
- height: 14.60938vmin;
241
- margin-left: auto;
242
- margin-right: auto;
243
- overflow: hidden;
244
- border-radius: 0.52083vmin;
245
- background-color: #fff;
246
- }
247
- .couponNewWrap .couponNewV2 .disabledState {
248
- background-color: #EEEEEE !important;
249
- }
250
- .couponNewWrap .couponNewV2 .disabledState .couponValue {
251
- background: #CDCDCD !important;
252
- }
253
- .couponNewWrap .couponNewV2 .couponValue {
254
- width: 14.84375vmin;
255
- height: 14.60938vmin;
256
- background: #FF821F !important;
257
- box-sizing: border-box;
258
- border-radius: 0.52083vmin 0 0 0.52083vmin;
259
- }
260
- .couponNewWrap .couponNewV2 .couponValue .couponPrice {
261
- position: relative;
262
- width: 100%;
263
- height: 6.44531vmin;
264
- margin: 2.01823vmin auto 0.52083vmin;
265
- text-align: center;
266
- line-height: 6.44531vmin;
267
- font-size: 6.3151vmin;
268
- font-weight: 500;
269
- color: #fff;
270
- }
271
- .couponNewWrap .couponNewV2 .couponValue .couponPrice .fontSmall {
272
- font-size: 3.45052vmin !important;
273
- }
274
- .couponNewWrap .couponNewV2 .couponValue .couponPrice .fontLastSmall {
275
- font-size: 2.27865vmin !important;
276
- }
277
- .couponNewWrap .couponNewV2 .couponValue .couponPrice .fixedfont {
278
- font-size: 1.71875vmin !important;
279
- }
280
- .couponNewWrap .couponNewV2 .couponValue .couponPrice .fixedPercent {
281
- font-size: 2.27865vmin !important;
282
- }
283
- .couponNewWrap .couponNewV2 .couponValue .couponPrice span {
284
- position: relative;
285
- display: inline-block;
286
- }
287
- .couponNewWrap .couponNewV2 .couponValue .couponPrice .discountFont, .couponNewWrap .couponNewV2 .couponValue .couponPrice .coupon-symbol {
288
- font-size: 2.27865vmin;
289
- margin-left: 0.13021vmin;
290
- margin-left: -vmin(1);
291
- }
292
- .couponNewWrap .couponNewV2 .couponValue .couponUseCondition {
293
- width: 100%;
294
- overflow: hidden;
295
- max-height: 5.72917vmin;
296
- line-height: 2.60417vmin;
297
- color: #fff;
298
- text-align: center;
299
- }
300
- .couponNewWrap .couponNewV2 .couponValue .couponMaxDiscountNum {
301
- width: 100%;
302
- text-align: center;
303
- color: #fff;
304
- margin-bottom: 3.58073vmin;
305
- font-size: 0.65104vmin;
306
- }
307
- .couponNewWrap .couponNewV2 .couponInfo {
308
- position: relative;
309
- display: flex;
310
- flex-direction: column;
311
- justify-content: space-between;
312
- width: 24.34896vmin;
313
- height: 100%;
314
- overflow: hidden;
315
- box-sizing: border-box;
316
- padding: 1.17188vmin 0 1.17188vmin 1.71875vmin;
317
- border-bottom-right-radius: 0.52083vmin;
318
- border-top-right-radius: 0.52083vmin;
319
- color: #888888;
320
- font-size: 1.43229vmin;
321
- text-align: left;
322
- }
323
- .couponNewWrap .couponNewV2 .couponInfo span {
324
- display: inline-block;
325
- }
326
- .couponNewWrap .couponNewV2 .couponInfo .couponName {
327
- width: 100%;
328
- line-height: 2.14844vmin;
329
- white-space: nowrap;
330
- overflow: hidden;
331
- text-overflow: ellipsis;
332
- margin-bottom: 1.17188vmin;
333
- color: #505050;
334
- font-size: 1.71875vmin;
335
- font-weight: 500;
336
- }
337
- .couponNewWrap .couponNewV2 .couponInfo .couponUseTime {
338
- width: 100%;
339
- height: 2.01823vmin;
340
- line-height: 2.01823vmin;
341
- font-size: 1.43229vmin;
342
- }
343
- .couponNewWrap .couponNewV2 .couponInfo .noSuperposition {
344
- color: #FF821F;
345
- }
346
- .couponNewWrap .couponNewV2 .couponInfo .moreInfo {
347
- display: flex;
348
- align-items: center;
349
- padding: 0.13021vmin 0;
350
- }
351
- .couponNewWrap .couponNewV2 .couponInfo .operateBtn {
352
- width: 1.71875vmin;
353
- height: 1.71875vmin;
354
- cursor: pointer;
355
- margin-left: 0.42969vmin;
356
- background-size: 100% 100%;
357
- }
358
- .couponNewWrap .couponNewV2 .couponInfo .retract {
359
- background: url("../../../common/assets/images/coupon/up.svg") center no-repeat;
360
- }
361
- .couponNewWrap .couponNewV2 .couponState {
362
- position: absolute;
363
- right: 0;
364
- width: 8.59375vmin;
365
- height: 100%;
366
- }
367
- .couponNewWrap .couponNewV2 .couponState .superImg {
368
- width: 5.72917vmin;
369
- height: 5.72917vmin;
370
- background-size: 100% 100%;
371
- position: absolute;
372
- right: 0;
373
- }
374
- .couponNewWrap .couponNewV2 .couponState .coupon-choose-box {
375
- display: flex;
376
- align-items: center;
377
- justify-content: center;
378
- width: 100%;
379
- height: 100%;
380
- border-radius: 0 0.52083vmin 0.52083vmin 0;
381
- }
382
- .couponNewWrap .couponNewV2 .couponState .coupon-choose-box .coupon-choose {
383
- width: 2.86458vmin;
384
- height: 2.86458vmin;
385
- background-size: 100% 100%;
386
- border-radius: 50%;
387
- box-sizing: border-box;
388
- background-size: 100% 100%;
389
- }
390
- .couponNewWrap .couponNewV2 .couponState .coupon-choose-box .coupon-unchoosed {
391
- border: 0.26042vmin solid #CCC;
392
- background: none;
393
- }
394
- .couponNewWrap:last-child {
395
- margin-bottom: 0;
396
- }
397
- .couponNewWrap .detailInfo {
398
- display: flex;
399
- align-items: center;
400
- padding: 2.27865vmin;
401
- background-color: #FFFAF4;
402
- box-sizing: border-box;
403
- border-radius: 0 0 0.53vmin 0.53vmin;
404
- color: #505050;
405
- font-size: 1.43229vmin;
406
- background: #FFFAF4;
407
- text-align: left;
408
- }
409
- .couponNewWrap .detailInfo.whiteBg {
410
- background-color: #fff !important;
411
- }
412
- .couponNewWrap .detailInfo .disabledHint {
413
- width: 1.95312vmin;
414
- height: 1.95312vmin;
415
- margin-right: 0.52083vmin;
416
- transform: translateY(0.39062vmin);
417
- }
418
- .couponNewWrap .detailInfo .instructions {
419
- font-size: 0.91146vmin;
420
- color: #505050;
421
- }
422
- .couponNewWrap .detailInfo .instructions text {
423
- white-space: pre-wrap;
424
- }
425
- }
426
-
427
- @media screen and (min-height: 630px) and (orientation: landscape) {
428
- .couponNewWrap {
429
- width: 100%;
430
- margin-bottom: 2.09524vmin;
431
- margin-left: auto;
432
- margin-right: auto;
433
- }
434
- .couponNewWrap .couponNewV2 {
435
- position: relative;
436
- display: flex;
437
- width: 100%;
438
- height: 17.80952vmin;
439
- margin-left: auto;
440
- margin-right: auto;
441
- overflow: hidden;
442
- border-radius: 0.63492vmin;
443
- background-color: #fff;
444
- }
445
- .couponNewWrap .couponNewV2 .disabledState {
446
- background-color: #EEEEEE !important;
447
- }
448
- .couponNewWrap .couponNewV2 .disabledState .couponValue {
449
- background: #CDCDCD !important;
450
- }
451
- .couponNewWrap .couponNewV2 .couponValue {
452
- width: 18.09524vmin;
453
- height: 17.80952vmin;
454
- background: #FF821F !important;
455
- box-sizing: border-box;
456
- border-radius: 0.63492vmin 0 0 0.63492vmin;
457
- }
458
- .couponNewWrap .couponNewV2 .couponValue .couponPrice {
459
- position: relative;
460
- width: 100%;
461
- height: 7.85714vmin;
462
- margin: 2.46032vmin auto 0.63492vmin;
463
- text-align: center;
464
- line-height: 7.85714vmin;
465
- font-size: 7.69841vmin;
466
- font-weight: 500;
467
- color: #fff;
468
- }
469
- .couponNewWrap .couponNewV2 .couponValue .couponPrice .fontSmall {
470
- font-size: 4.20635vmin !important;
471
- }
472
- .couponNewWrap .couponNewV2 .couponValue .couponPrice .fontLastSmall {
473
- font-size: 2.77778vmin !important;
474
- }
475
- .couponNewWrap .couponNewV2 .couponValue .couponPrice .fixedfont {
476
- font-size: 2.09524vmin !important;
477
- }
478
- .couponNewWrap .couponNewV2 .couponValue .couponPrice .fixedPercent {
479
- font-size: 2.77778vmin !important;
480
- }
481
- .couponNewWrap .couponNewV2 .couponValue .couponPrice span {
482
- position: relative;
483
- display: inline-block;
484
- }
485
- .couponNewWrap .couponNewV2 .couponValue .couponPrice .discountFont, .couponNewWrap .couponNewV2 .couponValue .couponPrice .coupon-symbol {
486
- font-size: 2.77778vmin;
487
- margin-left: 0.15873vmin;
488
- margin-left: -vmin(1);
489
- }
490
- .couponNewWrap .couponNewV2 .couponValue .couponUseCondition {
491
- width: 100%;
492
- overflow: hidden;
493
- max-height: 6.98413vmin;
494
- line-height: 3.1746vmin;
495
- color: #fff;
496
- text-align: center;
497
- }
498
- .couponNewWrap .couponNewV2 .couponValue .couponMaxDiscountNum {
499
- width: 100%;
500
- text-align: center;
501
- color: #fff;
502
- margin-bottom: 4.36508vmin;
503
- font-size: 0.79365vmin;
504
- }
505
- .couponNewWrap .couponNewV2 .couponInfo {
506
- position: relative;
507
- display: flex;
508
- flex-direction: column;
509
- justify-content: space-between;
510
- width: 29.68254vmin;
511
- height: 100%;
512
- overflow: hidden;
513
- box-sizing: border-box;
514
- padding: 1.42857vmin 0 1.42857vmin 2.09524vmin;
515
- border-bottom-right-radius: 0.63492vmin;
516
- border-top-right-radius: 0.63492vmin;
517
- color: #888888;
518
- font-size: 1.74603vmin;
519
- text-align: left;
520
- }
521
- .couponNewWrap .couponNewV2 .couponInfo span {
522
- display: inline-block;
523
- }
524
- .couponNewWrap .couponNewV2 .couponInfo .couponName {
525
- width: 100%;
526
- line-height: 2.61905vmin;
527
- white-space: nowrap;
528
- overflow: hidden;
529
- text-overflow: ellipsis;
530
- margin-bottom: 1.42857vmin;
531
- color: #505050;
532
- font-size: 2.09524vmin;
533
- font-weight: 500;
534
- }
535
- .couponNewWrap .couponNewV2 .couponInfo .couponUseTime {
536
- width: 100%;
537
- height: 2.46032vmin;
538
- line-height: 2.46032vmin;
539
- font-size: 1.74603vmin;
540
- }
541
- .couponNewWrap .couponNewV2 .couponInfo .noSuperposition {
542
- color: #FF821F;
543
- }
544
- .couponNewWrap .couponNewV2 .couponInfo .moreInfo {
545
- display: flex;
546
- align-items: center;
547
- padding: 0.15873vmin 0;
548
- }
549
- .couponNewWrap .couponNewV2 .couponInfo .operateBtn {
550
- width: 2.09524vmin;
551
- height: 2.09524vmin;
552
- cursor: pointer;
553
- margin-left: 0.52381vmin;
554
- background-size: 100% 100%;
555
- }
556
- .couponNewWrap .couponNewV2 .couponInfo .retract {
557
- background: url("../../../common/assets/images/coupon/up.svg") center no-repeat;
558
- }
559
- .couponNewWrap .couponNewV2 .couponState {
560
- position: absolute;
561
- right: 0;
562
- width: 10.47619vmin;
563
- height: 100%;
564
- }
565
- .couponNewWrap .couponNewV2 .couponState .superImg {
566
- width: 6.98413vmin;
567
- height: 6.98413vmin;
568
- background-size: 100% 100%;
569
- position: absolute;
570
- right: 0;
571
- }
572
- .couponNewWrap .couponNewV2 .couponState .coupon-choose-box {
573
- display: flex;
574
- align-items: center;
575
- justify-content: center;
576
- width: 100%;
577
- height: 100%;
578
- border-radius: 0 0.63492vmin 0.63492vmin 0;
579
- }
580
- .couponNewWrap .couponNewV2 .couponState .coupon-choose-box .coupon-choose {
581
- width: 3.49206vmin;
582
- height: 3.49206vmin;
583
- background-size: 100% 100%;
584
- border-radius: 50%;
585
- box-sizing: border-box;
586
- background-size: 100% 100%;
587
- }
588
- .couponNewWrap .couponNewV2 .couponState .coupon-choose-box .coupon-unchoosed {
589
- border: 0.31746vmin solid #CCC;
590
- background: none;
591
- }
592
- .couponNewWrap:last-child {
593
- margin-bottom: 0;
594
- }
595
- .couponNewWrap .detailInfo {
596
- display: flex;
597
- align-items: center;
598
- padding: 2.77778vmin;
599
- background-color: #FFFAF4;
600
- box-sizing: border-box;
601
- border-radius: 0 0 0.53vmin 0.53vmin;
602
- color: #505050;
603
- font-size: 1.74603vmin;
604
- background: #FFFAF4;
605
- text-align: left;
606
- }
607
- .couponNewWrap .detailInfo.whiteBg {
608
- background-color: #fff !important;
609
- }
610
- .couponNewWrap .detailInfo .disabledHint {
611
- width: 2.38095vmin;
612
- height: 2.38095vmin;
613
- margin-right: 0.63492vmin;
614
- transform: translateY(0.47619vmin);
615
- }
616
- .couponNewWrap .detailInfo .instructions {
617
- font-size: 1.11111vmin;
618
- color: #505050;
619
- }
620
- .couponNewWrap .detailInfo .instructions text {
621
- white-space: pre-wrap;
622
- }
623
- }
624
-
625
- @media screen and (min-height: 768px) and (orientation: landscape) {
626
- .couponNewWrap {
627
- width: 100%;
628
- margin-bottom: 1.71875vmin;
629
- margin-left: auto;
630
- margin-right: auto;
631
- }
632
- .couponNewWrap .couponNewV2 {
633
- position: relative;
634
- display: flex;
635
- width: 100%;
636
- height: 14.60938vmin;
637
- margin-left: auto;
638
- margin-right: auto;
639
- overflow: hidden;
640
- border-radius: 0.52083vmin;
641
- background-color: #fff;
642
- }
643
- .couponNewWrap .couponNewV2 .disabledState {
644
- background-color: #EEEEEE !important;
645
- }
646
- .couponNewWrap .couponNewV2 .disabledState .couponValue {
647
- background: #CDCDCD !important;
648
- }
649
- .couponNewWrap .couponNewV2 .couponValue {
650
- width: 14.84375vmin;
651
- height: 14.60938vmin;
652
- background: #FF821F !important;
653
- box-sizing: border-box;
654
- border-radius: 0.52083vmin 0 0 0.52083vmin;
655
- }
656
- .couponNewWrap .couponNewV2 .couponValue .couponPrice {
657
- position: relative;
658
- width: 100%;
659
- height: 6.44531vmin;
660
- margin: 2.01823vmin auto 0.52083vmin;
661
- text-align: center;
662
- line-height: 6.44531vmin;
663
- font-size: 6.3151vmin;
664
- font-weight: 500;
665
- color: #fff;
666
- }
667
- .couponNewWrap .couponNewV2 .couponValue .couponPrice .fontSmall {
668
- font-size: 3.45052vmin !important;
669
- }
670
- .couponNewWrap .couponNewV2 .couponValue .couponPrice .fontLastSmall {
671
- font-size: 2.27865vmin !important;
672
- }
673
- .couponNewWrap .couponNewV2 .couponValue .couponPrice .fixedfont {
674
- font-size: 1.71875vmin !important;
675
- }
676
- .couponNewWrap .couponNewV2 .couponValue .couponPrice .fixedPercent {
677
- font-size: 2.27865vmin !important;
678
- }
679
- .couponNewWrap .couponNewV2 .couponValue .couponPrice span {
680
- position: relative;
681
- display: inline-block;
682
- }
683
- .couponNewWrap .couponNewV2 .couponValue .couponPrice .discountFont, .couponNewWrap .couponNewV2 .couponValue .couponPrice .coupon-symbol {
684
- font-size: 2.27865vmin;
685
- margin-left: 0.13021vmin;
686
- margin-left: -vmin(1);
687
- }
688
- .couponNewWrap .couponNewV2 .couponValue .couponUseCondition {
689
- width: 100%;
690
- overflow: hidden;
691
- max-height: 5.72917vmin;
692
- line-height: 2.60417vmin;
693
- color: #fff;
694
- text-align: center;
695
- }
696
- .couponNewWrap .couponNewV2 .couponValue .couponMaxDiscountNum {
697
- width: 100%;
698
- text-align: center;
699
- color: #fff;
700
- margin-bottom: 3.58073vmin;
701
- font-size: 0.65104vmin;
702
- }
703
- .couponNewWrap .couponNewV2 .couponInfo {
704
- position: relative;
705
- display: flex;
706
- flex-direction: column;
707
- justify-content: space-between;
708
- width: 24.34896vmin;
709
- height: 100%;
710
- overflow: hidden;
711
- box-sizing: border-box;
712
- padding: 1.17188vmin 0 1.17188vmin 1.71875vmin;
713
- border-bottom-right-radius: 0.52083vmin;
714
- border-top-right-radius: 0.52083vmin;
715
- color: #888888;
716
- font-size: 1.43229vmin;
717
- text-align: left;
718
- }
719
- .couponNewWrap .couponNewV2 .couponInfo span {
720
- display: inline-block;
721
- }
722
- .couponNewWrap .couponNewV2 .couponInfo .couponName {
723
- width: 100%;
724
- line-height: 2.14844vmin;
725
- white-space: nowrap;
726
- overflow: hidden;
727
- text-overflow: ellipsis;
728
- margin-bottom: 1.17188vmin;
729
- color: #505050;
730
- font-size: 1.71875vmin;
731
- font-weight: 500;
732
- }
733
- .couponNewWrap .couponNewV2 .couponInfo .couponUseTime {
734
- width: 100%;
735
- height: 2.01823vmin;
736
- line-height: 2.01823vmin;
737
- font-size: 1.43229vmin;
738
- }
739
- .couponNewWrap .couponNewV2 .couponInfo .noSuperposition {
740
- color: #FF821F;
741
- }
742
- .couponNewWrap .couponNewV2 .couponInfo .moreInfo {
743
- display: flex;
744
- align-items: center;
745
- padding: 0.13021vmin 0;
746
- }
747
- .couponNewWrap .couponNewV2 .couponInfo .operateBtn {
748
- width: 1.71875vmin;
749
- height: 1.71875vmin;
750
- cursor: pointer;
751
- margin-left: 0.42969vmin;
752
- background-size: 100% 100%;
753
- }
754
- .couponNewWrap .couponNewV2 .couponInfo .retract {
755
- background: url("../../../common/assets/images/coupon/up.svg") center no-repeat;
756
- }
757
- .couponNewWrap .couponNewV2 .couponState {
758
- position: absolute;
759
- right: 0;
760
- width: 8.59375vmin;
761
- height: 100%;
762
- }
763
- .couponNewWrap .couponNewV2 .couponState .superImg {
764
- width: 5.72917vmin;
765
- height: 5.72917vmin;
766
- background-size: 100% 100%;
767
- position: absolute;
768
- right: 0;
769
- }
770
- .couponNewWrap .couponNewV2 .couponState .coupon-choose-box {
771
- display: flex;
772
- align-items: center;
773
- justify-content: center;
774
- width: 100%;
775
- height: 100%;
776
- border-radius: 0 0.52083vmin 0.52083vmin 0;
777
- }
778
- .couponNewWrap .couponNewV2 .couponState .coupon-choose-box .coupon-choose {
779
- width: 2.86458vmin;
780
- height: 2.86458vmin;
781
- background-size: 100% 100%;
782
- border-radius: 50%;
783
- box-sizing: border-box;
784
- background-size: 100% 100%;
785
- }
786
- .couponNewWrap .couponNewV2 .couponState .coupon-choose-box .coupon-unchoosed {
787
- border: 0.26042vmin solid #CCC;
788
- background: none;
789
- }
790
- .couponNewWrap:last-child {
791
- margin-bottom: 0;
792
- }
793
- .couponNewWrap .detailInfo {
794
- display: flex;
795
- align-items: center;
796
- padding: 2.27865vmin;
797
- background-color: #FFFAF4;
798
- box-sizing: border-box;
799
- border-radius: 0 0 0.53vmin 0.53vmin;
800
- color: #505050;
801
- font-size: 1.43229vmin;
802
- background: #FFFAF4;
803
- text-align: left;
804
- }
805
- .couponNewWrap .detailInfo.whiteBg {
806
- background-color: #fff !important;
807
- }
808
- .couponNewWrap .detailInfo .disabledHint {
809
- width: 1.95312vmin;
810
- height: 1.95312vmin;
811
- margin-right: 0.52083vmin;
812
- transform: translateY(0.39062vmin);
813
- }
814
- .couponNewWrap .detailInfo .instructions {
815
- font-size: 0.91146vmin;
816
- color: #505050;
817
- }
818
- .couponNewWrap .detailInfo .instructions text {
819
- white-space: pre-wrap;
820
- }
821
- }
1
+ .couponNewWrap {
2
+ width: 100%;
3
+ margin-bottom: 3.52vmin;
4
+ margin-left: auto;
5
+ margin-right: auto;
6
+ }
7
+
8
+ .couponNewWrap .couponNewV2 {
9
+ position: relative;
10
+ display: flex;
11
+ width: 100%;
12
+ height: 29.92vmin;
13
+ margin-left: auto;
14
+ margin-right: auto;
15
+ overflow: hidden;
16
+ border-radius: 1.06667vmin;
17
+ background-color: #fff;
18
+ }
19
+
20
+ .couponNewWrap .couponNewV2 .disabledState {
21
+ background-color: #EEEEEE !important;
22
+ }
23
+
24
+ .couponNewWrap .couponNewV2 .disabledState .couponValue {
25
+ background: #CDCDCD !important;
26
+ }
27
+
28
+ .couponNewWrap .couponNewV2 .couponValue {
29
+ width: 30.4vmin;
30
+ height: 29.92vmin;
31
+ background: #FF821F !important;
32
+ box-sizing: border-box;
33
+ border-radius: 1.06667vmin 0 0 1.06667vmin;
34
+ }
35
+
36
+ .couponNewWrap .couponNewV2 .couponValue .couponPrice {
37
+ position: relative;
38
+ width: 100%;
39
+ height: 13.2vmin;
40
+ margin: 4.13333vmin auto 1.06667vmin;
41
+ text-align: center;
42
+ line-height: 13.2vmin;
43
+ font-size: 12.93333vmin;
44
+ font-weight: 500;
45
+ color: #fff;
46
+ }
47
+
48
+ .couponNewWrap .couponNewV2 .couponValue .couponPrice .fontSmall {
49
+ font-size: 7.06667vmin !important;
50
+ }
51
+
52
+ .couponNewWrap .couponNewV2 .couponValue .couponPrice .fontLastSmall {
53
+ font-size: 4.66667vmin !important;
54
+ }
55
+
56
+ .couponNewWrap .couponNewV2 .couponValue .couponPrice .fixedfont {
57
+ font-size: 3.52vmin !important;
58
+ }
59
+
60
+ .couponNewWrap .couponNewV2 .couponValue .couponPrice .fixedPercent {
61
+ font-size: 4.66667vmin !important;
62
+ }
63
+
64
+ .couponNewWrap .couponNewV2 .couponValue .couponPrice span {
65
+ position: relative;
66
+ display: inline-block;
67
+ }
68
+
69
+ .couponNewWrap .couponNewV2 .couponValue .couponPrice .discountFont, .couponNewWrap .couponNewV2 .couponValue .couponPrice .coupon-symbol {
70
+ font-size: 4.66667vmin;
71
+ margin-left: 0.26667vmin;
72
+ margin-left: -vmin(1);
73
+ }
74
+
75
+ .couponNewWrap .couponNewV2 .couponValue .couponUseCondition {
76
+ width: 100%;
77
+ overflow: hidden;
78
+ max-height: 11.73333vmin;
79
+ line-height: 5.33333vmin;
80
+ color: #fff;
81
+ text-align: center;
82
+ }
83
+
84
+ .couponNewWrap .couponNewV2 .couponValue .couponMaxDiscountNum {
85
+ width: 100%;
86
+ text-align: center;
87
+ color: #fff;
88
+ margin-bottom: 7.33333vmin;
89
+ font-size: 1.33333vmin;
90
+ }
91
+
92
+ .couponNewWrap .couponNewV2 .couponInfo {
93
+ position: relative;
94
+ display: flex;
95
+ flex-direction: column;
96
+ justify-content: space-between;
97
+ width: 49.86667vmin;
98
+ height: 100%;
99
+ overflow: hidden;
100
+ box-sizing: border-box;
101
+ padding: 2.4vmin 0 2.4vmin 3.52vmin;
102
+ border-bottom-right-radius: 1.06667vmin;
103
+ border-top-right-radius: 1.06667vmin;
104
+ color: #888888;
105
+ font-size: 2.93333vmin;
106
+ text-align: left;
107
+ }
108
+
109
+ .couponNewWrap .couponNewV2 .couponInfo span {
110
+ display: inline-block;
111
+ }
112
+
113
+ .couponNewWrap .couponNewV2 .couponInfo .couponName {
114
+ width: 100%;
115
+ line-height: 4.4vmin;
116
+ white-space: nowrap;
117
+ overflow: hidden;
118
+ text-overflow: ellipsis;
119
+ margin-bottom: 2.4vmin;
120
+ color: #505050;
121
+ font-size: 3.52vmin;
122
+ font-weight: 500;
123
+ }
124
+
125
+ .couponNewWrap .couponNewV2 .couponInfo .couponUseTime {
126
+ width: 100%;
127
+ height: 4.13333vmin;
128
+ line-height: 4.13333vmin;
129
+ font-size: 2.93333vmin;
130
+ }
131
+
132
+ .couponNewWrap .couponNewV2 .couponInfo .noSuperposition {
133
+ color: #FF821F;
134
+ }
135
+
136
+ .couponNewWrap .couponNewV2 .couponInfo .moreInfo {
137
+ display: flex;
138
+ align-items: center;
139
+ padding: 0.26667vmin 0;
140
+ }
141
+
142
+ .couponNewWrap .couponNewV2 .couponInfo .operateBtn {
143
+ width: 3.52vmin;
144
+ height: 3.52vmin;
145
+ cursor: pointer;
146
+ margin-left: 0.88vmin;
147
+ background-size: 100% 100%;
148
+ }
149
+
150
+ .couponNewWrap .couponNewV2 .couponInfo .retract {
151
+ background: url("../../../common/assets/images/coupon/up.svg") center no-repeat;
152
+ }
153
+
154
+ .couponNewWrap .couponNewV2 .couponState {
155
+ position: absolute;
156
+ right: 0;
157
+ width: 17.6vmin;
158
+ height: 100%;
159
+ }
160
+
161
+ .couponNewWrap .couponNewV2 .couponState .superImg {
162
+ width: 11.73333vmin;
163
+ height: 11.73333vmin;
164
+ background-size: 100% 100%;
165
+ position: absolute;
166
+ right: 0;
167
+ }
168
+
169
+ .couponNewWrap .couponNewV2 .couponState .coupon-choose-box {
170
+ display: flex;
171
+ align-items: center;
172
+ justify-content: center;
173
+ width: 100%;
174
+ height: 100%;
175
+ border-radius: 0 1.06667vmin 1.06667vmin 0;
176
+ }
177
+
178
+ .couponNewWrap .couponNewV2 .couponState .coupon-choose-box .coupon-choose {
179
+ width: 5.86667vmin;
180
+ height: 5.86667vmin;
181
+ background-size: 100% 100%;
182
+ border-radius: 50%;
183
+ box-sizing: border-box;
184
+ background-size: 100% 100%;
185
+ }
186
+
187
+ .couponNewWrap .couponNewV2 .couponState .coupon-choose-box .coupon-unchoosed {
188
+ border: 0.53333vmin solid #CCC;
189
+ background: none;
190
+ }
191
+
192
+ .couponNewWrap:last-child {
193
+ margin-bottom: 0;
194
+ }
195
+
196
+ .couponNewWrap .detailInfo {
197
+ display: flex;
198
+ align-items: center;
199
+ padding: 4.66667vmin;
200
+ background-color: #FFFAF4;
201
+ box-sizing: border-box;
202
+ border-radius: 0 0 0.53vmin 0.53vmin;
203
+ color: #505050;
204
+ font-size: 2.93333vmin;
205
+ background: #FFFAF4;
206
+ text-align: left;
207
+ }
208
+
209
+ .couponNewWrap .detailInfo.whiteBg {
210
+ background-color: #fff !important;
211
+ }
212
+
213
+ .couponNewWrap .detailInfo .disabledHint {
214
+ width: 4vmin;
215
+ height: 4vmin;
216
+ margin-right: 1.06667vmin;
217
+ transform: translateY(0.8vmin);
218
+ }
219
+
220
+ .couponNewWrap .detailInfo .instructions {
221
+ font-size: 1.86667vmin;
222
+ color: #505050;
223
+ }
224
+
225
+ .couponNewWrap .detailInfo .instructions text {
226
+ white-space: pre-wrap;
227
+ }
228
+
229
+ @media screen and (min-width: 768px) and (orientation: portrait) {
230
+ .couponNewWrap {
231
+ width: 100%;
232
+ margin-bottom: 1.71875vmin;
233
+ margin-left: auto;
234
+ margin-right: auto;
235
+ }
236
+ .couponNewWrap .couponNewV2 {
237
+ position: relative;
238
+ display: flex;
239
+ width: 100%;
240
+ height: 14.60938vmin;
241
+ margin-left: auto;
242
+ margin-right: auto;
243
+ overflow: hidden;
244
+ border-radius: 0.52083vmin;
245
+ background-color: #fff;
246
+ }
247
+ .couponNewWrap .couponNewV2 .disabledState {
248
+ background-color: #EEEEEE !important;
249
+ }
250
+ .couponNewWrap .couponNewV2 .disabledState .couponValue {
251
+ background: #CDCDCD !important;
252
+ }
253
+ .couponNewWrap .couponNewV2 .couponValue {
254
+ width: 14.84375vmin;
255
+ height: 14.60938vmin;
256
+ background: #FF821F !important;
257
+ box-sizing: border-box;
258
+ border-radius: 0.52083vmin 0 0 0.52083vmin;
259
+ }
260
+ .couponNewWrap .couponNewV2 .couponValue .couponPrice {
261
+ position: relative;
262
+ width: 100%;
263
+ height: 6.44531vmin;
264
+ margin: 2.01823vmin auto 0.52083vmin;
265
+ text-align: center;
266
+ line-height: 6.44531vmin;
267
+ font-size: 6.3151vmin;
268
+ font-weight: 500;
269
+ color: #fff;
270
+ }
271
+ .couponNewWrap .couponNewV2 .couponValue .couponPrice .fontSmall {
272
+ font-size: 3.45052vmin !important;
273
+ }
274
+ .couponNewWrap .couponNewV2 .couponValue .couponPrice .fontLastSmall {
275
+ font-size: 2.27865vmin !important;
276
+ }
277
+ .couponNewWrap .couponNewV2 .couponValue .couponPrice .fixedfont {
278
+ font-size: 1.71875vmin !important;
279
+ }
280
+ .couponNewWrap .couponNewV2 .couponValue .couponPrice .fixedPercent {
281
+ font-size: 2.27865vmin !important;
282
+ }
283
+ .couponNewWrap .couponNewV2 .couponValue .couponPrice span {
284
+ position: relative;
285
+ display: inline-block;
286
+ }
287
+ .couponNewWrap .couponNewV2 .couponValue .couponPrice .discountFont, .couponNewWrap .couponNewV2 .couponValue .couponPrice .coupon-symbol {
288
+ font-size: 2.27865vmin;
289
+ margin-left: 0.13021vmin;
290
+ margin-left: -vmin(1);
291
+ }
292
+ .couponNewWrap .couponNewV2 .couponValue .couponUseCondition {
293
+ width: 100%;
294
+ overflow: hidden;
295
+ max-height: 5.72917vmin;
296
+ line-height: 2.60417vmin;
297
+ color: #fff;
298
+ text-align: center;
299
+ }
300
+ .couponNewWrap .couponNewV2 .couponValue .couponMaxDiscountNum {
301
+ width: 100%;
302
+ text-align: center;
303
+ color: #fff;
304
+ margin-bottom: 3.58073vmin;
305
+ font-size: 0.65104vmin;
306
+ }
307
+ .couponNewWrap .couponNewV2 .couponInfo {
308
+ position: relative;
309
+ display: flex;
310
+ flex-direction: column;
311
+ justify-content: space-between;
312
+ width: 24.34896vmin;
313
+ height: 100%;
314
+ overflow: hidden;
315
+ box-sizing: border-box;
316
+ padding: 1.17188vmin 0 1.17188vmin 1.71875vmin;
317
+ border-bottom-right-radius: 0.52083vmin;
318
+ border-top-right-radius: 0.52083vmin;
319
+ color: #888888;
320
+ font-size: 1.43229vmin;
321
+ text-align: left;
322
+ }
323
+ .couponNewWrap .couponNewV2 .couponInfo span {
324
+ display: inline-block;
325
+ }
326
+ .couponNewWrap .couponNewV2 .couponInfo .couponName {
327
+ width: 100%;
328
+ line-height: 2.14844vmin;
329
+ white-space: nowrap;
330
+ overflow: hidden;
331
+ text-overflow: ellipsis;
332
+ margin-bottom: 1.17188vmin;
333
+ color: #505050;
334
+ font-size: 1.71875vmin;
335
+ font-weight: 500;
336
+ }
337
+ .couponNewWrap .couponNewV2 .couponInfo .couponUseTime {
338
+ width: 100%;
339
+ height: 2.01823vmin;
340
+ line-height: 2.01823vmin;
341
+ font-size: 1.43229vmin;
342
+ }
343
+ .couponNewWrap .couponNewV2 .couponInfo .noSuperposition {
344
+ color: #FF821F;
345
+ }
346
+ .couponNewWrap .couponNewV2 .couponInfo .moreInfo {
347
+ display: flex;
348
+ align-items: center;
349
+ padding: 0.13021vmin 0;
350
+ }
351
+ .couponNewWrap .couponNewV2 .couponInfo .operateBtn {
352
+ width: 1.71875vmin;
353
+ height: 1.71875vmin;
354
+ cursor: pointer;
355
+ margin-left: 0.42969vmin;
356
+ background-size: 100% 100%;
357
+ }
358
+ .couponNewWrap .couponNewV2 .couponInfo .retract {
359
+ background: url("../../../common/assets/images/coupon/up.svg") center no-repeat;
360
+ }
361
+ .couponNewWrap .couponNewV2 .couponState {
362
+ position: absolute;
363
+ right: 0;
364
+ width: 8.59375vmin;
365
+ height: 100%;
366
+ }
367
+ .couponNewWrap .couponNewV2 .couponState .superImg {
368
+ width: 5.72917vmin;
369
+ height: 5.72917vmin;
370
+ background-size: 100% 100%;
371
+ position: absolute;
372
+ right: 0;
373
+ }
374
+ .couponNewWrap .couponNewV2 .couponState .coupon-choose-box {
375
+ display: flex;
376
+ align-items: center;
377
+ justify-content: center;
378
+ width: 100%;
379
+ height: 100%;
380
+ border-radius: 0 0.52083vmin 0.52083vmin 0;
381
+ }
382
+ .couponNewWrap .couponNewV2 .couponState .coupon-choose-box .coupon-choose {
383
+ width: 2.86458vmin;
384
+ height: 2.86458vmin;
385
+ background-size: 100% 100%;
386
+ border-radius: 50%;
387
+ box-sizing: border-box;
388
+ background-size: 100% 100%;
389
+ }
390
+ .couponNewWrap .couponNewV2 .couponState .coupon-choose-box .coupon-unchoosed {
391
+ border: 0.26042vmin solid #CCC;
392
+ background: none;
393
+ }
394
+ .couponNewWrap:last-child {
395
+ margin-bottom: 0;
396
+ }
397
+ .couponNewWrap .detailInfo {
398
+ display: flex;
399
+ align-items: center;
400
+ padding: 2.27865vmin;
401
+ background-color: #FFFAF4;
402
+ box-sizing: border-box;
403
+ border-radius: 0 0 0.53vmin 0.53vmin;
404
+ color: #505050;
405
+ font-size: 1.43229vmin;
406
+ background: #FFFAF4;
407
+ text-align: left;
408
+ }
409
+ .couponNewWrap .detailInfo.whiteBg {
410
+ background-color: #fff !important;
411
+ }
412
+ .couponNewWrap .detailInfo .disabledHint {
413
+ width: 1.95312vmin;
414
+ height: 1.95312vmin;
415
+ margin-right: 0.52083vmin;
416
+ transform: translateY(0.39062vmin);
417
+ }
418
+ .couponNewWrap .detailInfo .instructions {
419
+ font-size: 0.91146vmin;
420
+ color: #505050;
421
+ }
422
+ .couponNewWrap .detailInfo .instructions text {
423
+ white-space: pre-wrap;
424
+ }
425
+ }
426
+
427
+ @media screen and (min-height: 630px) and (orientation: landscape) {
428
+ .couponNewWrap {
429
+ width: 100%;
430
+ margin-bottom: 2.09524vmin;
431
+ margin-left: auto;
432
+ margin-right: auto;
433
+ }
434
+ .couponNewWrap .couponNewV2 {
435
+ position: relative;
436
+ display: flex;
437
+ width: 100%;
438
+ height: 17.80952vmin;
439
+ margin-left: auto;
440
+ margin-right: auto;
441
+ overflow: hidden;
442
+ border-radius: 0.63492vmin;
443
+ background-color: #fff;
444
+ }
445
+ .couponNewWrap .couponNewV2 .disabledState {
446
+ background-color: #EEEEEE !important;
447
+ }
448
+ .couponNewWrap .couponNewV2 .disabledState .couponValue {
449
+ background: #CDCDCD !important;
450
+ }
451
+ .couponNewWrap .couponNewV2 .couponValue {
452
+ width: 18.09524vmin;
453
+ height: 17.80952vmin;
454
+ background: #FF821F !important;
455
+ box-sizing: border-box;
456
+ border-radius: 0.63492vmin 0 0 0.63492vmin;
457
+ }
458
+ .couponNewWrap .couponNewV2 .couponValue .couponPrice {
459
+ position: relative;
460
+ width: 100%;
461
+ height: 7.85714vmin;
462
+ margin: 2.46032vmin auto 0.63492vmin;
463
+ text-align: center;
464
+ line-height: 7.85714vmin;
465
+ font-size: 7.69841vmin;
466
+ font-weight: 500;
467
+ color: #fff;
468
+ }
469
+ .couponNewWrap .couponNewV2 .couponValue .couponPrice .fontSmall {
470
+ font-size: 4.20635vmin !important;
471
+ }
472
+ .couponNewWrap .couponNewV2 .couponValue .couponPrice .fontLastSmall {
473
+ font-size: 2.77778vmin !important;
474
+ }
475
+ .couponNewWrap .couponNewV2 .couponValue .couponPrice .fixedfont {
476
+ font-size: 2.09524vmin !important;
477
+ }
478
+ .couponNewWrap .couponNewV2 .couponValue .couponPrice .fixedPercent {
479
+ font-size: 2.77778vmin !important;
480
+ }
481
+ .couponNewWrap .couponNewV2 .couponValue .couponPrice span {
482
+ position: relative;
483
+ display: inline-block;
484
+ }
485
+ .couponNewWrap .couponNewV2 .couponValue .couponPrice .discountFont, .couponNewWrap .couponNewV2 .couponValue .couponPrice .coupon-symbol {
486
+ font-size: 2.77778vmin;
487
+ margin-left: 0.15873vmin;
488
+ margin-left: -vmin(1);
489
+ }
490
+ .couponNewWrap .couponNewV2 .couponValue .couponUseCondition {
491
+ width: 100%;
492
+ overflow: hidden;
493
+ max-height: 6.98413vmin;
494
+ line-height: 3.1746vmin;
495
+ color: #fff;
496
+ text-align: center;
497
+ }
498
+ .couponNewWrap .couponNewV2 .couponValue .couponMaxDiscountNum {
499
+ width: 100%;
500
+ text-align: center;
501
+ color: #fff;
502
+ margin-bottom: 4.36508vmin;
503
+ font-size: 0.79365vmin;
504
+ }
505
+ .couponNewWrap .couponNewV2 .couponInfo {
506
+ position: relative;
507
+ display: flex;
508
+ flex-direction: column;
509
+ justify-content: space-between;
510
+ width: 29.68254vmin;
511
+ height: 100%;
512
+ overflow: hidden;
513
+ box-sizing: border-box;
514
+ padding: 1.42857vmin 0 1.42857vmin 2.09524vmin;
515
+ border-bottom-right-radius: 0.63492vmin;
516
+ border-top-right-radius: 0.63492vmin;
517
+ color: #888888;
518
+ font-size: 1.74603vmin;
519
+ text-align: left;
520
+ }
521
+ .couponNewWrap .couponNewV2 .couponInfo span {
522
+ display: inline-block;
523
+ }
524
+ .couponNewWrap .couponNewV2 .couponInfo .couponName {
525
+ width: 100%;
526
+ line-height: 2.61905vmin;
527
+ white-space: nowrap;
528
+ overflow: hidden;
529
+ text-overflow: ellipsis;
530
+ margin-bottom: 1.42857vmin;
531
+ color: #505050;
532
+ font-size: 2.09524vmin;
533
+ font-weight: 500;
534
+ }
535
+ .couponNewWrap .couponNewV2 .couponInfo .couponUseTime {
536
+ width: 100%;
537
+ height: 2.46032vmin;
538
+ line-height: 2.46032vmin;
539
+ font-size: 1.74603vmin;
540
+ }
541
+ .couponNewWrap .couponNewV2 .couponInfo .noSuperposition {
542
+ color: #FF821F;
543
+ }
544
+ .couponNewWrap .couponNewV2 .couponInfo .moreInfo {
545
+ display: flex;
546
+ align-items: center;
547
+ padding: 0.15873vmin 0;
548
+ }
549
+ .couponNewWrap .couponNewV2 .couponInfo .operateBtn {
550
+ width: 2.09524vmin;
551
+ height: 2.09524vmin;
552
+ cursor: pointer;
553
+ margin-left: 0.52381vmin;
554
+ background-size: 100% 100%;
555
+ }
556
+ .couponNewWrap .couponNewV2 .couponInfo .retract {
557
+ background: url("../../../common/assets/images/coupon/up.svg") center no-repeat;
558
+ }
559
+ .couponNewWrap .couponNewV2 .couponState {
560
+ position: absolute;
561
+ right: 0;
562
+ width: 10.47619vmin;
563
+ height: 100%;
564
+ }
565
+ .couponNewWrap .couponNewV2 .couponState .superImg {
566
+ width: 6.98413vmin;
567
+ height: 6.98413vmin;
568
+ background-size: 100% 100%;
569
+ position: absolute;
570
+ right: 0;
571
+ }
572
+ .couponNewWrap .couponNewV2 .couponState .coupon-choose-box {
573
+ display: flex;
574
+ align-items: center;
575
+ justify-content: center;
576
+ width: 100%;
577
+ height: 100%;
578
+ border-radius: 0 0.63492vmin 0.63492vmin 0;
579
+ }
580
+ .couponNewWrap .couponNewV2 .couponState .coupon-choose-box .coupon-choose {
581
+ width: 3.49206vmin;
582
+ height: 3.49206vmin;
583
+ background-size: 100% 100%;
584
+ border-radius: 50%;
585
+ box-sizing: border-box;
586
+ background-size: 100% 100%;
587
+ }
588
+ .couponNewWrap .couponNewV2 .couponState .coupon-choose-box .coupon-unchoosed {
589
+ border: 0.31746vmin solid #CCC;
590
+ background: none;
591
+ }
592
+ .couponNewWrap:last-child {
593
+ margin-bottom: 0;
594
+ }
595
+ .couponNewWrap .detailInfo {
596
+ display: flex;
597
+ align-items: center;
598
+ padding: 2.77778vmin;
599
+ background-color: #FFFAF4;
600
+ box-sizing: border-box;
601
+ border-radius: 0 0 0.53vmin 0.53vmin;
602
+ color: #505050;
603
+ font-size: 1.74603vmin;
604
+ background: #FFFAF4;
605
+ text-align: left;
606
+ }
607
+ .couponNewWrap .detailInfo.whiteBg {
608
+ background-color: #fff !important;
609
+ }
610
+ .couponNewWrap .detailInfo .disabledHint {
611
+ width: 2.38095vmin;
612
+ height: 2.38095vmin;
613
+ margin-right: 0.63492vmin;
614
+ transform: translateY(0.47619vmin);
615
+ }
616
+ .couponNewWrap .detailInfo .instructions {
617
+ font-size: 1.11111vmin;
618
+ color: #505050;
619
+ }
620
+ .couponNewWrap .detailInfo .instructions text {
621
+ white-space: pre-wrap;
622
+ }
623
+ }
624
+
625
+ @media screen and (min-height: 768px) and (orientation: landscape) {
626
+ .couponNewWrap {
627
+ width: 100%;
628
+ margin-bottom: 1.71875vmin;
629
+ margin-left: auto;
630
+ margin-right: auto;
631
+ }
632
+ .couponNewWrap .couponNewV2 {
633
+ position: relative;
634
+ display: flex;
635
+ width: 100%;
636
+ height: 14.60938vmin;
637
+ margin-left: auto;
638
+ margin-right: auto;
639
+ overflow: hidden;
640
+ border-radius: 0.52083vmin;
641
+ background-color: #fff;
642
+ }
643
+ .couponNewWrap .couponNewV2 .disabledState {
644
+ background-color: #EEEEEE !important;
645
+ }
646
+ .couponNewWrap .couponNewV2 .disabledState .couponValue {
647
+ background: #CDCDCD !important;
648
+ }
649
+ .couponNewWrap .couponNewV2 .couponValue {
650
+ width: 14.84375vmin;
651
+ height: 14.60938vmin;
652
+ background: #FF821F !important;
653
+ box-sizing: border-box;
654
+ border-radius: 0.52083vmin 0 0 0.52083vmin;
655
+ }
656
+ .couponNewWrap .couponNewV2 .couponValue .couponPrice {
657
+ position: relative;
658
+ width: 100%;
659
+ height: 6.44531vmin;
660
+ margin: 2.01823vmin auto 0.52083vmin;
661
+ text-align: center;
662
+ line-height: 6.44531vmin;
663
+ font-size: 6.3151vmin;
664
+ font-weight: 500;
665
+ color: #fff;
666
+ }
667
+ .couponNewWrap .couponNewV2 .couponValue .couponPrice .fontSmall {
668
+ font-size: 3.45052vmin !important;
669
+ }
670
+ .couponNewWrap .couponNewV2 .couponValue .couponPrice .fontLastSmall {
671
+ font-size: 2.27865vmin !important;
672
+ }
673
+ .couponNewWrap .couponNewV2 .couponValue .couponPrice .fixedfont {
674
+ font-size: 1.71875vmin !important;
675
+ }
676
+ .couponNewWrap .couponNewV2 .couponValue .couponPrice .fixedPercent {
677
+ font-size: 2.27865vmin !important;
678
+ }
679
+ .couponNewWrap .couponNewV2 .couponValue .couponPrice span {
680
+ position: relative;
681
+ display: inline-block;
682
+ }
683
+ .couponNewWrap .couponNewV2 .couponValue .couponPrice .discountFont, .couponNewWrap .couponNewV2 .couponValue .couponPrice .coupon-symbol {
684
+ font-size: 2.27865vmin;
685
+ margin-left: 0.13021vmin;
686
+ margin-left: -vmin(1);
687
+ }
688
+ .couponNewWrap .couponNewV2 .couponValue .couponUseCondition {
689
+ width: 100%;
690
+ overflow: hidden;
691
+ max-height: 5.72917vmin;
692
+ line-height: 2.60417vmin;
693
+ color: #fff;
694
+ text-align: center;
695
+ }
696
+ .couponNewWrap .couponNewV2 .couponValue .couponMaxDiscountNum {
697
+ width: 100%;
698
+ text-align: center;
699
+ color: #fff;
700
+ margin-bottom: 3.58073vmin;
701
+ font-size: 0.65104vmin;
702
+ }
703
+ .couponNewWrap .couponNewV2 .couponInfo {
704
+ position: relative;
705
+ display: flex;
706
+ flex-direction: column;
707
+ justify-content: space-between;
708
+ width: 24.34896vmin;
709
+ height: 100%;
710
+ overflow: hidden;
711
+ box-sizing: border-box;
712
+ padding: 1.17188vmin 0 1.17188vmin 1.71875vmin;
713
+ border-bottom-right-radius: 0.52083vmin;
714
+ border-top-right-radius: 0.52083vmin;
715
+ color: #888888;
716
+ font-size: 1.43229vmin;
717
+ text-align: left;
718
+ }
719
+ .couponNewWrap .couponNewV2 .couponInfo span {
720
+ display: inline-block;
721
+ }
722
+ .couponNewWrap .couponNewV2 .couponInfo .couponName {
723
+ width: 100%;
724
+ line-height: 2.14844vmin;
725
+ white-space: nowrap;
726
+ overflow: hidden;
727
+ text-overflow: ellipsis;
728
+ margin-bottom: 1.17188vmin;
729
+ color: #505050;
730
+ font-size: 1.71875vmin;
731
+ font-weight: 500;
732
+ }
733
+ .couponNewWrap .couponNewV2 .couponInfo .couponUseTime {
734
+ width: 100%;
735
+ height: 2.01823vmin;
736
+ line-height: 2.01823vmin;
737
+ font-size: 1.43229vmin;
738
+ }
739
+ .couponNewWrap .couponNewV2 .couponInfo .noSuperposition {
740
+ color: #FF821F;
741
+ }
742
+ .couponNewWrap .couponNewV2 .couponInfo .moreInfo {
743
+ display: flex;
744
+ align-items: center;
745
+ padding: 0.13021vmin 0;
746
+ }
747
+ .couponNewWrap .couponNewV2 .couponInfo .operateBtn {
748
+ width: 1.71875vmin;
749
+ height: 1.71875vmin;
750
+ cursor: pointer;
751
+ margin-left: 0.42969vmin;
752
+ background-size: 100% 100%;
753
+ }
754
+ .couponNewWrap .couponNewV2 .couponInfo .retract {
755
+ background: url("../../../common/assets/images/coupon/up.svg") center no-repeat;
756
+ }
757
+ .couponNewWrap .couponNewV2 .couponState {
758
+ position: absolute;
759
+ right: 0;
760
+ width: 8.59375vmin;
761
+ height: 100%;
762
+ }
763
+ .couponNewWrap .couponNewV2 .couponState .superImg {
764
+ width: 5.72917vmin;
765
+ height: 5.72917vmin;
766
+ background-size: 100% 100%;
767
+ position: absolute;
768
+ right: 0;
769
+ }
770
+ .couponNewWrap .couponNewV2 .couponState .coupon-choose-box {
771
+ display: flex;
772
+ align-items: center;
773
+ justify-content: center;
774
+ width: 100%;
775
+ height: 100%;
776
+ border-radius: 0 0.52083vmin 0.52083vmin 0;
777
+ }
778
+ .couponNewWrap .couponNewV2 .couponState .coupon-choose-box .coupon-choose {
779
+ width: 2.86458vmin;
780
+ height: 2.86458vmin;
781
+ background-size: 100% 100%;
782
+ border-radius: 50%;
783
+ box-sizing: border-box;
784
+ background-size: 100% 100%;
785
+ }
786
+ .couponNewWrap .couponNewV2 .couponState .coupon-choose-box .coupon-unchoosed {
787
+ border: 0.26042vmin solid #CCC;
788
+ background: none;
789
+ }
790
+ .couponNewWrap:last-child {
791
+ margin-bottom: 0;
792
+ }
793
+ .couponNewWrap .detailInfo {
794
+ display: flex;
795
+ align-items: center;
796
+ padding: 2.27865vmin;
797
+ background-color: #FFFAF4;
798
+ box-sizing: border-box;
799
+ border-radius: 0 0 0.53vmin 0.53vmin;
800
+ color: #505050;
801
+ font-size: 1.43229vmin;
802
+ background: #FFFAF4;
803
+ text-align: left;
804
+ }
805
+ .couponNewWrap .detailInfo.whiteBg {
806
+ background-color: #fff !important;
807
+ }
808
+ .couponNewWrap .detailInfo .disabledHint {
809
+ width: 1.95312vmin;
810
+ height: 1.95312vmin;
811
+ margin-right: 0.52083vmin;
812
+ transform: translateY(0.39062vmin);
813
+ }
814
+ .couponNewWrap .detailInfo .instructions {
815
+ font-size: 0.91146vmin;
816
+ color: #505050;
817
+ }
818
+ .couponNewWrap .detailInfo .instructions text {
819
+ white-space: pre-wrap;
820
+ }
821
+ }