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,122 +1,122 @@
|
|
|
1
|
-
.couponNewWrap {
|
|
2
|
-
width: 92vmin;
|
|
3
|
-
margin-bottom: 3.2vmin;
|
|
4
|
-
margin-left: auto;
|
|
5
|
-
margin-right: auto;
|
|
6
|
-
}
|
|
7
|
-
.couponNewWrap:last-child {
|
|
8
|
-
margin-bottom: 0;
|
|
9
|
-
}
|
|
10
|
-
.couponNewV2 {
|
|
11
|
-
background-color: #ffffff;
|
|
12
|
-
width: 92vmin;
|
|
13
|
-
background: #FFF6F0;
|
|
14
|
-
border: 0.13vmin solid #FFC299;
|
|
15
|
-
position: relative;
|
|
16
|
-
height: 19.2vmin;
|
|
17
|
-
margin-left: auto;
|
|
18
|
-
margin-right: auto;
|
|
19
|
-
overflow: hidden;
|
|
20
|
-
border-radius: 2.13vmin;
|
|
21
|
-
display: flex;
|
|
22
|
-
}
|
|
23
|
-
.couponNewV2 .couponValue {
|
|
24
|
-
float: left;
|
|
25
|
-
width: 27.73vmin;
|
|
26
|
-
height: 27.2vmin;
|
|
27
|
-
background: #FF781F;
|
|
28
|
-
box-sizing: border-box;
|
|
29
|
-
border-radius: 2.13vmin 0 0 2.13vmin;
|
|
30
|
-
}
|
|
31
|
-
.couponNewV2 .couponValue .couponPrice {
|
|
32
|
-
position: relative;
|
|
33
|
-
width: 100%;
|
|
34
|
-
line-height: 7.47vmin;
|
|
35
|
-
margin-top: 2.93vmin;
|
|
36
|
-
text-align: center;
|
|
37
|
-
font-size: 8.53vmin;
|
|
38
|
-
font-weight: 500;
|
|
39
|
-
color: #fff;
|
|
40
|
-
display: flex;
|
|
41
|
-
justify-content: center;
|
|
42
|
-
align-items: baseline;
|
|
43
|
-
}
|
|
44
|
-
.couponNewV2 .couponValue .couponPrice .fontSmall {
|
|
45
|
-
font-size: 6.4vmin !important;
|
|
46
|
-
}
|
|
47
|
-
.couponNewV2 .couponValue .couponPrice .fontLastSmall {
|
|
48
|
-
font-size: 4.27vmin !important;
|
|
49
|
-
}
|
|
50
|
-
.couponNewV2 .couponValue .couponPrice .fixedfont {
|
|
51
|
-
font-size: 3.2vmin !important;
|
|
52
|
-
}
|
|
53
|
-
.couponNewV2 .couponValue .couponPrice .fixedPercent {
|
|
54
|
-
font-size: 4.27vmin !important;
|
|
55
|
-
}
|
|
56
|
-
.couponNewV2 .couponValue .couponPrice span {
|
|
57
|
-
position: relative;
|
|
58
|
-
display: inline-block;
|
|
59
|
-
}
|
|
60
|
-
.couponNewV2 .couponValue .couponPrice .discountFont,
|
|
61
|
-
.couponNewV2 .couponValue .couponPrice .coupon-symbol {
|
|
62
|
-
font-size: 4.27vmin;
|
|
63
|
-
margin-left: 1.6vmin;
|
|
64
|
-
}
|
|
65
|
-
.couponNewV2 .couponValue .couponUseCondition {
|
|
66
|
-
font-size: 3.2vmin;
|
|
67
|
-
width: 100%;
|
|
68
|
-
overflow: hidden;
|
|
69
|
-
max-height: 10.67vmin;
|
|
70
|
-
line-height: 4.8vmin;
|
|
71
|
-
color: #fff;
|
|
72
|
-
text-align: center;
|
|
73
|
-
}
|
|
74
|
-
.couponNewV2 .unselectState {
|
|
75
|
-
background: #CDCDCD !important;
|
|
76
|
-
}
|
|
77
|
-
.couponNewV2 .couponInfo {
|
|
78
|
-
float: left;
|
|
79
|
-
margin-bottom: 2.13vmin;
|
|
80
|
-
width: 40vmin;
|
|
81
|
-
height: 100%;
|
|
82
|
-
overflow: hidden;
|
|
83
|
-
box-sizing: border-box;
|
|
84
|
-
padding: 1.87vmin 0 1.6vmin 3.2vmin;
|
|
85
|
-
color: #888888;
|
|
86
|
-
font-size: 3.2vmin;
|
|
87
|
-
text-align: left;
|
|
88
|
-
}
|
|
89
|
-
.couponNewV2 .couponInfo span {
|
|
90
|
-
display: inline-block;
|
|
91
|
-
}
|
|
92
|
-
.couponNewV2 .couponInfo .couponName {
|
|
93
|
-
white-space: nowrap;
|
|
94
|
-
overflow: hidden;
|
|
95
|
-
text-overflow: ellipsis;
|
|
96
|
-
width: 37.87vmin;
|
|
97
|
-
height: 4.8vmin;
|
|
98
|
-
font-size: 3.2vmin;
|
|
99
|
-
margin-bottom: 2.13vmin;
|
|
100
|
-
font-weight: 500;
|
|
101
|
-
color: #333333;
|
|
102
|
-
line-height: 4.8vmin;
|
|
103
|
-
}
|
|
104
|
-
.couponNewV2 .couponInfo .couponUseHint {
|
|
105
|
-
margin-bottom: 1.07vmin;
|
|
106
|
-
height: 3.73vmin;
|
|
107
|
-
line-height: 3.73vmin;
|
|
108
|
-
}
|
|
109
|
-
.couponNewV2 .couponInfo .couponUseTime {
|
|
110
|
-
width: 100%;
|
|
111
|
-
height: 3.73vmin;
|
|
112
|
-
line-height: 3.73vmin;
|
|
113
|
-
font-size: 3.2vmin;
|
|
114
|
-
}
|
|
115
|
-
.couponNewV2 .couponState {
|
|
116
|
-
float: left;
|
|
117
|
-
position: relative;
|
|
118
|
-
width: 22.67vmin;
|
|
119
|
-
height: 100%;
|
|
120
|
-
border-bottom-left-radius: 1.07vmin;
|
|
121
|
-
border-top-left-radius: 1.07vmin;
|
|
122
|
-
}
|
|
1
|
+
.couponNewWrap {
|
|
2
|
+
width: 92vmin;
|
|
3
|
+
margin-bottom: 3.2vmin;
|
|
4
|
+
margin-left: auto;
|
|
5
|
+
margin-right: auto;
|
|
6
|
+
}
|
|
7
|
+
.couponNewWrap:last-child {
|
|
8
|
+
margin-bottom: 0;
|
|
9
|
+
}
|
|
10
|
+
.couponNewV2 {
|
|
11
|
+
background-color: #ffffff;
|
|
12
|
+
width: 92vmin;
|
|
13
|
+
background: #FFF6F0;
|
|
14
|
+
border: 0.13vmin solid #FFC299;
|
|
15
|
+
position: relative;
|
|
16
|
+
height: 19.2vmin;
|
|
17
|
+
margin-left: auto;
|
|
18
|
+
margin-right: auto;
|
|
19
|
+
overflow: hidden;
|
|
20
|
+
border-radius: 2.13vmin;
|
|
21
|
+
display: flex;
|
|
22
|
+
}
|
|
23
|
+
.couponNewV2 .couponValue {
|
|
24
|
+
float: left;
|
|
25
|
+
width: 27.73vmin;
|
|
26
|
+
height: 27.2vmin;
|
|
27
|
+
background: #FF781F;
|
|
28
|
+
box-sizing: border-box;
|
|
29
|
+
border-radius: 2.13vmin 0 0 2.13vmin;
|
|
30
|
+
}
|
|
31
|
+
.couponNewV2 .couponValue .couponPrice {
|
|
32
|
+
position: relative;
|
|
33
|
+
width: 100%;
|
|
34
|
+
line-height: 7.47vmin;
|
|
35
|
+
margin-top: 2.93vmin;
|
|
36
|
+
text-align: center;
|
|
37
|
+
font-size: 8.53vmin;
|
|
38
|
+
font-weight: 500;
|
|
39
|
+
color: #fff;
|
|
40
|
+
display: flex;
|
|
41
|
+
justify-content: center;
|
|
42
|
+
align-items: baseline;
|
|
43
|
+
}
|
|
44
|
+
.couponNewV2 .couponValue .couponPrice .fontSmall {
|
|
45
|
+
font-size: 6.4vmin !important;
|
|
46
|
+
}
|
|
47
|
+
.couponNewV2 .couponValue .couponPrice .fontLastSmall {
|
|
48
|
+
font-size: 4.27vmin !important;
|
|
49
|
+
}
|
|
50
|
+
.couponNewV2 .couponValue .couponPrice .fixedfont {
|
|
51
|
+
font-size: 3.2vmin !important;
|
|
52
|
+
}
|
|
53
|
+
.couponNewV2 .couponValue .couponPrice .fixedPercent {
|
|
54
|
+
font-size: 4.27vmin !important;
|
|
55
|
+
}
|
|
56
|
+
.couponNewV2 .couponValue .couponPrice span {
|
|
57
|
+
position: relative;
|
|
58
|
+
display: inline-block;
|
|
59
|
+
}
|
|
60
|
+
.couponNewV2 .couponValue .couponPrice .discountFont,
|
|
61
|
+
.couponNewV2 .couponValue .couponPrice .coupon-symbol {
|
|
62
|
+
font-size: 4.27vmin;
|
|
63
|
+
margin-left: 1.6vmin;
|
|
64
|
+
}
|
|
65
|
+
.couponNewV2 .couponValue .couponUseCondition {
|
|
66
|
+
font-size: 3.2vmin;
|
|
67
|
+
width: 100%;
|
|
68
|
+
overflow: hidden;
|
|
69
|
+
max-height: 10.67vmin;
|
|
70
|
+
line-height: 4.8vmin;
|
|
71
|
+
color: #fff;
|
|
72
|
+
text-align: center;
|
|
73
|
+
}
|
|
74
|
+
.couponNewV2 .unselectState {
|
|
75
|
+
background: #CDCDCD !important;
|
|
76
|
+
}
|
|
77
|
+
.couponNewV2 .couponInfo {
|
|
78
|
+
float: left;
|
|
79
|
+
margin-bottom: 2.13vmin;
|
|
80
|
+
width: 40vmin;
|
|
81
|
+
height: 100%;
|
|
82
|
+
overflow: hidden;
|
|
83
|
+
box-sizing: border-box;
|
|
84
|
+
padding: 1.87vmin 0 1.6vmin 3.2vmin;
|
|
85
|
+
color: #888888;
|
|
86
|
+
font-size: 3.2vmin;
|
|
87
|
+
text-align: left;
|
|
88
|
+
}
|
|
89
|
+
.couponNewV2 .couponInfo span {
|
|
90
|
+
display: inline-block;
|
|
91
|
+
}
|
|
92
|
+
.couponNewV2 .couponInfo .couponName {
|
|
93
|
+
white-space: nowrap;
|
|
94
|
+
overflow: hidden;
|
|
95
|
+
text-overflow: ellipsis;
|
|
96
|
+
width: 37.87vmin;
|
|
97
|
+
height: 4.8vmin;
|
|
98
|
+
font-size: 3.2vmin;
|
|
99
|
+
margin-bottom: 2.13vmin;
|
|
100
|
+
font-weight: 500;
|
|
101
|
+
color: #333333;
|
|
102
|
+
line-height: 4.8vmin;
|
|
103
|
+
}
|
|
104
|
+
.couponNewV2 .couponInfo .couponUseHint {
|
|
105
|
+
margin-bottom: 1.07vmin;
|
|
106
|
+
height: 3.73vmin;
|
|
107
|
+
line-height: 3.73vmin;
|
|
108
|
+
}
|
|
109
|
+
.couponNewV2 .couponInfo .couponUseTime {
|
|
110
|
+
width: 100%;
|
|
111
|
+
height: 3.73vmin;
|
|
112
|
+
line-height: 3.73vmin;
|
|
113
|
+
font-size: 3.2vmin;
|
|
114
|
+
}
|
|
115
|
+
.couponNewV2 .couponState {
|
|
116
|
+
float: left;
|
|
117
|
+
position: relative;
|
|
118
|
+
width: 22.67vmin;
|
|
119
|
+
height: 100%;
|
|
120
|
+
border-bottom-left-radius: 1.07vmin;
|
|
121
|
+
border-top-left-radius: 1.07vmin;
|
|
122
|
+
}
|
|
@@ -1,27 +1,27 @@
|
|
|
1
|
-
.header-content {
|
|
2
|
-
display: flex;
|
|
3
|
-
flex-direction: row;
|
|
4
|
-
justify-content: space-between;
|
|
5
|
-
align-items: center;
|
|
6
|
-
height: 12.8vmin;
|
|
7
|
-
width: 100%;
|
|
8
|
-
position: sticky;
|
|
9
|
-
top: 0;
|
|
10
|
-
left: 0;
|
|
11
|
-
background-color: #ffffff;
|
|
12
|
-
z-index: 2;
|
|
13
|
-
}
|
|
14
|
-
.header-content .header-back {
|
|
15
|
-
padding-left: 4.27vmin;
|
|
16
|
-
}
|
|
17
|
-
.header-content .header-back .img {
|
|
18
|
-
width: 4.27vmin;
|
|
19
|
-
height: 4.27vmin;
|
|
20
|
-
}
|
|
21
|
-
.header-content .header-close {
|
|
22
|
-
padding-right: 4.27vmin;
|
|
23
|
-
}
|
|
24
|
-
.header-content .header-close .img {
|
|
25
|
-
width: 4.27vmin;
|
|
26
|
-
height: 4.27vmin;
|
|
27
|
-
}
|
|
1
|
+
.header-content {
|
|
2
|
+
display: flex;
|
|
3
|
+
flex-direction: row;
|
|
4
|
+
justify-content: space-between;
|
|
5
|
+
align-items: center;
|
|
6
|
+
height: 12.8vmin;
|
|
7
|
+
width: 100%;
|
|
8
|
+
position: sticky;
|
|
9
|
+
top: 0;
|
|
10
|
+
left: 0;
|
|
11
|
+
background-color: #ffffff;
|
|
12
|
+
z-index: 2;
|
|
13
|
+
}
|
|
14
|
+
.header-content .header-back {
|
|
15
|
+
padding-left: 4.27vmin;
|
|
16
|
+
}
|
|
17
|
+
.header-content .header-back .img {
|
|
18
|
+
width: 4.27vmin;
|
|
19
|
+
height: 4.27vmin;
|
|
20
|
+
}
|
|
21
|
+
.header-content .header-close {
|
|
22
|
+
padding-right: 4.27vmin;
|
|
23
|
+
}
|
|
24
|
+
.header-content .header-close .img {
|
|
25
|
+
width: 4.27vmin;
|
|
26
|
+
height: 4.27vmin;
|
|
27
|
+
}
|
|
@@ -1,33 +1,33 @@
|
|
|
1
|
-
.guide-container {
|
|
2
|
-
padding: 0 4.27vmin;
|
|
3
|
-
}
|
|
4
|
-
.guide-container .lead-desc {
|
|
5
|
-
color: #333333;
|
|
6
|
-
font-size: 4.27vmin;
|
|
7
|
-
font-weight: 600;
|
|
8
|
-
line-height: 6.4vmin;
|
|
9
|
-
margin-bottom: 4.27vmin;
|
|
10
|
-
text-align: center;
|
|
11
|
-
}
|
|
12
|
-
.guide-container .lead-title {
|
|
13
|
-
color: #333333;
|
|
14
|
-
font-size: 3.73vmin;
|
|
15
|
-
width: 100%;
|
|
16
|
-
line-height: 5.3vmin;
|
|
17
|
-
margin-bottom: 4.27vmin;
|
|
18
|
-
text-align: center;
|
|
19
|
-
}
|
|
20
|
-
.guide-container .lead-img {
|
|
21
|
-
width: 42.67vmin;
|
|
22
|
-
height: 42.67vmin;
|
|
23
|
-
display: flex;
|
|
24
|
-
margin: 0 auto;
|
|
25
|
-
margin-bottom: 2.13vmin;
|
|
26
|
-
}
|
|
27
|
-
.guide-container .lead-tips {
|
|
28
|
-
color: #999999;
|
|
29
|
-
font-size: 3.2vmin;
|
|
30
|
-
font-weight: 500;
|
|
31
|
-
text-align: center;
|
|
32
|
-
line-height: 4.27vmin;
|
|
33
|
-
}
|
|
1
|
+
.guide-container {
|
|
2
|
+
padding: 0 4.27vmin;
|
|
3
|
+
}
|
|
4
|
+
.guide-container .lead-desc {
|
|
5
|
+
color: #333333;
|
|
6
|
+
font-size: 4.27vmin;
|
|
7
|
+
font-weight: 600;
|
|
8
|
+
line-height: 6.4vmin;
|
|
9
|
+
margin-bottom: 4.27vmin;
|
|
10
|
+
text-align: center;
|
|
11
|
+
}
|
|
12
|
+
.guide-container .lead-title {
|
|
13
|
+
color: #333333;
|
|
14
|
+
font-size: 3.73vmin;
|
|
15
|
+
width: 100%;
|
|
16
|
+
line-height: 5.3vmin;
|
|
17
|
+
margin-bottom: 4.27vmin;
|
|
18
|
+
text-align: center;
|
|
19
|
+
}
|
|
20
|
+
.guide-container .lead-img {
|
|
21
|
+
width: 42.67vmin;
|
|
22
|
+
height: 42.67vmin;
|
|
23
|
+
display: flex;
|
|
24
|
+
margin: 0 auto;
|
|
25
|
+
margin-bottom: 2.13vmin;
|
|
26
|
+
}
|
|
27
|
+
.guide-container .lead-tips {
|
|
28
|
+
color: #999999;
|
|
29
|
+
font-size: 3.2vmin;
|
|
30
|
+
font-weight: 500;
|
|
31
|
+
text-align: center;
|
|
32
|
+
line-height: 4.27vmin;
|
|
33
|
+
}
|
|
@@ -1,157 +1,157 @@
|
|
|
1
|
-
.pay-success-container .pay-gift-box {
|
|
2
|
-
margin-top: 7.47vmin;
|
|
3
|
-
}
|
|
4
|
-
.pay-success-container .pay-gift-box .pay-gift-box-head {
|
|
5
|
-
display: flex;
|
|
6
|
-
align-items: center;
|
|
7
|
-
justify-content: center;
|
|
8
|
-
width: 100%;
|
|
9
|
-
height: 6.67vmin;
|
|
10
|
-
line-height: 6.67vmin;
|
|
11
|
-
color: #333;
|
|
12
|
-
font-size: 4.27vmin;
|
|
13
|
-
}
|
|
14
|
-
.pay-success-container .pay-gift-box .pay-gift-box-head .left-line,
|
|
15
|
-
.pay-success-container .pay-gift-box .pay-gift-box-head .right-line {
|
|
16
|
-
display: inline-block;
|
|
17
|
-
width: 22.93vmin;
|
|
18
|
-
height: 1.87vmin;
|
|
19
|
-
margin-right: 2.13vmin;
|
|
20
|
-
background-image: url("http://wechatapppro-1252524126.file.myqcloud.com/appAKLWLitn7978/image/kf3n5jhl0l7pe0vak1er.png");
|
|
21
|
-
background-size: 100%;
|
|
22
|
-
}
|
|
23
|
-
.pay-success-container .pay-gift-box .pay-gift-box-head .right-line {
|
|
24
|
-
margin: 0 0 0 2.13vmin;
|
|
25
|
-
background-image: url("http://wechatapppro-1252524126.file.myqcloud.com/appAKLWLitn7978/image/kf3n5jhl0wck8j80j0x.png");
|
|
26
|
-
}
|
|
27
|
-
.pay-success-container .pay-gift-box .gift-summary {
|
|
28
|
-
display: flex;
|
|
29
|
-
border-radius: 2.13vmin;
|
|
30
|
-
border: 0.13vmin solid #ffc299;
|
|
31
|
-
color: #ffffff;
|
|
32
|
-
background: #ffffff;
|
|
33
|
-
font-size: 2.67vmin;
|
|
34
|
-
padding: 2.13vmin 4.27vmin 2.13vmin 2.13vmin;
|
|
35
|
-
box-sizing: border-box;
|
|
36
|
-
align-items: center;
|
|
37
|
-
justify-content: space-between;
|
|
38
|
-
margin: 3.2vmin auto;
|
|
39
|
-
width: 92vmin;
|
|
40
|
-
position: relative;
|
|
41
|
-
}
|
|
42
|
-
.pay-success-container .pay-gift-box .gift-summary .img {
|
|
43
|
-
width: 13.87vmin;
|
|
44
|
-
height: 17.6vmin;
|
|
45
|
-
position: absolute;
|
|
46
|
-
right: 0.27vmin;
|
|
47
|
-
}
|
|
48
|
-
.pay-success-container .pay-gift-box .gift-summary .gift-detail {
|
|
49
|
-
display: flex;
|
|
50
|
-
flex-direction: column;
|
|
51
|
-
justify-content: space-between;
|
|
52
|
-
width: 50.13vmin;
|
|
53
|
-
height: 14.93vmin;
|
|
54
|
-
padding: 3.2vmin 2.4vmin;
|
|
55
|
-
box-sizing: border-box;
|
|
56
|
-
background-image: url("https://commonresource-1252524126.cdn.xiaoeknow.com/image/l3jvdf0y08ww.png");
|
|
57
|
-
background-size: contain;
|
|
58
|
-
background-repeat: no-repeat;
|
|
59
|
-
}
|
|
60
|
-
.pay-success-container .pay-gift-box .gift-summary .gift-detail .title {
|
|
61
|
-
font-size: 3.2vmin;
|
|
62
|
-
font-weight: 500;
|
|
63
|
-
}
|
|
64
|
-
.pay-success-container .pay-gift-box .gift-summary .gift-detail .desc {
|
|
65
|
-
font-size: 2.67vmin;
|
|
66
|
-
opacity: 0.8;
|
|
67
|
-
}
|
|
68
|
-
.pay-success-container .pay-gift-box .gift-summary .btn-view {
|
|
69
|
-
background: #ff8205;
|
|
70
|
-
border-radius: 5.33vmin;
|
|
71
|
-
width: 17.07vmin;
|
|
72
|
-
height: 6.4vmin;
|
|
73
|
-
line-height: 6.4vmin;
|
|
74
|
-
font-size: 3.2vmin;
|
|
75
|
-
text-align: center;
|
|
76
|
-
}
|
|
77
|
-
.pay-success-container .pay-gift-box .pay-gift-box-content {
|
|
78
|
-
margin-top: 1.07vmin;
|
|
79
|
-
}
|
|
80
|
-
.pay-success-container .pay-gift-box .pay-gift-box-content .coupon-item {
|
|
81
|
-
margin-top: 3.2vmin;
|
|
82
|
-
}
|
|
83
|
-
.pay-success-container .pay-gift-box .pay-gift-box-content .code-item {
|
|
84
|
-
display: flex;
|
|
85
|
-
justify-content: space-between;
|
|
86
|
-
align-items: center;
|
|
87
|
-
margin: 3.2vmin auto;
|
|
88
|
-
background: #fff6f0;
|
|
89
|
-
border: 0.27vmin solid #ffc299;
|
|
90
|
-
border-radius: 2.13vmin;
|
|
91
|
-
width: 91.47vmin;
|
|
92
|
-
height: 19.2vmin;
|
|
93
|
-
}
|
|
94
|
-
.pay-success-container .pay-gift-box .pay-gift-box-content .code-item-info {
|
|
95
|
-
padding: 3.47vmin 0 3.47vmin 4.27vmin;
|
|
96
|
-
}
|
|
97
|
-
.pay-success-container .pay-gift-box .pay-gift-box-content .code-item-info .tip {
|
|
98
|
-
height: 3.73vmin;
|
|
99
|
-
font-size: 2.67vmin;
|
|
100
|
-
font-weight: 400;
|
|
101
|
-
color: #b2b2b2;
|
|
102
|
-
line-height: 3.73vmin;
|
|
103
|
-
margin-top: 1.07vmin;
|
|
104
|
-
}
|
|
105
|
-
.pay-success-container .pay-gift-box .pay-gift-box-content .code-item-content {
|
|
106
|
-
width: 56.27vmin;
|
|
107
|
-
height: 7.47vmin;
|
|
108
|
-
font-size: 5.33vmin;
|
|
109
|
-
font-weight: 600;
|
|
110
|
-
color: #ff8205;
|
|
111
|
-
line-height: 7.47vmin;
|
|
112
|
-
overflow: hidden;
|
|
113
|
-
text-overflow: ellipsis;
|
|
114
|
-
white-space: nowrap;
|
|
115
|
-
}
|
|
116
|
-
.pay-success-container .pay-gift-box .pay-gift-box-content .code-btn {
|
|
117
|
-
width: 17.07vmin;
|
|
118
|
-
text-align: center;
|
|
119
|
-
height: 6.4vmin;
|
|
120
|
-
line-height: 6.4vmin;
|
|
121
|
-
background: #ff8205;
|
|
122
|
-
border-radius: 5.33vmin;
|
|
123
|
-
font-size: 2.67vmin;
|
|
124
|
-
margin-right: 4.27vmin;
|
|
125
|
-
color: #ffffff;
|
|
126
|
-
}
|
|
127
|
-
.pay-success-container .pay-gift-box .couponState {
|
|
128
|
-
position: relative;
|
|
129
|
-
float: left;
|
|
130
|
-
width: 22.67vmin;
|
|
131
|
-
height: 100%;
|
|
132
|
-
border-bottom-left-radius: 1.07vmin;
|
|
133
|
-
border-top-left-radius: 1.07vmin;
|
|
134
|
-
}
|
|
135
|
-
.pay-success-container .pay-gift-box .couponState .img {
|
|
136
|
-
width: 13.87vmin;
|
|
137
|
-
height: 17.6vmin;
|
|
138
|
-
position: absolute;
|
|
139
|
-
right: 0;
|
|
140
|
-
}
|
|
141
|
-
.pay-success-container .pay-gift-box .couponState .getCouponBtn {
|
|
142
|
-
width: 17.07vmin;
|
|
143
|
-
height: 6.4vmin;
|
|
144
|
-
background: #ff8205;
|
|
145
|
-
border-radius: 5.33vmin;
|
|
146
|
-
position: absolute;
|
|
147
|
-
right: 2vmin;
|
|
148
|
-
top: 50%;
|
|
149
|
-
margin-top: -3.73vmin;
|
|
150
|
-
border-radius: 3.73vmin;
|
|
151
|
-
box-sizing: border-box;
|
|
152
|
-
color: #fff;
|
|
153
|
-
text-align: center;
|
|
154
|
-
line-height: 6.4vmin;
|
|
155
|
-
font-size: 3.2vmin;
|
|
156
|
-
font-weight: 500;
|
|
157
|
-
}
|
|
1
|
+
.pay-success-container .pay-gift-box {
|
|
2
|
+
margin-top: 7.47vmin;
|
|
3
|
+
}
|
|
4
|
+
.pay-success-container .pay-gift-box .pay-gift-box-head {
|
|
5
|
+
display: flex;
|
|
6
|
+
align-items: center;
|
|
7
|
+
justify-content: center;
|
|
8
|
+
width: 100%;
|
|
9
|
+
height: 6.67vmin;
|
|
10
|
+
line-height: 6.67vmin;
|
|
11
|
+
color: #333;
|
|
12
|
+
font-size: 4.27vmin;
|
|
13
|
+
}
|
|
14
|
+
.pay-success-container .pay-gift-box .pay-gift-box-head .left-line,
|
|
15
|
+
.pay-success-container .pay-gift-box .pay-gift-box-head .right-line {
|
|
16
|
+
display: inline-block;
|
|
17
|
+
width: 22.93vmin;
|
|
18
|
+
height: 1.87vmin;
|
|
19
|
+
margin-right: 2.13vmin;
|
|
20
|
+
background-image: url("http://wechatapppro-1252524126.file.myqcloud.com/appAKLWLitn7978/image/kf3n5jhl0l7pe0vak1er.png");
|
|
21
|
+
background-size: 100%;
|
|
22
|
+
}
|
|
23
|
+
.pay-success-container .pay-gift-box .pay-gift-box-head .right-line {
|
|
24
|
+
margin: 0 0 0 2.13vmin;
|
|
25
|
+
background-image: url("http://wechatapppro-1252524126.file.myqcloud.com/appAKLWLitn7978/image/kf3n5jhl0wck8j80j0x.png");
|
|
26
|
+
}
|
|
27
|
+
.pay-success-container .pay-gift-box .gift-summary {
|
|
28
|
+
display: flex;
|
|
29
|
+
border-radius: 2.13vmin;
|
|
30
|
+
border: 0.13vmin solid #ffc299;
|
|
31
|
+
color: #ffffff;
|
|
32
|
+
background: #ffffff;
|
|
33
|
+
font-size: 2.67vmin;
|
|
34
|
+
padding: 2.13vmin 4.27vmin 2.13vmin 2.13vmin;
|
|
35
|
+
box-sizing: border-box;
|
|
36
|
+
align-items: center;
|
|
37
|
+
justify-content: space-between;
|
|
38
|
+
margin: 3.2vmin auto;
|
|
39
|
+
width: 92vmin;
|
|
40
|
+
position: relative;
|
|
41
|
+
}
|
|
42
|
+
.pay-success-container .pay-gift-box .gift-summary .img {
|
|
43
|
+
width: 13.87vmin;
|
|
44
|
+
height: 17.6vmin;
|
|
45
|
+
position: absolute;
|
|
46
|
+
right: 0.27vmin;
|
|
47
|
+
}
|
|
48
|
+
.pay-success-container .pay-gift-box .gift-summary .gift-detail {
|
|
49
|
+
display: flex;
|
|
50
|
+
flex-direction: column;
|
|
51
|
+
justify-content: space-between;
|
|
52
|
+
width: 50.13vmin;
|
|
53
|
+
height: 14.93vmin;
|
|
54
|
+
padding: 3.2vmin 2.4vmin;
|
|
55
|
+
box-sizing: border-box;
|
|
56
|
+
background-image: url("https://commonresource-1252524126.cdn.xiaoeknow.com/image/l3jvdf0y08ww.png");
|
|
57
|
+
background-size: contain;
|
|
58
|
+
background-repeat: no-repeat;
|
|
59
|
+
}
|
|
60
|
+
.pay-success-container .pay-gift-box .gift-summary .gift-detail .title {
|
|
61
|
+
font-size: 3.2vmin;
|
|
62
|
+
font-weight: 500;
|
|
63
|
+
}
|
|
64
|
+
.pay-success-container .pay-gift-box .gift-summary .gift-detail .desc {
|
|
65
|
+
font-size: 2.67vmin;
|
|
66
|
+
opacity: 0.8;
|
|
67
|
+
}
|
|
68
|
+
.pay-success-container .pay-gift-box .gift-summary .btn-view {
|
|
69
|
+
background: #ff8205;
|
|
70
|
+
border-radius: 5.33vmin;
|
|
71
|
+
width: 17.07vmin;
|
|
72
|
+
height: 6.4vmin;
|
|
73
|
+
line-height: 6.4vmin;
|
|
74
|
+
font-size: 3.2vmin;
|
|
75
|
+
text-align: center;
|
|
76
|
+
}
|
|
77
|
+
.pay-success-container .pay-gift-box .pay-gift-box-content {
|
|
78
|
+
margin-top: 1.07vmin;
|
|
79
|
+
}
|
|
80
|
+
.pay-success-container .pay-gift-box .pay-gift-box-content .coupon-item {
|
|
81
|
+
margin-top: 3.2vmin;
|
|
82
|
+
}
|
|
83
|
+
.pay-success-container .pay-gift-box .pay-gift-box-content .code-item {
|
|
84
|
+
display: flex;
|
|
85
|
+
justify-content: space-between;
|
|
86
|
+
align-items: center;
|
|
87
|
+
margin: 3.2vmin auto;
|
|
88
|
+
background: #fff6f0;
|
|
89
|
+
border: 0.27vmin solid #ffc299;
|
|
90
|
+
border-radius: 2.13vmin;
|
|
91
|
+
width: 91.47vmin;
|
|
92
|
+
height: 19.2vmin;
|
|
93
|
+
}
|
|
94
|
+
.pay-success-container .pay-gift-box .pay-gift-box-content .code-item-info {
|
|
95
|
+
padding: 3.47vmin 0 3.47vmin 4.27vmin;
|
|
96
|
+
}
|
|
97
|
+
.pay-success-container .pay-gift-box .pay-gift-box-content .code-item-info .tip {
|
|
98
|
+
height: 3.73vmin;
|
|
99
|
+
font-size: 2.67vmin;
|
|
100
|
+
font-weight: 400;
|
|
101
|
+
color: #b2b2b2;
|
|
102
|
+
line-height: 3.73vmin;
|
|
103
|
+
margin-top: 1.07vmin;
|
|
104
|
+
}
|
|
105
|
+
.pay-success-container .pay-gift-box .pay-gift-box-content .code-item-content {
|
|
106
|
+
width: 56.27vmin;
|
|
107
|
+
height: 7.47vmin;
|
|
108
|
+
font-size: 5.33vmin;
|
|
109
|
+
font-weight: 600;
|
|
110
|
+
color: #ff8205;
|
|
111
|
+
line-height: 7.47vmin;
|
|
112
|
+
overflow: hidden;
|
|
113
|
+
text-overflow: ellipsis;
|
|
114
|
+
white-space: nowrap;
|
|
115
|
+
}
|
|
116
|
+
.pay-success-container .pay-gift-box .pay-gift-box-content .code-btn {
|
|
117
|
+
width: 17.07vmin;
|
|
118
|
+
text-align: center;
|
|
119
|
+
height: 6.4vmin;
|
|
120
|
+
line-height: 6.4vmin;
|
|
121
|
+
background: #ff8205;
|
|
122
|
+
border-radius: 5.33vmin;
|
|
123
|
+
font-size: 2.67vmin;
|
|
124
|
+
margin-right: 4.27vmin;
|
|
125
|
+
color: #ffffff;
|
|
126
|
+
}
|
|
127
|
+
.pay-success-container .pay-gift-box .couponState {
|
|
128
|
+
position: relative;
|
|
129
|
+
float: left;
|
|
130
|
+
width: 22.67vmin;
|
|
131
|
+
height: 100%;
|
|
132
|
+
border-bottom-left-radius: 1.07vmin;
|
|
133
|
+
border-top-left-radius: 1.07vmin;
|
|
134
|
+
}
|
|
135
|
+
.pay-success-container .pay-gift-box .couponState .img {
|
|
136
|
+
width: 13.87vmin;
|
|
137
|
+
height: 17.6vmin;
|
|
138
|
+
position: absolute;
|
|
139
|
+
right: 0;
|
|
140
|
+
}
|
|
141
|
+
.pay-success-container .pay-gift-box .couponState .getCouponBtn {
|
|
142
|
+
width: 17.07vmin;
|
|
143
|
+
height: 6.4vmin;
|
|
144
|
+
background: #ff8205;
|
|
145
|
+
border-radius: 5.33vmin;
|
|
146
|
+
position: absolute;
|
|
147
|
+
right: 2vmin;
|
|
148
|
+
top: 50%;
|
|
149
|
+
margin-top: -3.73vmin;
|
|
150
|
+
border-radius: 3.73vmin;
|
|
151
|
+
box-sizing: border-box;
|
|
152
|
+
color: #fff;
|
|
153
|
+
text-align: center;
|
|
154
|
+
line-height: 6.4vmin;
|
|
155
|
+
font-size: 3.2vmin;
|
|
156
|
+
font-weight: 500;
|
|
157
|
+
}
|