xiaoe_mp_npm 1.0.21 → 1.0.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 (149) hide show
  1. package/.prettierrc.js +32 -6
  2. package/miniprogram_dist/GoodsItem/index.json +6 -6
  3. package/miniprogram_dist/GoodsItem/index.wxs +18 -18
  4. package/miniprogram_dist/LiveGoodsList/Header/index.js +54 -54
  5. package/miniprogram_dist/LiveGoodsList/Header/index.json +6 -6
  6. package/miniprogram_dist/LiveGoodsList/Header/index.less +45 -45
  7. package/miniprogram_dist/LiveGoodsList/Header/index.scss +105 -105
  8. package/miniprogram_dist/LiveGoodsList/Header/index.wxml +32 -32
  9. package/miniprogram_dist/LiveGoodsList/README.md +9 -9
  10. package/miniprogram_dist/LiveGoodsList/index.json +8 -8
  11. package/miniprogram_dist/LiveGoodsList/index.less +53 -53
  12. package/miniprogram_dist/LiveGoodsList/index.scss +92 -92
  13. package/miniprogram_dist/Task/TaskBubble/index.js +2 -1
  14. package/miniprogram_dist/Task/TaskPopup/component/TaskItem/index.js +241 -166
  15. package/miniprogram_dist/Task/TaskPopup/component/TaskItem/index.scss +26 -0
  16. package/miniprogram_dist/Task/TaskPopup/component/TaskItem/index.wxml +27 -8
  17. package/miniprogram_dist/Task/TaskPopup/component/TaskItem/index.wxss +96 -0
  18. package/miniprogram_dist/Task/TaskPopup/component/TaskList/index.js +4 -0
  19. package/miniprogram_dist/Task/TaskQuizPopup/components/quizContent/index.js +132 -0
  20. package/miniprogram_dist/Task/TaskQuizPopup/components/quizContent/index.json +6 -0
  21. package/miniprogram_dist/Task/TaskQuizPopup/components/quizContent/index.scss +192 -0
  22. package/miniprogram_dist/Task/TaskQuizPopup/components/quizContent/index.wxml +65 -0
  23. package/miniprogram_dist/Task/TaskQuizPopup/components/quizContent/index.wxs +79 -0
  24. package/miniprogram_dist/Task/TaskQuizPopup/components/quizContent/index.wxss +521 -0
  25. package/miniprogram_dist/Task/TaskQuizPopup/components/quizRichText/index.js +47 -0
  26. package/miniprogram_dist/Task/TaskQuizPopup/components/quizRichText/index.json +6 -0
  27. package/miniprogram_dist/Task/TaskQuizPopup/components/quizRichText/index.scss +7 -0
  28. package/miniprogram_dist/Task/TaskQuizPopup/components/quizRichText/index.wxml +2 -0
  29. package/miniprogram_dist/Task/TaskQuizPopup/components/quizRichText/index.wxss +298 -0
  30. package/miniprogram_dist/Task/TaskQuizPopup/components/wxParse/base.wxml +50 -0
  31. package/miniprogram_dist/Task/TaskQuizPopup/components/wxParse/html2json.js +623 -0
  32. package/miniprogram_dist/Task/TaskQuizPopup/components/wxParse/htmlparser.js +183 -0
  33. package/miniprogram_dist/Task/TaskQuizPopup/components/wxParse/iframeParse.js +216 -0
  34. package/miniprogram_dist/Task/TaskQuizPopup/components/wxParse/loop.wxml +3563 -0
  35. package/miniprogram_dist/Task/TaskQuizPopup/components/wxParse/showdown.js +2364 -0
  36. package/miniprogram_dist/Task/TaskQuizPopup/components/wxParse/wxDiscode.js +209 -0
  37. package/miniprogram_dist/Task/TaskQuizPopup/components/wxParse/wxParse.js +269 -0
  38. package/miniprogram_dist/Task/TaskQuizPopup/components/wxParse/wxParse.wxml +1276 -0
  39. package/miniprogram_dist/Task/TaskQuizPopup/components/wxParse/wxParse.wxss +316 -0
  40. package/miniprogram_dist/Task/TaskQuizPopup/index.js +232 -0
  41. package/miniprogram_dist/Task/TaskQuizPopup/index.json +8 -0
  42. package/miniprogram_dist/Task/TaskQuizPopup/index.scss +159 -0
  43. package/miniprogram_dist/Task/TaskQuizPopup/index.wxml +97 -0
  44. package/miniprogram_dist/Task/TaskQuizPopup/index.wxss +478 -0
  45. package/miniprogram_dist/Task/taskQuizRemindPopup/index.js +79 -0
  46. package/miniprogram_dist/Task/taskQuizRemindPopup/index.json +6 -0
  47. package/miniprogram_dist/Task/taskQuizRemindPopup/index.scss +108 -0
  48. package/miniprogram_dist/Task/taskQuizRemindPopup/index.wxml +27 -0
  49. package/miniprogram_dist/Task/taskQuizRemindPopup/index.wxss +286 -0
  50. package/miniprogram_dist/common/utils/tool.js +54 -48
  51. package/package.json +1 -1
  52. package/src/AliveInvite/LiveRoomVertical/index.wxss +252 -252
  53. package/src/CollectionAddress/index.wxss +5 -5
  54. package/src/ConfirmOrder/components/AddressEdit/index.wxss +120 -120
  55. package/src/ConfirmOrder/components/AddressManage/index.wxss +98 -98
  56. package/src/ConfirmOrder/components/AddressSelect/index.wxss +67 -67
  57. package/src/ConfirmOrder/components/ChoosePicker/index.wxss +18 -18
  58. package/src/ConfirmOrder/components/GoodsInfo/components/GoodsCommerce/components/entityGiftList/index.wxss +45 -45
  59. package/src/ConfirmOrder/components/GoodsInfo/components/GoodsCommerce/components/entityItem/index.wxss +100 -100
  60. package/src/ConfirmOrder/components/GoodsInfo/components/GoodsCommerce/index.wxss +55 -55
  61. package/src/ConfirmOrder/components/GoodsInfo/components/ImageData/index.wxss +13 -13
  62. package/src/ConfirmOrder/components/Header/index.wxss +26 -26
  63. package/src/ConfirmOrder/components/IntegralSelect/componenets/integralTips/index.wxss +85 -85
  64. package/src/ConfirmOrder/components/Invoice/components/InvoiceSelect/index.wxss +155 -155
  65. package/src/ConfirmOrder/components/Invoice/components/InvoiceTip/index.wxss +51 -51
  66. package/src/ConfirmOrder/components/ModeSelect/index.wxss +44 -44
  67. package/src/ConfirmOrder/components/PickupSelect/index.wxss +22 -22
  68. package/src/ConfirmOrder/components/SelectSite/index.wxss +82 -82
  69. package/src/ConfirmOrder/components/Shipper/index.wxss +76 -76
  70. package/src/ConfirmOrder/components/ShipperEdit/index.wxss +78 -78
  71. package/src/ConfirmOrder/components/WechatAddress/index.wxss +22 -22
  72. package/src/ConfirmOrder/index.wxss +5 -5
  73. package/src/CouponList/couponMsg/index.wxss +3 -3
  74. package/src/CustomPopup/index.wxss +22 -22
  75. package/src/GoodsItem/index.json +6 -6
  76. package/src/GoodsItem/index.wxs +18 -18
  77. package/src/LiveGoodsList/Header/index.js +54 -54
  78. package/src/LiveGoodsList/Header/index.json +6 -6
  79. package/src/LiveGoodsList/Header/index.less +45 -45
  80. package/src/LiveGoodsList/Header/index.scss +105 -105
  81. package/src/LiveGoodsList/Header/index.wxml +32 -32
  82. package/src/LiveGoodsList/README.md +9 -9
  83. package/src/LiveGoodsList/index.json +8 -8
  84. package/src/LiveGoodsList/index.less +53 -53
  85. package/src/LiveGoodsList/index.scss +92 -92
  86. package/src/LiveGoodsList/index.wxss +218 -218
  87. package/src/PayComplete/Components/CouponItem/index.wxss +122 -122
  88. package/src/PayComplete/Components/Header/index.wxss +27 -27
  89. package/src/PayComplete/Components/LeadGroup/index.wxss +33 -33
  90. package/src/PayComplete/Components/PayGifts/index.wxss +157 -157
  91. package/src/PayComplete/Components/PayState/earnIntegral/index.wxss +23 -23
  92. package/src/PayComplete/Components/PayState/index.wxss +20 -20
  93. package/src/PayComplete/index.wxss +27 -27
  94. package/src/PayModule/wechatLoading/index.wxss +57 -57
  95. package/src/Recommend/index.wxss +110 -110
  96. package/src/Sku/Header/index.wxss +27 -27
  97. package/src/Sku/goods-info/index.wxss +52 -52
  98. package/src/Sku/index/index.wxss +52 -52
  99. package/src/Sku/row-item/index.wxss +50 -50
  100. package/src/Sku/step/index.wxss +11 -11
  101. package/src/Task/TaskBubble/index.js +2 -1
  102. package/src/Task/TaskBubble/index.wxss +289 -289
  103. package/src/Task/TaskIcon/index.wxss +130 -130
  104. package/src/Task/TaskPopup/component/RewardList/index.wxss +18 -18
  105. package/src/Task/TaskPopup/component/TaskItem/index.js +241 -166
  106. package/src/Task/TaskPopup/component/TaskItem/index.scss +26 -0
  107. package/src/Task/TaskPopup/component/TaskItem/index.wxml +27 -8
  108. package/src/Task/TaskPopup/component/TaskItem/index.wxss +1 -394
  109. package/src/Task/TaskPopup/component/TaskList/index.js +4 -0
  110. package/src/Task/TaskPopup/component/TaskList/index.wxss +118 -118
  111. package/src/Task/TaskPopup/component/TaskType/index.wxss +110 -110
  112. package/src/Task/TaskPopup/index.wxss +406 -406
  113. package/src/Task/TaskQuizPopup/components/quizContent/index.js +132 -0
  114. package/src/Task/TaskQuizPopup/components/quizContent/index.json +6 -0
  115. package/src/Task/TaskQuizPopup/components/quizContent/index.scss +192 -0
  116. package/src/Task/TaskQuizPopup/components/quizContent/index.wxml +65 -0
  117. package/src/Task/TaskQuizPopup/components/quizContent/index.wxs +79 -0
  118. package/src/Task/TaskQuizPopup/components/quizContent/index.wxss +1 -0
  119. package/src/Task/TaskQuizPopup/components/quizRichText/index.js +47 -0
  120. package/src/Task/TaskQuizPopup/components/quizRichText/index.json +6 -0
  121. package/src/Task/TaskQuizPopup/components/quizRichText/index.scss +7 -0
  122. package/src/Task/TaskQuizPopup/components/quizRichText/index.wxml +2 -0
  123. package/src/Task/TaskQuizPopup/components/quizRichText/index.wxss +1 -0
  124. package/src/Task/TaskQuizPopup/components/wxParse/base.wxml +50 -0
  125. package/src/Task/TaskQuizPopup/components/wxParse/html2json.js +623 -0
  126. package/src/Task/TaskQuizPopup/components/wxParse/htmlparser.js +183 -0
  127. package/src/Task/TaskQuizPopup/components/wxParse/iframeParse.js +216 -0
  128. package/src/Task/TaskQuizPopup/components/wxParse/loop.wxml +3563 -0
  129. package/src/Task/TaskQuizPopup/components/wxParse/showdown.js +2364 -0
  130. package/src/Task/TaskQuizPopup/components/wxParse/wxDiscode.js +209 -0
  131. package/src/Task/TaskQuizPopup/components/wxParse/wxParse.js +269 -0
  132. package/src/Task/TaskQuizPopup/components/wxParse/wxParse.wxml +1276 -0
  133. package/src/Task/TaskQuizPopup/components/wxParse/wxParse.wxss +283 -0
  134. package/src/Task/TaskQuizPopup/index.js +232 -0
  135. package/src/Task/TaskQuizPopup/index.json +8 -0
  136. package/src/Task/TaskQuizPopup/index.scss +159 -0
  137. package/src/Task/TaskQuizPopup/index.wxml +97 -0
  138. package/src/Task/TaskQuizPopup/index.wxss +1 -0
  139. package/src/Task/taskQuizRemindPopup/index.js +79 -0
  140. package/src/Task/taskQuizRemindPopup/index.json +6 -0
  141. package/src/Task/taskQuizRemindPopup/index.scss +108 -0
  142. package/src/Task/taskQuizRemindPopup/index.wxml +27 -0
  143. package/src/Task/taskQuizRemindPopup/index.wxss +1 -0
  144. package/src/Task/taskReceivePopup/customPrizes/index.wxss +220 -220
  145. package/src/Task/taskReceivePopup/index.wxss +1 -1
  146. package/src/Task/taskReceivePopup/integral/index.wxss +94 -94
  147. package/src/common/css/theme.wxss +16 -16
  148. package/src/common/utils/tool.js +54 -48
  149. package/src/miniprogram_npm/miniprogram-computed/index.js +1 -0
