xiaoe_mp_npm 1.0.22-test01 → 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/miniprogram_dist/Task/TaskQuizPopup/index.js +7 -1
- package/miniprogram_dist/Task/TaskQuizPopup/index.scss +1 -0
- package/miniprogram_dist/Task/TaskQuizPopup/index.wxml +3 -2
- package/miniprogram_dist/Task/TaskQuizPopup/index.wxss +4 -0
- package/miniprogram_dist/Task/taskQuizRemindPopup/index.wxml +1 -1
- package/package.json +1 -1
- package/src/Task/TaskQuizPopup/components/wxParse/wxParse.wxss +283 -283
- package/src/Task/TaskQuizPopup/index.js +7 -1
- package/src/Task/TaskQuizPopup/index.scss +1 -0
- package/src/Task/TaskQuizPopup/index.wxml +3 -2
- package/src/Task/TaskQuizPopup/index.wxss +1 -1
- package/src/Task/taskQuizRemindPopup/index.wxml +1 -1
|
@@ -74,6 +74,11 @@ Component({
|
|
|
74
74
|
type: Boolean,
|
|
75
75
|
value: false,
|
|
76
76
|
},
|
|
77
|
+
// 是否全屏互动
|
|
78
|
+
isFull: {
|
|
79
|
+
type: Boolean,
|
|
80
|
+
value: false
|
|
81
|
+
}
|
|
77
82
|
},
|
|
78
83
|
|
|
79
84
|
/**
|
|
@@ -87,7 +92,7 @@ Component({
|
|
|
87
92
|
computed: {
|
|
88
93
|
customStyle({ popPosition, orientation }) {
|
|
89
94
|
const position = `position: ${orientation === 'ver' ? 'fixed' : 'absolute'}; left: 0; bottom: 0`
|
|
90
|
-
return popPosition === "bottom" ? `${position}; width: ${orientation === 'ver' ? '100%' : ''}; height: calc(100% - ${rpxToVmin(422)});` : "height: 100%;width: 100vmin;"
|
|
95
|
+
return popPosition === "bottom" ? `${position}; width: ${orientation === 'ver' ? '100%' : ''}; height: calc(100% - ${rpxToVmin(422)});` : "height: 100%;width: 100vmin;border-radius: 0;"
|
|
91
96
|
},
|
|
92
97
|
// 奖励图标
|
|
93
98
|
rewardIcon({ quiz_task_item }) {
|
|
@@ -152,6 +157,7 @@ Component({
|
|
|
152
157
|
confirmButtonText: '确认',
|
|
153
158
|
cancelButtonText: '取消',
|
|
154
159
|
confirmButtonColor: '#1472FF',
|
|
160
|
+
zIndex: 501,
|
|
155
161
|
})
|
|
156
162
|
.then(() => {
|
|
157
163
|
// 处理获取题目id和答案id
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
show="{{showPopup}}"
|
|
4
4
|
position="{{ popPosition }}"
|
|
5
5
|
custom-style="{{ customStyle }}"
|
|
6
|
-
z-index="{{
|
|
6
|
+
z-index="{{500}}"
|
|
7
7
|
custom-class="quiz-popup"
|
|
8
8
|
safe-area-inset-bottom="{{ !showAnalysis }}"
|
|
9
9
|
overlay-style="{{ 'background-color: rgba(0, 0, 0, 0.8)' }}"
|
|
@@ -14,6 +14,7 @@
|
|
|
14
14
|
<view class="content-header">
|
|
15
15
|
{{ showAnalysis ? '直播答题结果' : '直播答题' }}
|
|
16
16
|
<image
|
|
17
|
+
wx:if="{{!isFull}}"
|
|
17
18
|
class="popup-close-icon"
|
|
18
19
|
src="https://commonresource-1252524126.cdn.xiaoeknow.com/image/lz0vxpq80hw7.svg"
|
|
19
20
|
catchtap="closePop"
|
|
@@ -92,5 +93,5 @@
|
|
|
92
93
|
</view>
|
|
93
94
|
</view>
|
|
94
95
|
</van-popup>
|
|
95
|
-
<van-dialog id="van-dialog"/>
|
|
96
|
+
<van-dialog id="van-dialog" />
|
|
96
97
|
</view>
|
|
@@ -83,6 +83,7 @@
|
|
|
83
83
|
}
|
|
84
84
|
.task-quiz-popup .quiz-popup .content-footer {
|
|
85
85
|
width: 100%;
|
|
86
|
+
height: 14.93333vmin;
|
|
86
87
|
font-size: 4.26667vmin;
|
|
87
88
|
font-weight: 400;
|
|
88
89
|
color: #999;
|
|
@@ -201,6 +202,7 @@
|
|
|
201
202
|
}
|
|
202
203
|
.task-quiz-popup .quiz-popup .content-footer {
|
|
203
204
|
width: 100%;
|
|
205
|
+
height: 7.29167vmin;
|
|
204
206
|
font-size: 2.08333vmin;
|
|
205
207
|
font-weight: 400;
|
|
206
208
|
color: #999;
|
|
@@ -320,6 +322,7 @@
|
|
|
320
322
|
}
|
|
321
323
|
.task-quiz-popup .quiz-popup .content-footer {
|
|
322
324
|
width: 100%;
|
|
325
|
+
height: 8.88889vmin;
|
|
323
326
|
font-size: 2.53968vmin;
|
|
324
327
|
font-weight: 400;
|
|
325
328
|
color: #999;
|
|
@@ -439,6 +442,7 @@
|
|
|
439
442
|
}
|
|
440
443
|
.task-quiz-popup .quiz-popup .content-footer {
|
|
441
444
|
width: 100%;
|
|
445
|
+
height: 7.29167vmin;
|
|
442
446
|
font-size: 2.08333vmin;
|
|
443
447
|
font-weight: 400;
|
|
444
448
|
color: #999;
|
package/package.json
CHANGED
|
@@ -1,283 +1,283 @@
|
|
|
1
|
-
|
|
2
|
-
.wxParse{
|
|
3
|
-
color: #666;
|
|
4
|
-
line-height: 1.8;
|
|
5
|
-
overflow: hidden;
|
|
6
|
-
}
|
|
7
|
-
|
|
8
|
-
.wxParse view{
|
|
9
|
-
white-space:pre-line;
|
|
10
|
-
word-wrap:break-word;
|
|
11
|
-
box-sizing: border-box;
|
|
12
|
-
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
.wxParse view,
|
|
16
|
-
.wxParse navigator,
|
|
17
|
-
.wxParse text,
|
|
18
|
-
.wxParse image,
|
|
19
|
-
.wxParse video,
|
|
20
|
-
.wxParse input,
|
|
21
|
-
.wxParse button,
|
|
22
|
-
.wxParse checkbox,
|
|
23
|
-
.wxParse label,
|
|
24
|
-
.wxParse textarea,
|
|
25
|
-
.wxParse form,
|
|
26
|
-
.wxParse radio,
|
|
27
|
-
.wxParse navigator{
|
|
28
|
-
max-width: 100% !important;
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
view{
|
|
32
|
-
word-wrap:break-word;
|
|
33
|
-
white-space:normal;
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
/* 是否需要可选中 */
|
|
37
|
-
.wxParse .user-select view,
|
|
38
|
-
.wxParse .user-select text{
|
|
39
|
-
user-select:text;
|
|
40
|
-
-webkit-user-select:text;
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
.wxParse-inline{
|
|
44
|
-
display: inline;
|
|
45
|
-
margin: 0;
|
|
46
|
-
padding: 0;
|
|
47
|
-
}
|
|
48
|
-
/*//标题 */
|
|
49
|
-
.wxParse-div{margin: 0;padding: 0;}
|
|
50
|
-
.wxParse-h1{ font-size:2em; margin: .67em 0 }
|
|
51
|
-
.wxParse-h2{ font-size:1.5em; margin: .75em 0 }
|
|
52
|
-
.wxParse-h3{ font-size:1.17em; margin: .83em 0 }
|
|
53
|
-
.wxParse-h4{ margin: 1.12em 0}
|
|
54
|
-
.wxParse-h5 { font-size:.83em; margin: 1.5em 0 }
|
|
55
|
-
.wxParse-h6{ font-size:.75em; margin: 1.67em 0 }
|
|
56
|
-
|
|
57
|
-
.wxParse-h1 {
|
|
58
|
-
font-size: 18px;
|
|
59
|
-
font-weight: 400;
|
|
60
|
-
margin-bottom: .9em;
|
|
61
|
-
}
|
|
62
|
-
.wxParse-h2 {
|
|
63
|
-
font-size: 16px;
|
|
64
|
-
font-weight: 400;
|
|
65
|
-
margin-bottom: .34em;
|
|
66
|
-
}
|
|
67
|
-
.wxParse-h3 {
|
|
68
|
-
font-weight: 400;
|
|
69
|
-
font-size: 15px;
|
|
70
|
-
margin-bottom: .34em;
|
|
71
|
-
}
|
|
72
|
-
.wxParse-h4 {
|
|
73
|
-
font-weight: 400;
|
|
74
|
-
font-size: 14px;
|
|
75
|
-
margin-bottom: .24em;
|
|
76
|
-
}
|
|
77
|
-
.wxParse-h5 {
|
|
78
|
-
font-weight: 400;
|
|
79
|
-
font-size: 13px;
|
|
80
|
-
margin-bottom: .14em;
|
|
81
|
-
}
|
|
82
|
-
.wxParse-h6 {
|
|
83
|
-
font-weight: 400;
|
|
84
|
-
font-size: 12px;
|
|
85
|
-
margin-bottom: .04em;
|
|
86
|
-
}
|
|
87
|
-
.wxParse-section {
|
|
88
|
-
width: 100%;
|
|
89
|
-
max-width: 100% !important;
|
|
90
|
-
box-sizing: border-box;
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
.wxParse-h1, .wxParse-h2, .wxParse-h3, .wxParse-h4, .wxParse-h5, .wxParse-h6, .wxParse-b, .wxParse-strong { font-weight: bolder }
|
|
94
|
-
|
|
95
|
-
.wxParse-i,.wxParse-cite,.wxParse-em,.wxParse-var,.wxParse-address{font-style:italic}
|
|
96
|
-
.wxParse-pre,.wxParse-tt,.wxParse-code,.wxParse-kbd,.wxParse-samp{font-family:monospace}
|
|
97
|
-
.wxParse-pre{white-space:pre}
|
|
98
|
-
.wxParse-big{font-size:1.17em}
|
|
99
|
-
.wxParse-small,.wxParse-sub,.wxParse-sup{font-size:.83em}
|
|
100
|
-
.wxParse-sub{vertical-align:sub}
|
|
101
|
-
.wxParse-sup{vertical-align:super}
|
|
102
|
-
.wxParse-s,.wxParse-strike,.wxParse-del{text-decoration:line-through}
|
|
103
|
-
/*wxparse-自定义个性化的css样式*/
|
|
104
|
-
/*增加video的css样式*/
|
|
105
|
-
.wxParse-strong,wxParse-s{display: inline}
|
|
106
|
-
.wxParse-a{
|
|
107
|
-
color: blue;
|
|
108
|
-
word-break:break-all;
|
|
109
|
-
overflow:auto;
|
|
110
|
-
text-decoration: underline;
|
|
111
|
-
}
|
|
112
|
-
|
|
113
|
-
.wxParse-video{
|
|
114
|
-
text-align: center;
|
|
115
|
-
margin: 10px 0;
|
|
116
|
-
}
|
|
117
|
-
|
|
118
|
-
.wxParse-video-video, .wxParse-iframe-video{
|
|
119
|
-
width:100%;
|
|
120
|
-
margin-bottom: 10rpx;
|
|
121
|
-
}
|
|
122
|
-
|
|
123
|
-
video.xiaoe-iframe-video {
|
|
124
|
-
/* width:686rpx; */
|
|
125
|
-
height:386rpx;
|
|
126
|
-
margin-bottom: 20rpx;
|
|
127
|
-
max-width: 100%;
|
|
128
|
-
box-sizing: border-box;
|
|
129
|
-
display: block;
|
|
130
|
-
}
|
|
131
|
-
|
|
132
|
-
.xiaoe-iframe-audio {
|
|
133
|
-
margin-bottom: 20rpx;
|
|
134
|
-
max-width: 100%;
|
|
135
|
-
display: block;
|
|
136
|
-
}
|
|
137
|
-
|
|
138
|
-
.wxParse-img{
|
|
139
|
-
/*background-color: #efefef;*/
|
|
140
|
-
overflow: hidden!important;
|
|
141
|
-
/*width:40px;
|
|
142
|
-
height: 40px;*/
|
|
143
|
-
}
|
|
144
|
-
|
|
145
|
-
.hidden{
|
|
146
|
-
visibility: hidden;
|
|
147
|
-
}
|
|
148
|
-
|
|
149
|
-
.box-center{
|
|
150
|
-
margin: 0 auto;
|
|
151
|
-
}
|
|
152
|
-
|
|
153
|
-
.wxParse-blockquote {
|
|
154
|
-
margin: 0;
|
|
155
|
-
padding:10px 0 10px 5px;
|
|
156
|
-
font-family:Courier, Calibri,"宋体";
|
|
157
|
-
background:#f5f5f5;
|
|
158
|
-
border-left: 3px solid #dbdbdb;
|
|
159
|
-
}
|
|
160
|
-
|
|
161
|
-
.wxParse-code,.wxParse-wxxxcode-style{
|
|
162
|
-
display: inline;
|
|
163
|
-
background:#f5f5f5;
|
|
164
|
-
}
|
|
165
|
-
.wxParse-ul{
|
|
166
|
-
margin: 20rpx 10rpx;
|
|
167
|
-
}
|
|
168
|
-
|
|
169
|
-
.wxParse-li,.wxParse-li-inner{
|
|
170
|
-
display: flex;
|
|
171
|
-
align-items: baseline;
|
|
172
|
-
margin: 10rpx 0;
|
|
173
|
-
}
|
|
174
|
-
|
|
175
|
-
.wxParse-li .wxParse-li-init {
|
|
176
|
-
width: 90rpx;
|
|
177
|
-
height: 100%;
|
|
178
|
-
text-align: right;
|
|
179
|
-
overflow:hidden;
|
|
180
|
-
line-height:40rpx;
|
|
181
|
-
height:45rpx;
|
|
182
|
-
}
|
|
183
|
-
|
|
184
|
-
.wxParse-li-text{
|
|
185
|
-
align-items: center;
|
|
186
|
-
line-height: 20px;
|
|
187
|
-
}
|
|
188
|
-
|
|
189
|
-
.wxParse-hr {
|
|
190
|
-
display: block;
|
|
191
|
-
unicode-bidi: isolate;
|
|
192
|
-
margin-block-start: 0.5em;
|
|
193
|
-
margin-block-end: 0.5em;
|
|
194
|
-
margin-inline-start: auto;
|
|
195
|
-
margin-inline-end: auto;
|
|
196
|
-
overflow: hidden;
|
|
197
|
-
border-style: inset;
|
|
198
|
-
border-width: 1px;
|
|
199
|
-
}
|
|
200
|
-
|
|
201
|
-
.wxParse-li-circle{
|
|
202
|
-
width: 10rpx;
|
|
203
|
-
height: 10rpx;
|
|
204
|
-
background-color: #333;
|
|
205
|
-
margin: 0rpx 32rpx 4rpx;
|
|
206
|
-
border-radius: 10rpx;
|
|
207
|
-
}
|
|
208
|
-
|
|
209
|
-
.wxParse-li-square{
|
|
210
|
-
width: 10rpx;
|
|
211
|
-
height: 10rpx;
|
|
212
|
-
background-color: #333;
|
|
213
|
-
margin: 0rpx 32rpx 4rpx;
|
|
214
|
-
}
|
|
215
|
-
.wxParse-li-ring{
|
|
216
|
-
width: 10rpx;
|
|
217
|
-
height: 10rpx;
|
|
218
|
-
border: 2rpx solid #333;
|
|
219
|
-
border-radius: 50%;
|
|
220
|
-
background-color: #fff;
|
|
221
|
-
margin: 0rpx 30rpx 3rpx;
|
|
222
|
-
}
|
|
223
|
-
|
|
224
|
-
/*.wxParse-table{
|
|
225
|
-
width: 100%;
|
|
226
|
-
height: 400px;
|
|
227
|
-
}
|
|
228
|
-
.wxParse-thead,.wxParse-tfoot,.wxParse-tr{
|
|
229
|
-
display: flex;
|
|
230
|
-
flex-direction: row;
|
|
231
|
-
}
|
|
232
|
-
.wxParse-th,.wxParse-td{
|
|
233
|
-
display: flex;
|
|
234
|
-
width: 580px;
|
|
235
|
-
overflow: auto;
|
|
236
|
-
}*/
|
|
237
|
-
|
|
238
|
-
.wxParse-u {
|
|
239
|
-
text-decoration: underline;
|
|
240
|
-
}
|
|
241
|
-
.wxParse-hide{
|
|
242
|
-
display: none;
|
|
243
|
-
}
|
|
244
|
-
.WxEmojiView{
|
|
245
|
-
align-items: center;
|
|
246
|
-
}
|
|
247
|
-
.wxEmoji{
|
|
248
|
-
width: 16px;
|
|
249
|
-
height:16px;
|
|
250
|
-
}
|
|
251
|
-
.wxParse-tr{
|
|
252
|
-
display: flex;
|
|
253
|
-
border-right:1px solid #e0e0e0;
|
|
254
|
-
border-bottom:1px solid #e0e0e0;
|
|
255
|
-
}
|
|
256
|
-
.wxParse-th,
|
|
257
|
-
.wxParse-td{
|
|
258
|
-
flex:1;
|
|
259
|
-
padding:5px;
|
|
260
|
-
font-size:28rpx;
|
|
261
|
-
border-left:1px solid #e0e0e0;
|
|
262
|
-
word-wrap:break-word;
|
|
263
|
-
}
|
|
264
|
-
.wxParse-td:last{
|
|
265
|
-
border-top:1px solid #e0e0e0;
|
|
266
|
-
}
|
|
267
|
-
.wxParse-th{
|
|
268
|
-
background:#f0f0f0;
|
|
269
|
-
border-top:1px solid #e0e0e0;
|
|
270
|
-
}
|
|
271
|
-
|
|
272
|
-
.img{
|
|
273
|
-
max-width: 100%;
|
|
274
|
-
}
|
|
275
|
-
|
|
276
|
-
.wxParse-br{
|
|
277
|
-
min-height: 1em;
|
|
278
|
-
}
|
|
279
|
-
|
|
280
|
-
/* p标签没换行 故设此样式 */
|
|
281
|
-
.wxParse-p{
|
|
282
|
-
min-height: 1em;
|
|
283
|
-
}
|
|
1
|
+
|
|
2
|
+
.wxParse{
|
|
3
|
+
color: #666;
|
|
4
|
+
line-height: 1.8;
|
|
5
|
+
overflow: hidden;
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
.wxParse view{
|
|
9
|
+
white-space:pre-line;
|
|
10
|
+
word-wrap:break-word;
|
|
11
|
+
box-sizing: border-box;
|
|
12
|
+
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
.wxParse view,
|
|
16
|
+
.wxParse navigator,
|
|
17
|
+
.wxParse text,
|
|
18
|
+
.wxParse image,
|
|
19
|
+
.wxParse video,
|
|
20
|
+
.wxParse input,
|
|
21
|
+
.wxParse button,
|
|
22
|
+
.wxParse checkbox,
|
|
23
|
+
.wxParse label,
|
|
24
|
+
.wxParse textarea,
|
|
25
|
+
.wxParse form,
|
|
26
|
+
.wxParse radio,
|
|
27
|
+
.wxParse navigator{
|
|
28
|
+
max-width: 100% !important;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
view{
|
|
32
|
+
word-wrap:break-word;
|
|
33
|
+
white-space:normal;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
/* 是否需要可选中 */
|
|
37
|
+
.wxParse .user-select view,
|
|
38
|
+
.wxParse .user-select text{
|
|
39
|
+
user-select:text;
|
|
40
|
+
-webkit-user-select:text;
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
.wxParse-inline{
|
|
44
|
+
display: inline;
|
|
45
|
+
margin: 0;
|
|
46
|
+
padding: 0;
|
|
47
|
+
}
|
|
48
|
+
/*//标题 */
|
|
49
|
+
.wxParse-div{margin: 0;padding: 0;}
|
|
50
|
+
.wxParse-h1{ font-size:2em; margin: .67em 0 }
|
|
51
|
+
.wxParse-h2{ font-size:1.5em; margin: .75em 0 }
|
|
52
|
+
.wxParse-h3{ font-size:1.17em; margin: .83em 0 }
|
|
53
|
+
.wxParse-h4{ margin: 1.12em 0}
|
|
54
|
+
.wxParse-h5 { font-size:.83em; margin: 1.5em 0 }
|
|
55
|
+
.wxParse-h6{ font-size:.75em; margin: 1.67em 0 }
|
|
56
|
+
|
|
57
|
+
.wxParse-h1 {
|
|
58
|
+
font-size: 18px;
|
|
59
|
+
font-weight: 400;
|
|
60
|
+
margin-bottom: .9em;
|
|
61
|
+
}
|
|
62
|
+
.wxParse-h2 {
|
|
63
|
+
font-size: 16px;
|
|
64
|
+
font-weight: 400;
|
|
65
|
+
margin-bottom: .34em;
|
|
66
|
+
}
|
|
67
|
+
.wxParse-h3 {
|
|
68
|
+
font-weight: 400;
|
|
69
|
+
font-size: 15px;
|
|
70
|
+
margin-bottom: .34em;
|
|
71
|
+
}
|
|
72
|
+
.wxParse-h4 {
|
|
73
|
+
font-weight: 400;
|
|
74
|
+
font-size: 14px;
|
|
75
|
+
margin-bottom: .24em;
|
|
76
|
+
}
|
|
77
|
+
.wxParse-h5 {
|
|
78
|
+
font-weight: 400;
|
|
79
|
+
font-size: 13px;
|
|
80
|
+
margin-bottom: .14em;
|
|
81
|
+
}
|
|
82
|
+
.wxParse-h6 {
|
|
83
|
+
font-weight: 400;
|
|
84
|
+
font-size: 12px;
|
|
85
|
+
margin-bottom: .04em;
|
|
86
|
+
}
|
|
87
|
+
.wxParse-section {
|
|
88
|
+
width: 100%;
|
|
89
|
+
max-width: 100% !important;
|
|
90
|
+
box-sizing: border-box;
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
.wxParse-h1, .wxParse-h2, .wxParse-h3, .wxParse-h4, .wxParse-h5, .wxParse-h6, .wxParse-b, .wxParse-strong { font-weight: bolder }
|
|
94
|
+
|
|
95
|
+
.wxParse-i,.wxParse-cite,.wxParse-em,.wxParse-var,.wxParse-address{font-style:italic}
|
|
96
|
+
.wxParse-pre,.wxParse-tt,.wxParse-code,.wxParse-kbd,.wxParse-samp{font-family:monospace}
|
|
97
|
+
.wxParse-pre{white-space:pre}
|
|
98
|
+
.wxParse-big{font-size:1.17em}
|
|
99
|
+
.wxParse-small,.wxParse-sub,.wxParse-sup{font-size:.83em}
|
|
100
|
+
.wxParse-sub{vertical-align:sub}
|
|
101
|
+
.wxParse-sup{vertical-align:super}
|
|
102
|
+
.wxParse-s,.wxParse-strike,.wxParse-del{text-decoration:line-through}
|
|
103
|
+
/*wxparse-自定义个性化的css样式*/
|
|
104
|
+
/*增加video的css样式*/
|
|
105
|
+
.wxParse-strong,wxParse-s{display: inline}
|
|
106
|
+
.wxParse-a{
|
|
107
|
+
color: blue;
|
|
108
|
+
word-break:break-all;
|
|
109
|
+
overflow:auto;
|
|
110
|
+
text-decoration: underline;
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
.wxParse-video{
|
|
114
|
+
text-align: center;
|
|
115
|
+
margin: 10px 0;
|
|
116
|
+
}
|
|
117
|
+
|
|
118
|
+
.wxParse-video-video, .wxParse-iframe-video{
|
|
119
|
+
width:100%;
|
|
120
|
+
margin-bottom: 10rpx;
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
video.xiaoe-iframe-video {
|
|
124
|
+
/* width:686rpx; */
|
|
125
|
+
height:386rpx;
|
|
126
|
+
margin-bottom: 20rpx;
|
|
127
|
+
max-width: 100%;
|
|
128
|
+
box-sizing: border-box;
|
|
129
|
+
display: block;
|
|
130
|
+
}
|
|
131
|
+
|
|
132
|
+
.xiaoe-iframe-audio {
|
|
133
|
+
margin-bottom: 20rpx;
|
|
134
|
+
max-width: 100%;
|
|
135
|
+
display: block;
|
|
136
|
+
}
|
|
137
|
+
|
|
138
|
+
.wxParse-img{
|
|
139
|
+
/*background-color: #efefef;*/
|
|
140
|
+
overflow: hidden!important;
|
|
141
|
+
/*width:40px;
|
|
142
|
+
height: 40px;*/
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
.hidden{
|
|
146
|
+
visibility: hidden;
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
.box-center{
|
|
150
|
+
margin: 0 auto;
|
|
151
|
+
}
|
|
152
|
+
|
|
153
|
+
.wxParse-blockquote {
|
|
154
|
+
margin: 0;
|
|
155
|
+
padding:10px 0 10px 5px;
|
|
156
|
+
font-family:Courier, Calibri,"宋体";
|
|
157
|
+
background:#f5f5f5;
|
|
158
|
+
border-left: 3px solid #dbdbdb;
|
|
159
|
+
}
|
|
160
|
+
|
|
161
|
+
.wxParse-code,.wxParse-wxxxcode-style{
|
|
162
|
+
display: inline;
|
|
163
|
+
background:#f5f5f5;
|
|
164
|
+
}
|
|
165
|
+
.wxParse-ul{
|
|
166
|
+
margin: 20rpx 10rpx;
|
|
167
|
+
}
|
|
168
|
+
|
|
169
|
+
.wxParse-li,.wxParse-li-inner{
|
|
170
|
+
display: flex;
|
|
171
|
+
align-items: baseline;
|
|
172
|
+
margin: 10rpx 0;
|
|
173
|
+
}
|
|
174
|
+
|
|
175
|
+
.wxParse-li .wxParse-li-init {
|
|
176
|
+
width: 90rpx;
|
|
177
|
+
height: 100%;
|
|
178
|
+
text-align: right;
|
|
179
|
+
overflow:hidden;
|
|
180
|
+
line-height:40rpx;
|
|
181
|
+
height:45rpx;
|
|
182
|
+
}
|
|
183
|
+
|
|
184
|
+
.wxParse-li-text{
|
|
185
|
+
align-items: center;
|
|
186
|
+
line-height: 20px;
|
|
187
|
+
}
|
|
188
|
+
|
|
189
|
+
.wxParse-hr {
|
|
190
|
+
display: block;
|
|
191
|
+
unicode-bidi: isolate;
|
|
192
|
+
margin-block-start: 0.5em;
|
|
193
|
+
margin-block-end: 0.5em;
|
|
194
|
+
margin-inline-start: auto;
|
|
195
|
+
margin-inline-end: auto;
|
|
196
|
+
overflow: hidden;
|
|
197
|
+
border-style: inset;
|
|
198
|
+
border-width: 1px;
|
|
199
|
+
}
|
|
200
|
+
|
|
201
|
+
.wxParse-li-circle{
|
|
202
|
+
width: 10rpx;
|
|
203
|
+
height: 10rpx;
|
|
204
|
+
background-color: #333;
|
|
205
|
+
margin: 0rpx 32rpx 4rpx;
|
|
206
|
+
border-radius: 10rpx;
|
|
207
|
+
}
|
|
208
|
+
|
|
209
|
+
.wxParse-li-square{
|
|
210
|
+
width: 10rpx;
|
|
211
|
+
height: 10rpx;
|
|
212
|
+
background-color: #333;
|
|
213
|
+
margin: 0rpx 32rpx 4rpx;
|
|
214
|
+
}
|
|
215
|
+
.wxParse-li-ring{
|
|
216
|
+
width: 10rpx;
|
|
217
|
+
height: 10rpx;
|
|
218
|
+
border: 2rpx solid #333;
|
|
219
|
+
border-radius: 50%;
|
|
220
|
+
background-color: #fff;
|
|
221
|
+
margin: 0rpx 30rpx 3rpx;
|
|
222
|
+
}
|
|
223
|
+
|
|
224
|
+
/*.wxParse-table{
|
|
225
|
+
width: 100%;
|
|
226
|
+
height: 400px;
|
|
227
|
+
}
|
|
228
|
+
.wxParse-thead,.wxParse-tfoot,.wxParse-tr{
|
|
229
|
+
display: flex;
|
|
230
|
+
flex-direction: row;
|
|
231
|
+
}
|
|
232
|
+
.wxParse-th,.wxParse-td{
|
|
233
|
+
display: flex;
|
|
234
|
+
width: 580px;
|
|
235
|
+
overflow: auto;
|
|
236
|
+
}*/
|
|
237
|
+
|
|
238
|
+
.wxParse-u {
|
|
239
|
+
text-decoration: underline;
|
|
240
|
+
}
|
|
241
|
+
.wxParse-hide{
|
|
242
|
+
display: none;
|
|
243
|
+
}
|
|
244
|
+
.WxEmojiView{
|
|
245
|
+
align-items: center;
|
|
246
|
+
}
|
|
247
|
+
.wxEmoji{
|
|
248
|
+
width: 16px;
|
|
249
|
+
height:16px;
|
|
250
|
+
}
|
|
251
|
+
.wxParse-tr{
|
|
252
|
+
display: flex;
|
|
253
|
+
border-right:1px solid #e0e0e0;
|
|
254
|
+
border-bottom:1px solid #e0e0e0;
|
|
255
|
+
}
|
|
256
|
+
.wxParse-th,
|
|
257
|
+
.wxParse-td{
|
|
258
|
+
flex:1;
|
|
259
|
+
padding:5px;
|
|
260
|
+
font-size:28rpx;
|
|
261
|
+
border-left:1px solid #e0e0e0;
|
|
262
|
+
word-wrap:break-word;
|
|
263
|
+
}
|
|
264
|
+
.wxParse-td:last{
|
|
265
|
+
border-top:1px solid #e0e0e0;
|
|
266
|
+
}
|
|
267
|
+
.wxParse-th{
|
|
268
|
+
background:#f0f0f0;
|
|
269
|
+
border-top:1px solid #e0e0e0;
|
|
270
|
+
}
|
|
271
|
+
|
|
272
|
+
.img{
|
|
273
|
+
max-width: 100%;
|
|
274
|
+
}
|
|
275
|
+
|
|
276
|
+
.wxParse-br{
|
|
277
|
+
min-height: 1em;
|
|
278
|
+
}
|
|
279
|
+
|
|
280
|
+
/* p标签没换行 故设此样式 */
|
|
281
|
+
.wxParse-p{
|
|
282
|
+
min-height: 1em;
|
|
283
|
+
}
|
|
@@ -74,6 +74,11 @@ Component({
|
|
|
74
74
|
type: Boolean,
|
|
75
75
|
value: false,
|
|
76
76
|
},
|
|
77
|
+
// 是否全屏互动
|
|
78
|
+
isFull: {
|
|
79
|
+
type: Boolean,
|
|
80
|
+
value: false
|
|
81
|
+
}
|
|
77
82
|
},
|
|
78
83
|
|
|
79
84
|
/**
|
|
@@ -87,7 +92,7 @@ Component({
|
|
|
87
92
|
computed: {
|
|
88
93
|
customStyle({ popPosition, orientation }) {
|
|
89
94
|
const position = `position: ${orientation === 'ver' ? 'fixed' : 'absolute'}; left: 0; bottom: 0`
|
|
90
|
-
return popPosition === "bottom" ? `${position}; width: ${orientation === 'ver' ? '100%' : ''}; height: calc(100% - ${rpxToVmin(422)});` : "height: 100%;width: 100vmin;"
|
|
95
|
+
return popPosition === "bottom" ? `${position}; width: ${orientation === 'ver' ? '100%' : ''}; height: calc(100% - ${rpxToVmin(422)});` : "height: 100%;width: 100vmin;border-radius: 0;"
|
|
91
96
|
},
|
|
92
97
|
// 奖励图标
|
|
93
98
|
rewardIcon({ quiz_task_item }) {
|
|
@@ -152,6 +157,7 @@ Component({
|
|
|
152
157
|
confirmButtonText: '确认',
|
|
153
158
|
cancelButtonText: '取消',
|
|
154
159
|
confirmButtonColor: '#1472FF',
|
|
160
|
+
zIndex: 501,
|
|
155
161
|
})
|
|
156
162
|
.then(() => {
|
|
157
163
|
// 处理获取题目id和答案id
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
show="{{showPopup}}"
|
|
4
4
|
position="{{ popPosition }}"
|
|
5
5
|
custom-style="{{ customStyle }}"
|
|
6
|
-
z-index="{{
|
|
6
|
+
z-index="{{500}}"
|
|
7
7
|
custom-class="quiz-popup"
|
|
8
8
|
safe-area-inset-bottom="{{ !showAnalysis }}"
|
|
9
9
|
overlay-style="{{ 'background-color: rgba(0, 0, 0, 0.8)' }}"
|
|
@@ -14,6 +14,7 @@
|
|
|
14
14
|
<view class="content-header">
|
|
15
15
|
{{ showAnalysis ? '直播答题结果' : '直播答题' }}
|
|
16
16
|
<image
|
|
17
|
+
wx:if="{{!isFull}}"
|
|
17
18
|
class="popup-close-icon"
|
|
18
19
|
src="https://commonresource-1252524126.cdn.xiaoeknow.com/image/lz0vxpq80hw7.svg"
|
|
19
20
|
catchtap="closePop"
|
|
@@ -92,5 +93,5 @@
|
|
|
92
93
|
</view>
|
|
93
94
|
</view>
|
|
94
95
|
</van-popup>
|
|
95
|
-
<van-dialog id="van-dialog"/>
|
|
96
|
+
<van-dialog id="van-dialog" />
|
|
96
97
|
</view>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.task-quiz-popup{height:100%}.task-quiz-popup .quiz-popup{display:flex;flex-direction:column;align-items:center;background-color:#f5f5f5;border-radius:3.2vmin 3.2vmin 0 0;z-index:500}.task-quiz-popup .quiz-popup .content-header{width:100%;height:12.8vmin;font-size:4.26667vmin;font-weight:500;display:flex;justify-content:center;align-items:center;position:relative}.task-quiz-popup .quiz-popup .content-header .popup-close-icon{width:4.26667vmin;height:4.26667vmin;position:absolute;top:4.26667vmin;right:4.26667vmin}.task-quiz-popup .quiz-popup .popup-content{flex:1;box-sizing:border-box;overflow-y:overlay;padding:0 4.26667vmin;width:100%}.task-quiz-popup .quiz-popup .popup-content .reward-show-box{display:flex;padding:4.26667vmin 3.2vmin;flex-direction:column;align-items:flex-start;border-radius:2.13333vmin;background:#fff;color:#333333;font-family:"PingFang SC";font-size:3.73333vmin;font-style:normal;font-weight:400;margin-bottom:4.26667vmin;line-height:5.33333vmin}.task-quiz-popup .quiz-popup .popup-content .reward-show-box .reward-condition{font-weight:500}.task-quiz-popup .quiz-popup .popup-content .reward-show-box .reward-condition .orange-color{color:#ff5429}.task-quiz-popup .quiz-popup .popup-content .reward-show-box .reward-result{display:flex;align-items:center;margin-top:1.06667vmin}.task-quiz-popup .quiz-popup .popup-content .reward-show-box .reward-result .reward-result-show{margin-left:2.13333vmin;color:#ff5429;font-size:3.2vmin;display:inline-flex;align-items:center}.task-quiz-popup .quiz-popup .popup-content .reward-show-box .reward-result .reward-result-show .reward-img{width:3.2vmin;height:3.2vmin;padding:.53333vmin 0;vertical-align:top}.task-quiz-popup .quiz-popup .popup-content .analysis-tip{font-size:4.26667vmin;color:#333333;font-family:"PingFang SC";font-style:normal;font-weight:500;line-height:6.4vmin;margin-bottom:4.26667vmin}.task-quiz-popup .quiz-popup .content-footer{width:100%;font-size:4.26667vmin;font-weight:400;color:#999;line-height:5.33333vmin;display:flex;justify-content:center;align-items:center;padding:0 4.26667vmin;box-sizing:border-box}.task-quiz-popup .quiz-popup .content-footer view{flex:1;height:10.66667vmin;font-weight:500;line-height:10.66667vmin;font-size:3.73333vmin;text-align:center;border-radius:5.33333vmin;box-sizing:border-box}.task-quiz-popup .quiz-popup .content-footer .last-step{margin-right:4vmin}.task-quiz-popup .quiz-popup .content-footer .last-step,.task-quiz-popup .quiz-popup .content-footer .next-step{color:#1472ff;border:.26667vmin solid #1472ff}.task-quiz-popup .quiz-popup .content-footer .submit-step{color:#fff;background:#1472ff}@media screen and (min-width: 768px) and (orientation: portrait){.task-quiz-popup{height:100%}.task-quiz-popup .quiz-popup{display:flex;flex-direction:column;align-items:center;background-color:#f5f5f5;border-radius:1.5625vmin 1.5625vmin 0 0;z-index:500}.task-quiz-popup .quiz-popup .content-header{width:100%;height:6.25vmin;font-size:2.08333vmin;font-weight:500;display:flex;justify-content:center;align-items:center;position:relative}.task-quiz-popup .quiz-popup .content-header .popup-close-icon{width:2.08333vmin;height:2.08333vmin;position:absolute;top:2.08333vmin;right:2.08333vmin}.task-quiz-popup .quiz-popup .popup-content{flex:1;box-sizing:border-box;overflow-y:overlay;padding:0 2.08333vmin;width:100%}.task-quiz-popup .quiz-popup .popup-content .reward-show-box{display:flex;padding:2.08333vmin 1.5625vmin;flex-direction:column;align-items:flex-start;border-radius:1.04167vmin;background:#fff;color:#333333;font-family:"PingFang SC";font-size:1.82292vmin;font-style:normal;font-weight:400;margin-bottom:2.08333vmin;line-height:2.60417vmin}.task-quiz-popup .quiz-popup .popup-content .reward-show-box .reward-condition{font-weight:500}.task-quiz-popup .quiz-popup .popup-content .reward-show-box .reward-condition .orange-color{color:#ff5429}.task-quiz-popup .quiz-popup .popup-content .reward-show-box .reward-result{display:flex;align-items:center;margin-top:.52083vmin}.task-quiz-popup .quiz-popup .popup-content .reward-show-box .reward-result .reward-result-show{margin-left:1.04167vmin;color:#ff5429;font-size:1.5625vmin;display:inline-flex;align-items:center}.task-quiz-popup .quiz-popup .popup-content .reward-show-box .reward-result .reward-result-show .reward-img{width:1.5625vmin;height:1.5625vmin;padding:.26042vmin 0;vertical-align:top}.task-quiz-popup .quiz-popup .popup-content .analysis-tip{font-size:2.08333vmin;color:#333333;font-family:"PingFang SC";font-style:normal;font-weight:500;line-height:3.125vmin;margin-bottom:2.08333vmin}.task-quiz-popup .quiz-popup .content-footer{width:100%;font-size:2.08333vmin;font-weight:400;color:#999;line-height:2.60417vmin;display:flex;justify-content:center;align-items:center;padding:0 2.08333vmin;box-sizing:border-box}.task-quiz-popup .quiz-popup .content-footer view{flex:1;height:5.20833vmin;font-weight:500;line-height:5.20833vmin;font-size:1.82292vmin;text-align:center;border-radius:2.60417vmin;box-sizing:border-box}.task-quiz-popup .quiz-popup .content-footer .last-step{margin-right:1.95312vmin}.task-quiz-popup .quiz-popup .content-footer .last-step,.task-quiz-popup .quiz-popup .content-footer .next-step{color:#1472ff;border:.13021vmin solid #1472ff}.task-quiz-popup .quiz-popup .content-footer .submit-step{color:#fff;background:#1472ff}}@media screen and (min-height: 630px) and (orientation: landscape){.task-quiz-popup{height:100%}.task-quiz-popup .quiz-popup{display:flex;flex-direction:column;align-items:center;background-color:#f5f5f5;border-radius:1.90476vmin 1.90476vmin 0 0;z-index:500}.task-quiz-popup .quiz-popup .content-header{width:100%;height:7.61905vmin;font-size:2.53968vmin;font-weight:500;display:flex;justify-content:center;align-items:center;position:relative}.task-quiz-popup .quiz-popup .content-header .popup-close-icon{width:2.53968vmin;height:2.53968vmin;position:absolute;top:2.53968vmin;right:2.53968vmin}.task-quiz-popup .quiz-popup .popup-content{flex:1;box-sizing:border-box;overflow-y:overlay;padding:0 2.53968vmin;width:100%}.task-quiz-popup .quiz-popup .popup-content .reward-show-box{display:flex;padding:2.53968vmin 1.90476vmin;flex-direction:column;align-items:flex-start;border-radius:1.26984vmin;background:#fff;color:#333333;font-family:"PingFang SC";font-size:2.22222vmin;font-style:normal;font-weight:400;margin-bottom:2.53968vmin;line-height:3.1746vmin}.task-quiz-popup .quiz-popup .popup-content .reward-show-box .reward-condition{font-weight:500}.task-quiz-popup .quiz-popup .popup-content .reward-show-box .reward-condition .orange-color{color:#ff5429}.task-quiz-popup .quiz-popup .popup-content .reward-show-box .reward-result{display:flex;align-items:center;margin-top:.63492vmin}.task-quiz-popup .quiz-popup .popup-content .reward-show-box .reward-result .reward-result-show{margin-left:1.26984vmin;color:#ff5429;font-size:1.90476vmin;display:inline-flex;align-items:center}.task-quiz-popup .quiz-popup .popup-content .reward-show-box .reward-result .reward-result-show .reward-img{width:1.90476vmin;height:1.90476vmin;padding:.31746vmin 0;vertical-align:top}.task-quiz-popup .quiz-popup .popup-content .analysis-tip{font-size:2.53968vmin;color:#333333;font-family:"PingFang SC";font-style:normal;font-weight:500;line-height:3.80952vmin;margin-bottom:2.53968vmin}.task-quiz-popup .quiz-popup .content-footer{width:100%;font-size:2.53968vmin;font-weight:400;color:#999;line-height:3.1746vmin;display:flex;justify-content:center;align-items:center;padding:0 2.53968vmin;box-sizing:border-box}.task-quiz-popup .quiz-popup .content-footer view{flex:1;height:6.34921vmin;font-weight:500;line-height:6.34921vmin;font-size:2.22222vmin;text-align:center;border-radius:3.1746vmin;box-sizing:border-box}.task-quiz-popup .quiz-popup .content-footer .last-step{margin-right:2.38095vmin}.task-quiz-popup .quiz-popup .content-footer .last-step,.task-quiz-popup .quiz-popup .content-footer .next-step{color:#1472ff;border:.15873vmin solid #1472ff}.task-quiz-popup .quiz-popup .content-footer .submit-step{color:#fff;background:#1472ff}}@media screen and (min-height: 768px) and (orientation: landscape){.task-quiz-popup{height:100%}.task-quiz-popup .quiz-popup{display:flex;flex-direction:column;align-items:center;background-color:#f5f5f5;border-radius:1.5625vmin 1.5625vmin 0 0;z-index:500}.task-quiz-popup .quiz-popup .content-header{width:100%;height:6.25vmin;font-size:2.08333vmin;font-weight:500;display:flex;justify-content:center;align-items:center;position:relative}.task-quiz-popup .quiz-popup .content-header .popup-close-icon{width:2.08333vmin;height:2.08333vmin;position:absolute;top:2.08333vmin;right:2.08333vmin}.task-quiz-popup .quiz-popup .popup-content{flex:1;box-sizing:border-box;overflow-y:overlay;padding:0 2.08333vmin;width:100%}.task-quiz-popup .quiz-popup .popup-content .reward-show-box{display:flex;padding:2.08333vmin 1.5625vmin;flex-direction:column;align-items:flex-start;border-radius:1.04167vmin;background:#fff;color:#333333;font-family:"PingFang SC";font-size:1.82292vmin;font-style:normal;font-weight:400;margin-bottom:2.08333vmin;line-height:2.60417vmin}.task-quiz-popup .quiz-popup .popup-content .reward-show-box .reward-condition{font-weight:500}.task-quiz-popup .quiz-popup .popup-content .reward-show-box .reward-condition .orange-color{color:#ff5429}.task-quiz-popup .quiz-popup .popup-content .reward-show-box .reward-result{display:flex;align-items:center;margin-top:.52083vmin}.task-quiz-popup .quiz-popup .popup-content .reward-show-box .reward-result .reward-result-show{margin-left:1.04167vmin;color:#ff5429;font-size:1.5625vmin;display:inline-flex;align-items:center}.task-quiz-popup .quiz-popup .popup-content .reward-show-box .reward-result .reward-result-show .reward-img{width:1.5625vmin;height:1.5625vmin;padding:.26042vmin 0;vertical-align:top}.task-quiz-popup .quiz-popup .popup-content .analysis-tip{font-size:2.08333vmin;color:#333333;font-family:"PingFang SC";font-style:normal;font-weight:500;line-height:3.125vmin;margin-bottom:2.08333vmin}.task-quiz-popup .quiz-popup .content-footer{width:100%;font-size:2.08333vmin;font-weight:400;color:#999;line-height:2.60417vmin;display:flex;justify-content:center;align-items:center;padding:0 2.08333vmin;box-sizing:border-box}.task-quiz-popup .quiz-popup .content-footer view{flex:1;height:5.20833vmin;font-weight:500;line-height:5.20833vmin;font-size:1.82292vmin;text-align:center;border-radius:2.60417vmin;box-sizing:border-box}.task-quiz-popup .quiz-popup .content-footer .last-step{margin-right:1.95312vmin}.task-quiz-popup .quiz-popup .content-footer .last-step,.task-quiz-popup .quiz-popup .content-footer .next-step{color:#1472ff;border:.13021vmin solid #1472ff}.task-quiz-popup .quiz-popup .content-footer .submit-step{color:#fff;background:#1472ff}}
|
|
1
|
+
.task-quiz-popup{height:100%}.task-quiz-popup .quiz-popup{display:flex;flex-direction:column;align-items:center;background-color:#f5f5f5;border-radius:3.2vmin 3.2vmin 0 0;z-index:500}.task-quiz-popup .quiz-popup .content-header{width:100%;height:12.8vmin;font-size:4.26667vmin;font-weight:500;display:flex;justify-content:center;align-items:center;position:relative}.task-quiz-popup .quiz-popup .content-header .popup-close-icon{width:4.26667vmin;height:4.26667vmin;position:absolute;top:4.26667vmin;right:4.26667vmin}.task-quiz-popup .quiz-popup .popup-content{flex:1;box-sizing:border-box;overflow-y:overlay;padding:0 4.26667vmin;width:100%}.task-quiz-popup .quiz-popup .popup-content .reward-show-box{display:flex;padding:4.26667vmin 3.2vmin;flex-direction:column;align-items:flex-start;border-radius:2.13333vmin;background:#fff;color:#333333;font-family:"PingFang SC";font-size:3.73333vmin;font-style:normal;font-weight:400;margin-bottom:4.26667vmin;line-height:5.33333vmin}.task-quiz-popup .quiz-popup .popup-content .reward-show-box .reward-condition{font-weight:500}.task-quiz-popup .quiz-popup .popup-content .reward-show-box .reward-condition .orange-color{color:#ff5429}.task-quiz-popup .quiz-popup .popup-content .reward-show-box .reward-result{display:flex;align-items:center;margin-top:1.06667vmin}.task-quiz-popup .quiz-popup .popup-content .reward-show-box .reward-result .reward-result-show{margin-left:2.13333vmin;color:#ff5429;font-size:3.2vmin;display:inline-flex;align-items:center}.task-quiz-popup .quiz-popup .popup-content .reward-show-box .reward-result .reward-result-show .reward-img{width:3.2vmin;height:3.2vmin;padding:.53333vmin 0;vertical-align:top}.task-quiz-popup .quiz-popup .popup-content .analysis-tip{font-size:4.26667vmin;color:#333333;font-family:"PingFang SC";font-style:normal;font-weight:500;line-height:6.4vmin;margin-bottom:4.26667vmin}.task-quiz-popup .quiz-popup .content-footer{width:100%;height:14.93333vmin;font-size:4.26667vmin;font-weight:400;color:#999;line-height:5.33333vmin;display:flex;justify-content:center;align-items:center;padding:0 4.26667vmin;box-sizing:border-box}.task-quiz-popup .quiz-popup .content-footer view{flex:1;height:10.66667vmin;font-weight:500;line-height:10.66667vmin;font-size:3.73333vmin;text-align:center;border-radius:5.33333vmin;box-sizing:border-box}.task-quiz-popup .quiz-popup .content-footer .last-step{margin-right:4vmin}.task-quiz-popup .quiz-popup .content-footer .last-step,.task-quiz-popup .quiz-popup .content-footer .next-step{color:#1472ff;border:.26667vmin solid #1472ff}.task-quiz-popup .quiz-popup .content-footer .submit-step{color:#fff;background:#1472ff}@media screen and (min-width: 768px) and (orientation: portrait){.task-quiz-popup{height:100%}.task-quiz-popup .quiz-popup{display:flex;flex-direction:column;align-items:center;background-color:#f5f5f5;border-radius:1.5625vmin 1.5625vmin 0 0;z-index:500}.task-quiz-popup .quiz-popup .content-header{width:100%;height:6.25vmin;font-size:2.08333vmin;font-weight:500;display:flex;justify-content:center;align-items:center;position:relative}.task-quiz-popup .quiz-popup .content-header .popup-close-icon{width:2.08333vmin;height:2.08333vmin;position:absolute;top:2.08333vmin;right:2.08333vmin}.task-quiz-popup .quiz-popup .popup-content{flex:1;box-sizing:border-box;overflow-y:overlay;padding:0 2.08333vmin;width:100%}.task-quiz-popup .quiz-popup .popup-content .reward-show-box{display:flex;padding:2.08333vmin 1.5625vmin;flex-direction:column;align-items:flex-start;border-radius:1.04167vmin;background:#fff;color:#333333;font-family:"PingFang SC";font-size:1.82292vmin;font-style:normal;font-weight:400;margin-bottom:2.08333vmin;line-height:2.60417vmin}.task-quiz-popup .quiz-popup .popup-content .reward-show-box .reward-condition{font-weight:500}.task-quiz-popup .quiz-popup .popup-content .reward-show-box .reward-condition .orange-color{color:#ff5429}.task-quiz-popup .quiz-popup .popup-content .reward-show-box .reward-result{display:flex;align-items:center;margin-top:.52083vmin}.task-quiz-popup .quiz-popup .popup-content .reward-show-box .reward-result .reward-result-show{margin-left:1.04167vmin;color:#ff5429;font-size:1.5625vmin;display:inline-flex;align-items:center}.task-quiz-popup .quiz-popup .popup-content .reward-show-box .reward-result .reward-result-show .reward-img{width:1.5625vmin;height:1.5625vmin;padding:.26042vmin 0;vertical-align:top}.task-quiz-popup .quiz-popup .popup-content .analysis-tip{font-size:2.08333vmin;color:#333333;font-family:"PingFang SC";font-style:normal;font-weight:500;line-height:3.125vmin;margin-bottom:2.08333vmin}.task-quiz-popup .quiz-popup .content-footer{width:100%;height:7.29167vmin;font-size:2.08333vmin;font-weight:400;color:#999;line-height:2.60417vmin;display:flex;justify-content:center;align-items:center;padding:0 2.08333vmin;box-sizing:border-box}.task-quiz-popup .quiz-popup .content-footer view{flex:1;height:5.20833vmin;font-weight:500;line-height:5.20833vmin;font-size:1.82292vmin;text-align:center;border-radius:2.60417vmin;box-sizing:border-box}.task-quiz-popup .quiz-popup .content-footer .last-step{margin-right:1.95312vmin}.task-quiz-popup .quiz-popup .content-footer .last-step,.task-quiz-popup .quiz-popup .content-footer .next-step{color:#1472ff;border:.13021vmin solid #1472ff}.task-quiz-popup .quiz-popup .content-footer .submit-step{color:#fff;background:#1472ff}}@media screen and (min-height: 630px) and (orientation: landscape){.task-quiz-popup{height:100%}.task-quiz-popup .quiz-popup{display:flex;flex-direction:column;align-items:center;background-color:#f5f5f5;border-radius:1.90476vmin 1.90476vmin 0 0;z-index:500}.task-quiz-popup .quiz-popup .content-header{width:100%;height:7.61905vmin;font-size:2.53968vmin;font-weight:500;display:flex;justify-content:center;align-items:center;position:relative}.task-quiz-popup .quiz-popup .content-header .popup-close-icon{width:2.53968vmin;height:2.53968vmin;position:absolute;top:2.53968vmin;right:2.53968vmin}.task-quiz-popup .quiz-popup .popup-content{flex:1;box-sizing:border-box;overflow-y:overlay;padding:0 2.53968vmin;width:100%}.task-quiz-popup .quiz-popup .popup-content .reward-show-box{display:flex;padding:2.53968vmin 1.90476vmin;flex-direction:column;align-items:flex-start;border-radius:1.26984vmin;background:#fff;color:#333333;font-family:"PingFang SC";font-size:2.22222vmin;font-style:normal;font-weight:400;margin-bottom:2.53968vmin;line-height:3.1746vmin}.task-quiz-popup .quiz-popup .popup-content .reward-show-box .reward-condition{font-weight:500}.task-quiz-popup .quiz-popup .popup-content .reward-show-box .reward-condition .orange-color{color:#ff5429}.task-quiz-popup .quiz-popup .popup-content .reward-show-box .reward-result{display:flex;align-items:center;margin-top:.63492vmin}.task-quiz-popup .quiz-popup .popup-content .reward-show-box .reward-result .reward-result-show{margin-left:1.26984vmin;color:#ff5429;font-size:1.90476vmin;display:inline-flex;align-items:center}.task-quiz-popup .quiz-popup .popup-content .reward-show-box .reward-result .reward-result-show .reward-img{width:1.90476vmin;height:1.90476vmin;padding:.31746vmin 0;vertical-align:top}.task-quiz-popup .quiz-popup .popup-content .analysis-tip{font-size:2.53968vmin;color:#333333;font-family:"PingFang SC";font-style:normal;font-weight:500;line-height:3.80952vmin;margin-bottom:2.53968vmin}.task-quiz-popup .quiz-popup .content-footer{width:100%;height:8.88889vmin;font-size:2.53968vmin;font-weight:400;color:#999;line-height:3.1746vmin;display:flex;justify-content:center;align-items:center;padding:0 2.53968vmin;box-sizing:border-box}.task-quiz-popup .quiz-popup .content-footer view{flex:1;height:6.34921vmin;font-weight:500;line-height:6.34921vmin;font-size:2.22222vmin;text-align:center;border-radius:3.1746vmin;box-sizing:border-box}.task-quiz-popup .quiz-popup .content-footer .last-step{margin-right:2.38095vmin}.task-quiz-popup .quiz-popup .content-footer .last-step,.task-quiz-popup .quiz-popup .content-footer .next-step{color:#1472ff;border:.15873vmin solid #1472ff}.task-quiz-popup .quiz-popup .content-footer .submit-step{color:#fff;background:#1472ff}}@media screen and (min-height: 768px) and (orientation: landscape){.task-quiz-popup{height:100%}.task-quiz-popup .quiz-popup{display:flex;flex-direction:column;align-items:center;background-color:#f5f5f5;border-radius:1.5625vmin 1.5625vmin 0 0;z-index:500}.task-quiz-popup .quiz-popup .content-header{width:100%;height:6.25vmin;font-size:2.08333vmin;font-weight:500;display:flex;justify-content:center;align-items:center;position:relative}.task-quiz-popup .quiz-popup .content-header .popup-close-icon{width:2.08333vmin;height:2.08333vmin;position:absolute;top:2.08333vmin;right:2.08333vmin}.task-quiz-popup .quiz-popup .popup-content{flex:1;box-sizing:border-box;overflow-y:overlay;padding:0 2.08333vmin;width:100%}.task-quiz-popup .quiz-popup .popup-content .reward-show-box{display:flex;padding:2.08333vmin 1.5625vmin;flex-direction:column;align-items:flex-start;border-radius:1.04167vmin;background:#fff;color:#333333;font-family:"PingFang SC";font-size:1.82292vmin;font-style:normal;font-weight:400;margin-bottom:2.08333vmin;line-height:2.60417vmin}.task-quiz-popup .quiz-popup .popup-content .reward-show-box .reward-condition{font-weight:500}.task-quiz-popup .quiz-popup .popup-content .reward-show-box .reward-condition .orange-color{color:#ff5429}.task-quiz-popup .quiz-popup .popup-content .reward-show-box .reward-result{display:flex;align-items:center;margin-top:.52083vmin}.task-quiz-popup .quiz-popup .popup-content .reward-show-box .reward-result .reward-result-show{margin-left:1.04167vmin;color:#ff5429;font-size:1.5625vmin;display:inline-flex;align-items:center}.task-quiz-popup .quiz-popup .popup-content .reward-show-box .reward-result .reward-result-show .reward-img{width:1.5625vmin;height:1.5625vmin;padding:.26042vmin 0;vertical-align:top}.task-quiz-popup .quiz-popup .popup-content .analysis-tip{font-size:2.08333vmin;color:#333333;font-family:"PingFang SC";font-style:normal;font-weight:500;line-height:3.125vmin;margin-bottom:2.08333vmin}.task-quiz-popup .quiz-popup .content-footer{width:100%;height:7.29167vmin;font-size:2.08333vmin;font-weight:400;color:#999;line-height:2.60417vmin;display:flex;justify-content:center;align-items:center;padding:0 2.08333vmin;box-sizing:border-box}.task-quiz-popup .quiz-popup .content-footer view{flex:1;height:5.20833vmin;font-weight:500;line-height:5.20833vmin;font-size:1.82292vmin;text-align:center;border-radius:2.60417vmin;box-sizing:border-box}.task-quiz-popup .quiz-popup .content-footer .last-step{margin-right:1.95312vmin}.task-quiz-popup .quiz-popup .content-footer .last-step,.task-quiz-popup .quiz-popup .content-footer .next-step{color:#1472ff;border:.13021vmin solid #1472ff}.task-quiz-popup .quiz-popup .content-footer .submit-step{color:#fff;background:#1472ff}}
|