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,130 +1,130 @@
|
|
|
1
|
-
.taskIcon {
|
|
2
|
-
z-index: 9;
|
|
3
|
-
box-sizing: border-box;
|
|
4
|
-
width: 9.6vmin;
|
|
5
|
-
height: 9.6vmin;
|
|
6
|
-
text-align: center;
|
|
7
|
-
padding: 0;
|
|
8
|
-
position: relative;
|
|
9
|
-
display: flex;
|
|
10
|
-
flex-direction: column;
|
|
11
|
-
align-items: center;
|
|
12
|
-
font-size: 2.13333vmin;
|
|
13
|
-
height: 100%;
|
|
14
|
-
border-radius: 2.13333vmin;
|
|
15
|
-
margin: 0 4.26667vmin 3.2vmin 0;
|
|
16
|
-
pointer-events: auto;
|
|
17
|
-
}
|
|
18
|
-
.taskIcon .task-icon {
|
|
19
|
-
flex-shrink: 0;
|
|
20
|
-
display: block;
|
|
21
|
-
width: 8.53333vmin;
|
|
22
|
-
height: 8.53333vmin;
|
|
23
|
-
background-image: url("https://commonresource-1252524126.cdn.xiaoeknow.com/image/lopok62p0l77.png");
|
|
24
|
-
background-size: 100% 100%;
|
|
25
|
-
}
|
|
26
|
-
.taskIcon .task-text {
|
|
27
|
-
width: 8.53333vmin;
|
|
28
|
-
height: 3.2vmin;
|
|
29
|
-
line-height: 3.2vmin;
|
|
30
|
-
border-radius: 1.6vmin;
|
|
31
|
-
font-size: 2.13333vmin;
|
|
32
|
-
background: rgba(0, 0, 0, 0.4);
|
|
33
|
-
color: #fff;
|
|
34
|
-
}
|
|
35
|
-
.taskIcon.verticalStyle {
|
|
36
|
-
margin: 0;
|
|
37
|
-
background: rgba(0, 0, 0, 0.2);
|
|
38
|
-
}
|
|
39
|
-
.taskIcon.verticalStyle .task-text {
|
|
40
|
-
position: absolute;
|
|
41
|
-
bottom: -0.26667vmin;
|
|
42
|
-
}
|
|
43
|
-
@media screen and (min-width: 768px) and (orientation: portrait) {
|
|
44
|
-
.taskIcon {
|
|
45
|
-
z-index: 9;
|
|
46
|
-
box-sizing: border-box;
|
|
47
|
-
width: 4.6875vmin;
|
|
48
|
-
height: 4.6875vmin;
|
|
49
|
-
text-align: center;
|
|
50
|
-
padding: 0;
|
|
51
|
-
position: relative;
|
|
52
|
-
display: flex;
|
|
53
|
-
flex-direction: column;
|
|
54
|
-
align-items: center;
|
|
55
|
-
font-size: 1.04167vmin;
|
|
56
|
-
height: 100%;
|
|
57
|
-
border-radius: 1.04167vmin;
|
|
58
|
-
margin: 0 2.08333vmin 1.5625vmin 0;
|
|
59
|
-
pointer-events: auto;
|
|
60
|
-
}
|
|
61
|
-
.taskIcon .task-icon {
|
|
62
|
-
flex-shrink: 0;
|
|
63
|
-
display: block;
|
|
64
|
-
width: 4.16667vmin;
|
|
65
|
-
height: 4.16667vmin;
|
|
66
|
-
background-image: url("https://commonresource-1252524126.cdn.xiaoeknow.com/image/lopok62p0l77.png");
|
|
67
|
-
background-size: 100% 100%;
|
|
68
|
-
}
|
|
69
|
-
.taskIcon .task-text {
|
|
70
|
-
width: 4.16667vmin;
|
|
71
|
-
height: 1.5625vmin;
|
|
72
|
-
line-height: 1.5625vmin;
|
|
73
|
-
border-radius: 0.78125vmin;
|
|
74
|
-
font-size: 1.04167vmin;
|
|
75
|
-
background: rgba(0, 0, 0, 0.4);
|
|
76
|
-
color: #fff;
|
|
77
|
-
}
|
|
78
|
-
.taskIcon.verticalStyle {
|
|
79
|
-
margin: 0;
|
|
80
|
-
background: rgba(0, 0, 0, 0.2);
|
|
81
|
-
}
|
|
82
|
-
.taskIcon.verticalStyle .task-text {
|
|
83
|
-
position: absolute;
|
|
84
|
-
bottom: -0.13021vmin;
|
|
85
|
-
}
|
|
86
|
-
}
|
|
87
|
-
@media screen and (min-height: 768px) and (orientation: landscape) {
|
|
88
|
-
.taskIcon {
|
|
89
|
-
z-index: 9;
|
|
90
|
-
box-sizing: border-box;
|
|
91
|
-
width: 4.6875vmin;
|
|
92
|
-
height: 4.6875vmin;
|
|
93
|
-
text-align: center;
|
|
94
|
-
padding: 0;
|
|
95
|
-
position: relative;
|
|
96
|
-
display: flex;
|
|
97
|
-
flex-direction: column;
|
|
98
|
-
align-items: center;
|
|
99
|
-
font-size: 1.04167vmin;
|
|
100
|
-
height: 100%;
|
|
101
|
-
border-radius: 1.04167vmin;
|
|
102
|
-
margin: 0 2.08333vmin 1.5625vmin 0;
|
|
103
|
-
pointer-events: auto;
|
|
104
|
-
}
|
|
105
|
-
.taskIcon .task-icon {
|
|
106
|
-
flex-shrink: 0;
|
|
107
|
-
display: block;
|
|
108
|
-
width: 4.16667vmin;
|
|
109
|
-
height: 4.16667vmin;
|
|
110
|
-
background-image: url("https://commonresource-1252524126.cdn.xiaoeknow.com/image/lopok62p0l77.png");
|
|
111
|
-
background-size: 100% 100%;
|
|
112
|
-
}
|
|
113
|
-
.taskIcon .task-text {
|
|
114
|
-
width: 4.16667vmin;
|
|
115
|
-
height: 1.5625vmin;
|
|
116
|
-
line-height: 1.5625vmin;
|
|
117
|
-
border-radius: 0.78125vmin;
|
|
118
|
-
font-size: 1.04167vmin;
|
|
119
|
-
background: rgba(0, 0, 0, 0.4);
|
|
120
|
-
color: #fff;
|
|
121
|
-
}
|
|
122
|
-
.taskIcon.verticalStyle {
|
|
123
|
-
margin: 0;
|
|
124
|
-
background: rgba(0, 0, 0, 0.2);
|
|
125
|
-
}
|
|
126
|
-
.taskIcon.verticalStyle .task-text {
|
|
127
|
-
position: absolute;
|
|
128
|
-
bottom: -0.13021vmin;
|
|
129
|
-
}
|
|
130
|
-
}
|
|
1
|
+
.taskIcon {
|
|
2
|
+
z-index: 9;
|
|
3
|
+
box-sizing: border-box;
|
|
4
|
+
width: 9.6vmin;
|
|
5
|
+
height: 9.6vmin;
|
|
6
|
+
text-align: center;
|
|
7
|
+
padding: 0;
|
|
8
|
+
position: relative;
|
|
9
|
+
display: flex;
|
|
10
|
+
flex-direction: column;
|
|
11
|
+
align-items: center;
|
|
12
|
+
font-size: 2.13333vmin;
|
|
13
|
+
height: 100%;
|
|
14
|
+
border-radius: 2.13333vmin;
|
|
15
|
+
margin: 0 4.26667vmin 3.2vmin 0;
|
|
16
|
+
pointer-events: auto;
|
|
17
|
+
}
|
|
18
|
+
.taskIcon .task-icon {
|
|
19
|
+
flex-shrink: 0;
|
|
20
|
+
display: block;
|
|
21
|
+
width: 8.53333vmin;
|
|
22
|
+
height: 8.53333vmin;
|
|
23
|
+
background-image: url("https://commonresource-1252524126.cdn.xiaoeknow.com/image/lopok62p0l77.png");
|
|
24
|
+
background-size: 100% 100%;
|
|
25
|
+
}
|
|
26
|
+
.taskIcon .task-text {
|
|
27
|
+
width: 8.53333vmin;
|
|
28
|
+
height: 3.2vmin;
|
|
29
|
+
line-height: 3.2vmin;
|
|
30
|
+
border-radius: 1.6vmin;
|
|
31
|
+
font-size: 2.13333vmin;
|
|
32
|
+
background: rgba(0, 0, 0, 0.4);
|
|
33
|
+
color: #fff;
|
|
34
|
+
}
|
|
35
|
+
.taskIcon.verticalStyle {
|
|
36
|
+
margin: 0;
|
|
37
|
+
background: rgba(0, 0, 0, 0.2);
|
|
38
|
+
}
|
|
39
|
+
.taskIcon.verticalStyle .task-text {
|
|
40
|
+
position: absolute;
|
|
41
|
+
bottom: -0.26667vmin;
|
|
42
|
+
}
|
|
43
|
+
@media screen and (min-width: 768px) and (orientation: portrait) {
|
|
44
|
+
.taskIcon {
|
|
45
|
+
z-index: 9;
|
|
46
|
+
box-sizing: border-box;
|
|
47
|
+
width: 4.6875vmin;
|
|
48
|
+
height: 4.6875vmin;
|
|
49
|
+
text-align: center;
|
|
50
|
+
padding: 0;
|
|
51
|
+
position: relative;
|
|
52
|
+
display: flex;
|
|
53
|
+
flex-direction: column;
|
|
54
|
+
align-items: center;
|
|
55
|
+
font-size: 1.04167vmin;
|
|
56
|
+
height: 100%;
|
|
57
|
+
border-radius: 1.04167vmin;
|
|
58
|
+
margin: 0 2.08333vmin 1.5625vmin 0;
|
|
59
|
+
pointer-events: auto;
|
|
60
|
+
}
|
|
61
|
+
.taskIcon .task-icon {
|
|
62
|
+
flex-shrink: 0;
|
|
63
|
+
display: block;
|
|
64
|
+
width: 4.16667vmin;
|
|
65
|
+
height: 4.16667vmin;
|
|
66
|
+
background-image: url("https://commonresource-1252524126.cdn.xiaoeknow.com/image/lopok62p0l77.png");
|
|
67
|
+
background-size: 100% 100%;
|
|
68
|
+
}
|
|
69
|
+
.taskIcon .task-text {
|
|
70
|
+
width: 4.16667vmin;
|
|
71
|
+
height: 1.5625vmin;
|
|
72
|
+
line-height: 1.5625vmin;
|
|
73
|
+
border-radius: 0.78125vmin;
|
|
74
|
+
font-size: 1.04167vmin;
|
|
75
|
+
background: rgba(0, 0, 0, 0.4);
|
|
76
|
+
color: #fff;
|
|
77
|
+
}
|
|
78
|
+
.taskIcon.verticalStyle {
|
|
79
|
+
margin: 0;
|
|
80
|
+
background: rgba(0, 0, 0, 0.2);
|
|
81
|
+
}
|
|
82
|
+
.taskIcon.verticalStyle .task-text {
|
|
83
|
+
position: absolute;
|
|
84
|
+
bottom: -0.13021vmin;
|
|
85
|
+
}
|
|
86
|
+
}
|
|
87
|
+
@media screen and (min-height: 768px) and (orientation: landscape) {
|
|
88
|
+
.taskIcon {
|
|
89
|
+
z-index: 9;
|
|
90
|
+
box-sizing: border-box;
|
|
91
|
+
width: 4.6875vmin;
|
|
92
|
+
height: 4.6875vmin;
|
|
93
|
+
text-align: center;
|
|
94
|
+
padding: 0;
|
|
95
|
+
position: relative;
|
|
96
|
+
display: flex;
|
|
97
|
+
flex-direction: column;
|
|
98
|
+
align-items: center;
|
|
99
|
+
font-size: 1.04167vmin;
|
|
100
|
+
height: 100%;
|
|
101
|
+
border-radius: 1.04167vmin;
|
|
102
|
+
margin: 0 2.08333vmin 1.5625vmin 0;
|
|
103
|
+
pointer-events: auto;
|
|
104
|
+
}
|
|
105
|
+
.taskIcon .task-icon {
|
|
106
|
+
flex-shrink: 0;
|
|
107
|
+
display: block;
|
|
108
|
+
width: 4.16667vmin;
|
|
109
|
+
height: 4.16667vmin;
|
|
110
|
+
background-image: url("https://commonresource-1252524126.cdn.xiaoeknow.com/image/lopok62p0l77.png");
|
|
111
|
+
background-size: 100% 100%;
|
|
112
|
+
}
|
|
113
|
+
.taskIcon .task-text {
|
|
114
|
+
width: 4.16667vmin;
|
|
115
|
+
height: 1.5625vmin;
|
|
116
|
+
line-height: 1.5625vmin;
|
|
117
|
+
border-radius: 0.78125vmin;
|
|
118
|
+
font-size: 1.04167vmin;
|
|
119
|
+
background: rgba(0, 0, 0, 0.4);
|
|
120
|
+
color: #fff;
|
|
121
|
+
}
|
|
122
|
+
.taskIcon.verticalStyle {
|
|
123
|
+
margin: 0;
|
|
124
|
+
background: rgba(0, 0, 0, 0.2);
|
|
125
|
+
}
|
|
126
|
+
.taskIcon.verticalStyle .task-text {
|
|
127
|
+
position: absolute;
|
|
128
|
+
bottom: -0.13021vmin;
|
|
129
|
+
}
|
|
130
|
+
}
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
.reward-list {
|
|
2
|
-
height: 100%;
|
|
3
|
-
}
|
|
4
|
-
@media screen and (min-width: 768px) and (orientation: portrait) {
|
|
5
|
-
.reward-list {
|
|
6
|
-
height: 100%;
|
|
7
|
-
}
|
|
8
|
-
}
|
|
9
|
-
@media screen and (min-height: 630px) and (orientation: landscape) {
|
|
10
|
-
.reward-list {
|
|
11
|
-
height: 100%;
|
|
12
|
-
}
|
|
13
|
-
}
|
|
14
|
-
@media screen and (min-height: 768px) and (orientation: landscape) {
|
|
15
|
-
.reward-list {
|
|
16
|
-
height: 100%;
|
|
17
|
-
}
|
|
18
|
-
}
|
|
1
|
+
.reward-list {
|
|
2
|
+
height: 100%;
|
|
3
|
+
}
|
|
4
|
+
@media screen and (min-width: 768px) and (orientation: portrait) {
|
|
5
|
+
.reward-list {
|
|
6
|
+
height: 100%;
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
@media screen and (min-height: 630px) and (orientation: landscape) {
|
|
10
|
+
.reward-list {
|
|
11
|
+
height: 100%;
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
@media screen and (min-height: 768px) and (orientation: landscape) {
|
|
15
|
+
.reward-list {
|
|
16
|
+
height: 100%;
|
|
17
|
+
}
|
|
18
|
+
}
|