@@ -1,155 +1,155 @@
1
- /* 主题色 */
2
- .theme-customize-bg {
3
- background: linear-gradient(180.25deg, #fe6500 0%, #ff4102 100%) !important;
4
- }
5
- .theme-customize-font {
6
- color: #1472FF !important;
7
- }
8
- .theme-customize-light-new {
9
- background-color: #9db8f1 !important;
10
- }
11
- .theme-customize-bg-light {
12
- background-color: #fff3eb !important;
13
- }
14
- .theme-customize-border {
15
- border-color: #FF781F !important;
16
- }
17
- .header-cont {
18
- height: 100%;
19
- display: flex;
20
- align-items: center;
21
- justify-content: center;
22
- position: relative;
23
- }
24
- .header-cont .header-title {
25
- color: #333333;
26
- font-weight: 500;
27
- font-size: 4.27vmin;
28
- }
29
- .header-cont .img {
30
- width: 4.27vmin;
31
- height: 4.27vmin;
32
- position: absolute;
33
- right: 4.27vmin;
34
- top: 4.27vmin;
35
- }
36
- .invoice-select-inner {
37
- display: flex;
38
- flex-direction: column;
39
- }
40
- .invoice-select-inner .invoice-select-content {
41
- padding: 0 4.27vmin 15.2vmin 4.27vmin;
42
- }
43
- .invoice-select-inner .invoice-select-content .use-wechat {
44
- font-weight: 500;
45
- margin-bottom: 4.27vmin;
46
- display: flex;
47
- font-size: 3.73vmin;
48
- line-height: 4.27vmin;
49
- color: #07C160;
50
- }
51
- .invoice-select-inner .invoice-select-content .use-wechat .img {
52
- width: 4.27vmin;
53
- height: 4.27vmin;
54
- }
55
- .invoice-select-inner .invoice-select-content .invoice-select-tip {
56
- display: flex;
57
- justify-content: space-between;
58
- margin-bottom: 3.2vmin;
59
- }
60
- .invoice-select-inner .invoice-select-content .invoice-select-tip .type-title {
61
- font-weight: 600;
62
- font-size: 3.73vmin;
63
- }
64
- .invoice-select-inner .invoice-select-content .invoice-select-tip .notice {
65
- display: flex;
66
- align-items: center;
67
- color: #999999;
68
- font-size: 3.2vmin;
69
- font-weight: 500;
70
- }
71
- .invoice-select-inner .invoice-select-content .invoice-select-tip .notice .img {
72
- width: 2.67vmin;
73
- height: 2.67vmin;
74
- margin-left: 1.33vmin;
75
- }
76
- .invoice-select-inner .invoice-select-content .invoice-select-remind {
77
- color: #999999;
78
- font-size: 3.73vmin;
79
- font-weight: 400;
80
- margin-bottom: 3.2vmin;
81
- }
82
- .invoice-select-inner .invoice-select-content .invoice-select-button {
83
- display: flex;
84
- margin-bottom: 3.2vmin;
85
- }
86
- .invoice-select-inner .invoice-select-content .invoice-select-button .button {
87
- background: #f5f5f5;
88
- border-radius: 3.73vmin;
89
- padding: 1.33vmin 4.27vmin;
90
- margin-right: 3.2vmin;
91
- font-size: 3.2vmin;
92
- }
93
- .invoice-select-inner .invoice-select-content .invoice-select-button .active {
94
- border-width: 0.27vmin;
95
- border-style: solid;
96
- background: #fff3eb;
97
- border-color: #ffa86f;
98
- }
99
- .invoice-select-inner .invoice-select-content .input-top {
100
- font-weight: 600;
101
- font-size: 3.73vmin;
102
- margin-bottom: 2.13vmin;
103
- }
104
- .invoice-select-inner .invoice-select-content .invoice-select-input {
105
- border-radius: 0.53vmin;
106
- border: 0.13vmin solid #ebebeb;
107
- padding: 3.2vmin;
108
- opacity: 0.6;
109
- margin-bottom: 3.2vmin;
110
- }
111
- .invoice-select-inner .invoice-select-content .invoice-select-input input {
112
- width: 100%;
113
- border: 0;
114
- padding: 0;
115
- }
116
- .invoice-select-inner .invoice-select-content .invoice-select-input input::-webkit-input-placeholder {
117
- /* placeholder颜色 */
118
- font-size: 3.73vmin;
119
- color: #b2b2b2;
120
- }
121
- .invoice-select-inner .invoice-select-content .invoice-select-input input:-ms-input-placeholder {
122
- /* placeholder颜色 */
123
- font-size: 3.73vmin;
124
- color: #b2b2b2;
125
- }
126
- .invoice-select-inner .invoice-select-content .invoice-select-input input:-moz-placeholder {
127
- /* placeholder颜色 */
128
- font-size: 3.73vmin;
129
- color: #b2b2b2;
130
- }
131
- .invoice-select-inner .invoice-select-content .invoice-select-input input::-moz-placeholder {
132
- /* placeholder颜色 */
133
- font-size: 3.73vmin;
134
- color: #999999;
135
- }
136
- .invoice-select-inner .invoice-select-content .invoice-select-category {
137
- padding: 5.33vmin 0;
138
- }
139
- .invoice-select-foot {
140
- background: #fff;
141
- box-sizing: border-box;
142
- padding: 1.6vmin 4.27vmin;
143
- width: 100%;
144
- text-align: center;
145
- font-size: 3.73vmin;
146
- position: fixed;
147
- bottom: 0;
148
- }
149
- .invoice-select-foot .button {
150
- width: 100%;
151
- color: #fff;
152
- border-radius: 5.33vmin;
153
- padding: 3.2vmin 0;
154
- background: linear-gradient(270deg, #fe6500 0%, #ff4102 100%);
155
- }
1
+ /* 主题色 */
2
+ .theme-customize-bg {
3
+ background: linear-gradient(180.25deg, #fe6500 0%, #ff4102 100%) !important;
4
+ }
5
+ .theme-customize-font {
6
+ color: #1472FF !important;
7
+ }
8
+ .theme-customize-light-new {
9
+ background-color: #9db8f1 !important;
10
+ }
11
+ .theme-customize-bg-light {
12
+ background-color: #fff3eb !important;
13
+ }
14
+ .theme-customize-border {
15
+ border-color: #FF781F !important;
16
+ }
17
+ .header-cont {
18
+ height: 100%;
19
+ display: flex;
20
+ align-items: center;
21
+ justify-content: center;
22
+ position: relative;
23
+ }
24
+ .header-cont .header-title {
25
+ color: #333333;
26
+ font-weight: 500;
27
+ font-size: 4.27vmin;
28
+ }
29
+ .header-cont .img {
30
+ width: 4.27vmin;
31
+ height: 4.27vmin;
32
+ position: absolute;
33
+ right: 4.27vmin;
34
+ top: 4.27vmin;
35
+ }
36
+ .invoice-select-inner {
37
+ display: flex;
38
+ flex-direction: column;
39
+ }
40
+ .invoice-select-inner .invoice-select-content {
41
+ padding: 0 4.27vmin 15.2vmin 4.27vmin;
42
+ }
43
+ .invoice-select-inner .invoice-select-content .use-wechat {
44
+ font-weight: 500;
45
+ margin-bottom: 4.27vmin;
46
+ display: flex;
47
+ font-size: 3.73vmin;
48
+ line-height: 4.27vmin;
49
+ color: #07C160;
50
+ }
51
+ .invoice-select-inner .invoice-select-content .use-wechat .img {
52
+ width: 4.27vmin;
53
+ height: 4.27vmin;
54
+ }
55
+ .invoice-select-inner .invoice-select-content .invoice-select-tip {
56
+ display: flex;
57
+ justify-content: space-between;
58
+ margin-bottom: 3.2vmin;
59
+ }
60
+ .invoice-select-inner .invoice-select-content .invoice-select-tip .type-title {
61
+ font-weight: 600;
62
+ font-size: 3.73vmin;
63
+ }
64
+ .invoice-select-inner .invoice-select-content .invoice-select-tip .notice {
65
+ display: flex;
66
+ align-items: center;
67
+ color: #999999;
68
+ font-size: 3.2vmin;
69
+ font-weight: 500;
70
+ }
71
+ .invoice-select-inner .invoice-select-content .invoice-select-tip .notice .img {
72
+ width: 2.67vmin;
73
+ height: 2.67vmin;
74
+ margin-left: 1.33vmin;
75
+ }
76
+ .invoice-select-inner .invoice-select-content .invoice-select-remind {
77
+ color: #999999;
78
+ font-size: 3.73vmin;
79
+ font-weight: 400;
80
+ margin-bottom: 3.2vmin;
81
+ }
82
+ .invoice-select-inner .invoice-select-content .invoice-select-button {
83
+ display: flex;
84
+ margin-bottom: 3.2vmin;
85
+ }
86
+ .invoice-select-inner .invoice-select-content .invoice-select-button .button {
87
+ background: #f5f5f5;
88
+ border-radius: 3.73vmin;
89
+ padding: 1.33vmin 4.27vmin;
90
+ margin-right: 3.2vmin;
91
+ font-size: 3.2vmin;
92
+ }
93
+ .invoice-select-inner .invoice-select-content .invoice-select-button .active {
94
+ border-width: 0.27vmin;
95
+ border-style: solid;
96
+ background: #fff3eb;
97
+ border-color: #ffa86f;
98
+ }
99
+ .invoice-select-inner .invoice-select-content .input-top {
100
+ font-weight: 600;
101
+ font-size: 3.73vmin;
102
+ margin-bottom: 2.13vmin;
103
+ }
104
+ .invoice-select-inner .invoice-select-content .invoice-select-input {
105
+ border-radius: 0.53vmin;
106
+ border: 0.13vmin solid #ebebeb;
107
+ padding: 3.2vmin;
108
+ opacity: 0.6;
109
+ margin-bottom: 3.2vmin;
110
+ }
111
+ .invoice-select-inner .invoice-select-content .invoice-select-input input {
112
+ width: 100%;
113
+ border: 0;
114
+ padding: 0;
115
+ }
116
+ .invoice-select-inner .invoice-select-content .invoice-select-input input::-webkit-input-placeholder {
117
+ /* placeholder颜色 */
118
+ font-size: 3.73vmin;
119
+ color: #b2b2b2;
120
+ }
121
+ .invoice-select-inner .invoice-select-content .invoice-select-input input:-ms-input-placeholder {
122
+ /* placeholder颜色 */
123
+ font-size: 3.73vmin;
124
+ color: #b2b2b2;
125
+ }
126
+ .invoice-select-inner .invoice-select-content .invoice-select-input input:-moz-placeholder {
127
+ /* placeholder颜色 */
128
+ font-size: 3.73vmin;
129
+ color: #b2b2b2;
130
+ }
131
+ .invoice-select-inner .invoice-select-content .invoice-select-input input::-moz-placeholder {
132
+ /* placeholder颜色 */
133
+ font-size: 3.73vmin;
134
+ color: #999999;
135
+ }
136
+ .invoice-select-inner .invoice-select-content .invoice-select-category {
137
+ padding: 5.33vmin 0;
138
+ }
139
+ .invoice-select-foot {
140
+ background: #fff;
141
+ box-sizing: border-box;
142
+ padding: 1.6vmin 4.27vmin;
143
+ width: 100%;
144
+ text-align: center;
145
+ font-size: 3.73vmin;
146
+ position: fixed;
147
+ bottom: 0;
148
+ }
149
+ .invoice-select-foot .button {
150
+ width: 100%;
151
+ color: #fff;
152
+ border-radius: 5.33vmin;
153
+ padding: 3.2vmin 0;
154
+ background: linear-gradient(270deg, #fe6500 0%, #ff4102 100%);
155
+ }
@@ -1,51 +1,51 @@
1
- .invoice-select-bremind {
2
- padding: 0 6.4vmin;
3
- box-sizing: border-box;
4
- border-radius: 2.13vmin;
5
- width: 100%;
6
- }
7
- .invoice-select-bremind .width4 {
8
- width: 4vmin;
9
- float: left;
10
- }
11
- .invoice-select-bremind .display-flex {
12
- display: flex;
13
- }
14
- .invoice-select-bremind .close-tip {
15
- position: absolute;
16
- top: 3.2vmin;
17
- right: 3.2vmin;
18
- color: #bfbfbf;
19
- }
20
- .invoice-select-bremind .invoice-tip-title {
21
- text-align: center;
22
- margin-bottom: 7.47vmin;
23
- font-weight: 500;
24
- font-size: 4.27vmin;
25
- margin-top: 3.2vmin;
26
- }
27
- .invoice-select-bremind .invoice-tip-content {
28
- letter-spacing: 0.27vmin;
29
- line-height: 7.47vmin;
30
- font-size: 3.73vmin;
31
- font-weight: 400;
32
- }
33
- .invoice-select-bremind .invoice-tip-button {
34
- position: fixed;
35
- bottom: 0;
36
- left: 0;
37
- width: 100%;
38
- padding: 2.13vmin 4.27vmin;
39
- }
40
- .invoice-select-bremind .invoice-tip-button .button {
41
- width: 100%;
42
- color: #fff;
43
- border-radius: 5.33vmin;
44
- width: calc(100% - 8.53vmin);
45
- font-weight: 500;
46
- border: 0;
47
- padding: 2.67vmin 0;
48
- text-align: center;
49
- font-size: 3.73vmin;
50
- background: linear-gradient(270deg, #fe6500 0%, #ff4102 100%);
51
- }
1
+ .invoice-select-bremind {
2
+ padding: 0 6.4vmin;
3
+ box-sizing: border-box;
4
+ border-radius: 2.13vmin;
5
+ width: 100%;
6
+ }
7
+ .invoice-select-bremind .width4 {
8
+ width: 4vmin;
9
+ float: left;
10
+ }
11
+ .invoice-select-bremind .display-flex {
12
+ display: flex;
13
+ }
14
+ .invoice-select-bremind .close-tip {
15
+ position: absolute;
16
+ top: 3.2vmin;
17
+ right: 3.2vmin;
18
+ color: #bfbfbf;
19
+ }
20
+ .invoice-select-bremind .invoice-tip-title {
21
+ text-align: center;
22
+ margin-bottom: 7.47vmin;
23
+ font-weight: 500;
24
+ font-size: 4.27vmin;
25
+ margin-top: 3.2vmin;
26
+ }
27
+ .invoice-select-bremind .invoice-tip-content {
28
+ letter-spacing: 0.27vmin;
29
+ line-height: 7.47vmin;
30
+ font-size: 3.73vmin;
31
+ font-weight: 400;
32
+ }
33
+ .invoice-select-bremind .invoice-tip-button {
34
+ position: fixed;
35
+ bottom: 0;
36
+ left: 0;
37
+ width: 100%;
38
+ padding: 2.13vmin 4.27vmin;
39
+ }
40
+ .invoice-select-bremind .invoice-tip-button .button {
41
+ width: 100%;
42
+ color: #fff;
43
+ border-radius: 5.33vmin;
44
+ width: calc(100% - 8.53vmin);
45
+ font-weight: 500;
46
+ border: 0;
47
+ padding: 2.67vmin 0;
48
+ text-align: center;
49
+ font-size: 3.73vmin;
50
+ background: linear-gradient(270deg, #fe6500 0%, #ff4102 100%);
51
+ }
@@ -1,44 +1,44 @@
1
- /* 主题色 */
2
- .theme-customize-bg {
3
- background: linear-gradient(180.25deg, #fe6500 0%, #ff4102 100%) !important;
4
- }
5
- .theme-customize-font {
6
- color: #1472FF !important;
7
- }
8
- .theme-customize-light-new {
9
- background-color: #9db8f1 !important;
10
- }
11
- .theme-customize-bg-light {
12
- background-color: #fff3eb !important;
13
- }
14
- .theme-customize-border {
15
- border-color: #FF781F !important;
16
- }
17
- .mode-select {
18
- background: #FFFFFF;
19
- padding: 2.13vmin 0 4.27vmin 0;
20
- }
21
- .mode-select .van-tabs__wrap {
22
- height: 10.67vmin !important;
23
- }
24
- .mode-select .van-tabs__wrap .van-tabs__scroll--card {
25
- border: none;
26
- margin: 0;
27
- width: 100%;
28
- padding: 0 4.27vmin;
29
- }
30
- .mode-select .van-tabs__wrap .van-tabs__scroll--card .mode-boxs {
31
- width: 51.2vmin;
32
- height: 10.67vmin;
33
- border-radius: 5.33vmin;
34
- background: #f5f5f5;
35
- }
36
- .mode-select .van-tabs__wrap .van-tabs__scroll--card .mode-boxs .mode-btn {
37
- line-height: 10.67vmin;
38
- border: none;
39
- color: #666666;
40
- border-radius: 5.33vmin;
41
- }
42
- .mode-select .van-tabs__wrap .van-tabs__scroll--card .mode-boxs .mode-active {
43
- color: #FFFFFF;
44
- }
1
+ /* 主题色 */
2
+ .theme-customize-bg {
3
+ background: linear-gradient(180.25deg, #fe6500 0%, #ff4102 100%) !important;
4
+ }
5
+ .theme-customize-font {
6
+ color: #1472FF !important;
7
+ }
8
+ .theme-customize-light-new {
9
+ background-color: #9db8f1 !important;
10
+ }
11
+ .theme-customize-bg-light {
12
+ background-color: #fff3eb !important;
13
+ }
14
+ .theme-customize-border {
15
+ border-color: #FF781F !important;
16
+ }
17
+ .mode-select {
18
+ background: #FFFFFF;
19
+ padding: 2.13vmin 0 4.27vmin 0;
20
+ }
21
+ .mode-select .van-tabs__wrap {
22
+ height: 10.67vmin !important;
23
+ }
24
+ .mode-select .van-tabs__wrap .van-tabs__scroll--card {
25
+ border: none;
26
+ margin: 0;
27
+ width: 100%;
28
+ padding: 0 4.27vmin;
29
+ }
30
+ .mode-select .van-tabs__wrap .van-tabs__scroll--card .mode-boxs {
31
+ width: 51.2vmin;
32
+ height: 10.67vmin;
33
+ border-radius: 5.33vmin;
34
+ background: #f5f5f5;
35
+ }
36
+ .mode-select .van-tabs__wrap .van-tabs__scroll--card .mode-boxs .mode-btn {
37
+ line-height: 10.67vmin;
38
+ border: none;
39
+ color: #666666;
40
+ border-radius: 5.33vmin;
41
+ }
42
+ .mode-select .van-tabs__wrap .van-tabs__scroll--card .mode-boxs .mode-active {
43
+ color: #FFFFFF;
44
+ }
@@ -1,22 +1,22 @@
1
- .pickup-select-content .van-cell__value {
2
- flex: 3;
3
- }
4
- .pickup-select-content .right {
5
- display: flex;
6
- flex-direction: column;
7
- align-items: flex-end;
8
- }
9
- .pickup-select-content .right .custom-title {
10
- max-width: 60vmin;
11
- overflow: hidden;
12
- white-space: nowrap;
13
- text-overflow: ellipsis;
14
- margin-left: 2.13vmin;
15
- }
16
- .pickup-select-content .right .custom-site {
17
- max-width: 60vmin;
18
- overflow: hidden;
19
- white-space: nowrap;
20
- text-overflow: ellipsis;
21
- margin-left: 2.13vmin;
22
- }
1
+ .pickup-select-content .van-cell__value {
2
+ flex: 3;
3
+ }
4
+ .pickup-select-content .right {
5
+ display: flex;
6
+ flex-direction: column;
7
+ align-items: flex-end;
8
+ }
9
+ .pickup-select-content .right .custom-title {
10
+ max-width: 60vmin;
11
+ overflow: hidden;
12
+ white-space: nowrap;
13
+ text-overflow: ellipsis;
14
+ margin-left: 2.13vmin;
15
+ }
16
+ .pickup-select-content .right .custom-site {
17
+ max-width: 60vmin;
18
+ overflow: hidden;
19
+ white-space: nowrap;
20
+ text-overflow: ellipsis;
21
+ margin-left: 2.13vmin;
22
+ }