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.
- package/.prettierrc.js +32 -6
- package/miniprogram_dist/GoodsItem/index.json +6 -6
- package/miniprogram_dist/GoodsItem/index.wxs +18 -18
- package/miniprogram_dist/LiveGoodsList/Header/index.js +54 -54
- package/miniprogram_dist/LiveGoodsList/Header/index.json +6 -6
- package/miniprogram_dist/LiveGoodsList/Header/index.less +45 -45
- package/miniprogram_dist/LiveGoodsList/Header/index.scss +105 -105
- package/miniprogram_dist/LiveGoodsList/Header/index.wxml +32 -32
- package/miniprogram_dist/LiveGoodsList/README.md +9 -9
- package/miniprogram_dist/LiveGoodsList/index.json +8 -8
- package/miniprogram_dist/LiveGoodsList/index.less +53 -53
- package/miniprogram_dist/LiveGoodsList/index.scss +92 -92
- package/miniprogram_dist/Task/TaskBubble/index.js +2 -1
- package/miniprogram_dist/Task/TaskPopup/component/TaskItem/index.js +241 -166
- package/miniprogram_dist/Task/TaskPopup/component/TaskItem/index.scss +26 -0
- package/miniprogram_dist/Task/TaskPopup/component/TaskItem/index.wxml +27 -8
- package/miniprogram_dist/Task/TaskPopup/component/TaskItem/index.wxss +96 -0
- package/miniprogram_dist/Task/TaskPopup/component/TaskList/index.js +4 -0
- package/miniprogram_dist/Task/TaskQuizPopup/components/quizContent/index.js +132 -0
- package/miniprogram_dist/Task/TaskQuizPopup/components/quizContent/index.json +6 -0
- package/miniprogram_dist/Task/TaskQuizPopup/components/quizContent/index.scss +192 -0
- package/miniprogram_dist/Task/TaskQuizPopup/components/quizContent/index.wxml +65 -0
- package/miniprogram_dist/Task/TaskQuizPopup/components/quizContent/index.wxs +79 -0
- package/miniprogram_dist/Task/TaskQuizPopup/components/quizContent/index.wxss +521 -0
- package/miniprogram_dist/Task/TaskQuizPopup/components/quizRichText/index.js +47 -0
- package/miniprogram_dist/Task/TaskQuizPopup/components/quizRichText/index.json +6 -0
- package/miniprogram_dist/Task/TaskQuizPopup/components/quizRichText/index.scss +7 -0
- package/miniprogram_dist/Task/TaskQuizPopup/components/quizRichText/index.wxml +2 -0
- package/miniprogram_dist/Task/TaskQuizPopup/components/quizRichText/index.wxss +298 -0
- package/miniprogram_dist/Task/TaskQuizPopup/components/wxParse/base.wxml +50 -0
- package/miniprogram_dist/Task/TaskQuizPopup/components/wxParse/html2json.js +623 -0
- package/miniprogram_dist/Task/TaskQuizPopup/components/wxParse/htmlparser.js +183 -0
- package/miniprogram_dist/Task/TaskQuizPopup/components/wxParse/iframeParse.js +216 -0
- package/miniprogram_dist/Task/TaskQuizPopup/components/wxParse/loop.wxml +3563 -0
- package/miniprogram_dist/Task/TaskQuizPopup/components/wxParse/showdown.js +2364 -0
- package/miniprogram_dist/Task/TaskQuizPopup/components/wxParse/wxDiscode.js +209 -0
- package/miniprogram_dist/Task/TaskQuizPopup/components/wxParse/wxParse.js +269 -0
- package/miniprogram_dist/Task/TaskQuizPopup/components/wxParse/wxParse.wxml +1276 -0
- package/miniprogram_dist/Task/TaskQuizPopup/components/wxParse/wxParse.wxss +316 -0
- package/miniprogram_dist/Task/TaskQuizPopup/index.js +232 -0
- package/miniprogram_dist/Task/TaskQuizPopup/index.json +8 -0
- package/miniprogram_dist/Task/TaskQuizPopup/index.scss +159 -0
- package/miniprogram_dist/Task/TaskQuizPopup/index.wxml +97 -0
- package/miniprogram_dist/Task/TaskQuizPopup/index.wxss +478 -0
- package/miniprogram_dist/Task/taskQuizRemindPopup/index.js +79 -0
- package/miniprogram_dist/Task/taskQuizRemindPopup/index.json +6 -0
- package/miniprogram_dist/Task/taskQuizRemindPopup/index.scss +108 -0
- package/miniprogram_dist/Task/taskQuizRemindPopup/index.wxml +27 -0
- package/miniprogram_dist/Task/taskQuizRemindPopup/index.wxss +286 -0
- package/miniprogram_dist/common/utils/tool.js +54 -48
- package/package.json +1 -1
- package/src/AliveInvite/LiveRoomVertical/index.wxss +252 -252
- package/src/CollectionAddress/index.wxss +5 -5
- package/src/ConfirmOrder/components/AddressEdit/index.wxss +120 -120
- package/src/ConfirmOrder/components/AddressManage/index.wxss +98 -98
- package/src/ConfirmOrder/components/AddressSelect/index.wxss +67 -67
- package/src/ConfirmOrder/components/ChoosePicker/index.wxss +18 -18
- package/src/ConfirmOrder/components/GoodsInfo/components/GoodsCommerce/components/entityGiftList/index.wxss +45 -45
- package/src/ConfirmOrder/components/GoodsInfo/components/GoodsCommerce/components/entityItem/index.wxss +100 -100
- package/src/ConfirmOrder/components/GoodsInfo/components/GoodsCommerce/index.wxss +55 -55
- package/src/ConfirmOrder/components/GoodsInfo/components/ImageData/index.wxss +13 -13
- package/src/ConfirmOrder/components/Header/index.wxss +26 -26
- package/src/ConfirmOrder/components/IntegralSelect/componenets/integralTips/index.wxss +85 -85
- package/src/ConfirmOrder/components/Invoice/components/InvoiceSelect/index.wxss +155 -155
- package/src/ConfirmOrder/components/Invoice/components/InvoiceTip/index.wxss +51 -51
- package/src/ConfirmOrder/components/ModeSelect/index.wxss +44 -44
- package/src/ConfirmOrder/components/PickupSelect/index.wxss +22 -22
- package/src/ConfirmOrder/components/SelectSite/index.wxss +82 -82
- package/src/ConfirmOrder/components/Shipper/index.wxss +76 -76
- package/src/ConfirmOrder/components/ShipperEdit/index.wxss +78 -78
- package/src/ConfirmOrder/components/WechatAddress/index.wxss +22 -22
- package/src/ConfirmOrder/index.wxss +5 -5
- package/src/CouponList/couponMsg/index.wxss +3 -3
- package/src/CustomPopup/index.wxss +22 -22
- package/src/GoodsItem/index.json +6 -6
- package/src/GoodsItem/index.wxs +18 -18
- package/src/LiveGoodsList/Header/index.js +54 -54
- package/src/LiveGoodsList/Header/index.json +6 -6
- package/src/LiveGoodsList/Header/index.less +45 -45
- package/src/LiveGoodsList/Header/index.scss +105 -105
- package/src/LiveGoodsList/Header/index.wxml +32 -32
- package/src/LiveGoodsList/README.md +9 -9
- package/src/LiveGoodsList/index.json +8 -8
- package/src/LiveGoodsList/index.less +53 -53
- package/src/LiveGoodsList/index.scss +92 -92
- package/src/LiveGoodsList/index.wxss +218 -218
- package/src/PayComplete/Components/CouponItem/index.wxss +122 -122
- package/src/PayComplete/Components/Header/index.wxss +27 -27
- package/src/PayComplete/Components/LeadGroup/index.wxss +33 -33
- package/src/PayComplete/Components/PayGifts/index.wxss +157 -157
- package/src/PayComplete/Components/PayState/earnIntegral/index.wxss +23 -23
- package/src/PayComplete/Components/PayState/index.wxss +20 -20
- package/src/PayComplete/index.wxss +27 -27
- package/src/PayModule/wechatLoading/index.wxss +57 -57
- package/src/Recommend/index.wxss +110 -110
- package/src/Sku/Header/index.wxss +27 -27
- package/src/Sku/goods-info/index.wxss +52 -52
- package/src/Sku/index/index.wxss +52 -52
- package/src/Sku/row-item/index.wxss +50 -50
- package/src/Sku/step/index.wxss +11 -11
- package/src/Task/TaskBubble/index.js +2 -1
- package/src/Task/TaskBubble/index.wxss +289 -289
- package/src/Task/TaskIcon/index.wxss +130 -130
- package/src/Task/TaskPopup/component/RewardList/index.wxss +18 -18
- package/src/Task/TaskPopup/component/TaskItem/index.js +241 -166
- package/src/Task/TaskPopup/component/TaskItem/index.scss +26 -0
- package/src/Task/TaskPopup/component/TaskItem/index.wxml +27 -8
- package/src/Task/TaskPopup/component/TaskItem/index.wxss +1 -394
- package/src/Task/TaskPopup/component/TaskList/index.js +4 -0
- package/src/Task/TaskPopup/component/TaskList/index.wxss +118 -118
- package/src/Task/TaskPopup/component/TaskType/index.wxss +110 -110
- package/src/Task/TaskPopup/index.wxss +406 -406
- package/src/Task/TaskQuizPopup/components/quizContent/index.js +132 -0
- package/src/Task/TaskQuizPopup/components/quizContent/index.json +6 -0
- package/src/Task/TaskQuizPopup/components/quizContent/index.scss +192 -0
- package/src/Task/TaskQuizPopup/components/quizContent/index.wxml +65 -0
- package/src/Task/TaskQuizPopup/components/quizContent/index.wxs +79 -0
- package/src/Task/TaskQuizPopup/components/quizContent/index.wxss +1 -0
- package/src/Task/TaskQuizPopup/components/quizRichText/index.js +47 -0
- package/src/Task/TaskQuizPopup/components/quizRichText/index.json +6 -0
- package/src/Task/TaskQuizPopup/components/quizRichText/index.scss +7 -0
- package/src/Task/TaskQuizPopup/components/quizRichText/index.wxml +2 -0
- package/src/Task/TaskQuizPopup/components/quizRichText/index.wxss +1 -0
- package/src/Task/TaskQuizPopup/components/wxParse/base.wxml +50 -0
- package/src/Task/TaskQuizPopup/components/wxParse/html2json.js +623 -0
- package/src/Task/TaskQuizPopup/components/wxParse/htmlparser.js +183 -0
- package/src/Task/TaskQuizPopup/components/wxParse/iframeParse.js +216 -0
- package/src/Task/TaskQuizPopup/components/wxParse/loop.wxml +3563 -0
- package/src/Task/TaskQuizPopup/components/wxParse/showdown.js +2364 -0
- package/src/Task/TaskQuizPopup/components/wxParse/wxDiscode.js +209 -0
- package/src/Task/TaskQuizPopup/components/wxParse/wxParse.js +269 -0
- package/src/Task/TaskQuizPopup/components/wxParse/wxParse.wxml +1276 -0
- package/src/Task/TaskQuizPopup/components/wxParse/wxParse.wxss +283 -0
- package/src/Task/TaskQuizPopup/index.js +232 -0
- package/src/Task/TaskQuizPopup/index.json +8 -0
- package/src/Task/TaskQuizPopup/index.scss +159 -0
- package/src/Task/TaskQuizPopup/index.wxml +97 -0
- package/src/Task/TaskQuizPopup/index.wxss +1 -0
- package/src/Task/taskQuizRemindPopup/index.js +79 -0
- package/src/Task/taskQuizRemindPopup/index.json +6 -0
- package/src/Task/taskQuizRemindPopup/index.scss +108 -0
- package/src/Task/taskQuizRemindPopup/index.wxml +27 -0
- package/src/Task/taskQuizRemindPopup/index.wxss +1 -0
- package/src/Task/taskReceivePopup/customPrizes/index.wxss +220 -220
- package/src/Task/taskReceivePopup/index.wxss +1 -1
- package/src/Task/taskReceivePopup/integral/index.wxss +94 -94
- package/src/common/css/theme.wxss +16 -16
- package/src/common/utils/tool.js +54 -48
- package/src/miniprogram_npm/miniprogram-computed/index.js +1 -0
package/src/Sku/index/index.wxss
CHANGED
|
@@ -1,52 +1,52 @@
|
|
|
1
|
-
/* components/sku/index.wxss */
|
|
2
|
-
.sku-popup {
|
|
3
|
-
/* min-height: 50%;
|
|
4
|
-
max-height: 80%; */
|
|
5
|
-
}
|
|
6
|
-
.popup-header {
|
|
7
|
-
width: 100%;
|
|
8
|
-
position: sticky;
|
|
9
|
-
top: 0;
|
|
10
|
-
left: 0;
|
|
11
|
-
background: #ffffff;
|
|
12
|
-
z-index: 4;
|
|
13
|
-
height: 12.8vmin;
|
|
14
|
-
}
|
|
15
|
-
.sku-header {
|
|
16
|
-
margin: 0 4.27vmin;
|
|
17
|
-
display: flex;
|
|
18
|
-
}
|
|
19
|
-
.sku-header-item {
|
|
20
|
-
margin-top: 1.6vmin;
|
|
21
|
-
}
|
|
22
|
-
/* */
|
|
23
|
-
.sku-body {
|
|
24
|
-
flex: 1 1 auto;
|
|
25
|
-
max-height: 74.67vmin;
|
|
26
|
-
}
|
|
27
|
-
.sku-group-container {
|
|
28
|
-
padding-top: 3.2vmin;
|
|
29
|
-
min-height: 58vmin;
|
|
30
|
-
}
|
|
31
|
-
.sku-row {
|
|
32
|
-
margin: 0 4.27vmin 3.2vmin;
|
|
33
|
-
}
|
|
34
|
-
.sku-row:last-child {
|
|
35
|
-
margin-bottom: 0;
|
|
36
|
-
}
|
|
37
|
-
.sku-row-title,
|
|
38
|
-
.sku-goods-detail-title {
|
|
39
|
-
padding-bottom: 3.2vmin;
|
|
40
|
-
}
|
|
41
|
-
/* */
|
|
42
|
-
.sku-stepper-stock {
|
|
43
|
-
margin: 0 4.27vmin;
|
|
44
|
-
padding: 3.2vmin 0;
|
|
45
|
-
display: flex;
|
|
46
|
-
align-items: center;
|
|
47
|
-
justify-content: space-between;
|
|
48
|
-
}
|
|
49
|
-
.sku-goods-detail {
|
|
50
|
-
margin: 0 4.27vmin;
|
|
51
|
-
padding: 3.2vmin 0;
|
|
52
|
-
}
|
|
1
|
+
/* components/sku/index.wxss */
|
|
2
|
+
.sku-popup {
|
|
3
|
+
/* min-height: 50%;
|
|
4
|
+
max-height: 80%; */
|
|
5
|
+
}
|
|
6
|
+
.popup-header {
|
|
7
|
+
width: 100%;
|
|
8
|
+
position: sticky;
|
|
9
|
+
top: 0;
|
|
10
|
+
left: 0;
|
|
11
|
+
background: #ffffff;
|
|
12
|
+
z-index: 4;
|
|
13
|
+
height: 12.8vmin;
|
|
14
|
+
}
|
|
15
|
+
.sku-header {
|
|
16
|
+
margin: 0 4.27vmin;
|
|
17
|
+
display: flex;
|
|
18
|
+
}
|
|
19
|
+
.sku-header-item {
|
|
20
|
+
margin-top: 1.6vmin;
|
|
21
|
+
}
|
|
22
|
+
/* */
|
|
23
|
+
.sku-body {
|
|
24
|
+
flex: 1 1 auto;
|
|
25
|
+
max-height: 74.67vmin;
|
|
26
|
+
}
|
|
27
|
+
.sku-group-container {
|
|
28
|
+
padding-top: 3.2vmin;
|
|
29
|
+
min-height: 58vmin;
|
|
30
|
+
}
|
|
31
|
+
.sku-row {
|
|
32
|
+
margin: 0 4.27vmin 3.2vmin;
|
|
33
|
+
}
|
|
34
|
+
.sku-row:last-child {
|
|
35
|
+
margin-bottom: 0;
|
|
36
|
+
}
|
|
37
|
+
.sku-row-title,
|
|
38
|
+
.sku-goods-detail-title {
|
|
39
|
+
padding-bottom: 3.2vmin;
|
|
40
|
+
}
|
|
41
|
+
/* */
|
|
42
|
+
.sku-stepper-stock {
|
|
43
|
+
margin: 0 4.27vmin;
|
|
44
|
+
padding: 3.2vmin 0;
|
|
45
|
+
display: flex;
|
|
46
|
+
align-items: center;
|
|
47
|
+
justify-content: space-between;
|
|
48
|
+
}
|
|
49
|
+
.sku-goods-detail {
|
|
50
|
+
margin: 0 4.27vmin;
|
|
51
|
+
padding: 3.2vmin 0;
|
|
52
|
+
}
|
|
@@ -1,50 +1,50 @@
|
|
|
1
|
-
/* components/sku/row-item/index.wxss */
|
|
2
|
-
.sku-row-item {
|
|
3
|
-
position: relative;
|
|
4
|
-
display: inline-flex;
|
|
5
|
-
align-items: center;
|
|
6
|
-
justify-content: center;
|
|
7
|
-
margin: 0 3.2vmin 3.2vmin 0;
|
|
8
|
-
font-size: 3.2vmin;
|
|
9
|
-
line-height: 4.27vmin;
|
|
10
|
-
min-width: 10.67vmin;
|
|
11
|
-
background-color: #f7f8fa;
|
|
12
|
-
border-radius: 4.27vmin;
|
|
13
|
-
vertical-align: middle;
|
|
14
|
-
height: 6.4vmin;
|
|
15
|
-
}
|
|
16
|
-
.sku-row-item.active {
|
|
17
|
-
color: #333333;
|
|
18
|
-
background: rgba(255, 84, 41, 0.04);
|
|
19
|
-
border: 0.07vmin solid #FF5429;
|
|
20
|
-
}
|
|
21
|
-
.sku-row-item.disabled {
|
|
22
|
-
background: #f5f5f5;
|
|
23
|
-
opacity: 0.40000001;
|
|
24
|
-
cursor: not-allowed;
|
|
25
|
-
/* pointer-events: none; */
|
|
26
|
-
}
|
|
27
|
-
.sku-row-item-name {
|
|
28
|
-
z-index: 1;
|
|
29
|
-
padding: 1.07vmin 2.13vmin;
|
|
30
|
-
}
|
|
31
|
-
.paddingImg {
|
|
32
|
-
padding: 1.07vmin 2.13vmin 1.07vmin 1.07vmin;
|
|
33
|
-
}
|
|
34
|
-
.sku-row-item-img {
|
|
35
|
-
z-index: 1;
|
|
36
|
-
margin: 0.8vmin 0 0.8vmin 2.13vmin;
|
|
37
|
-
width: 4.8vmin;
|
|
38
|
-
height: 4.8vmin;
|
|
39
|
-
border-radius: 0.53vmin;
|
|
40
|
-
opacity: 1;
|
|
41
|
-
border: 0.13vmin solid #010101;
|
|
42
|
-
}
|
|
43
|
-
.sku-row-item-thumb {
|
|
44
|
-
display: block;
|
|
45
|
-
width: 100%;
|
|
46
|
-
height: 100%;
|
|
47
|
-
}
|
|
48
|
-
.sku-row-item.disabled .sku-row-item-img {
|
|
49
|
-
opacity: 0.3;
|
|
50
|
-
}
|
|
1
|
+
/* components/sku/row-item/index.wxss */
|
|
2
|
+
.sku-row-item {
|
|
3
|
+
position: relative;
|
|
4
|
+
display: inline-flex;
|
|
5
|
+
align-items: center;
|
|
6
|
+
justify-content: center;
|
|
7
|
+
margin: 0 3.2vmin 3.2vmin 0;
|
|
8
|
+
font-size: 3.2vmin;
|
|
9
|
+
line-height: 4.27vmin;
|
|
10
|
+
min-width: 10.67vmin;
|
|
11
|
+
background-color: #f7f8fa;
|
|
12
|
+
border-radius: 4.27vmin;
|
|
13
|
+
vertical-align: middle;
|
|
14
|
+
height: 6.4vmin;
|
|
15
|
+
}
|
|
16
|
+
.sku-row-item.active {
|
|
17
|
+
color: #333333;
|
|
18
|
+
background: rgba(255, 84, 41, 0.04);
|
|
19
|
+
border: 0.07vmin solid #FF5429;
|
|
20
|
+
}
|
|
21
|
+
.sku-row-item.disabled {
|
|
22
|
+
background: #f5f5f5;
|
|
23
|
+
opacity: 0.40000001;
|
|
24
|
+
cursor: not-allowed;
|
|
25
|
+
/* pointer-events: none; */
|
|
26
|
+
}
|
|
27
|
+
.sku-row-item-name {
|
|
28
|
+
z-index: 1;
|
|
29
|
+
padding: 1.07vmin 2.13vmin;
|
|
30
|
+
}
|
|
31
|
+
.paddingImg {
|
|
32
|
+
padding: 1.07vmin 2.13vmin 1.07vmin 1.07vmin;
|
|
33
|
+
}
|
|
34
|
+
.sku-row-item-img {
|
|
35
|
+
z-index: 1;
|
|
36
|
+
margin: 0.8vmin 0 0.8vmin 2.13vmin;
|
|
37
|
+
width: 4.8vmin;
|
|
38
|
+
height: 4.8vmin;
|
|
39
|
+
border-radius: 0.53vmin;
|
|
40
|
+
opacity: 1;
|
|
41
|
+
border: 0.13vmin solid #010101;
|
|
42
|
+
}
|
|
43
|
+
.sku-row-item-thumb {
|
|
44
|
+
display: block;
|
|
45
|
+
width: 100%;
|
|
46
|
+
height: 100%;
|
|
47
|
+
}
|
|
48
|
+
.sku-row-item.disabled .sku-row-item-img {
|
|
49
|
+
opacity: 0.3;
|
|
50
|
+
}
|
package/src/Sku/step/index.wxss
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
.sku-stepper-stock {
|
|
2
|
-
margin: 0 4.27vmin;
|
|
3
|
-
padding: 3.2vmin 0;
|
|
4
|
-
display: flex;
|
|
5
|
-
align-items: center;
|
|
6
|
-
justify-content: space-between;
|
|
7
|
-
}
|
|
8
|
-
/* 步进器 禁用输入框状态下文字颜色 */
|
|
9
|
-
.van-stepper__input--disabled {
|
|
10
|
-
--stepper-input-disabled-text-color: #323233;
|
|
11
|
-
}
|
|
1
|
+
.sku-stepper-stock {
|
|
2
|
+
margin: 0 4.27vmin;
|
|
3
|
+
padding: 3.2vmin 0;
|
|
4
|
+
display: flex;
|
|
5
|
+
align-items: center;
|
|
6
|
+
justify-content: space-between;
|
|
7
|
+
}
|
|
8
|
+
/* 步进器 禁用输入框状态下文字颜色 */
|
|
9
|
+
.van-stepper__input--disabled {
|
|
10
|
+
--stepper-input-disabled-text-color: #323233;
|
|
11
|
+
}
|