dolphin-weex-bc 0.0.37 → 0.0.39

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.
@@ -0,0 +1,681 @@
1
+ .material-container{
2
+ position: relative;
3
+ display: flex;
4
+ flex: 1;
5
+ flex-direction: column;
6
+ /* background-color: #FFFFFF; */
7
+ /* background: url('../img/material/bg_manage@2x.png'); */
8
+ }
9
+ .outsideWrapper{
10
+ flex: 1;
11
+ position: fixed;
12
+ left: 0;
13
+ right: 0;
14
+ top: 0;
15
+ bottom: 0;
16
+ width: 750px;
17
+ }
18
+ .right-img-wrapper{
19
+ width: 750px;
20
+ height: 170px;
21
+ display: flex;
22
+ justify-content: flex-end;
23
+ padding-left: 34px;
24
+ padding-bottom: 10px;
25
+ box-sizing: border-box;
26
+ position: relative;
27
+ /* background-color: yellow; */
28
+ }
29
+ .top-title{
30
+ position: absolute;
31
+ left: 312px;
32
+ bottom: 14px;
33
+ font-size: 32px;
34
+ font-weight: 500;
35
+ color: #1E2E37;
36
+ }
37
+
38
+ .scrollerWrapper-bottom{
39
+ width: 750px;
40
+ height: 40px;
41
+ }
42
+ .scrollerWrapper{
43
+ flex: 1;
44
+ width: 750px;
45
+ }
46
+ .scrollerWrapper-topFix{
47
+ width: 750px;
48
+ background-color: transparent;
49
+ }
50
+ .material-header{
51
+ width: 750px;
52
+ /* height: 222px; */
53
+ text-align: left;
54
+ display: flex;
55
+ /* justify-content: center; */
56
+ align-items: flex-start;
57
+ padding: 23px 40px 0;
58
+ box-sizing: border-box;
59
+ /* margin-bottom: 68px; */
60
+ /* position: absolute; */
61
+ /* top: 206px; */
62
+ /* left: 40px; */
63
+ /* z-index: 20; */
64
+ position: relative;
65
+ }
66
+ .tips-row {
67
+ width: 750px;
68
+ height: 72px;
69
+ background-color: rgba(255,247,213,0.8);
70
+ padding: 0 32px;
71
+ box-sizing: border-box;
72
+ display: flex;
73
+ flex-direction: row;
74
+ /* justify-content: center; */
75
+ align-items: center;
76
+ position: absolute;
77
+ top: 192px;
78
+ }
79
+ .icon-tips {
80
+ margin-right: 8px;
81
+ }
82
+ .txt-tips {
83
+ font-size: 24px;
84
+ color: #FF9500;
85
+ font-weight: 400;
86
+ }
87
+
88
+ .scroll-wrapper{
89
+ flex: 1;
90
+ width: 750px;
91
+ display: flex;
92
+ flex-direction: column;
93
+ align-items: center;
94
+ flex-grow: 1;
95
+ position: relative;
96
+ /* height: 2000px; */
97
+ /* padding-top: 100px; */
98
+ }
99
+ .bg-wrapper{
100
+
101
+ }
102
+ .title-bg1{
103
+ position: fixed;
104
+ left: 0;
105
+ right: 0;
106
+ top: 0;
107
+ bottom: 0;
108
+ width: 750px;
109
+ height: 500px;
110
+ }
111
+ .title-bg1{
112
+ position: fixed;
113
+ left: 0;
114
+ right: 0;
115
+ top: 0;
116
+ bottom: 0;
117
+ width: 750px;
118
+ height: 500px;
119
+ }
120
+ .header-txt{
121
+ font-size: 48px;
122
+ color: #1E2E37;;
123
+ font-weight: 400;
124
+ }
125
+ .header-tips{
126
+ font-size: 24px;
127
+ color: #8E969B;;
128
+ font-weight: 400;
129
+ margin-top: 16px;
130
+ margin-bottom: 62px;
131
+ }
132
+ .icon-back {
133
+ font-size: 64px;
134
+ color: #ffffff;
135
+ font-family: mideaFont;
136
+ }
137
+
138
+ /* 耗材列表 */
139
+ .material-wrapper{
140
+ width: 686px;
141
+ /* padding: 0 32px; */
142
+ box-sizing: border-box;
143
+ margin-bottom: 26px;
144
+ /* margin-top: -15px; */
145
+ /* margin-top: 34px; */
146
+ /* background-color: #f9f9f9; */
147
+ /* background-image: linear-gradient(to bottom, transparent, #f9f9f9); */
148
+ position: relative;
149
+ z-index: 100;
150
+ /* margin-top: -344px; */
151
+ /* background-color: #00A4F2; */
152
+ }
153
+ .l-tittle-insufficient-box{
154
+ display: flex;
155
+ justify-content: space-between;
156
+ flex-direction: row;
157
+ }
158
+ .l-add-cart{
159
+ width: 128px;
160
+ height: 44px;
161
+ }
162
+ .l-tittle{
163
+ padding-left: 8px;
164
+ font-size: 24px;
165
+ color: #8E969B;
166
+ line-height: 36px;
167
+ font-weight: 400;
168
+ margin-bottom: 28px;
169
+ }
170
+ .material-list{
171
+ width: 686px;
172
+ /* height: 640px; */
173
+ /* background-color: #F6F7F9; */
174
+ border-radius: 24px 24px 24px 24px;
175
+ margin-bottom: 34px;
176
+ overflow: hidden;
177
+ }
178
+ .material-title{
179
+ height: 160px;
180
+ padding: 0 32px 0 36px;
181
+ /* background-image: linear-gradient(to bottom, #f5fcfe, #FFFFFF); */
182
+ /* border: 2px solid #FFFFFF; */
183
+ border-bottom: 1px solid #DDDDDD;
184
+ border-radius: 24px 24px 0 0;
185
+ display: flex;
186
+ flex-direction: row;
187
+ align-items: center;
188
+ }
189
+ .drag-slider{
190
+ width: 88px;
191
+ height: 88px;
192
+ margin-right: 28px;
193
+ }
194
+ .title-content{
195
+ flex: 1;
196
+ }
197
+ .title-icon{
198
+ margin-right: 28px;
199
+ width: 88px;
200
+ height: 88px;
201
+ /* border-radius: 12px; */
202
+ }
203
+ .title-icon3{
204
+ border-radius: 12px;
205
+ }
206
+ .title-txt1-1{
207
+ font-size: 28px;
208
+ font-weight: 500;
209
+ color: #1E2E37;
210
+ margin-bottom: 16px;
211
+ flex: 1;
212
+ lines: 2;
213
+ text-overflow: ellipsis;
214
+ }
215
+ .title-txt1{
216
+ font-size: 28px;
217
+ font-weight: 500;
218
+ color: #1E2E37;;
219
+ margin-bottom: 16px;
220
+ flex: 1;
221
+ lines: 1;
222
+ text-overflow: ellipsis;
223
+ }
224
+ .title-txt2{
225
+ max-width: 426px;
226
+ overflow: hidden;
227
+ lines: 1;
228
+ text-overflow: ellipsis;
229
+ font-size: 24px;
230
+ color: #8E969B;
231
+ }
232
+ .title-txt2-overflow{
233
+ max-width: 426px;
234
+ overflow: hidden;
235
+ lines: 1;
236
+ text-overflow: ellipsis;
237
+ }
238
+ .title-txt2-user{
239
+ font-size: 24px;
240
+ color: #8E969B;
241
+ }
242
+ .title-txt3-box{
243
+ flex-direction: row;
244
+ }
245
+ .title-txt3-1{
246
+ max-width: 426px;
247
+ overflow: hidden;
248
+ lines: 1;
249
+ text-overflow: ellipsis;
250
+ font-size: 24px;
251
+ color: #8E969B;
252
+ }
253
+ .title-txt3{
254
+ font-size: 24px;
255
+ color: #F56428;
256
+ }
257
+ .material-item{
258
+ height: 160px;
259
+ padding: 0 32px 0 36px;
260
+ display: flex;
261
+ flex-direction: row;
262
+ align-items: center;
263
+ }
264
+ /* .material-item:nth-child(){
265
+ border-radius: 0 0 24px 24px;
266
+ } */
267
+ .item-left{
268
+ /* margin-right: 32px; */
269
+ }
270
+ .circle-noData{
271
+ width: 88px;
272
+ height: 88px;
273
+ margin-right: 28px;
274
+ border-radius: 50%;
275
+ /* background-color: #FFFFFF; */
276
+ text-align: center;
277
+ display: flex;
278
+ justify-content: center;
279
+ align-items: center;
280
+ }
281
+ .circle-noData1{
282
+ width: 88px;
283
+ height: 88px;
284
+ margin-right: 28px;
285
+ border-radius: 50%;
286
+ /* background-color: #FFFFFF; */
287
+ text-align: center;
288
+ display: flex;
289
+ justify-content: center;
290
+ align-items: center;
291
+ /* border-radius: 12px; */
292
+ overflow: hidden;
293
+ }
294
+ .title-icon-noData1{
295
+
296
+ }
297
+ .noData-txt{
298
+ font-size: 22;
299
+ font-weight: 600;
300
+ color: #8E969B;
301
+ }
302
+ .item-right{
303
+ flex:1;
304
+ display: flex;
305
+ flex-direction: row;
306
+ justify-content: space-between;
307
+ align-items: center;
308
+ /* background-color: red; */
309
+ }
310
+ .item-right-txt{
311
+ flex: 1;
312
+ display: flex;
313
+ flex-direction: column;
314
+ justify-content: center;
315
+ }
316
+ .item-txt1{
317
+ width: 380px;
318
+ lines: 1;
319
+ word-wrap: anywhere;
320
+ text-overflow: ellipsis;
321
+ font-size: 32px;
322
+ font-weight: 500;
323
+ color: #333;
324
+ margin-bottom: 10px;
325
+ }
326
+ .item-txt2-row {
327
+ display: flex;
328
+ flex-direction: row;
329
+ align-items: center;
330
+ }
331
+ .item-txt2{
332
+ font-size: 24px;
333
+ font-weight: 400;
334
+ color: #FF6A4C;
335
+ }
336
+ .item-txt4{
337
+ font-size: 24px;
338
+ font-weight: 400;
339
+ color: #8E969B;
340
+ }
341
+ .item-txt5{
342
+ font-size: 24px;
343
+ font-weight: 400;
344
+ color: #FFAA10;
345
+ }
346
+ .item-txt3{
347
+ font-size: 24px;
348
+ font-weight: 400;
349
+ color: #F56428;
350
+ }
351
+ .item-right-arrow{
352
+ margin-right: -4px;
353
+ display: flex;
354
+ flex-direction: row;
355
+ align-items: center;
356
+ }
357
+ .btn-purhase {
358
+ width: 96px;
359
+ height: 48px;
360
+ border-radius: 30px;
361
+ background-color: rgba(0,164,242,0.1);;
362
+ display: flex;
363
+ justify-content: center;
364
+ align-items: center;
365
+ margin-right: 16px;
366
+ }
367
+
368
+ .btn-purhase-empty{
369
+ width: 96px;
370
+ height: 48px;
371
+ margin-right: 16px;
372
+ }
373
+
374
+ .txt-purhase {
375
+ font-size: 22px;
376
+ color: #00A4F2;
377
+ font-weight: 500;
378
+
379
+ }
380
+ .arrow-icon{
381
+ width:24px;
382
+ height:24px;
383
+ color:#C7C7CC;
384
+ }
385
+
386
+ .arrow-icon-empty{
387
+ width:24px;
388
+ height:24px;
389
+ }
390
+
391
+ .no-data{
392
+ width: 686px;
393
+ height: 1190px;
394
+ /* background-color: #fff; */
395
+ /* border: 4px solid #fff; */
396
+ border-radius: 32px;
397
+ /* margin-top: -344px; */
398
+ display: flex;
399
+ flex-direction: column;
400
+ justify-content: flex-start;
401
+ align-items: center;
402
+ padding-top: 290px;
403
+ box-sizing: border-box;
404
+ /* margin-top: -10px; */
405
+ }
406
+ .no-data-img{
407
+ width: 380px;
408
+ height: 320px;
409
+ margin-bottom: 40px;
410
+ }
411
+ .no-data-txt{
412
+ font-size: 28px;
413
+ color: #8A8A8F;
414
+ font-weight: 400;
415
+ }
416
+
417
+ .circle {
418
+ width: 88px;
419
+ height: 88px;
420
+ margin-right: 28px;
421
+ }
422
+
423
+ .temp-box{
424
+ position: absolute;
425
+ top: 80px;
426
+ left: 250px;
427
+ z-index: 9000;
428
+ }
429
+
430
+
431
+ .progresscycle-wrapper {
432
+ /* width: 750px; */
433
+ width: 88px;
434
+ height: 88px;
435
+ justify-content: center;
436
+ align-items: center;
437
+ /* border-color: red;
438
+ border-width: 1px; */
439
+ /* padding: 20px; */
440
+ position: relative;
441
+ /* background-color: #F6F7F9; */
442
+ padding: 0 !important;
443
+ /* border-radius: 50%; */
444
+ margin-right: 32px;
445
+ /* background-color: red; */
446
+ display: flex;
447
+ justify-content: center;
448
+ align-items: center;
449
+ }
450
+ .progresscycle {
451
+ width: 96px;
452
+ height: 96px;
453
+ justify-content: center;
454
+ align-items: center;
455
+ /* position: relative; */
456
+ /* padding: 0 !important; */
457
+ /* border-radius: 50%; */
458
+ /* background-color: yellow; */
459
+ }
460
+ .cricle-num-wrapper{
461
+ /* position: absolute; */
462
+ /* top: 50%; */
463
+ /* left: 28%; */
464
+ /* transform: translateX(-50%); */
465
+ left: 50%;
466
+ transform: translate(-60%, 0);
467
+ position: absolute;
468
+ z-index: 9888;
469
+ flex: 1;
470
+ /* display: flex;
471
+ justify-content: center;
472
+ align-items: center; */
473
+ /* background-color: red; */
474
+ }
475
+ .cricle-num-txt{
476
+ font-size: 24px;
477
+ color: #00A4F2;
478
+ }
479
+
480
+ .material-status {
481
+ display: flex;
482
+ flex-direction: row;
483
+ justify-content: center;
484
+ align-items: center;
485
+ /* margin-top: 32px; */
486
+ position: relative;
487
+ padding-right: 32px;
488
+ }
489
+ .status-txt{
490
+ font-size: 28px;
491
+ color: #616C73;
492
+ font-weight: 500;
493
+ line-height: 32px;
494
+ }
495
+ .triangle-bottom{
496
+ width: 24px;
497
+ height: 24px;
498
+ margin-left: 6px;
499
+ }
500
+ .filter-list{
501
+ position: fixed;
502
+ /* bottom: 200px; */
503
+ top: 400px;
504
+ right: 32px;
505
+ z-index: 9999;
506
+ width: 336px;
507
+ height: 292px;
508
+ border-radius: 40px;
509
+ background-color: #fff;
510
+ }
511
+ .filter-scroller-wrapper{
512
+
513
+ }
514
+ .filter-scroller{
515
+ height: 292px;
516
+ padding: 20px 48px 20px 56px;
517
+ }
518
+ .filter-home-list{
519
+ right: 0;
520
+ left: 32px;
521
+ width: 380px;
522
+ }
523
+ .filter-device-list{
524
+ right: 0;
525
+ left: 300px;
526
+ width: 380px;
527
+ }
528
+ .filter-device{
529
+ height: 208px;
530
+ }
531
+
532
+ .filter-device-homeCharacter{
533
+ left: 220px;
534
+ }
535
+
536
+ .filter-item{
537
+ /* flex: 1; */
538
+ display: flex;
539
+ flex-direction: row;
540
+ justify-content: space-between;
541
+ align-items: center;
542
+ overflow: hidden;
543
+ }
544
+ .filter-item-txt-usually{
545
+ flex: 3;
546
+ lines:1;
547
+ text-overflow: ellipsis;
548
+ font-size: 28px;
549
+ line-height: 84px;
550
+ }
551
+ .filter-item-txt{
552
+ color: #1E2E37;
553
+ font-weight: 400;
554
+ }
555
+ .filter-item-img{
556
+ width: 32px;
557
+ height: 32px;
558
+ }
559
+ .filter-item-selcted{
560
+ color: #00A4F2;
561
+ font-weight: 600;
562
+ }
563
+
564
+ .unintelligent-device-wrapper{
565
+ width: 686px;
566
+ /* padding: 0 32px; */
567
+ box-sizing: border-box;
568
+ margin-bottom: 34px;
569
+ /* margin-top: -10px; */
570
+ position: relative;
571
+ }
572
+ .unintelligent-divide-line{
573
+ display: flex;
574
+ flex-direction: row;
575
+ justify-content: center;
576
+ align-items: center;
577
+ margin-bottom: 48px;
578
+ }
579
+ .unintelligent-divide-txt{
580
+ font-size: 22px;
581
+ color: #8E969B;
582
+ font-weight: 400;
583
+ }
584
+
585
+ .shift-row{
586
+ width: 750px;
587
+ /* height: 90px; */
588
+ display: flex;
589
+ flex-direction: row;
590
+ justify-content: space-between;
591
+ align-items: center;
592
+ padding-right: 32px;
593
+ box-sizing: border-box;
594
+ margin-top: 16px;
595
+ margin-bottom: 4px;
596
+ }
597
+ .device-switch{
598
+ display: flex;
599
+ flex-direction: row;
600
+ /* justify-content: space-between; */
601
+ align-items: center;
602
+ flex: 2;
603
+ /* background-color: red; */
604
+ }
605
+ .home-device{
606
+ flex-direction: row;
607
+ align-items: center;
608
+ }
609
+ .home-text{
610
+ /* max-width: 210px;
611
+ lines: 1;
612
+ word-wrap: anywhere;
613
+ text-overflow: ellipsis; */
614
+ }
615
+ .filter-img{
616
+ width: 48px;
617
+ height: 48px;
618
+ }
619
+ .item-txt {
620
+ font-size: 28px;
621
+ color: #616C73;
622
+ font-weight: 400;
623
+ line-height: 54px;
624
+ }
625
+ .slected-line1{
626
+ width: 54px;
627
+ height: 4px;
628
+ background-color: #00A4F2;
629
+ position: absolute;
630
+ bottom: 0px;
631
+ left: 29px;
632
+ }
633
+ .slected-line2{
634
+ width: 54px;
635
+ height: 4px;
636
+ background-color: #00A4F2;
637
+ position: absolute;
638
+ bottom: 0px;
639
+ left: 43px;
640
+ }
641
+ .item-slected{
642
+ color: #1E2E37;
643
+ font-weight: 500;
644
+ font-size: 28px;
645
+ line-height: 54px;
646
+ }
647
+
648
+ .wrapper{
649
+ flex: 1;
650
+ align-items: center;
651
+ justify-content: center;
652
+ background-color: #ffffff;
653
+ }
654
+
655
+ .insideWrapper{
656
+ flex: 1;
657
+ }
658
+
659
+ .resultBox{
660
+ width: 750px;
661
+ flex: 1;
662
+ flex-direction: column;
663
+ background-color: #f9f9f9;
664
+ align-items: center;
665
+ }
666
+ .notNetwork{
667
+ margin-top: 300px;
668
+ width: 480px;
669
+ height: 400px;
670
+ }
671
+ .noNetworkTips{
672
+ /* padding-top: 48px; */
673
+ font-family: PingFangSC-Regular;
674
+ font-size: 28px;
675
+ color: #8A8A8F;
676
+ text-align: center;
677
+ }
678
+ .empty-callOnlineServiceButton{
679
+ margin-top: 48px;
680
+ font-size: 28px;
681
+ }