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
|
@@ -1,82 +1,82 @@
|
|
|
1
|
-
.select-site-content {
|
|
2
|
-
height: 100%;
|
|
3
|
-
}
|
|
4
|
-
.select-site-content .no-dates {
|
|
5
|
-
height: calc(100% - 27.2vmin);
|
|
6
|
-
position: relative;
|
|
7
|
-
}
|
|
8
|
-
.select-site-content .no-dates .search-bg {
|
|
9
|
-
position: absolute;
|
|
10
|
-
top: 0;
|
|
11
|
-
right: 0;
|
|
12
|
-
bottom: 0;
|
|
13
|
-
left: 0;
|
|
14
|
-
margin: auto;
|
|
15
|
-
width: 19.2vmin;
|
|
16
|
-
height: 19.2vmin;
|
|
17
|
-
}
|
|
18
|
-
.select-site-content .no-dates .bg-titles {
|
|
19
|
-
position: absolute;
|
|
20
|
-
top: 60%;
|
|
21
|
-
left: 38%;
|
|
22
|
-
color: #9e9e9e;
|
|
23
|
-
}
|
|
24
|
-
.select-site-content .site-list {
|
|
25
|
-
margin-top: 2.13vmin;
|
|
26
|
-
background-color: #ffffff;
|
|
27
|
-
height: 100%;
|
|
28
|
-
}
|
|
29
|
-
.select-site-content .site-list .cell-info {
|
|
30
|
-
padding: 4.27vmin 0;
|
|
31
|
-
width: calc(100% - 8.53vmin);
|
|
32
|
-
margin-left: 4.27vmin;
|
|
33
|
-
display: flex;
|
|
34
|
-
flex-direction: row;
|
|
35
|
-
align-items: center;
|
|
36
|
-
}
|
|
37
|
-
.select-site-content .site-list .cell-info .cell-msg {
|
|
38
|
-
margin-left: 4.27vmin;
|
|
39
|
-
flex: 1;
|
|
40
|
-
}
|
|
41
|
-
.select-site-content .site-list .cell-info .cell-msg .cell-name {
|
|
42
|
-
font-size: 3.73vmin;
|
|
43
|
-
font-weight: 500;
|
|
44
|
-
margin-bottom: 2.13vmin;
|
|
45
|
-
display: -webkit-box;
|
|
46
|
-
overflow: hidden;
|
|
47
|
-
text-overflow: ellipsis;
|
|
48
|
-
word-break: break-all;
|
|
49
|
-
-webkit-box-orient: vertical;
|
|
50
|
-
-webkit-line-clamp: 1;
|
|
51
|
-
}
|
|
52
|
-
.select-site-content .site-list .cell-info .cell-msg .cell-pu {
|
|
53
|
-
color: #999999;
|
|
54
|
-
font-size: 3.2vmin;
|
|
55
|
-
}
|
|
56
|
-
.select-site-content .site-list .cell-info .cell-msg .cell-pu .cell-left {
|
|
57
|
-
width: 16vmin;
|
|
58
|
-
font-weight: 500;
|
|
59
|
-
text-align: left;
|
|
60
|
-
}
|
|
61
|
-
.select-site-content .site-list .cell-info .cell-msg .cell-pu .cell-right {
|
|
62
|
-
flex: 1;
|
|
63
|
-
}
|
|
64
|
-
.select-site-content .site-list .cell-info .cell-msg .cell-time {
|
|
65
|
-
display: flex;
|
|
66
|
-
flex-direction: row;
|
|
67
|
-
margin-bottom: 2.13vmin;
|
|
68
|
-
}
|
|
69
|
-
.select-site-content .site-list .cell-info .cell-msg .cell-area {
|
|
70
|
-
display: flex;
|
|
71
|
-
flex-direction: row;
|
|
72
|
-
}
|
|
73
|
-
.select-site-content .site-list .cell-info:not(:last-child) {
|
|
74
|
-
border-bottom: 0.27vmin solid #ece4e452;
|
|
75
|
-
}
|
|
76
|
-
.select-site-content .site-list .finished-text {
|
|
77
|
-
display: flex;
|
|
78
|
-
justify-content: center;
|
|
79
|
-
color: #999;
|
|
80
|
-
font-size: 3.73vmin;
|
|
81
|
-
padding: 2.67vmin 0;
|
|
82
|
-
}
|
|
1
|
+
.select-site-content {
|
|
2
|
+
height: 100%;
|
|
3
|
+
}
|
|
4
|
+
.select-site-content .no-dates {
|
|
5
|
+
height: calc(100% - 27.2vmin);
|
|
6
|
+
position: relative;
|
|
7
|
+
}
|
|
8
|
+
.select-site-content .no-dates .search-bg {
|
|
9
|
+
position: absolute;
|
|
10
|
+
top: 0;
|
|
11
|
+
right: 0;
|
|
12
|
+
bottom: 0;
|
|
13
|
+
left: 0;
|
|
14
|
+
margin: auto;
|
|
15
|
+
width: 19.2vmin;
|
|
16
|
+
height: 19.2vmin;
|
|
17
|
+
}
|
|
18
|
+
.select-site-content .no-dates .bg-titles {
|
|
19
|
+
position: absolute;
|
|
20
|
+
top: 60%;
|
|
21
|
+
left: 38%;
|
|
22
|
+
color: #9e9e9e;
|
|
23
|
+
}
|
|
24
|
+
.select-site-content .site-list {
|
|
25
|
+
margin-top: 2.13vmin;
|
|
26
|
+
background-color: #ffffff;
|
|
27
|
+
height: 100%;
|
|
28
|
+
}
|
|
29
|
+
.select-site-content .site-list .cell-info {
|
|
30
|
+
padding: 4.27vmin 0;
|
|
31
|
+
width: calc(100% - 8.53vmin);
|
|
32
|
+
margin-left: 4.27vmin;
|
|
33
|
+
display: flex;
|
|
34
|
+
flex-direction: row;
|
|
35
|
+
align-items: center;
|
|
36
|
+
}
|
|
37
|
+
.select-site-content .site-list .cell-info .cell-msg {
|
|
38
|
+
margin-left: 4.27vmin;
|
|
39
|
+
flex: 1;
|
|
40
|
+
}
|
|
41
|
+
.select-site-content .site-list .cell-info .cell-msg .cell-name {
|
|
42
|
+
font-size: 3.73vmin;
|
|
43
|
+
font-weight: 500;
|
|
44
|
+
margin-bottom: 2.13vmin;
|
|
45
|
+
display: -webkit-box;
|
|
46
|
+
overflow: hidden;
|
|
47
|
+
text-overflow: ellipsis;
|
|
48
|
+
word-break: break-all;
|
|
49
|
+
-webkit-box-orient: vertical;
|
|
50
|
+
-webkit-line-clamp: 1;
|
|
51
|
+
}
|
|
52
|
+
.select-site-content .site-list .cell-info .cell-msg .cell-pu {
|
|
53
|
+
color: #999999;
|
|
54
|
+
font-size: 3.2vmin;
|
|
55
|
+
}
|
|
56
|
+
.select-site-content .site-list .cell-info .cell-msg .cell-pu .cell-left {
|
|
57
|
+
width: 16vmin;
|
|
58
|
+
font-weight: 500;
|
|
59
|
+
text-align: left;
|
|
60
|
+
}
|
|
61
|
+
.select-site-content .site-list .cell-info .cell-msg .cell-pu .cell-right {
|
|
62
|
+
flex: 1;
|
|
63
|
+
}
|
|
64
|
+
.select-site-content .site-list .cell-info .cell-msg .cell-time {
|
|
65
|
+
display: flex;
|
|
66
|
+
flex-direction: row;
|
|
67
|
+
margin-bottom: 2.13vmin;
|
|
68
|
+
}
|
|
69
|
+
.select-site-content .site-list .cell-info .cell-msg .cell-area {
|
|
70
|
+
display: flex;
|
|
71
|
+
flex-direction: row;
|
|
72
|
+
}
|
|
73
|
+
.select-site-content .site-list .cell-info:not(:last-child) {
|
|
74
|
+
border-bottom: 0.27vmin solid #ece4e452;
|
|
75
|
+
}
|
|
76
|
+
.select-site-content .site-list .finished-text {
|
|
77
|
+
display: flex;
|
|
78
|
+
justify-content: center;
|
|
79
|
+
color: #999;
|
|
80
|
+
font-size: 3.73vmin;
|
|
81
|
+
padding: 2.67vmin 0;
|
|
82
|
+
}
|
|
@@ -1,76 +1,76 @@
|
|
|
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
|
-
.shipper-content {
|
|
18
|
-
background: #ffffff;
|
|
19
|
-
padding: 0 4.27vmin;
|
|
20
|
-
}
|
|
21
|
-
.shipper-content .picker-List {
|
|
22
|
-
display: flex;
|
|
23
|
-
flex-direction: row;
|
|
24
|
-
align-items: center;
|
|
25
|
-
padding: 3.73vmin 0;
|
|
26
|
-
border-bottom: 0.27vmin solid #ece4e452;
|
|
27
|
-
position: relative;
|
|
28
|
-
}
|
|
29
|
-
.shipper-content .picker-List .picker-name {
|
|
30
|
-
width: 32vmin;
|
|
31
|
-
overflow: hidden;
|
|
32
|
-
white-space: nowrap;
|
|
33
|
-
text-overflow: ellipsis;
|
|
34
|
-
}
|
|
35
|
-
.shipper-content .picker-List .picker-phone {
|
|
36
|
-
margin-left: 1.33vmin;
|
|
37
|
-
}
|
|
38
|
-
.shipper-content .picker-List .picker-default {
|
|
39
|
-
height: 4.27vmin;
|
|
40
|
-
line-height: 4.27vmin;
|
|
41
|
-
background: #ffebeb;
|
|
42
|
-
border-radius: 0.53vmin;
|
|
43
|
-
font-size: 2.67vmin;
|
|
44
|
-
color: #1472FF;
|
|
45
|
-
margin-left: 4.27vmin;
|
|
46
|
-
padding: 0 2.13vmin;
|
|
47
|
-
}
|
|
48
|
-
.shipper-content .picker-List .edite {
|
|
49
|
-
width: 4.27vmin;
|
|
50
|
-
height: 4.27vmin;
|
|
51
|
-
position: absolute;
|
|
52
|
-
right: 0;
|
|
53
|
-
top: 4.4vmin;
|
|
54
|
-
}
|
|
55
|
-
.shipper-content .footer-bar {
|
|
56
|
-
width: 100%;
|
|
57
|
-
position: fixed;
|
|
58
|
-
bottom: 0;
|
|
59
|
-
left: 0;
|
|
60
|
-
right: 0;
|
|
61
|
-
background-color: #fff;
|
|
62
|
-
}
|
|
63
|
-
.shipper-content .footer-bar .onknow {
|
|
64
|
-
width: 90%;
|
|
65
|
-
height: 10.67vmin;
|
|
66
|
-
line-height: 10.67vmin;
|
|
67
|
-
text-align: center;
|
|
68
|
-
color: #fff;
|
|
69
|
-
background: #105cfb;
|
|
70
|
-
border-radius: 5.33vmin;
|
|
71
|
-
margin: 2.67vmin auto;
|
|
72
|
-
}
|
|
73
|
-
.hen {
|
|
74
|
-
height: 21.33vmin;
|
|
75
|
-
width: 100%;
|
|
76
|
-
}
|
|
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
|
+
.shipper-content {
|
|
18
|
+
background: #ffffff;
|
|
19
|
+
padding: 0 4.27vmin;
|
|
20
|
+
}
|
|
21
|
+
.shipper-content .picker-List {
|
|
22
|
+
display: flex;
|
|
23
|
+
flex-direction: row;
|
|
24
|
+
align-items: center;
|
|
25
|
+
padding: 3.73vmin 0;
|
|
26
|
+
border-bottom: 0.27vmin solid #ece4e452;
|
|
27
|
+
position: relative;
|
|
28
|
+
}
|
|
29
|
+
.shipper-content .picker-List .picker-name {
|
|
30
|
+
width: 32vmin;
|
|
31
|
+
overflow: hidden;
|
|
32
|
+
white-space: nowrap;
|
|
33
|
+
text-overflow: ellipsis;
|
|
34
|
+
}
|
|
35
|
+
.shipper-content .picker-List .picker-phone {
|
|
36
|
+
margin-left: 1.33vmin;
|
|
37
|
+
}
|
|
38
|
+
.shipper-content .picker-List .picker-default {
|
|
39
|
+
height: 4.27vmin;
|
|
40
|
+
line-height: 4.27vmin;
|
|
41
|
+
background: #ffebeb;
|
|
42
|
+
border-radius: 0.53vmin;
|
|
43
|
+
font-size: 2.67vmin;
|
|
44
|
+
color: #1472FF;
|
|
45
|
+
margin-left: 4.27vmin;
|
|
46
|
+
padding: 0 2.13vmin;
|
|
47
|
+
}
|
|
48
|
+
.shipper-content .picker-List .edite {
|
|
49
|
+
width: 4.27vmin;
|
|
50
|
+
height: 4.27vmin;
|
|
51
|
+
position: absolute;
|
|
52
|
+
right: 0;
|
|
53
|
+
top: 4.4vmin;
|
|
54
|
+
}
|
|
55
|
+
.shipper-content .footer-bar {
|
|
56
|
+
width: 100%;
|
|
57
|
+
position: fixed;
|
|
58
|
+
bottom: 0;
|
|
59
|
+
left: 0;
|
|
60
|
+
right: 0;
|
|
61
|
+
background-color: #fff;
|
|
62
|
+
}
|
|
63
|
+
.shipper-content .footer-bar .onknow {
|
|
64
|
+
width: 90%;
|
|
65
|
+
height: 10.67vmin;
|
|
66
|
+
line-height: 10.67vmin;
|
|
67
|
+
text-align: center;
|
|
68
|
+
color: #fff;
|
|
69
|
+
background: #105cfb;
|
|
70
|
+
border-radius: 5.33vmin;
|
|
71
|
+
margin: 2.67vmin auto;
|
|
72
|
+
}
|
|
73
|
+
.hen {
|
|
74
|
+
height: 21.33vmin;
|
|
75
|
+
width: 100%;
|
|
76
|
+
}
|
|
@@ -1,78 +1,78 @@
|
|
|
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
|
-
.shipper-edit-content .edit-pick .default-wrapper {
|
|
18
|
-
margin-top: 2.13vmin;
|
|
19
|
-
height: 14.93vmin;
|
|
20
|
-
padding: 0 4.27vmin;
|
|
21
|
-
box-sizing: border-box;
|
|
22
|
-
background: white;
|
|
23
|
-
display: flex;
|
|
24
|
-
align-items: center;
|
|
25
|
-
justify-content: space-between;
|
|
26
|
-
}
|
|
27
|
-
.shipper-edit-content .edit-pick .default-wrapper .ET2 {
|
|
28
|
-
font-size: 4.27vmin;
|
|
29
|
-
}
|
|
30
|
-
.shipper-edit-content .edit-pick .default-wrapper .van-switch .van-switch__node {
|
|
31
|
-
box-shadow: none;
|
|
32
|
-
}
|
|
33
|
-
.shipper-edit-content .footerbar {
|
|
34
|
-
width: 100%;
|
|
35
|
-
background: #fff;
|
|
36
|
-
position: fixed;
|
|
37
|
-
bottom: 0;
|
|
38
|
-
}
|
|
39
|
-
.shipper-edit-content .footerbar .footerBtn {
|
|
40
|
-
width: 90%;
|
|
41
|
-
height: 10.67vmin;
|
|
42
|
-
background-color: #105cfb;
|
|
43
|
-
border-radius: 5.33vmin;
|
|
44
|
-
color: #fff;
|
|
45
|
-
line-height: 10.67vmin;
|
|
46
|
-
text-align: center;
|
|
47
|
-
margin: 2.13vmin auto;
|
|
48
|
-
}
|
|
49
|
-
.shipper-edit-content .footerbar1 {
|
|
50
|
-
width: 100%;
|
|
51
|
-
background: #fff;
|
|
52
|
-
position: fixed;
|
|
53
|
-
bottom: 0;
|
|
54
|
-
display: flex;
|
|
55
|
-
justify-content: left;
|
|
56
|
-
padding: 2.13vmin;
|
|
57
|
-
}
|
|
58
|
-
.shipper-edit-content .footerbar1 .save-btn {
|
|
59
|
-
width: 60%;
|
|
60
|
-
height: 10.67vmin;
|
|
61
|
-
background-color: #105cfb;
|
|
62
|
-
border-radius: 5.33vmin;
|
|
63
|
-
color: #fff;
|
|
64
|
-
line-height: 10.67vmin;
|
|
65
|
-
text-align: center;
|
|
66
|
-
margin-left: 4vmin;
|
|
67
|
-
}
|
|
68
|
-
.shipper-edit-content .footerbar1 .delete-btn {
|
|
69
|
-
width: 30%;
|
|
70
|
-
height: 10.67vmin;
|
|
71
|
-
background: #fff;
|
|
72
|
-
border: 0.27vmin solid #b7b7b7;
|
|
73
|
-
border-radius: 5.33vmin;
|
|
74
|
-
color: #fff;
|
|
75
|
-
line-height: 10.67vmin;
|
|
76
|
-
text-align: center;
|
|
77
|
-
color: #333;
|
|
78
|
-
}
|
|
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
|
+
.shipper-edit-content .edit-pick .default-wrapper {
|
|
18
|
+
margin-top: 2.13vmin;
|
|
19
|
+
height: 14.93vmin;
|
|
20
|
+
padding: 0 4.27vmin;
|
|
21
|
+
box-sizing: border-box;
|
|
22
|
+
background: white;
|
|
23
|
+
display: flex;
|
|
24
|
+
align-items: center;
|
|
25
|
+
justify-content: space-between;
|
|
26
|
+
}
|
|
27
|
+
.shipper-edit-content .edit-pick .default-wrapper .ET2 {
|
|
28
|
+
font-size: 4.27vmin;
|
|
29
|
+
}
|
|
30
|
+
.shipper-edit-content .edit-pick .default-wrapper .van-switch .van-switch__node {
|
|
31
|
+
box-shadow: none;
|
|
32
|
+
}
|
|
33
|
+
.shipper-edit-content .footerbar {
|
|
34
|
+
width: 100%;
|
|
35
|
+
background: #fff;
|
|
36
|
+
position: fixed;
|
|
37
|
+
bottom: 0;
|
|
38
|
+
}
|
|
39
|
+
.shipper-edit-content .footerbar .footerBtn {
|
|
40
|
+
width: 90%;
|
|
41
|
+
height: 10.67vmin;
|
|
42
|
+
background-color: #105cfb;
|
|
43
|
+
border-radius: 5.33vmin;
|
|
44
|
+
color: #fff;
|
|
45
|
+
line-height: 10.67vmin;
|
|
46
|
+
text-align: center;
|
|
47
|
+
margin: 2.13vmin auto;
|
|
48
|
+
}
|
|
49
|
+
.shipper-edit-content .footerbar1 {
|
|
50
|
+
width: 100%;
|
|
51
|
+
background: #fff;
|
|
52
|
+
position: fixed;
|
|
53
|
+
bottom: 0;
|
|
54
|
+
display: flex;
|
|
55
|
+
justify-content: left;
|
|
56
|
+
padding: 2.13vmin;
|
|
57
|
+
}
|
|
58
|
+
.shipper-edit-content .footerbar1 .save-btn {
|
|
59
|
+
width: 60%;
|
|
60
|
+
height: 10.67vmin;
|
|
61
|
+
background-color: #105cfb;
|
|
62
|
+
border-radius: 5.33vmin;
|
|
63
|
+
color: #fff;
|
|
64
|
+
line-height: 10.67vmin;
|
|
65
|
+
text-align: center;
|
|
66
|
+
margin-left: 4vmin;
|
|
67
|
+
}
|
|
68
|
+
.shipper-edit-content .footerbar1 .delete-btn {
|
|
69
|
+
width: 30%;
|
|
70
|
+
height: 10.67vmin;
|
|
71
|
+
background: #fff;
|
|
72
|
+
border: 0.27vmin solid #b7b7b7;
|
|
73
|
+
border-radius: 5.33vmin;
|
|
74
|
+
color: #fff;
|
|
75
|
+
line-height: 10.67vmin;
|
|
76
|
+
text-align: center;
|
|
77
|
+
color: #333;
|
|
78
|
+
}
|
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
.wechat {
|
|
2
|
-
display: flex;
|
|
3
|
-
align-items: center;
|
|
4
|
-
justify-content: space-between;
|
|
5
|
-
background: white;
|
|
6
|
-
padding: 4.27vmin;
|
|
7
|
-
margin-bottom: 2.13vmin;
|
|
8
|
-
box-sizing: border-box;
|
|
9
|
-
}
|
|
10
|
-
.wechat .left-title {
|
|
11
|
-
display: flex;
|
|
12
|
-
align-items: center;
|
|
13
|
-
}
|
|
14
|
-
.wechat .left-title .icon-wechat {
|
|
15
|
-
color: #46bb36;
|
|
16
|
-
width: 4vmin;
|
|
17
|
-
height: 4vmin;
|
|
18
|
-
margin-right: 4.27vmin;
|
|
19
|
-
}
|
|
20
|
-
.wechat .left-title .ET2 {
|
|
21
|
-
font-size: 4.27vmin;
|
|
22
|
-
}
|
|
1
|
+
.wechat {
|
|
2
|
+
display: flex;
|
|
3
|
+
align-items: center;
|
|
4
|
+
justify-content: space-between;
|
|
5
|
+
background: white;
|
|
6
|
+
padding: 4.27vmin;
|
|
7
|
+
margin-bottom: 2.13vmin;
|
|
8
|
+
box-sizing: border-box;
|
|
9
|
+
}
|
|
10
|
+
.wechat .left-title {
|
|
11
|
+
display: flex;
|
|
12
|
+
align-items: center;
|
|
13
|
+
}
|
|
14
|
+
.wechat .left-title .icon-wechat {
|
|
15
|
+
color: #46bb36;
|
|
16
|
+
width: 4vmin;
|
|
17
|
+
height: 4vmin;
|
|
18
|
+
margin-right: 4.27vmin;
|
|
19
|
+
}
|
|
20
|
+
.wechat .left-title .ET2 {
|
|
21
|
+
font-size: 4.27vmin;
|
|
22
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
.popUp {
|
|
2
|
-
height: 80%;
|
|
3
|
-
border-radius: 2.13vmin;
|
|
4
|
-
background: #f5f5f5;
|
|
5
|
-
}
|
|
1
|
+
.popUp {
|
|
2
|
+
height: 80%;
|
|
3
|
+
border-radius: 2.13vmin;
|
|
4
|
+
background: #f5f5f5;
|
|
5
|
+
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
.coupon-msg-block {
|
|
2
|
-
box-shadow: 0rem 0.04rem 0.16rem 0rem rgba(195, 195, 195, 0.04);
|
|
3
|
-
}
|
|
1
|
+
.coupon-msg-block {
|
|
2
|
+
box-shadow: 0rem 0.04rem 0.16rem 0rem rgba(195, 195, 195, 0.04);
|
|
3
|
+
}
|
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
.popup-content {
|
|
2
|
-
height: 100%;
|
|
3
|
-
}
|
|
4
|
-
.popup-content .popup-header {
|
|
5
|
-
width: 100%;
|
|
6
|
-
position: sticky;
|
|
7
|
-
top: 0;
|
|
8
|
-
left: 0;
|
|
9
|
-
background: #ffffff;
|
|
10
|
-
height: 12.8vmin;
|
|
11
|
-
}
|
|
12
|
-
.popup-content .popup-cont {
|
|
13
|
-
height: calc(100% - 12.8vmin);
|
|
14
|
-
}
|
|
15
|
-
.popup-content .popup-bottom {
|
|
16
|
-
width: 100%;
|
|
17
|
-
position: fixed;
|
|
18
|
-
bottom: 0;
|
|
19
|
-
left: 0;
|
|
20
|
-
background: #ffffff;
|
|
21
|
-
height: 12.8vmin;
|
|
22
|
-
}
|
|
1
|
+
.popup-content {
|
|
2
|
+
height: 100%;
|
|
3
|
+
}
|
|
4
|
+
.popup-content .popup-header {
|
|
5
|
+
width: 100%;
|
|
6
|
+
position: sticky;
|
|
7
|
+
top: 0;
|
|
8
|
+
left: 0;
|
|
9
|
+
background: #ffffff;
|
|
10
|
+
height: 12.8vmin;
|
|
11
|
+
}
|
|
12
|
+
.popup-content .popup-cont {
|
|
13
|
+
height: calc(100% - 12.8vmin);
|
|
14
|
+
}
|
|
15
|
+
.popup-content .popup-bottom {
|
|
16
|
+
width: 100%;
|
|
17
|
+
position: fixed;
|
|
18
|
+
bottom: 0;
|
|
19
|
+
left: 0;
|
|
20
|
+
background: #ffffff;
|
|
21
|
+
height: 12.8vmin;
|
|
22
|
+
}
|
package/src/GoodsItem/index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
{
|
|
2
|
-
"component": true,
|
|
3
|
-
"usingComponents": {
|
|
4
|
-
"van-switch": "@vant/weapp/switch/index"
|
|
5
|
-
}
|
|
6
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"component": true,
|
|
3
|
+
"usingComponents": {
|
|
4
|
+
"van-switch": "@vant/weapp/switch/index"
|
|
5
|
+
}
|
|
6
|
+
}
|
package/src/GoodsItem/index.wxs
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
var timeFormat = function (time) {
|
|
2
|
-
if (!time) return
|
|
3
|
-
|
|
4
|
-
// 将毫秒转换为天、小时、分钟和秒
|
|
5
|
-
var days = Math.floor(time / (1000 * 60 * 60 * 24))
|
|
6
|
-
var hours = Math.floor((time % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60))
|
|
7
|
-
var minutes = Math.floor((time % (1000 * 60 * 60)) / (1000 * 60))
|
|
8
|
-
var seconds = Math.floor((time % (1000 * 60)) / 1000)
|
|
9
|
-
days = days > 0 ? days + '天 ' : ''
|
|
10
|
-
hours = hours < 10 ? '0' + hours : hours
|
|
11
|
-
minutes = minutes < 10 ? '0' + minutes : minutes
|
|
12
|
-
seconds = seconds < 10 ? '0' + seconds : seconds
|
|
13
|
-
|
|
14
|
-
return days + hours + ':' + minutes + ':' + seconds
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
module.exports = {
|
|
18
|
-
timeFormat:timeFormat
|
|
1
|
+
var timeFormat = function (time) {
|
|
2
|
+
if (!time) return
|
|
3
|
+
|
|
4
|
+
// 将毫秒转换为天、小时、分钟和秒
|
|
5
|
+
var days = Math.floor(time / (1000 * 60 * 60 * 24))
|
|
6
|
+
var hours = Math.floor((time % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60))
|
|
7
|
+
var minutes = Math.floor((time % (1000 * 60 * 60)) / (1000 * 60))
|
|
8
|
+
var seconds = Math.floor((time % (1000 * 60)) / 1000)
|
|
9
|
+
days = days > 0 ? days + '天 ' : ''
|
|
10
|
+
hours = hours < 10 ? '0' + hours : hours
|
|
11
|
+
minutes = minutes < 10 ? '0' + minutes : minutes
|
|
12
|
+
seconds = seconds < 10 ? '0' + seconds : seconds
|
|
13
|
+
|
|
14
|
+
return days + hours + ':' + minutes + ':' + seconds
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
module.exports = {
|
|
18
|
+
timeFormat:timeFormat
|
|
19
19
|
}
|