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,1132 +1,1132 @@
1
- @charset "UTF-8";
2
- /* 主题色 */
3
- .theme-customize-bg {
4
- background: linear-gradient(180.25deg, #fe6500 0%, #ff4102 100%) !important;
5
- }
6
-
7
- .theme-customize-font {
8
- color: #1472FF !important;
9
- }
10
-
11
- .theme-customize-light-new {
12
- background-color: #9db8f1 !important;
13
- }
14
-
15
- .theme-customize-bg-light {
16
- background-color: #fff3eb !important;
17
- }
18
-
19
- .theme-customize-border {
20
- border-color: #FF781F !important;
21
- }
22
-
23
- .popUp {
24
- height: 80%;
25
- border-radius: 3.46667vmin 3.46667vmin 0 0;
26
- }
27
-
28
- .coupon-select-box {
29
- display: flex;
30
- flex-direction: column;
31
- margin: 0 auto;
32
- max-width: 100vmin;
33
- background-color: #F5F6F9;
34
- border-radius: 3.46667vmin 3.46667vmin 0 0;
35
- user-select: none;
36
- }
37
-
38
- .coupon-select-box.vertical-screen {
39
- height: 100%;
40
- }
41
-
42
- .coupon-select-box.full-screen {
43
- height: 74.93333vmin;
44
- overflow: scroll;
45
- margin: 13vmin 0;
46
- }
47
-
48
- .coupon-select-box.full-screen .header-content {
49
- position: absolute;
50
- width: 90vmin;
51
- }
52
-
53
- .coupon-select-box .coupon-header {
54
- display: flex;
55
- flex-direction: column;
56
- }
57
-
58
- .coupon-select-box .coupon-header .header-content {
59
- display: flex;
60
- flex-direction: row;
61
- justify-content: space-between;
62
- align-items: center;
63
- height: 12vmin;
64
- padding: 0 4.8vmin;
65
- top: 0;
66
- left: 0;
67
- font-size: 4.26667vmin;
68
- font-weight: 500;
69
- background-color: #ffffff;
70
- border-radius: 3.46667vmin 3.46667vmin 0 0;
71
- }
72
-
73
- .coupon-select-box .coupon-header .promo-code-wrap {
74
- display: flex;
75
- justify-content: center;
76
- align-items: center;
77
- padding: 0 4.8vmin;
78
- height: 15.33333vmin;
79
- background-color: #fff;
80
- }
81
-
82
- .coupon-select-box .coupon-header .promo-code-wrap .promo-code-input {
83
- width: 62.66667vmin;
84
- height: 11.2vmin;
85
- padding: 0 2.93333vmin;
86
- border: 0.13333vmin solid #DCDCDC;
87
- border-right: none;
88
- border-radius: 1.06667vmin 0 0 1.06667vmin;
89
- color: #333;
90
- font-size: 4vmin;
91
- user-select: text;
92
- box-shadow: none;
93
- }
94
-
95
- .coupon-select-box .coupon-header .promo-code-wrap .promo-code-input::-webkit-input-placeholder {
96
- color: #c8c8c8;
97
- }
98
-
99
- .coupon-select-box .coupon-header .promo-code-wrap .promo-code-input:disabled {
100
- color: #999;
101
- background-color: #eee;
102
- }
103
-
104
- .coupon-select-box .coupon-header .promo-code-wrap .promo-code-btn {
105
- width: 24vmin;
106
- height: 11.2vmin;
107
- line-height: 11.2vmin;
108
- margin: 0;
109
- border: none;
110
- border-radius: 0 1.06667vmin 1.06667vmin 0;
111
- text-align: center;
112
- color: #fff;
113
- font-size: 3.6vmin;
114
- cursor: pointer;
115
- }
116
-
117
- .coupon-select-box .coupon-header .coupon-code-tip {
118
- display: flex;
119
- align-items: center;
120
- padding: 0 4.8vmin;
121
- background-color: #fff;
122
- height: 5.33333vmin;
123
- }
124
-
125
- .coupon-select-box .coupon-header .coupon-code-tip .tips-img {
126
- margin-right: 0.88vmin;
127
- width: 4vmin;
128
- height: 3.73333vmin;
129
- }
130
-
131
- .coupon-select-box .coupon-header .coupon-code-tip text {
132
- font-size: 3.46667vmin;
133
- color: #999;
134
- }
135
-
136
- .coupon-select-box .coupon-header .coupon-tab_warp {
137
- display: flex;
138
- justify-items: center;
139
- align-items: center;
140
- font-size: 4.66667vmin;
141
- padding: 0 4.8vmin;
142
- font-weight: 700;
143
- text-align: center;
144
- background-color: #fff;
145
- }
146
-
147
- .coupon-select-box .coupon-header .coupon-tab_warp text {
148
- display: block;
149
- }
150
-
151
- .coupon-select-box .coupon-header .coupon-tab_warp .tabItem {
152
- position: relative;
153
- width: 50%;
154
- height: 14.13333vmin;
155
- line-height: 14.13333vmin;
156
- text-align: center;
157
- cursor: pointer;
158
- }
159
-
160
- .coupon-select-box .coupon-header .coupon-tab_warp .greyColor {
161
- color: #999999;
162
- font-size: 4vmin;
163
- font-weight: normal;
164
- }
165
-
166
- .coupon-select-box .coupon-header .coupon-tab_warp .activeBorder {
167
- position: absolute;
168
- bottom: 0;
169
- left: 50%;
170
- transform: translateX(-50%);
171
- width: 5.86667vmin;
172
- height: 0.53333vmin;
173
- background: #09BB07;
174
- border-radius: 0.53333vmin;
175
- }
176
-
177
- .coupon-select-box .coupon-header .coupon-tips {
178
- display: flex;
179
- background: #fff;
180
- align-items: center;
181
- justify-items: center;
182
- padding: 1.33333vmin 4.8vmin;
183
- justify-content: space-between;
184
- }
185
-
186
- .coupon-select-box .coupon-header .coupon-tips .coupon-tips-font {
187
- line-height: 7.33333vmin;
188
- font-size: 3.46667vmin;
189
- font-weight: 500;
190
- color: #000;
191
- }
192
-
193
- .coupon-select-box .coupon-header .coupon-tips .coupon-tips-font .coupon-money-num {
194
- color: #FF4747;
195
- }
196
-
197
- .coupon-select-box .coupon-header .coupon-tips .coupon-best-combination {
198
- min-width: 28.13333vmin;
199
- height: 7.06667vmin;
200
- text-align: center;
201
- line-height: 7.33333vmin;
202
- background: #FF821F;
203
- border: 0;
204
- margin: 0;
205
- border-radius: 5.86667vmin;
206
- font-size: 3.46667vmin;
207
- font-weight: 500;
208
- color: #fff;
209
- }
210
-
211
- .coupon-select-box.vertical-screen .coupon-list {
212
- overflow: scroll;
213
- -webkit-overflow-scrolling: touch;
214
- }
215
-
216
- .coupon-select-box .coupon-list {
217
- box-sizing: border-box;
218
- flex: 1;
219
- /* 撑满剩余容器高度 */
220
- text-align: center;
221
- padding: 3.46667vmin 4.66667vmin 0;
222
- }
223
-
224
- .coupon-select-box .coupon-list .coupon-item {
225
- position: relative;
226
- display: flex;
227
- margin-bottom: 3.46667vmin;
228
- border-radius: 1.06667vmin;
229
- background: #fff;
230
- }
231
-
232
- .coupon-select-box .coupon-list .not-use-coupon {
233
- display: flex;
234
- justify-content: space-between;
235
- align-items: center;
236
- width: 100%;
237
- height: 15.2vmin;
238
- margin-bottom: 3.46667vmin;
239
- border-radius: 1.06667vmin;
240
- background: #fff;
241
- }
242
-
243
- .coupon-select-box .coupon-list .not-use-coupon .not-use-text {
244
- width: 74.4vmin;
245
- padding-left: 4.66667vmin;
246
- font-size: 4vmin;
247
- color: #333;
248
- text-align: left;
249
- }
250
-
251
- .coupon-select-box .coupon-list .not-use-coupon .choose-box {
252
- display: flex;
253
- align-items: center;
254
- justify-content: center;
255
- width: 17.6vmin;
256
- height: 100%;
257
- }
258
-
259
- .coupon-select-box .coupon-list .not-use-coupon .choose-box .choose-inner {
260
- width: 5.33333vmin;
261
- height: 5.33333vmin;
262
- border-radius: 50%;
263
- border: 0.53333vmin solid #ccc;
264
- }
265
-
266
- .coupon-select-box .coupon-list .not-use-coupon .choose-box .coupon-not-used {
267
- border: none;
268
- }
269
-
270
- .coupon-select-box .coupon-bottom {
271
- height: 13.33333vmin;
272
- display: flex;
273
- align-items: center;
274
- justify-content: center;
275
- background-color: #fff;
276
- }
277
-
278
- .coupon-select-box .coupon-bottom .coupon-confirm-button {
279
- height: 10.66667vmin;
280
- border-radius: 6.4vmin;
281
- line-height: 10.66667vmin;
282
- text-align: center;
283
- font-size: 4vmin;
284
- font-weight: 500;
285
- color: #fff;
286
- }
287
-
288
- .coupon-select-box.vertical-screen .coupon-bottom {
289
- padding: 0 4.8vmin;
290
- }
291
-
292
- .coupon-select-box.vertical-screen .coupon-bottom .coupon-confirm-button {
293
- background: #FF821F;
294
- width: 100.53333vmin;
295
- }
296
-
297
- .coupon-select-box.vertical-screen .promo-code-btn {
298
- background-color: #FF821F !important;
299
- }
300
-
301
- .coupon-select-box.full-screen .coupon-bottom {
302
- width: 100%;
303
- position: absolute;
304
- bottom: 0;
305
- }
306
-
307
- .coupon-select-box.full-screen .coupon-bottom .coupon-confirm-button {
308
- background: linear-gradient(270deg, #fe6500 0%, #ff4102 100%);
309
- width: 94.93333vmin;
310
- }
311
-
312
- .coupon-select-box.full-screen .promo-code-btn {
313
- background: linear-gradient(270deg, #fe6500 0%, #ff4102 100%);
314
- }
315
-
316
- .coupon-select-box .coupon_emptypage {
317
- text-align: center;
318
- margin: 2vmin 0 10vmin 0;
319
- font-size: 3.46667vmin;
320
- color: #ADADB4;
321
- }
322
-
323
- .coupon-select-box .coupon_emptypage .coupon_emptyImg {
324
- margin-bottom: 2.13333vmin;
325
- width: 25.06667vmin;
326
- height: 25.06667vmin;
327
- background-size: 100% 100%;
328
- }
329
-
330
- @media screen and (min-width: 768px) and (orientation: portrait) {
331
- .popUp {
332
- height: 80%;
333
- border-radius: 1.69271vmin 1.69271vmin 0 0;
334
- }
335
- .coupon-select-box {
336
- display: flex;
337
- flex-direction: column;
338
- margin: 0 auto;
339
- max-width: 100vmin;
340
- background-color: #F5F6F9;
341
- border-radius: 1.69271vmin 1.69271vmin 0 0;
342
- user-select: none;
343
- }
344
- .coupon-select-box.vertical-screen {
345
- height: 100%;
346
- }
347
- .coupon-select-box.full-screen {
348
- height: 36.58854vmin;
349
- overflow: scroll;
350
- margin: 6.34766vmin 0;
351
- }
352
- .coupon-select-box.full-screen .header-content {
353
- position: absolute;
354
- width: 90vmin;
355
- }
356
- .coupon-select-box .coupon-header {
357
- display: flex;
358
- flex-direction: column;
359
- }
360
- .coupon-select-box .coupon-header .header-content {
361
- display: flex;
362
- flex-direction: row;
363
- justify-content: space-between;
364
- align-items: center;
365
- height: 5.85938vmin;
366
- padding: 0 2.34375vmin;
367
- top: 0;
368
- left: 0;
369
- font-size: 2.08333vmin;
370
- font-weight: 500;
371
- background-color: #ffffff;
372
- border-radius: 1.69271vmin 1.69271vmin 0 0;
373
- }
374
- .coupon-select-box .coupon-header .promo-code-wrap {
375
- display: flex;
376
- justify-content: center;
377
- align-items: center;
378
- padding: 0 2.34375vmin;
379
- height: 7.48698vmin;
380
- background-color: #fff;
381
- }
382
- .coupon-select-box .coupon-header .promo-code-wrap .promo-code-input {
383
- width: 30.59896vmin;
384
- height: 5.46875vmin;
385
- padding: 0 1.43229vmin;
386
- border: 0.0651vmin solid #DCDCDC;
387
- border-right: none;
388
- border-radius: 0.52083vmin 0 0 0.52083vmin;
389
- color: #333;
390
- font-size: 1.95312vmin;
391
- user-select: text;
392
- box-shadow: none;
393
- }
394
- .coupon-select-box .coupon-header .promo-code-wrap .promo-code-input::-webkit-input-placeholder {
395
- color: #c8c8c8;
396
- }
397
- .coupon-select-box .coupon-header .promo-code-wrap .promo-code-input:disabled {
398
- color: #999;
399
- background-color: #eee;
400
- }
401
- .coupon-select-box .coupon-header .promo-code-wrap .promo-code-btn {
402
- width: 11.71875vmin;
403
- height: 5.46875vmin;
404
- line-height: 5.46875vmin;
405
- margin: 0;
406
- border: none;
407
- border-radius: 0 0.52083vmin 0.52083vmin 0;
408
- text-align: center;
409
- color: #fff;
410
- font-size: 1.75781vmin;
411
- cursor: pointer;
412
- }
413
- .coupon-select-box .coupon-header .coupon-code-tip {
414
- display: flex;
415
- align-items: center;
416
- padding: 0 2.34375vmin;
417
- background-color: #fff;
418
- height: 2.60417vmin;
419
- }
420
- .coupon-select-box .coupon-header .coupon-code-tip .tips-img {
421
- margin-right: 0.88vmin;
422
- width: 1.95312vmin;
423
- height: 1.82292vmin;
424
- }
425
- .coupon-select-box .coupon-header .coupon-code-tip text {
426
- font-size: 1.69271vmin;
427
- color: #999;
428
- }
429
- .coupon-select-box .coupon-header .coupon-tab_warp {
430
- display: flex;
431
- justify-items: center;
432
- align-items: center;
433
- font-size: 2.27865vmin;
434
- padding: 0 2.34375vmin;
435
- font-weight: 700;
436
- text-align: center;
437
- background-color: #fff;
438
- }
439
- .coupon-select-box .coupon-header .coupon-tab_warp text {
440
- display: block;
441
- }
442
- .coupon-select-box .coupon-header .coupon-tab_warp .tabItem {
443
- position: relative;
444
- width: 50%;
445
- height: 6.90104vmin;
446
- line-height: 6.90104vmin;
447
- text-align: center;
448
- cursor: pointer;
449
- }
450
- .coupon-select-box .coupon-header .coupon-tab_warp .greyColor {
451
- color: #999999;
452
- font-size: 1.95312vmin;
453
- font-weight: normal;
454
- }
455
- .coupon-select-box .coupon-header .coupon-tab_warp .activeBorder {
456
- position: absolute;
457
- bottom: 0;
458
- left: 50%;
459
- transform: translateX(-50%);
460
- width: 2.86458vmin;
461
- height: 0.26042vmin;
462
- background: #09BB07;
463
- border-radius: 0.26042vmin;
464
- }
465
- .coupon-select-box .coupon-header .coupon-tips {
466
- display: flex;
467
- background: #fff;
468
- align-items: center;
469
- justify-items: center;
470
- padding: 0.65104vmin 2.34375vmin;
471
- justify-content: space-between;
472
- }
473
- .coupon-select-box .coupon-header .coupon-tips .coupon-tips-font {
474
- line-height: 3.58073vmin;
475
- font-size: 1.69271vmin;
476
- font-weight: 500;
477
- color: #000;
478
- }
479
- .coupon-select-box .coupon-header .coupon-tips .coupon-tips-font .coupon-money-num {
480
- color: #FF4747;
481
- }
482
- .coupon-select-box .coupon-header .coupon-tips .coupon-best-combination {
483
- min-width: 13.73698vmin;
484
- height: 3.45052vmin;
485
- text-align: center;
486
- line-height: 3.58073vmin;
487
- background: #FF821F;
488
- border: 0;
489
- margin: 0;
490
- border-radius: 2.86458vmin;
491
- font-size: 1.69271vmin;
492
- font-weight: 500;
493
- color: #fff;
494
- }
495
- .coupon-select-box.vertical-screen .coupon-list {
496
- overflow: scroll;
497
- -webkit-overflow-scrolling: touch;
498
- }
499
- .coupon-select-box .coupon-list {
500
- box-sizing: border-box;
501
- flex: 1;
502
- /* 撑满剩余容器高度 */
503
- text-align: center;
504
- padding: 1.69271vmin 2.27865vmin 0;
505
- }
506
- .coupon-select-box .coupon-list .coupon-item {
507
- position: relative;
508
- display: flex;
509
- margin-bottom: 1.69271vmin;
510
- border-radius: 0.52083vmin;
511
- background: #fff;
512
- }
513
- .coupon-select-box .coupon-list .not-use-coupon {
514
- display: flex;
515
- justify-content: space-between;
516
- align-items: center;
517
- width: 100%;
518
- height: 7.42188vmin;
519
- margin-bottom: 1.69271vmin;
520
- border-radius: 0.52083vmin;
521
- background: #fff;
522
- }
523
- .coupon-select-box .coupon-list .not-use-coupon .not-use-text {
524
- width: 36.32812vmin;
525
- padding-left: 2.27865vmin;
526
- font-size: 1.95312vmin;
527
- color: #333;
528
- text-align: left;
529
- }
530
- .coupon-select-box .coupon-list .not-use-coupon .choose-box {
531
- display: flex;
532
- align-items: center;
533
- justify-content: center;
534
- width: 8.59375vmin;
535
- height: 100%;
536
- }
537
- .coupon-select-box .coupon-list .not-use-coupon .choose-box .choose-inner {
538
- width: 2.60417vmin;
539
- height: 2.60417vmin;
540
- border-radius: 50%;
541
- border: 0.26042vmin solid #ccc;
542
- }
543
- .coupon-select-box .coupon-list .not-use-coupon .choose-box .coupon-not-used {
544
- border: none;
545
- }
546
- .coupon-select-box .coupon-bottom {
547
- height: 6.51042vmin;
548
- display: flex;
549
- align-items: center;
550
- justify-content: center;
551
- background-color: #fff;
552
- }
553
- .coupon-select-box .coupon-bottom .coupon-confirm-button {
554
- height: 5.20833vmin;
555
- border-radius: 3.125vmin;
556
- line-height: 5.20833vmin;
557
- text-align: center;
558
- font-size: 1.95312vmin;
559
- font-weight: 500;
560
- color: #fff;
561
- }
562
- .coupon-select-box.vertical-screen .coupon-bottom {
563
- padding: 0 2.34375vmin;
564
- }
565
- .coupon-select-box.vertical-screen .coupon-bottom .coupon-confirm-button {
566
- background: #FF821F;
567
- width: 49.08854vmin;
568
- }
569
- .coupon-select-box.vertical-screen .promo-code-btn {
570
- background-color: #FF821F !important;
571
- }
572
- .coupon-select-box.full-screen .coupon-bottom {
573
- width: 100%;
574
- position: absolute;
575
- bottom: 0;
576
- }
577
- .coupon-select-box.full-screen .coupon-bottom .coupon-confirm-button {
578
- background: linear-gradient(270deg, #fe6500 0%, #ff4102 100%);
579
- width: 46.35417vmin;
580
- }
581
- .coupon-select-box.full-screen .promo-code-btn {
582
- background: linear-gradient(270deg, #fe6500 0%, #ff4102 100%);
583
- }
584
- .coupon-select-box .coupon_emptypage {
585
- text-align: center;
586
- margin: 0.97656vmin 0 4.88281vmin 0;
587
- font-size: 1.69271vmin;
588
- color: #ADADB4;
589
- }
590
- .coupon-select-box .coupon_emptypage .coupon_emptyImg {
591
- margin-bottom: 1.04167vmin;
592
- width: 12.23958vmin;
593
- height: 12.23958vmin;
594
- background-size: 100% 100%;
595
- }
596
- }
597
-
598
- @media screen and (min-height: 630px) and (orientation: landscape) {
599
- .popUp {
600
- height: 80%;
601
- border-radius: 2.06349vmin 2.06349vmin 0 0;
602
- }
603
- .coupon-select-box {
604
- display: flex;
605
- flex-direction: column;
606
- margin: 0 auto;
607
- max-width: 100vmin;
608
- background-color: #F5F6F9;
609
- border-radius: 2.06349vmin 2.06349vmin 0 0;
610
- user-select: none;
611
- }
612
- .coupon-select-box.vertical-screen {
613
- height: 100%;
614
- }
615
- .coupon-select-box.full-screen {
616
- height: 44.60317vmin;
617
- overflow: scroll;
618
- margin: 7.7381vmin 0;
619
- }
620
- .coupon-select-box.full-screen .header-content {
621
- position: absolute;
622
- width: 90vmin;
623
- }
624
- .coupon-select-box .coupon-header {
625
- display: flex;
626
- flex-direction: column;
627
- }
628
- .coupon-select-box .coupon-header .header-content {
629
- display: flex;
630
- flex-direction: row;
631
- justify-content: space-between;
632
- align-items: center;
633
- height: 7.14286vmin;
634
- padding: 0 2.85714vmin;
635
- top: 0;
636
- left: 0;
637
- font-size: 2.53968vmin;
638
- font-weight: 500;
639
- background-color: #ffffff;
640
- border-radius: 2.06349vmin 2.06349vmin 0 0;
641
- }
642
- .coupon-select-box .coupon-header .promo-code-wrap {
643
- display: flex;
644
- justify-content: center;
645
- align-items: center;
646
- padding: 0 2.85714vmin;
647
- height: 9.12698vmin;
648
- background-color: #fff;
649
- }
650
- .coupon-select-box .coupon-header .promo-code-wrap .promo-code-input {
651
- width: 37.30159vmin;
652
- height: 6.66667vmin;
653
- padding: 0 1.74603vmin;
654
- border: 0.07937vmin solid #DCDCDC;
655
- border-right: none;
656
- border-radius: 0.63492vmin 0 0 0.63492vmin;
657
- color: #333;
658
- font-size: 2.38095vmin;
659
- user-select: text;
660
- box-shadow: none;
661
- }
662
- .coupon-select-box .coupon-header .promo-code-wrap .promo-code-input::-webkit-input-placeholder {
663
- color: #c8c8c8;
664
- }
665
- .coupon-select-box .coupon-header .promo-code-wrap .promo-code-input:disabled {
666
- color: #999;
667
- background-color: #eee;
668
- }
669
- .coupon-select-box .coupon-header .promo-code-wrap .promo-code-btn {
670
- width: 14.28571vmin;
671
- height: 6.66667vmin;
672
- line-height: 6.66667vmin;
673
- margin: 0;
674
- border: none;
675
- border-radius: 0 0.63492vmin 0.63492vmin 0;
676
- text-align: center;
677
- color: #fff;
678
- font-size: 2.14286vmin;
679
- cursor: pointer;
680
- }
681
- .coupon-select-box .coupon-header .coupon-code-tip {
682
- display: flex;
683
- align-items: center;
684
- padding: 0 2.85714vmin;
685
- background-color: #fff;
686
- height: 3.1746vmin;
687
- }
688
- .coupon-select-box .coupon-header .coupon-code-tip .tips-img {
689
- margin-right: 0.88vmin;
690
- width: 2.38095vmin;
691
- height: 2.22222vmin;
692
- }
693
- .coupon-select-box .coupon-header .coupon-code-tip text {
694
- font-size: 2.06349vmin;
695
- color: #999;
696
- }
697
- .coupon-select-box .coupon-header .coupon-tab_warp {
698
- display: flex;
699
- justify-items: center;
700
- align-items: center;
701
- font-size: 2.77778vmin;
702
- padding: 0 2.85714vmin;
703
- font-weight: 700;
704
- text-align: center;
705
- background-color: #fff;
706
- }
707
- .coupon-select-box .coupon-header .coupon-tab_warp text {
708
- display: block;
709
- }
710
- .coupon-select-box .coupon-header .coupon-tab_warp .tabItem {
711
- position: relative;
712
- width: 50%;
713
- height: 8.4127vmin;
714
- line-height: 8.4127vmin;
715
- text-align: center;
716
- cursor: pointer;
717
- }
718
- .coupon-select-box .coupon-header .coupon-tab_warp .greyColor {
719
- color: #999999;
720
- font-size: 2.38095vmin;
721
- font-weight: normal;
722
- }
723
- .coupon-select-box .coupon-header .coupon-tab_warp .activeBorder {
724
- position: absolute;
725
- bottom: 0;
726
- left: 50%;
727
- transform: translateX(-50%);
728
- width: 3.49206vmin;
729
- height: 0.31746vmin;
730
- background: #09BB07;
731
- border-radius: 0.31746vmin;
732
- }
733
- .coupon-select-box .coupon-header .coupon-tips {
734
- display: flex;
735
- background: #fff;
736
- align-items: center;
737
- justify-items: center;
738
- padding: 0.79365vmin 2.85714vmin;
739
- justify-content: space-between;
740
- }
741
- .coupon-select-box .coupon-header .coupon-tips .coupon-tips-font {
742
- line-height: 4.36508vmin;
743
- font-size: 2.06349vmin;
744
- font-weight: 500;
745
- color: #000;
746
- }
747
- .coupon-select-box .coupon-header .coupon-tips .coupon-tips-font .coupon-money-num {
748
- color: #FF4747;
749
- }
750
- .coupon-select-box .coupon-header .coupon-tips .coupon-best-combination {
751
- min-width: 16.74603vmin;
752
- height: 4.20635vmin;
753
- text-align: center;
754
- line-height: 4.36508vmin;
755
- background: #FF821F;
756
- border: 0;
757
- margin: 0;
758
- border-radius: 3.49206vmin;
759
- font-size: 2.06349vmin;
760
- font-weight: 500;
761
- color: #fff;
762
- }
763
- .coupon-select-box.vertical-screen .coupon-list {
764
- overflow: scroll;
765
- -webkit-overflow-scrolling: touch;
766
- }
767
- .coupon-select-box .coupon-list {
768
- box-sizing: border-box;
769
- flex: 1;
770
- /* 撑满剩余容器高度 */
771
- text-align: center;
772
- padding: 2.06349vmin 2.77778vmin 0;
773
- }
774
- .coupon-select-box .coupon-list .coupon-item {
775
- position: relative;
776
- display: flex;
777
- margin-bottom: 2.06349vmin;
778
- border-radius: 0.63492vmin;
779
- background: #fff;
780
- }
781
- .coupon-select-box .coupon-list .not-use-coupon {
782
- display: flex;
783
- justify-content: space-between;
784
- align-items: center;
785
- width: 100%;
786
- height: 9.04762vmin;
787
- margin-bottom: 2.06349vmin;
788
- border-radius: 0.63492vmin;
789
- background: #fff;
790
- }
791
- .coupon-select-box .coupon-list .not-use-coupon .not-use-text {
792
- width: 44.28571vmin;
793
- padding-left: 2.77778vmin;
794
- font-size: 2.38095vmin;
795
- color: #333;
796
- text-align: left;
797
- }
798
- .coupon-select-box .coupon-list .not-use-coupon .choose-box {
799
- display: flex;
800
- align-items: center;
801
- justify-content: center;
802
- width: 10.47619vmin;
803
- height: 100%;
804
- }
805
- .coupon-select-box .coupon-list .not-use-coupon .choose-box .choose-inner {
806
- width: 3.1746vmin;
807
- height: 3.1746vmin;
808
- border-radius: 50%;
809
- border: 0.31746vmin solid #ccc;
810
- }
811
- .coupon-select-box .coupon-list .not-use-coupon .choose-box .coupon-not-used {
812
- border: none;
813
- }
814
- .coupon-select-box .coupon-bottom {
815
- height: 7.93651vmin;
816
- display: flex;
817
- align-items: center;
818
- justify-content: center;
819
- background-color: #fff;
820
- }
821
- .coupon-select-box .coupon-bottom .coupon-confirm-button {
822
- height: 6.34921vmin;
823
- border-radius: 3.80952vmin;
824
- line-height: 6.34921vmin;
825
- text-align: center;
826
- font-size: 2.38095vmin;
827
- font-weight: 500;
828
- color: #fff;
829
- }
830
- .coupon-select-box.vertical-screen .coupon-bottom {
831
- padding: 0 2.85714vmin;
832
- }
833
- .coupon-select-box.vertical-screen .coupon-bottom .coupon-confirm-button {
834
- background: #FF821F;
835
- width: 59.84127vmin;
836
- }
837
- .coupon-select-box.vertical-screen .promo-code-btn {
838
- background-color: #FF821F !important;
839
- }
840
- .coupon-select-box.full-screen .coupon-bottom {
841
- width: 100%;
842
- position: absolute;
843
- bottom: 0;
844
- }
845
- .coupon-select-box.full-screen .coupon-bottom .coupon-confirm-button {
846
- background: linear-gradient(270deg, #fe6500 0%, #ff4102 100%);
847
- width: 56.50794vmin;
848
- }
849
- .coupon-select-box.full-screen .promo-code-btn {
850
- background: linear-gradient(270deg, #fe6500 0%, #ff4102 100%);
851
- }
852
- .coupon-select-box .coupon_emptypage {
853
- text-align: center;
854
- margin: 1.19048vmin 0 5.95238vmin 0;
855
- font-size: 2.06349vmin;
856
- color: #ADADB4;
857
- }
858
- .coupon-select-box .coupon_emptypage .coupon_emptyImg {
859
- margin-bottom: 1.26984vmin;
860
- width: 14.92063vmin;
861
- height: 14.92063vmin;
862
- background-size: 100% 100%;
863
- }
864
- }
865
-
866
- @media screen and (min-height: 768px) and (orientation: landscape) {
867
- .popUp {
868
- height: 80%;
869
- border-radius: 1.69271vmin 1.69271vmin 0 0;
870
- }
871
- .coupon-select-box {
872
- display: flex;
873
- flex-direction: column;
874
- margin: 0 auto;
875
- max-width: 100vmin;
876
- background-color: #F5F6F9;
877
- border-radius: 1.69271vmin 1.69271vmin 0 0;
878
- user-select: none;
879
- }
880
- .coupon-select-box.vertical-screen {
881
- height: 100%;
882
- }
883
- .coupon-select-box.full-screen {
884
- height: 36.58854vmin;
885
- overflow: scroll;
886
- margin: 6.34766vmin 0;
887
- }
888
- .coupon-select-box.full-screen .header-content {
889
- position: absolute;
890
- width: 90vmin;
891
- }
892
- .coupon-select-box .coupon-header {
893
- display: flex;
894
- flex-direction: column;
895
- }
896
- .coupon-select-box .coupon-header .header-content {
897
- display: flex;
898
- flex-direction: row;
899
- justify-content: space-between;
900
- align-items: center;
901
- height: 5.85938vmin;
902
- padding: 0 2.34375vmin;
903
- top: 0;
904
- left: 0;
905
- font-size: 2.08333vmin;
906
- font-weight: 500;
907
- background-color: #ffffff;
908
- border-radius: 1.69271vmin 1.69271vmin 0 0;
909
- }
910
- .coupon-select-box .coupon-header .promo-code-wrap {
911
- display: flex;
912
- justify-content: center;
913
- align-items: center;
914
- padding: 0 2.34375vmin;
915
- height: 7.48698vmin;
916
- background-color: #fff;
917
- }
918
- .coupon-select-box .coupon-header .promo-code-wrap .promo-code-input {
919
- width: 30.59896vmin;
920
- height: 5.46875vmin;
921
- padding: 0 1.43229vmin;
922
- border: 0.0651vmin solid #DCDCDC;
923
- border-right: none;
924
- border-radius: 0.52083vmin 0 0 0.52083vmin;
925
- color: #333;
926
- font-size: 1.95312vmin;
927
- user-select: text;
928
- box-shadow: none;
929
- }
930
- .coupon-select-box .coupon-header .promo-code-wrap .promo-code-input::-webkit-input-placeholder {
931
- color: #c8c8c8;
932
- }
933
- .coupon-select-box .coupon-header .promo-code-wrap .promo-code-input:disabled {
934
- color: #999;
935
- background-color: #eee;
936
- }
937
- .coupon-select-box .coupon-header .promo-code-wrap .promo-code-btn {
938
- width: 11.71875vmin;
939
- height: 5.46875vmin;
940
- line-height: 5.46875vmin;
941
- margin: 0;
942
- border: none;
943
- border-radius: 0 0.52083vmin 0.52083vmin 0;
944
- text-align: center;
945
- color: #fff;
946
- font-size: 1.75781vmin;
947
- cursor: pointer;
948
- }
949
- .coupon-select-box .coupon-header .coupon-code-tip {
950
- display: flex;
951
- align-items: center;
952
- padding: 0 2.34375vmin;
953
- background-color: #fff;
954
- height: 2.60417vmin;
955
- }
956
- .coupon-select-box .coupon-header .coupon-code-tip .tips-img {
957
- margin-right: 0.88vmin;
958
- width: 1.95312vmin;
959
- height: 1.82292vmin;
960
- }
961
- .coupon-select-box .coupon-header .coupon-code-tip text {
962
- font-size: 1.69271vmin;
963
- color: #999;
964
- }
965
- .coupon-select-box .coupon-header .coupon-tab_warp {
966
- display: flex;
967
- justify-items: center;
968
- align-items: center;
969
- font-size: 2.27865vmin;
970
- padding: 0 2.34375vmin;
971
- font-weight: 700;
972
- text-align: center;
973
- background-color: #fff;
974
- }
975
- .coupon-select-box .coupon-header .coupon-tab_warp text {
976
- display: block;
977
- }
978
- .coupon-select-box .coupon-header .coupon-tab_warp .tabItem {
979
- position: relative;
980
- width: 50%;
981
- height: 6.90104vmin;
982
- line-height: 6.90104vmin;
983
- text-align: center;
984
- cursor: pointer;
985
- }
986
- .coupon-select-box .coupon-header .coupon-tab_warp .greyColor {
987
- color: #999999;
988
- font-size: 1.95312vmin;
989
- font-weight: normal;
990
- }
991
- .coupon-select-box .coupon-header .coupon-tab_warp .activeBorder {
992
- position: absolute;
993
- bottom: 0;
994
- left: 50%;
995
- transform: translateX(-50%);
996
- width: 2.86458vmin;
997
- height: 0.26042vmin;
998
- background: #09BB07;
999
- border-radius: 0.26042vmin;
1000
- }
1001
- .coupon-select-box .coupon-header .coupon-tips {
1002
- display: flex;
1003
- background: #fff;
1004
- align-items: center;
1005
- justify-items: center;
1006
- padding: 0.65104vmin 2.34375vmin;
1007
- justify-content: space-between;
1008
- }
1009
- .coupon-select-box .coupon-header .coupon-tips .coupon-tips-font {
1010
- line-height: 3.58073vmin;
1011
- font-size: 1.69271vmin;
1012
- font-weight: 500;
1013
- color: #000;
1014
- }
1015
- .coupon-select-box .coupon-header .coupon-tips .coupon-tips-font .coupon-money-num {
1016
- color: #FF4747;
1017
- }
1018
- .coupon-select-box .coupon-header .coupon-tips .coupon-best-combination {
1019
- min-width: 13.73698vmin;
1020
- height: 3.45052vmin;
1021
- text-align: center;
1022
- line-height: 3.58073vmin;
1023
- background: #FF821F;
1024
- border: 0;
1025
- margin: 0;
1026
- border-radius: 2.86458vmin;
1027
- font-size: 1.69271vmin;
1028
- font-weight: 500;
1029
- color: #fff;
1030
- }
1031
- .coupon-select-box.vertical-screen .coupon-list {
1032
- overflow: scroll;
1033
- -webkit-overflow-scrolling: touch;
1034
- }
1035
- .coupon-select-box .coupon-list {
1036
- box-sizing: border-box;
1037
- flex: 1;
1038
- /* 撑满剩余容器高度 */
1039
- text-align: center;
1040
- padding: 1.69271vmin 2.27865vmin 0;
1041
- }
1042
- .coupon-select-box .coupon-list .coupon-item {
1043
- position: relative;
1044
- display: flex;
1045
- margin-bottom: 1.69271vmin;
1046
- border-radius: 0.52083vmin;
1047
- background: #fff;
1048
- }
1049
- .coupon-select-box .coupon-list .not-use-coupon {
1050
- display: flex;
1051
- justify-content: space-between;
1052
- align-items: center;
1053
- width: 100%;
1054
- height: 7.42188vmin;
1055
- margin-bottom: 1.69271vmin;
1056
- border-radius: 0.52083vmin;
1057
- background: #fff;
1058
- }
1059
- .coupon-select-box .coupon-list .not-use-coupon .not-use-text {
1060
- width: 36.32812vmin;
1061
- padding-left: 2.27865vmin;
1062
- font-size: 1.95312vmin;
1063
- color: #333;
1064
- text-align: left;
1065
- }
1066
- .coupon-select-box .coupon-list .not-use-coupon .choose-box {
1067
- display: flex;
1068
- align-items: center;
1069
- justify-content: center;
1070
- width: 8.59375vmin;
1071
- height: 100%;
1072
- }
1073
- .coupon-select-box .coupon-list .not-use-coupon .choose-box .choose-inner {
1074
- width: 2.60417vmin;
1075
- height: 2.60417vmin;
1076
- border-radius: 50%;
1077
- border: 0.26042vmin solid #ccc;
1078
- }
1079
- .coupon-select-box .coupon-list .not-use-coupon .choose-box .coupon-not-used {
1080
- border: none;
1081
- }
1082
- .coupon-select-box .coupon-bottom {
1083
- height: 6.51042vmin;
1084
- display: flex;
1085
- align-items: center;
1086
- justify-content: center;
1087
- background-color: #fff;
1088
- }
1089
- .coupon-select-box .coupon-bottom .coupon-confirm-button {
1090
- height: 5.20833vmin;
1091
- border-radius: 3.125vmin;
1092
- line-height: 5.20833vmin;
1093
- text-align: center;
1094
- font-size: 1.95312vmin;
1095
- font-weight: 500;
1096
- color: #fff;
1097
- }
1098
- .coupon-select-box.vertical-screen .coupon-bottom {
1099
- padding: 0 2.34375vmin;
1100
- }
1101
- .coupon-select-box.vertical-screen .coupon-bottom .coupon-confirm-button {
1102
- background: #FF821F;
1103
- width: 49.08854vmin;
1104
- }
1105
- .coupon-select-box.vertical-screen .promo-code-btn {
1106
- background-color: #FF821F !important;
1107
- }
1108
- .coupon-select-box.full-screen .coupon-bottom {
1109
- width: 100%;
1110
- position: absolute;
1111
- bottom: 0;
1112
- }
1113
- .coupon-select-box.full-screen .coupon-bottom .coupon-confirm-button {
1114
- background: linear-gradient(270deg, #fe6500 0%, #ff4102 100%);
1115
- width: 46.35417vmin;
1116
- }
1117
- .coupon-select-box.full-screen .promo-code-btn {
1118
- background: linear-gradient(270deg, #fe6500 0%, #ff4102 100%);
1119
- }
1120
- .coupon-select-box .coupon_emptypage {
1121
- text-align: center;
1122
- margin: 0.97656vmin 0 4.88281vmin 0;
1123
- font-size: 1.69271vmin;
1124
- color: #ADADB4;
1125
- }
1126
- .coupon-select-box .coupon_emptypage .coupon_emptyImg {
1127
- margin-bottom: 1.04167vmin;
1128
- width: 12.23958vmin;
1129
- height: 12.23958vmin;
1130
- background-size: 100% 100%;
1131
- }
1132
- }
1
+ @charset "UTF-8";
2
+ /* 主题色 */
3
+ .theme-customize-bg {
4
+ background: linear-gradient(180.25deg, #fe6500 0%, #ff4102 100%) !important;
5
+ }
6
+
7
+ .theme-customize-font {
8
+ color: #1472FF !important;
9
+ }
10
+
11
+ .theme-customize-light-new {
12
+ background-color: #9db8f1 !important;
13
+ }
14
+
15
+ .theme-customize-bg-light {
16
+ background-color: #fff3eb !important;
17
+ }
18
+
19
+ .theme-customize-border {
20
+ border-color: #FF781F !important;
21
+ }
22
+
23
+ .popUp {
24
+ height: 80%;
25
+ border-radius: 3.46667vmin 3.46667vmin 0 0;
26
+ }
27
+
28
+ .coupon-select-box {
29
+ display: flex;
30
+ flex-direction: column;
31
+ margin: 0 auto;
32
+ max-width: 100vmin;
33
+ background-color: #F5F6F9;
34
+ border-radius: 3.46667vmin 3.46667vmin 0 0;
35
+ user-select: none;
36
+ }
37
+
38
+ .coupon-select-box.vertical-screen {
39
+ height: 100%;
40
+ }
41
+
42
+ .coupon-select-box.full-screen {
43
+ height: 74.93333vmin;
44
+ overflow: scroll;
45
+ margin: 13vmin 0;
46
+ }
47
+
48
+ .coupon-select-box.full-screen .header-content {
49
+ position: absolute;
50
+ width: 90vmin;
51
+ }
52
+
53
+ .coupon-select-box .coupon-header {
54
+ display: flex;
55
+ flex-direction: column;
56
+ }
57
+
58
+ .coupon-select-box .coupon-header .header-content {
59
+ display: flex;
60
+ flex-direction: row;
61
+ justify-content: space-between;
62
+ align-items: center;
63
+ height: 12vmin;
64
+ padding: 0 4.8vmin;
65
+ top: 0;
66
+ left: 0;
67
+ font-size: 4.26667vmin;
68
+ font-weight: 500;
69
+ background-color: #ffffff;
70
+ border-radius: 3.46667vmin 3.46667vmin 0 0;
71
+ }
72
+
73
+ .coupon-select-box .coupon-header .promo-code-wrap {
74
+ display: flex;
75
+ justify-content: center;
76
+ align-items: center;
77
+ padding: 0 4.8vmin;
78
+ height: 15.33333vmin;
79
+ background-color: #fff;
80
+ }
81
+
82
+ .coupon-select-box .coupon-header .promo-code-wrap .promo-code-input {
83
+ width: 62.66667vmin;
84
+ height: 11.2vmin;
85
+ padding: 0 2.93333vmin;
86
+ border: 0.13333vmin solid #DCDCDC;
87
+ border-right: none;
88
+ border-radius: 1.06667vmin 0 0 1.06667vmin;
89
+ color: #333;
90
+ font-size: 4vmin;
91
+ user-select: text;
92
+ box-shadow: none;
93
+ }
94
+
95
+ .coupon-select-box .coupon-header .promo-code-wrap .promo-code-input::-webkit-input-placeholder {
96
+ color: #c8c8c8;
97
+ }
98
+
99
+ .coupon-select-box .coupon-header .promo-code-wrap .promo-code-input:disabled {
100
+ color: #999;
101
+ background-color: #eee;
102
+ }
103
+
104
+ .coupon-select-box .coupon-header .promo-code-wrap .promo-code-btn {
105
+ width: 24vmin;
106
+ height: 11.2vmin;
107
+ line-height: 11.2vmin;
108
+ margin: 0;
109
+ border: none;
110
+ border-radius: 0 1.06667vmin 1.06667vmin 0;
111
+ text-align: center;
112
+ color: #fff;
113
+ font-size: 3.6vmin;
114
+ cursor: pointer;
115
+ }
116
+
117
+ .coupon-select-box .coupon-header .coupon-code-tip {
118
+ display: flex;
119
+ align-items: center;
120
+ padding: 0 4.8vmin;
121
+ background-color: #fff;
122
+ height: 5.33333vmin;
123
+ }
124
+
125
+ .coupon-select-box .coupon-header .coupon-code-tip .tips-img {
126
+ margin-right: 0.88vmin;
127
+ width: 4vmin;
128
+ height: 3.73333vmin;
129
+ }
130
+
131
+ .coupon-select-box .coupon-header .coupon-code-tip text {
132
+ font-size: 3.46667vmin;
133
+ color: #999;
134
+ }
135
+
136
+ .coupon-select-box .coupon-header .coupon-tab_warp {
137
+ display: flex;
138
+ justify-items: center;
139
+ align-items: center;
140
+ font-size: 4.66667vmin;
141
+ padding: 0 4.8vmin;
142
+ font-weight: 700;
143
+ text-align: center;
144
+ background-color: #fff;
145
+ }
146
+
147
+ .coupon-select-box .coupon-header .coupon-tab_warp text {
148
+ display: block;
149
+ }
150
+
151
+ .coupon-select-box .coupon-header .coupon-tab_warp .tabItem {
152
+ position: relative;
153
+ width: 50%;
154
+ height: 14.13333vmin;
155
+ line-height: 14.13333vmin;
156
+ text-align: center;
157
+ cursor: pointer;
158
+ }
159
+
160
+ .coupon-select-box .coupon-header .coupon-tab_warp .greyColor {
161
+ color: #999999;
162
+ font-size: 4vmin;
163
+ font-weight: normal;
164
+ }
165
+
166
+ .coupon-select-box .coupon-header .coupon-tab_warp .activeBorder {
167
+ position: absolute;
168
+ bottom: 0;
169
+ left: 50%;
170
+ transform: translateX(-50%);
171
+ width: 5.86667vmin;
172
+ height: 0.53333vmin;
173
+ background: #09BB07;
174
+ border-radius: 0.53333vmin;
175
+ }
176
+
177
+ .coupon-select-box .coupon-header .coupon-tips {
178
+ display: flex;
179
+ background: #fff;
180
+ align-items: center;
181
+ justify-items: center;
182
+ padding: 1.33333vmin 4.8vmin;
183
+ justify-content: space-between;
184
+ }
185
+
186
+ .coupon-select-box .coupon-header .coupon-tips .coupon-tips-font {
187
+ line-height: 7.33333vmin;
188
+ font-size: 3.46667vmin;
189
+ font-weight: 500;
190
+ color: #000;
191
+ }
192
+
193
+ .coupon-select-box .coupon-header .coupon-tips .coupon-tips-font .coupon-money-num {
194
+ color: #FF4747;
195
+ }
196
+
197
+ .coupon-select-box .coupon-header .coupon-tips .coupon-best-combination {
198
+ min-width: 28.13333vmin;
199
+ height: 7.06667vmin;
200
+ text-align: center;
201
+ line-height: 7.33333vmin;
202
+ background: #FF821F;
203
+ border: 0;
204
+ margin: 0;
205
+ border-radius: 5.86667vmin;
206
+ font-size: 3.46667vmin;
207
+ font-weight: 500;
208
+ color: #fff;
209
+ }
210
+
211
+ .coupon-select-box.vertical-screen .coupon-list {
212
+ overflow: scroll;
213
+ -webkit-overflow-scrolling: touch;
214
+ }
215
+
216
+ .coupon-select-box .coupon-list {
217
+ box-sizing: border-box;
218
+ flex: 1;
219
+ /* 撑满剩余容器高度 */
220
+ text-align: center;
221
+ padding: 3.46667vmin 4.66667vmin 0;
222
+ }
223
+
224
+ .coupon-select-box .coupon-list .coupon-item {
225
+ position: relative;
226
+ display: flex;
227
+ margin-bottom: 3.46667vmin;
228
+ border-radius: 1.06667vmin;
229
+ background: #fff;
230
+ }
231
+
232
+ .coupon-select-box .coupon-list .not-use-coupon {
233
+ display: flex;
234
+ justify-content: space-between;
235
+ align-items: center;
236
+ width: 100%;
237
+ height: 15.2vmin;
238
+ margin-bottom: 3.46667vmin;
239
+ border-radius: 1.06667vmin;
240
+ background: #fff;
241
+ }
242
+
243
+ .coupon-select-box .coupon-list .not-use-coupon .not-use-text {
244
+ width: 74.4vmin;
245
+ padding-left: 4.66667vmin;
246
+ font-size: 4vmin;
247
+ color: #333;
248
+ text-align: left;
249
+ }
250
+
251
+ .coupon-select-box .coupon-list .not-use-coupon .choose-box {
252
+ display: flex;
253
+ align-items: center;
254
+ justify-content: center;
255
+ width: 17.6vmin;
256
+ height: 100%;
257
+ }
258
+
259
+ .coupon-select-box .coupon-list .not-use-coupon .choose-box .choose-inner {
260
+ width: 5.33333vmin;
261
+ height: 5.33333vmin;
262
+ border-radius: 50%;
263
+ border: 0.53333vmin solid #ccc;
264
+ }
265
+
266
+ .coupon-select-box .coupon-list .not-use-coupon .choose-box .coupon-not-used {
267
+ border: none;
268
+ }
269
+
270
+ .coupon-select-box .coupon-bottom {
271
+ height: 13.33333vmin;
272
+ display: flex;
273
+ align-items: center;
274
+ justify-content: center;
275
+ background-color: #fff;
276
+ }
277
+
278
+ .coupon-select-box .coupon-bottom .coupon-confirm-button {
279
+ height: 10.66667vmin;
280
+ border-radius: 6.4vmin;
281
+ line-height: 10.66667vmin;
282
+ text-align: center;
283
+ font-size: 4vmin;
284
+ font-weight: 500;
285
+ color: #fff;
286
+ }
287
+
288
+ .coupon-select-box.vertical-screen .coupon-bottom {
289
+ padding: 0 4.8vmin;
290
+ }
291
+
292
+ .coupon-select-box.vertical-screen .coupon-bottom .coupon-confirm-button {
293
+ background: #FF821F;
294
+ width: 100.53333vmin;
295
+ }
296
+
297
+ .coupon-select-box.vertical-screen .promo-code-btn {
298
+ background-color: #FF821F !important;
299
+ }
300
+
301
+ .coupon-select-box.full-screen .coupon-bottom {
302
+ width: 100%;
303
+ position: absolute;
304
+ bottom: 0;
305
+ }
306
+
307
+ .coupon-select-box.full-screen .coupon-bottom .coupon-confirm-button {
308
+ background: linear-gradient(270deg, #fe6500 0%, #ff4102 100%);
309
+ width: 94.93333vmin;
310
+ }
311
+
312
+ .coupon-select-box.full-screen .promo-code-btn {
313
+ background: linear-gradient(270deg, #fe6500 0%, #ff4102 100%);
314
+ }
315
+
316
+ .coupon-select-box .coupon_emptypage {
317
+ text-align: center;
318
+ margin: 2vmin 0 10vmin 0;
319
+ font-size: 3.46667vmin;
320
+ color: #ADADB4;
321
+ }
322
+
323
+ .coupon-select-box .coupon_emptypage .coupon_emptyImg {
324
+ margin-bottom: 2.13333vmin;
325
+ width: 25.06667vmin;
326
+ height: 25.06667vmin;
327
+ background-size: 100% 100%;
328
+ }
329
+
330
+ @media screen and (min-width: 768px) and (orientation: portrait) {
331
+ .popUp {
332
+ height: 80%;
333
+ border-radius: 1.69271vmin 1.69271vmin 0 0;
334
+ }
335
+ .coupon-select-box {
336
+ display: flex;
337
+ flex-direction: column;
338
+ margin: 0 auto;
339
+ max-width: 100vmin;
340
+ background-color: #F5F6F9;
341
+ border-radius: 1.69271vmin 1.69271vmin 0 0;
342
+ user-select: none;
343
+ }
344
+ .coupon-select-box.vertical-screen {
345
+ height: 100%;
346
+ }
347
+ .coupon-select-box.full-screen {
348
+ height: 36.58854vmin;
349
+ overflow: scroll;
350
+ margin: 6.34766vmin 0;
351
+ }
352
+ .coupon-select-box.full-screen .header-content {
353
+ position: absolute;
354
+ width: 90vmin;
355
+ }
356
+ .coupon-select-box .coupon-header {
357
+ display: flex;
358
+ flex-direction: column;
359
+ }
360
+ .coupon-select-box .coupon-header .header-content {
361
+ display: flex;
362
+ flex-direction: row;
363
+ justify-content: space-between;
364
+ align-items: center;
365
+ height: 5.85938vmin;
366
+ padding: 0 2.34375vmin;
367
+ top: 0;
368
+ left: 0;
369
+ font-size: 2.08333vmin;
370
+ font-weight: 500;
371
+ background-color: #ffffff;
372
+ border-radius: 1.69271vmin 1.69271vmin 0 0;
373
+ }
374
+ .coupon-select-box .coupon-header .promo-code-wrap {
375
+ display: flex;
376
+ justify-content: center;
377
+ align-items: center;
378
+ padding: 0 2.34375vmin;
379
+ height: 7.48698vmin;
380
+ background-color: #fff;
381
+ }
382
+ .coupon-select-box .coupon-header .promo-code-wrap .promo-code-input {
383
+ width: 30.59896vmin;
384
+ height: 5.46875vmin;
385
+ padding: 0 1.43229vmin;
386
+ border: 0.0651vmin solid #DCDCDC;
387
+ border-right: none;
388
+ border-radius: 0.52083vmin 0 0 0.52083vmin;
389
+ color: #333;
390
+ font-size: 1.95312vmin;
391
+ user-select: text;
392
+ box-shadow: none;
393
+ }
394
+ .coupon-select-box .coupon-header .promo-code-wrap .promo-code-input::-webkit-input-placeholder {
395
+ color: #c8c8c8;
396
+ }
397
+ .coupon-select-box .coupon-header .promo-code-wrap .promo-code-input:disabled {
398
+ color: #999;
399
+ background-color: #eee;
400
+ }
401
+ .coupon-select-box .coupon-header .promo-code-wrap .promo-code-btn {
402
+ width: 11.71875vmin;
403
+ height: 5.46875vmin;
404
+ line-height: 5.46875vmin;
405
+ margin: 0;
406
+ border: none;
407
+ border-radius: 0 0.52083vmin 0.52083vmin 0;
408
+ text-align: center;
409
+ color: #fff;
410
+ font-size: 1.75781vmin;
411
+ cursor: pointer;
412
+ }
413
+ .coupon-select-box .coupon-header .coupon-code-tip {
414
+ display: flex;
415
+ align-items: center;
416
+ padding: 0 2.34375vmin;
417
+ background-color: #fff;
418
+ height: 2.60417vmin;
419
+ }
420
+ .coupon-select-box .coupon-header .coupon-code-tip .tips-img {
421
+ margin-right: 0.88vmin;
422
+ width: 1.95312vmin;
423
+ height: 1.82292vmin;
424
+ }
425
+ .coupon-select-box .coupon-header .coupon-code-tip text {
426
+ font-size: 1.69271vmin;
427
+ color: #999;
428
+ }
429
+ .coupon-select-box .coupon-header .coupon-tab_warp {
430
+ display: flex;
431
+ justify-items: center;
432
+ align-items: center;
433
+ font-size: 2.27865vmin;
434
+ padding: 0 2.34375vmin;
435
+ font-weight: 700;
436
+ text-align: center;
437
+ background-color: #fff;
438
+ }
439
+ .coupon-select-box .coupon-header .coupon-tab_warp text {
440
+ display: block;
441
+ }
442
+ .coupon-select-box .coupon-header .coupon-tab_warp .tabItem {
443
+ position: relative;
444
+ width: 50%;
445
+ height: 6.90104vmin;
446
+ line-height: 6.90104vmin;
447
+ text-align: center;
448
+ cursor: pointer;
449
+ }
450
+ .coupon-select-box .coupon-header .coupon-tab_warp .greyColor {
451
+ color: #999999;
452
+ font-size: 1.95312vmin;
453
+ font-weight: normal;
454
+ }
455
+ .coupon-select-box .coupon-header .coupon-tab_warp .activeBorder {
456
+ position: absolute;
457
+ bottom: 0;
458
+ left: 50%;
459
+ transform: translateX(-50%);
460
+ width: 2.86458vmin;
461
+ height: 0.26042vmin;
462
+ background: #09BB07;
463
+ border-radius: 0.26042vmin;
464
+ }
465
+ .coupon-select-box .coupon-header .coupon-tips {
466
+ display: flex;
467
+ background: #fff;
468
+ align-items: center;
469
+ justify-items: center;
470
+ padding: 0.65104vmin 2.34375vmin;
471
+ justify-content: space-between;
472
+ }
473
+ .coupon-select-box .coupon-header .coupon-tips .coupon-tips-font {
474
+ line-height: 3.58073vmin;
475
+ font-size: 1.69271vmin;
476
+ font-weight: 500;
477
+ color: #000;
478
+ }
479
+ .coupon-select-box .coupon-header .coupon-tips .coupon-tips-font .coupon-money-num {
480
+ color: #FF4747;
481
+ }
482
+ .coupon-select-box .coupon-header .coupon-tips .coupon-best-combination {
483
+ min-width: 13.73698vmin;
484
+ height: 3.45052vmin;
485
+ text-align: center;
486
+ line-height: 3.58073vmin;
487
+ background: #FF821F;
488
+ border: 0;
489
+ margin: 0;
490
+ border-radius: 2.86458vmin;
491
+ font-size: 1.69271vmin;
492
+ font-weight: 500;
493
+ color: #fff;
494
+ }
495
+ .coupon-select-box.vertical-screen .coupon-list {
496
+ overflow: scroll;
497
+ -webkit-overflow-scrolling: touch;
498
+ }
499
+ .coupon-select-box .coupon-list {
500
+ box-sizing: border-box;
501
+ flex: 1;
502
+ /* 撑满剩余容器高度 */
503
+ text-align: center;
504
+ padding: 1.69271vmin 2.27865vmin 0;
505
+ }
506
+ .coupon-select-box .coupon-list .coupon-item {
507
+ position: relative;
508
+ display: flex;
509
+ margin-bottom: 1.69271vmin;
510
+ border-radius: 0.52083vmin;
511
+ background: #fff;
512
+ }
513
+ .coupon-select-box .coupon-list .not-use-coupon {
514
+ display: flex;
515
+ justify-content: space-between;
516
+ align-items: center;
517
+ width: 100%;
518
+ height: 7.42188vmin;
519
+ margin-bottom: 1.69271vmin;
520
+ border-radius: 0.52083vmin;
521
+ background: #fff;
522
+ }
523
+ .coupon-select-box .coupon-list .not-use-coupon .not-use-text {
524
+ width: 36.32812vmin;
525
+ padding-left: 2.27865vmin;
526
+ font-size: 1.95312vmin;
527
+ color: #333;
528
+ text-align: left;
529
+ }
530
+ .coupon-select-box .coupon-list .not-use-coupon .choose-box {
531
+ display: flex;
532
+ align-items: center;
533
+ justify-content: center;
534
+ width: 8.59375vmin;
535
+ height: 100%;
536
+ }
537
+ .coupon-select-box .coupon-list .not-use-coupon .choose-box .choose-inner {
538
+ width: 2.60417vmin;
539
+ height: 2.60417vmin;
540
+ border-radius: 50%;
541
+ border: 0.26042vmin solid #ccc;
542
+ }
543
+ .coupon-select-box .coupon-list .not-use-coupon .choose-box .coupon-not-used {
544
+ border: none;
545
+ }
546
+ .coupon-select-box .coupon-bottom {
547
+ height: 6.51042vmin;
548
+ display: flex;
549
+ align-items: center;
550
+ justify-content: center;
551
+ background-color: #fff;
552
+ }
553
+ .coupon-select-box .coupon-bottom .coupon-confirm-button {
554
+ height: 5.20833vmin;
555
+ border-radius: 3.125vmin;
556
+ line-height: 5.20833vmin;
557
+ text-align: center;
558
+ font-size: 1.95312vmin;
559
+ font-weight: 500;
560
+ color: #fff;
561
+ }
562
+ .coupon-select-box.vertical-screen .coupon-bottom {
563
+ padding: 0 2.34375vmin;
564
+ }
565
+ .coupon-select-box.vertical-screen .coupon-bottom .coupon-confirm-button {
566
+ background: #FF821F;
567
+ width: 49.08854vmin;
568
+ }
569
+ .coupon-select-box.vertical-screen .promo-code-btn {
570
+ background-color: #FF821F !important;
571
+ }
572
+ .coupon-select-box.full-screen .coupon-bottom {
573
+ width: 100%;
574
+ position: absolute;
575
+ bottom: 0;
576
+ }
577
+ .coupon-select-box.full-screen .coupon-bottom .coupon-confirm-button {
578
+ background: linear-gradient(270deg, #fe6500 0%, #ff4102 100%);
579
+ width: 46.35417vmin;
580
+ }
581
+ .coupon-select-box.full-screen .promo-code-btn {
582
+ background: linear-gradient(270deg, #fe6500 0%, #ff4102 100%);
583
+ }
584
+ .coupon-select-box .coupon_emptypage {
585
+ text-align: center;
586
+ margin: 0.97656vmin 0 4.88281vmin 0;
587
+ font-size: 1.69271vmin;
588
+ color: #ADADB4;
589
+ }
590
+ .coupon-select-box .coupon_emptypage .coupon_emptyImg {
591
+ margin-bottom: 1.04167vmin;
592
+ width: 12.23958vmin;
593
+ height: 12.23958vmin;
594
+ background-size: 100% 100%;
595
+ }
596
+ }
597
+
598
+ @media screen and (min-height: 630px) and (orientation: landscape) {
599
+ .popUp {
600
+ height: 80%;
601
+ border-radius: 2.06349vmin 2.06349vmin 0 0;
602
+ }
603
+ .coupon-select-box {
604
+ display: flex;
605
+ flex-direction: column;
606
+ margin: 0 auto;
607
+ max-width: 100vmin;
608
+ background-color: #F5F6F9;
609
+ border-radius: 2.06349vmin 2.06349vmin 0 0;
610
+ user-select: none;
611
+ }
612
+ .coupon-select-box.vertical-screen {
613
+ height: 100%;
614
+ }
615
+ .coupon-select-box.full-screen {
616
+ height: 44.60317vmin;
617
+ overflow: scroll;
618
+ margin: 7.7381vmin 0;
619
+ }
620
+ .coupon-select-box.full-screen .header-content {
621
+ position: absolute;
622
+ width: 90vmin;
623
+ }
624
+ .coupon-select-box .coupon-header {
625
+ display: flex;
626
+ flex-direction: column;
627
+ }
628
+ .coupon-select-box .coupon-header .header-content {
629
+ display: flex;
630
+ flex-direction: row;
631
+ justify-content: space-between;
632
+ align-items: center;
633
+ height: 7.14286vmin;
634
+ padding: 0 2.85714vmin;
635
+ top: 0;
636
+ left: 0;
637
+ font-size: 2.53968vmin;
638
+ font-weight: 500;
639
+ background-color: #ffffff;
640
+ border-radius: 2.06349vmin 2.06349vmin 0 0;
641
+ }
642
+ .coupon-select-box .coupon-header .promo-code-wrap {
643
+ display: flex;
644
+ justify-content: center;
645
+ align-items: center;
646
+ padding: 0 2.85714vmin;
647
+ height: 9.12698vmin;
648
+ background-color: #fff;
649
+ }
650
+ .coupon-select-box .coupon-header .promo-code-wrap .promo-code-input {
651
+ width: 37.30159vmin;
652
+ height: 6.66667vmin;
653
+ padding: 0 1.74603vmin;
654
+ border: 0.07937vmin solid #DCDCDC;
655
+ border-right: none;
656
+ border-radius: 0.63492vmin 0 0 0.63492vmin;
657
+ color: #333;
658
+ font-size: 2.38095vmin;
659
+ user-select: text;
660
+ box-shadow: none;
661
+ }
662
+ .coupon-select-box .coupon-header .promo-code-wrap .promo-code-input::-webkit-input-placeholder {
663
+ color: #c8c8c8;
664
+ }
665
+ .coupon-select-box .coupon-header .promo-code-wrap .promo-code-input:disabled {
666
+ color: #999;
667
+ background-color: #eee;
668
+ }
669
+ .coupon-select-box .coupon-header .promo-code-wrap .promo-code-btn {
670
+ width: 14.28571vmin;
671
+ height: 6.66667vmin;
672
+ line-height: 6.66667vmin;
673
+ margin: 0;
674
+ border: none;
675
+ border-radius: 0 0.63492vmin 0.63492vmin 0;
676
+ text-align: center;
677
+ color: #fff;
678
+ font-size: 2.14286vmin;
679
+ cursor: pointer;
680
+ }
681
+ .coupon-select-box .coupon-header .coupon-code-tip {
682
+ display: flex;
683
+ align-items: center;
684
+ padding: 0 2.85714vmin;
685
+ background-color: #fff;
686
+ height: 3.1746vmin;
687
+ }
688
+ .coupon-select-box .coupon-header .coupon-code-tip .tips-img {
689
+ margin-right: 0.88vmin;
690
+ width: 2.38095vmin;
691
+ height: 2.22222vmin;
692
+ }
693
+ .coupon-select-box .coupon-header .coupon-code-tip text {
694
+ font-size: 2.06349vmin;
695
+ color: #999;
696
+ }
697
+ .coupon-select-box .coupon-header .coupon-tab_warp {
698
+ display: flex;
699
+ justify-items: center;
700
+ align-items: center;
701
+ font-size: 2.77778vmin;
702
+ padding: 0 2.85714vmin;
703
+ font-weight: 700;
704
+ text-align: center;
705
+ background-color: #fff;
706
+ }
707
+ .coupon-select-box .coupon-header .coupon-tab_warp text {
708
+ display: block;
709
+ }
710
+ .coupon-select-box .coupon-header .coupon-tab_warp .tabItem {
711
+ position: relative;
712
+ width: 50%;
713
+ height: 8.4127vmin;
714
+ line-height: 8.4127vmin;
715
+ text-align: center;
716
+ cursor: pointer;
717
+ }
718
+ .coupon-select-box .coupon-header .coupon-tab_warp .greyColor {
719
+ color: #999999;
720
+ font-size: 2.38095vmin;
721
+ font-weight: normal;
722
+ }
723
+ .coupon-select-box .coupon-header .coupon-tab_warp .activeBorder {
724
+ position: absolute;
725
+ bottom: 0;
726
+ left: 50%;
727
+ transform: translateX(-50%);
728
+ width: 3.49206vmin;
729
+ height: 0.31746vmin;
730
+ background: #09BB07;
731
+ border-radius: 0.31746vmin;
732
+ }
733
+ .coupon-select-box .coupon-header .coupon-tips {
734
+ display: flex;
735
+ background: #fff;
736
+ align-items: center;
737
+ justify-items: center;
738
+ padding: 0.79365vmin 2.85714vmin;
739
+ justify-content: space-between;
740
+ }
741
+ .coupon-select-box .coupon-header .coupon-tips .coupon-tips-font {
742
+ line-height: 4.36508vmin;
743
+ font-size: 2.06349vmin;
744
+ font-weight: 500;
745
+ color: #000;
746
+ }
747
+ .coupon-select-box .coupon-header .coupon-tips .coupon-tips-font .coupon-money-num {
748
+ color: #FF4747;
749
+ }
750
+ .coupon-select-box .coupon-header .coupon-tips .coupon-best-combination {
751
+ min-width: 16.74603vmin;
752
+ height: 4.20635vmin;
753
+ text-align: center;
754
+ line-height: 4.36508vmin;
755
+ background: #FF821F;
756
+ border: 0;
757
+ margin: 0;
758
+ border-radius: 3.49206vmin;
759
+ font-size: 2.06349vmin;
760
+ font-weight: 500;
761
+ color: #fff;
762
+ }
763
+ .coupon-select-box.vertical-screen .coupon-list {
764
+ overflow: scroll;
765
+ -webkit-overflow-scrolling: touch;
766
+ }
767
+ .coupon-select-box .coupon-list {
768
+ box-sizing: border-box;
769
+ flex: 1;
770
+ /* 撑满剩余容器高度 */
771
+ text-align: center;
772
+ padding: 2.06349vmin 2.77778vmin 0;
773
+ }
774
+ .coupon-select-box .coupon-list .coupon-item {
775
+ position: relative;
776
+ display: flex;
777
+ margin-bottom: 2.06349vmin;
778
+ border-radius: 0.63492vmin;
779
+ background: #fff;
780
+ }
781
+ .coupon-select-box .coupon-list .not-use-coupon {
782
+ display: flex;
783
+ justify-content: space-between;
784
+ align-items: center;
785
+ width: 100%;
786
+ height: 9.04762vmin;
787
+ margin-bottom: 2.06349vmin;
788
+ border-radius: 0.63492vmin;
789
+ background: #fff;
790
+ }
791
+ .coupon-select-box .coupon-list .not-use-coupon .not-use-text {
792
+ width: 44.28571vmin;
793
+ padding-left: 2.77778vmin;
794
+ font-size: 2.38095vmin;
795
+ color: #333;
796
+ text-align: left;
797
+ }
798
+ .coupon-select-box .coupon-list .not-use-coupon .choose-box {
799
+ display: flex;
800
+ align-items: center;
801
+ justify-content: center;
802
+ width: 10.47619vmin;
803
+ height: 100%;
804
+ }
805
+ .coupon-select-box .coupon-list .not-use-coupon .choose-box .choose-inner {
806
+ width: 3.1746vmin;
807
+ height: 3.1746vmin;
808
+ border-radius: 50%;
809
+ border: 0.31746vmin solid #ccc;
810
+ }
811
+ .coupon-select-box .coupon-list .not-use-coupon .choose-box .coupon-not-used {
812
+ border: none;
813
+ }
814
+ .coupon-select-box .coupon-bottom {
815
+ height: 7.93651vmin;
816
+ display: flex;
817
+ align-items: center;
818
+ justify-content: center;
819
+ background-color: #fff;
820
+ }
821
+ .coupon-select-box .coupon-bottom .coupon-confirm-button {
822
+ height: 6.34921vmin;
823
+ border-radius: 3.80952vmin;
824
+ line-height: 6.34921vmin;
825
+ text-align: center;
826
+ font-size: 2.38095vmin;
827
+ font-weight: 500;
828
+ color: #fff;
829
+ }
830
+ .coupon-select-box.vertical-screen .coupon-bottom {
831
+ padding: 0 2.85714vmin;
832
+ }
833
+ .coupon-select-box.vertical-screen .coupon-bottom .coupon-confirm-button {
834
+ background: #FF821F;
835
+ width: 59.84127vmin;
836
+ }
837
+ .coupon-select-box.vertical-screen .promo-code-btn {
838
+ background-color: #FF821F !important;
839
+ }
840
+ .coupon-select-box.full-screen .coupon-bottom {
841
+ width: 100%;
842
+ position: absolute;
843
+ bottom: 0;
844
+ }
845
+ .coupon-select-box.full-screen .coupon-bottom .coupon-confirm-button {
846
+ background: linear-gradient(270deg, #fe6500 0%, #ff4102 100%);
847
+ width: 56.50794vmin;
848
+ }
849
+ .coupon-select-box.full-screen .promo-code-btn {
850
+ background: linear-gradient(270deg, #fe6500 0%, #ff4102 100%);
851
+ }
852
+ .coupon-select-box .coupon_emptypage {
853
+ text-align: center;
854
+ margin: 1.19048vmin 0 5.95238vmin 0;
855
+ font-size: 2.06349vmin;
856
+ color: #ADADB4;
857
+ }
858
+ .coupon-select-box .coupon_emptypage .coupon_emptyImg {
859
+ margin-bottom: 1.26984vmin;
860
+ width: 14.92063vmin;
861
+ height: 14.92063vmin;
862
+ background-size: 100% 100%;
863
+ }
864
+ }
865
+
866
+ @media screen and (min-height: 768px) and (orientation: landscape) {
867
+ .popUp {
868
+ height: 80%;
869
+ border-radius: 1.69271vmin 1.69271vmin 0 0;
870
+ }
871
+ .coupon-select-box {
872
+ display: flex;
873
+ flex-direction: column;
874
+ margin: 0 auto;
875
+ max-width: 100vmin;
876
+ background-color: #F5F6F9;
877
+ border-radius: 1.69271vmin 1.69271vmin 0 0;
878
+ user-select: none;
879
+ }
880
+ .coupon-select-box.vertical-screen {
881
+ height: 100%;
882
+ }
883
+ .coupon-select-box.full-screen {
884
+ height: 36.58854vmin;
885
+ overflow: scroll;
886
+ margin: 6.34766vmin 0;
887
+ }
888
+ .coupon-select-box.full-screen .header-content {
889
+ position: absolute;
890
+ width: 90vmin;
891
+ }
892
+ .coupon-select-box .coupon-header {
893
+ display: flex;
894
+ flex-direction: column;
895
+ }
896
+ .coupon-select-box .coupon-header .header-content {
897
+ display: flex;
898
+ flex-direction: row;
899
+ justify-content: space-between;
900
+ align-items: center;
901
+ height: 5.85938vmin;
902
+ padding: 0 2.34375vmin;
903
+ top: 0;
904
+ left: 0;
905
+ font-size: 2.08333vmin;
906
+ font-weight: 500;
907
+ background-color: #ffffff;
908
+ border-radius: 1.69271vmin 1.69271vmin 0 0;
909
+ }
910
+ .coupon-select-box .coupon-header .promo-code-wrap {
911
+ display: flex;
912
+ justify-content: center;
913
+ align-items: center;
914
+ padding: 0 2.34375vmin;
915
+ height: 7.48698vmin;
916
+ background-color: #fff;
917
+ }
918
+ .coupon-select-box .coupon-header .promo-code-wrap .promo-code-input {
919
+ width: 30.59896vmin;
920
+ height: 5.46875vmin;
921
+ padding: 0 1.43229vmin;
922
+ border: 0.0651vmin solid #DCDCDC;
923
+ border-right: none;
924
+ border-radius: 0.52083vmin 0 0 0.52083vmin;
925
+ color: #333;
926
+ font-size: 1.95312vmin;
927
+ user-select: text;
928
+ box-shadow: none;
929
+ }
930
+ .coupon-select-box .coupon-header .promo-code-wrap .promo-code-input::-webkit-input-placeholder {
931
+ color: #c8c8c8;
932
+ }
933
+ .coupon-select-box .coupon-header .promo-code-wrap .promo-code-input:disabled {
934
+ color: #999;
935
+ background-color: #eee;
936
+ }
937
+ .coupon-select-box .coupon-header .promo-code-wrap .promo-code-btn {
938
+ width: 11.71875vmin;
939
+ height: 5.46875vmin;
940
+ line-height: 5.46875vmin;
941
+ margin: 0;
942
+ border: none;
943
+ border-radius: 0 0.52083vmin 0.52083vmin 0;
944
+ text-align: center;
945
+ color: #fff;
946
+ font-size: 1.75781vmin;
947
+ cursor: pointer;
948
+ }
949
+ .coupon-select-box .coupon-header .coupon-code-tip {
950
+ display: flex;
951
+ align-items: center;
952
+ padding: 0 2.34375vmin;
953
+ background-color: #fff;
954
+ height: 2.60417vmin;
955
+ }
956
+ .coupon-select-box .coupon-header .coupon-code-tip .tips-img {
957
+ margin-right: 0.88vmin;
958
+ width: 1.95312vmin;
959
+ height: 1.82292vmin;
960
+ }
961
+ .coupon-select-box .coupon-header .coupon-code-tip text {
962
+ font-size: 1.69271vmin;
963
+ color: #999;
964
+ }
965
+ .coupon-select-box .coupon-header .coupon-tab_warp {
966
+ display: flex;
967
+ justify-items: center;
968
+ align-items: center;
969
+ font-size: 2.27865vmin;
970
+ padding: 0 2.34375vmin;
971
+ font-weight: 700;
972
+ text-align: center;
973
+ background-color: #fff;
974
+ }
975
+ .coupon-select-box .coupon-header .coupon-tab_warp text {
976
+ display: block;
977
+ }
978
+ .coupon-select-box .coupon-header .coupon-tab_warp .tabItem {
979
+ position: relative;
980
+ width: 50%;
981
+ height: 6.90104vmin;
982
+ line-height: 6.90104vmin;
983
+ text-align: center;
984
+ cursor: pointer;
985
+ }
986
+ .coupon-select-box .coupon-header .coupon-tab_warp .greyColor {
987
+ color: #999999;
988
+ font-size: 1.95312vmin;
989
+ font-weight: normal;
990
+ }
991
+ .coupon-select-box .coupon-header .coupon-tab_warp .activeBorder {
992
+ position: absolute;
993
+ bottom: 0;
994
+ left: 50%;
995
+ transform: translateX(-50%);
996
+ width: 2.86458vmin;
997
+ height: 0.26042vmin;
998
+ background: #09BB07;
999
+ border-radius: 0.26042vmin;
1000
+ }
1001
+ .coupon-select-box .coupon-header .coupon-tips {
1002
+ display: flex;
1003
+ background: #fff;
1004
+ align-items: center;
1005
+ justify-items: center;
1006
+ padding: 0.65104vmin 2.34375vmin;
1007
+ justify-content: space-between;
1008
+ }
1009
+ .coupon-select-box .coupon-header .coupon-tips .coupon-tips-font {
1010
+ line-height: 3.58073vmin;
1011
+ font-size: 1.69271vmin;
1012
+ font-weight: 500;
1013
+ color: #000;
1014
+ }
1015
+ .coupon-select-box .coupon-header .coupon-tips .coupon-tips-font .coupon-money-num {
1016
+ color: #FF4747;
1017
+ }
1018
+ .coupon-select-box .coupon-header .coupon-tips .coupon-best-combination {
1019
+ min-width: 13.73698vmin;
1020
+ height: 3.45052vmin;
1021
+ text-align: center;
1022
+ line-height: 3.58073vmin;
1023
+ background: #FF821F;
1024
+ border: 0;
1025
+ margin: 0;
1026
+ border-radius: 2.86458vmin;
1027
+ font-size: 1.69271vmin;
1028
+ font-weight: 500;
1029
+ color: #fff;
1030
+ }
1031
+ .coupon-select-box.vertical-screen .coupon-list {
1032
+ overflow: scroll;
1033
+ -webkit-overflow-scrolling: touch;
1034
+ }
1035
+ .coupon-select-box .coupon-list {
1036
+ box-sizing: border-box;
1037
+ flex: 1;
1038
+ /* 撑满剩余容器高度 */
1039
+ text-align: center;
1040
+ padding: 1.69271vmin 2.27865vmin 0;
1041
+ }
1042
+ .coupon-select-box .coupon-list .coupon-item {
1043
+ position: relative;
1044
+ display: flex;
1045
+ margin-bottom: 1.69271vmin;
1046
+ border-radius: 0.52083vmin;
1047
+ background: #fff;
1048
+ }
1049
+ .coupon-select-box .coupon-list .not-use-coupon {
1050
+ display: flex;
1051
+ justify-content: space-between;
1052
+ align-items: center;
1053
+ width: 100%;
1054
+ height: 7.42188vmin;
1055
+ margin-bottom: 1.69271vmin;
1056
+ border-radius: 0.52083vmin;
1057
+ background: #fff;
1058
+ }
1059
+ .coupon-select-box .coupon-list .not-use-coupon .not-use-text {
1060
+ width: 36.32812vmin;
1061
+ padding-left: 2.27865vmin;
1062
+ font-size: 1.95312vmin;
1063
+ color: #333;
1064
+ text-align: left;
1065
+ }
1066
+ .coupon-select-box .coupon-list .not-use-coupon .choose-box {
1067
+ display: flex;
1068
+ align-items: center;
1069
+ justify-content: center;
1070
+ width: 8.59375vmin;
1071
+ height: 100%;
1072
+ }
1073
+ .coupon-select-box .coupon-list .not-use-coupon .choose-box .choose-inner {
1074
+ width: 2.60417vmin;
1075
+ height: 2.60417vmin;
1076
+ border-radius: 50%;
1077
+ border: 0.26042vmin solid #ccc;
1078
+ }
1079
+ .coupon-select-box .coupon-list .not-use-coupon .choose-box .coupon-not-used {
1080
+ border: none;
1081
+ }
1082
+ .coupon-select-box .coupon-bottom {
1083
+ height: 6.51042vmin;
1084
+ display: flex;
1085
+ align-items: center;
1086
+ justify-content: center;
1087
+ background-color: #fff;
1088
+ }
1089
+ .coupon-select-box .coupon-bottom .coupon-confirm-button {
1090
+ height: 5.20833vmin;
1091
+ border-radius: 3.125vmin;
1092
+ line-height: 5.20833vmin;
1093
+ text-align: center;
1094
+ font-size: 1.95312vmin;
1095
+ font-weight: 500;
1096
+ color: #fff;
1097
+ }
1098
+ .coupon-select-box.vertical-screen .coupon-bottom {
1099
+ padding: 0 2.34375vmin;
1100
+ }
1101
+ .coupon-select-box.vertical-screen .coupon-bottom .coupon-confirm-button {
1102
+ background: #FF821F;
1103
+ width: 49.08854vmin;
1104
+ }
1105
+ .coupon-select-box.vertical-screen .promo-code-btn {
1106
+ background-color: #FF821F !important;
1107
+ }
1108
+ .coupon-select-box.full-screen .coupon-bottom {
1109
+ width: 100%;
1110
+ position: absolute;
1111
+ bottom: 0;
1112
+ }
1113
+ .coupon-select-box.full-screen .coupon-bottom .coupon-confirm-button {
1114
+ background: linear-gradient(270deg, #fe6500 0%, #ff4102 100%);
1115
+ width: 46.35417vmin;
1116
+ }
1117
+ .coupon-select-box.full-screen .promo-code-btn {
1118
+ background: linear-gradient(270deg, #fe6500 0%, #ff4102 100%);
1119
+ }
1120
+ .coupon-select-box .coupon_emptypage {
1121
+ text-align: center;
1122
+ margin: 0.97656vmin 0 4.88281vmin 0;
1123
+ font-size: 1.69271vmin;
1124
+ color: #ADADB4;
1125
+ }
1126
+ .coupon-select-box .coupon_emptypage .coupon_emptyImg {
1127
+ margin-bottom: 1.04167vmin;
1128
+ width: 12.23958vmin;
1129
+ height: 12.23958vmin;
1130
+ background-size: 100% 100%;
1131
+ }
1132
+ }