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,45 +1,45 @@
|
|
|
1
|
-
.entity-list-wrapper {
|
|
2
|
-
flex: 1;
|
|
3
|
-
padding: 4.27vmin 0;
|
|
4
|
-
margin: 0 auto;
|
|
5
|
-
max-width: 128vmin;
|
|
6
|
-
overflow: auto;
|
|
7
|
-
background: #ffffff;
|
|
8
|
-
border-radius: 4.27vmin 4.27vmin 0vmin 0vmin;
|
|
9
|
-
}
|
|
10
|
-
.entity-list-wrapper .entity-list-close {
|
|
11
|
-
position: absolute;
|
|
12
|
-
top: 1.33vmin;
|
|
13
|
-
right: 4.27vmin;
|
|
14
|
-
width: 3.2vmin;
|
|
15
|
-
height: 3.2vmin;
|
|
16
|
-
font-size: 0;
|
|
17
|
-
}
|
|
18
|
-
.entity-list-wrapper .entity-list-close .img {
|
|
19
|
-
width: 100%;
|
|
20
|
-
height: 100%;
|
|
21
|
-
}
|
|
22
|
-
.entity-list-wrapper .entity-list-count {
|
|
23
|
-
padding: 5.33vmin 4.27vmin 4.27vmin;
|
|
24
|
-
display: flex;
|
|
25
|
-
}
|
|
26
|
-
.entity-list-wrapper .entity-list-count .entity-list-count-item {
|
|
27
|
-
padding-right: 5.33vmin;
|
|
28
|
-
}
|
|
29
|
-
.entity-list-wrapper .entity-list-tips {
|
|
30
|
-
display: flex;
|
|
31
|
-
flex-direction: column;
|
|
32
|
-
padding: 6.4vmin 0 18.67vmin;
|
|
33
|
-
line-height: 4.8vmin;
|
|
34
|
-
text-align: center;
|
|
35
|
-
font-size: 3.2vmin;
|
|
36
|
-
color: #999;
|
|
37
|
-
}
|
|
38
|
-
.entity-goods-list {
|
|
39
|
-
padding: 0 4.27vmin;
|
|
40
|
-
overflow: auto;
|
|
41
|
-
}
|
|
42
|
-
.entity-stock {
|
|
43
|
-
color: #FF781F;
|
|
44
|
-
margin-top: 2.13vmin;
|
|
45
|
-
}
|
|
1
|
+
.entity-list-wrapper {
|
|
2
|
+
flex: 1;
|
|
3
|
+
padding: 4.27vmin 0;
|
|
4
|
+
margin: 0 auto;
|
|
5
|
+
max-width: 128vmin;
|
|
6
|
+
overflow: auto;
|
|
7
|
+
background: #ffffff;
|
|
8
|
+
border-radius: 4.27vmin 4.27vmin 0vmin 0vmin;
|
|
9
|
+
}
|
|
10
|
+
.entity-list-wrapper .entity-list-close {
|
|
11
|
+
position: absolute;
|
|
12
|
+
top: 1.33vmin;
|
|
13
|
+
right: 4.27vmin;
|
|
14
|
+
width: 3.2vmin;
|
|
15
|
+
height: 3.2vmin;
|
|
16
|
+
font-size: 0;
|
|
17
|
+
}
|
|
18
|
+
.entity-list-wrapper .entity-list-close .img {
|
|
19
|
+
width: 100%;
|
|
20
|
+
height: 100%;
|
|
21
|
+
}
|
|
22
|
+
.entity-list-wrapper .entity-list-count {
|
|
23
|
+
padding: 5.33vmin 4.27vmin 4.27vmin;
|
|
24
|
+
display: flex;
|
|
25
|
+
}
|
|
26
|
+
.entity-list-wrapper .entity-list-count .entity-list-count-item {
|
|
27
|
+
padding-right: 5.33vmin;
|
|
28
|
+
}
|
|
29
|
+
.entity-list-wrapper .entity-list-tips {
|
|
30
|
+
display: flex;
|
|
31
|
+
flex-direction: column;
|
|
32
|
+
padding: 6.4vmin 0 18.67vmin;
|
|
33
|
+
line-height: 4.8vmin;
|
|
34
|
+
text-align: center;
|
|
35
|
+
font-size: 3.2vmin;
|
|
36
|
+
color: #999;
|
|
37
|
+
}
|
|
38
|
+
.entity-goods-list {
|
|
39
|
+
padding: 0 4.27vmin;
|
|
40
|
+
overflow: auto;
|
|
41
|
+
}
|
|
42
|
+
.entity-stock {
|
|
43
|
+
color: #FF781F;
|
|
44
|
+
margin-top: 2.13vmin;
|
|
45
|
+
}
|
|
@@ -1,100 +1,100 @@
|
|
|
1
|
-
.entity-item {
|
|
2
|
-
display: flex;
|
|
3
|
-
}
|
|
4
|
-
.entity-item + .entity-item {
|
|
5
|
-
margin-top: 4.27vmin;
|
|
6
|
-
}
|
|
7
|
-
.entity-item__img-wrapper {
|
|
8
|
-
position: relative;
|
|
9
|
-
width: 32vmin;
|
|
10
|
-
min-width: 32vmin;
|
|
11
|
-
height: 24vmin;
|
|
12
|
-
border-radius: 1.07vmin;
|
|
13
|
-
overflow: hidden;
|
|
14
|
-
border: 0.27vmin solid #eee;
|
|
15
|
-
}
|
|
16
|
-
.entity-item__img-inner {
|
|
17
|
-
position: relative;
|
|
18
|
-
width: 100%;
|
|
19
|
-
height: 100%;
|
|
20
|
-
}
|
|
21
|
-
.entity-item__img-inner .goods-img {
|
|
22
|
-
width: 100% !important;
|
|
23
|
-
height: 100% !important;
|
|
24
|
-
border-radius: 1.07vmin;
|
|
25
|
-
}
|
|
26
|
-
.entity-item__img-inner.entity-goods {
|
|
27
|
-
margin: 0 auto;
|
|
28
|
-
width: 24vmin;
|
|
29
|
-
}
|
|
30
|
-
.entity-item__unavailable {
|
|
31
|
-
position: absolute;
|
|
32
|
-
top: 0;
|
|
33
|
-
right: 0;
|
|
34
|
-
bottom: 0;
|
|
35
|
-
left: 0;
|
|
36
|
-
z-index: 2;
|
|
37
|
-
display: flex;
|
|
38
|
-
justify-content: center;
|
|
39
|
-
align-items: center;
|
|
40
|
-
border-radius: 1.07vmin;
|
|
41
|
-
background: rgba(0, 0, 0, 0.5);
|
|
42
|
-
}
|
|
43
|
-
.entity-item__unavailable .unavailable-img {
|
|
44
|
-
width: 17.07vmin;
|
|
45
|
-
height: 15.47vmin;
|
|
46
|
-
}
|
|
47
|
-
.entity-item__tag {
|
|
48
|
-
position: absolute;
|
|
49
|
-
right: 1.07vmin;
|
|
50
|
-
bottom: 1.07vmin;
|
|
51
|
-
padding: 0.27vmin 0.8vmin;
|
|
52
|
-
line-height: 3.2vmin;
|
|
53
|
-
font-size: 3.2vmin;
|
|
54
|
-
border-radius: 0.53vmin;
|
|
55
|
-
background: rgba(0, 0, 0, 0.5);
|
|
56
|
-
color: white;
|
|
57
|
-
}
|
|
58
|
-
.entity-item__content {
|
|
59
|
-
position: relative;
|
|
60
|
-
flex: 1;
|
|
61
|
-
margin-left: 3.2vmin;
|
|
62
|
-
overflow: hidden;
|
|
63
|
-
}
|
|
64
|
-
.entity-item__title {
|
|
65
|
-
display: -webkit-box;
|
|
66
|
-
margin: 0.53vmin 0 1.07vmin;
|
|
67
|
-
line-height: 5.33vmin;
|
|
68
|
-
font-weight: 500;
|
|
69
|
-
color: #333;
|
|
70
|
-
overflow: hidden;
|
|
71
|
-
text-overflow: ellipsis;
|
|
72
|
-
-webkit-line-clamp: 2;
|
|
73
|
-
-webkit-box-orient: vertical;
|
|
74
|
-
word-break: break-all;
|
|
75
|
-
}
|
|
76
|
-
.entity-item__des {
|
|
77
|
-
overflow: hidden;
|
|
78
|
-
text-overflow: ellipsis;
|
|
79
|
-
white-space: nowrap;
|
|
80
|
-
width: 95%;
|
|
81
|
-
line-height: 4.53vmin;
|
|
82
|
-
color: #999999;
|
|
83
|
-
font-size: 3.2vmin;
|
|
84
|
-
}
|
|
85
|
-
.entity-item__amount {
|
|
86
|
-
position: absolute;
|
|
87
|
-
bottom: 0.53vmin;
|
|
88
|
-
display: flex;
|
|
89
|
-
width: 100%;
|
|
90
|
-
justify-content: space-between;
|
|
91
|
-
color: #999999;
|
|
92
|
-
}
|
|
93
|
-
.entity-item__price {
|
|
94
|
-
font-size: 3.2vmin;
|
|
95
|
-
display: flex;
|
|
96
|
-
}
|
|
97
|
-
.unavailable-view {
|
|
98
|
-
width: 100%;
|
|
99
|
-
height: 100%;
|
|
100
|
-
}
|
|
1
|
+
.entity-item {
|
|
2
|
+
display: flex;
|
|
3
|
+
}
|
|
4
|
+
.entity-item + .entity-item {
|
|
5
|
+
margin-top: 4.27vmin;
|
|
6
|
+
}
|
|
7
|
+
.entity-item__img-wrapper {
|
|
8
|
+
position: relative;
|
|
9
|
+
width: 32vmin;
|
|
10
|
+
min-width: 32vmin;
|
|
11
|
+
height: 24vmin;
|
|
12
|
+
border-radius: 1.07vmin;
|
|
13
|
+
overflow: hidden;
|
|
14
|
+
border: 0.27vmin solid #eee;
|
|
15
|
+
}
|
|
16
|
+
.entity-item__img-inner {
|
|
17
|
+
position: relative;
|
|
18
|
+
width: 100%;
|
|
19
|
+
height: 100%;
|
|
20
|
+
}
|
|
21
|
+
.entity-item__img-inner .goods-img {
|
|
22
|
+
width: 100% !important;
|
|
23
|
+
height: 100% !important;
|
|
24
|
+
border-radius: 1.07vmin;
|
|
25
|
+
}
|
|
26
|
+
.entity-item__img-inner.entity-goods {
|
|
27
|
+
margin: 0 auto;
|
|
28
|
+
width: 24vmin;
|
|
29
|
+
}
|
|
30
|
+
.entity-item__unavailable {
|
|
31
|
+
position: absolute;
|
|
32
|
+
top: 0;
|
|
33
|
+
right: 0;
|
|
34
|
+
bottom: 0;
|
|
35
|
+
left: 0;
|
|
36
|
+
z-index: 2;
|
|
37
|
+
display: flex;
|
|
38
|
+
justify-content: center;
|
|
39
|
+
align-items: center;
|
|
40
|
+
border-radius: 1.07vmin;
|
|
41
|
+
background: rgba(0, 0, 0, 0.5);
|
|
42
|
+
}
|
|
43
|
+
.entity-item__unavailable .unavailable-img {
|
|
44
|
+
width: 17.07vmin;
|
|
45
|
+
height: 15.47vmin;
|
|
46
|
+
}
|
|
47
|
+
.entity-item__tag {
|
|
48
|
+
position: absolute;
|
|
49
|
+
right: 1.07vmin;
|
|
50
|
+
bottom: 1.07vmin;
|
|
51
|
+
padding: 0.27vmin 0.8vmin;
|
|
52
|
+
line-height: 3.2vmin;
|
|
53
|
+
font-size: 3.2vmin;
|
|
54
|
+
border-radius: 0.53vmin;
|
|
55
|
+
background: rgba(0, 0, 0, 0.5);
|
|
56
|
+
color: white;
|
|
57
|
+
}
|
|
58
|
+
.entity-item__content {
|
|
59
|
+
position: relative;
|
|
60
|
+
flex: 1;
|
|
61
|
+
margin-left: 3.2vmin;
|
|
62
|
+
overflow: hidden;
|
|
63
|
+
}
|
|
64
|
+
.entity-item__title {
|
|
65
|
+
display: -webkit-box;
|
|
66
|
+
margin: 0.53vmin 0 1.07vmin;
|
|
67
|
+
line-height: 5.33vmin;
|
|
68
|
+
font-weight: 500;
|
|
69
|
+
color: #333;
|
|
70
|
+
overflow: hidden;
|
|
71
|
+
text-overflow: ellipsis;
|
|
72
|
+
-webkit-line-clamp: 2;
|
|
73
|
+
-webkit-box-orient: vertical;
|
|
74
|
+
word-break: break-all;
|
|
75
|
+
}
|
|
76
|
+
.entity-item__des {
|
|
77
|
+
overflow: hidden;
|
|
78
|
+
text-overflow: ellipsis;
|
|
79
|
+
white-space: nowrap;
|
|
80
|
+
width: 95%;
|
|
81
|
+
line-height: 4.53vmin;
|
|
82
|
+
color: #999999;
|
|
83
|
+
font-size: 3.2vmin;
|
|
84
|
+
}
|
|
85
|
+
.entity-item__amount {
|
|
86
|
+
position: absolute;
|
|
87
|
+
bottom: 0.53vmin;
|
|
88
|
+
display: flex;
|
|
89
|
+
width: 100%;
|
|
90
|
+
justify-content: space-between;
|
|
91
|
+
color: #999999;
|
|
92
|
+
}
|
|
93
|
+
.entity-item__price {
|
|
94
|
+
font-size: 3.2vmin;
|
|
95
|
+
display: flex;
|
|
96
|
+
}
|
|
97
|
+
.unavailable-view {
|
|
98
|
+
width: 100%;
|
|
99
|
+
height: 100%;
|
|
100
|
+
}
|
|
@@ -1,55 +1,55 @@
|
|
|
1
|
-
.fontStyle {
|
|
2
|
-
font-size: 3.73vmin;
|
|
3
|
-
}
|
|
4
|
-
.header-cont {
|
|
5
|
-
height: 100%;
|
|
6
|
-
display: flex;
|
|
7
|
-
align-items: center;
|
|
8
|
-
justify-content: center;
|
|
9
|
-
position: relative;
|
|
10
|
-
}
|
|
11
|
-
.header-cont .header-title {
|
|
12
|
-
color: #333333;
|
|
13
|
-
font-size: 4.27vmin;
|
|
14
|
-
font-weight: 600;
|
|
15
|
-
}
|
|
16
|
-
.header-cont .img {
|
|
17
|
-
width: 4.27vmin;
|
|
18
|
-
height: 4.27vmin;
|
|
19
|
-
position: absolute;
|
|
20
|
-
right: 4.27vmin;
|
|
21
|
-
top: 4.27vmin;
|
|
22
|
-
}
|
|
23
|
-
.header-cont .img-left {
|
|
24
|
-
width: 4.27vmin;
|
|
25
|
-
height: 4.27vmin;
|
|
26
|
-
position: absolute;
|
|
27
|
-
top: 4.27vmin;
|
|
28
|
-
left: 4.27vmin;
|
|
29
|
-
}
|
|
30
|
-
.entity-gift-select {
|
|
31
|
-
display: flex;
|
|
32
|
-
justify-content: space-between;
|
|
33
|
-
align-items: center;
|
|
34
|
-
padding: 0 4.27vmin;
|
|
35
|
-
padding-bottom: 4.8vmin;
|
|
36
|
-
background: #fff;
|
|
37
|
-
}
|
|
38
|
-
.entity-gift-desc {
|
|
39
|
-
display: inline-flex;
|
|
40
|
-
align-items: center;
|
|
41
|
-
line-height: 5.33vmin;
|
|
42
|
-
}
|
|
43
|
-
.icon-zhixiang {
|
|
44
|
-
width: 4.27vmin;
|
|
45
|
-
height: 4.27vmin;
|
|
46
|
-
}
|
|
47
|
-
.icon-taocan {
|
|
48
|
-
margin-right: 3.2vmin;
|
|
49
|
-
color: #ff882d;
|
|
50
|
-
width: 9.87vmin;
|
|
51
|
-
height: 4.53vmin;
|
|
52
|
-
}
|
|
53
|
-
.sell-out {
|
|
54
|
-
color: #999999;
|
|
55
|
-
}
|
|
1
|
+
.fontStyle {
|
|
2
|
+
font-size: 3.73vmin;
|
|
3
|
+
}
|
|
4
|
+
.header-cont {
|
|
5
|
+
height: 100%;
|
|
6
|
+
display: flex;
|
|
7
|
+
align-items: center;
|
|
8
|
+
justify-content: center;
|
|
9
|
+
position: relative;
|
|
10
|
+
}
|
|
11
|
+
.header-cont .header-title {
|
|
12
|
+
color: #333333;
|
|
13
|
+
font-size: 4.27vmin;
|
|
14
|
+
font-weight: 600;
|
|
15
|
+
}
|
|
16
|
+
.header-cont .img {
|
|
17
|
+
width: 4.27vmin;
|
|
18
|
+
height: 4.27vmin;
|
|
19
|
+
position: absolute;
|
|
20
|
+
right: 4.27vmin;
|
|
21
|
+
top: 4.27vmin;
|
|
22
|
+
}
|
|
23
|
+
.header-cont .img-left {
|
|
24
|
+
width: 4.27vmin;
|
|
25
|
+
height: 4.27vmin;
|
|
26
|
+
position: absolute;
|
|
27
|
+
top: 4.27vmin;
|
|
28
|
+
left: 4.27vmin;
|
|
29
|
+
}
|
|
30
|
+
.entity-gift-select {
|
|
31
|
+
display: flex;
|
|
32
|
+
justify-content: space-between;
|
|
33
|
+
align-items: center;
|
|
34
|
+
padding: 0 4.27vmin;
|
|
35
|
+
padding-bottom: 4.8vmin;
|
|
36
|
+
background: #fff;
|
|
37
|
+
}
|
|
38
|
+
.entity-gift-desc {
|
|
39
|
+
display: inline-flex;
|
|
40
|
+
align-items: center;
|
|
41
|
+
line-height: 5.33vmin;
|
|
42
|
+
}
|
|
43
|
+
.icon-zhixiang {
|
|
44
|
+
width: 4.27vmin;
|
|
45
|
+
height: 4.27vmin;
|
|
46
|
+
}
|
|
47
|
+
.icon-taocan {
|
|
48
|
+
margin-right: 3.2vmin;
|
|
49
|
+
color: #ff882d;
|
|
50
|
+
width: 9.87vmin;
|
|
51
|
+
height: 4.53vmin;
|
|
52
|
+
}
|
|
53
|
+
.sell-out {
|
|
54
|
+
color: #999999;
|
|
55
|
+
}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
.xiaoe-image__box {
|
|
2
|
-
position: relative;
|
|
3
|
-
display: block;
|
|
4
|
-
width: 100%;
|
|
5
|
-
height: 100%;
|
|
6
|
-
overflow: auto;
|
|
7
|
-
}
|
|
8
|
-
.xiaoe-image__box .xiaoe-image {
|
|
9
|
-
display: block;
|
|
10
|
-
width: 100%;
|
|
11
|
-
height: 100%;
|
|
12
|
-
vertical-align: top;
|
|
13
|
-
}
|
|
1
|
+
.xiaoe-image__box {
|
|
2
|
+
position: relative;
|
|
3
|
+
display: block;
|
|
4
|
+
width: 100%;
|
|
5
|
+
height: 100%;
|
|
6
|
+
overflow: auto;
|
|
7
|
+
}
|
|
8
|
+
.xiaoe-image__box .xiaoe-image {
|
|
9
|
+
display: block;
|
|
10
|
+
width: 100%;
|
|
11
|
+
height: 100%;
|
|
12
|
+
vertical-align: top;
|
|
13
|
+
}
|
|
@@ -1,26 +1,26 @@
|
|
|
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
|
-
}
|
|
13
|
-
.header-content .header-back {
|
|
14
|
-
padding-left: 4.27vmin;
|
|
15
|
-
}
|
|
16
|
-
.header-content .header-back .img {
|
|
17
|
-
width: 4.27vmin;
|
|
18
|
-
height: 4.27vmin;
|
|
19
|
-
}
|
|
20
|
-
.header-content .header-close {
|
|
21
|
-
padding-right: 4.27vmin;
|
|
22
|
-
}
|
|
23
|
-
.header-content .header-close .img {
|
|
24
|
-
width: 4.27vmin;
|
|
25
|
-
height: 4.27vmin;
|
|
26
|
-
}
|
|
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
|
+
}
|
|
13
|
+
.header-content .header-back {
|
|
14
|
+
padding-left: 4.27vmin;
|
|
15
|
+
}
|
|
16
|
+
.header-content .header-back .img {
|
|
17
|
+
width: 4.27vmin;
|
|
18
|
+
height: 4.27vmin;
|
|
19
|
+
}
|
|
20
|
+
.header-content .header-close {
|
|
21
|
+
padding-right: 4.27vmin;
|
|
22
|
+
}
|
|
23
|
+
.header-content .header-close .img {
|
|
24
|
+
width: 4.27vmin;
|
|
25
|
+
height: 4.27vmin;
|
|
26
|
+
}
|
|
@@ -1,85 +1,85 @@
|
|
|
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
|
-
.text-container {
|
|
18
|
-
box-sizing: border-box;
|
|
19
|
-
}
|
|
20
|
-
.text-container .invoice-tip-title {
|
|
21
|
-
text-align: center;
|
|
22
|
-
font-weight: 500;
|
|
23
|
-
font-size: 4.27vmin;
|
|
24
|
-
top: 3.2vmin;
|
|
25
|
-
position: sticky;
|
|
26
|
-
}
|
|
27
|
-
.text-container .text-main {
|
|
28
|
-
margin-top: 4.8vmin;
|
|
29
|
-
margin-bottom: 4.8vmin;
|
|
30
|
-
height: 78.94vmin;
|
|
31
|
-
overflow-y: scroll;
|
|
32
|
-
}
|
|
33
|
-
.text-container .invoice-tip-button {
|
|
34
|
-
position: fixed;
|
|
35
|
-
bottom: 0;
|
|
36
|
-
left: 0;
|
|
37
|
-
width: 100%;
|
|
38
|
-
padding: 2.13vmin 4.27vmin;
|
|
39
|
-
}
|
|
40
|
-
.text-container .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(180.25deg, #fe6500 0%, #ff4102 100%);
|
|
51
|
-
}
|
|
52
|
-
.text-container .tips-title {
|
|
53
|
-
font-size: 4.8vmin;
|
|
54
|
-
color: #333;
|
|
55
|
-
font-weight: 500;
|
|
56
|
-
width: 100%;
|
|
57
|
-
text-align: center;
|
|
58
|
-
}
|
|
59
|
-
.text-container .tips-content {
|
|
60
|
-
display: flex;
|
|
61
|
-
flex-direction: column;
|
|
62
|
-
align-items: flex-start;
|
|
63
|
-
text-align: left;
|
|
64
|
-
padding: 0 4.27vmin;
|
|
65
|
-
}
|
|
66
|
-
.text-container .tips-content .content-title {
|
|
67
|
-
margin-top: 6.4vmin;
|
|
68
|
-
font-size: 3.73vmin;
|
|
69
|
-
color: #333;
|
|
70
|
-
font-weight: 500;
|
|
71
|
-
}
|
|
72
|
-
.text-container .tips-content .content-text {
|
|
73
|
-
margin-top: 1.07vmin;
|
|
74
|
-
font-size: 3.73vmin;
|
|
75
|
-
color: #333;
|
|
76
|
-
}
|
|
77
|
-
.tips-btn {
|
|
78
|
-
border-top: 0.27vmin solid #eee;
|
|
79
|
-
padding: 3.47vmin 0;
|
|
80
|
-
width: 100%;
|
|
81
|
-
text-align: center;
|
|
82
|
-
font-size: 4.27vmin;
|
|
83
|
-
color: #105cfb;
|
|
84
|
-
font-weight: 500;
|
|
85
|
-
}
|
|
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
|
+
.text-container {
|
|
18
|
+
box-sizing: border-box;
|
|
19
|
+
}
|
|
20
|
+
.text-container .invoice-tip-title {
|
|
21
|
+
text-align: center;
|
|
22
|
+
font-weight: 500;
|
|
23
|
+
font-size: 4.27vmin;
|
|
24
|
+
top: 3.2vmin;
|
|
25
|
+
position: sticky;
|
|
26
|
+
}
|
|
27
|
+
.text-container .text-main {
|
|
28
|
+
margin-top: 4.8vmin;
|
|
29
|
+
margin-bottom: 4.8vmin;
|
|
30
|
+
height: 78.94vmin;
|
|
31
|
+
overflow-y: scroll;
|
|
32
|
+
}
|
|
33
|
+
.text-container .invoice-tip-button {
|
|
34
|
+
position: fixed;
|
|
35
|
+
bottom: 0;
|
|
36
|
+
left: 0;
|
|
37
|
+
width: 100%;
|
|
38
|
+
padding: 2.13vmin 4.27vmin;
|
|
39
|
+
}
|
|
40
|
+
.text-container .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(180.25deg, #fe6500 0%, #ff4102 100%);
|
|
51
|
+
}
|
|
52
|
+
.text-container .tips-title {
|
|
53
|
+
font-size: 4.8vmin;
|
|
54
|
+
color: #333;
|
|
55
|
+
font-weight: 500;
|
|
56
|
+
width: 100%;
|
|
57
|
+
text-align: center;
|
|
58
|
+
}
|
|
59
|
+
.text-container .tips-content {
|
|
60
|
+
display: flex;
|
|
61
|
+
flex-direction: column;
|
|
62
|
+
align-items: flex-start;
|
|
63
|
+
text-align: left;
|
|
64
|
+
padding: 0 4.27vmin;
|
|
65
|
+
}
|
|
66
|
+
.text-container .tips-content .content-title {
|
|
67
|
+
margin-top: 6.4vmin;
|
|
68
|
+
font-size: 3.73vmin;
|
|
69
|
+
color: #333;
|
|
70
|
+
font-weight: 500;
|
|
71
|
+
}
|
|
72
|
+
.text-container .tips-content .content-text {
|
|
73
|
+
margin-top: 1.07vmin;
|
|
74
|
+
font-size: 3.73vmin;
|
|
75
|
+
color: #333;
|
|
76
|
+
}
|
|
77
|
+
.tips-btn {
|
|
78
|
+
border-top: 0.27vmin solid #eee;
|
|
79
|
+
padding: 3.47vmin 0;
|
|
80
|
+
width: 100%;
|
|
81
|
+
text-align: center;
|
|
82
|
+
font-size: 4.27vmin;
|
|
83
|
+
color: #105cfb;
|
|
84
|
+
font-weight: 500;
|
|
85
|
+
}
|