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.
- package/CHANGELOG.md +10 -0
- package/dist/index.native.js +23161 -21892
- package/dist/index.native.js.map +1 -1
- package/dist/index.web.js +23835 -22792
- package/dist/index.web.js.map +1 -1
- package/index.js +2 -0
- package/package.json +1 -1
- package/packages/dof-bc-consumables/assets/css/index.css +78 -2
- package/packages/dof-bc-consumables/assets/css/index_diablo.css +157 -0
- package/packages/dof-bc-consumables/index.vue +593 -1020
- package/packages/dof-bc-consumables/settings/icon.base64.js +12 -0
- package/packages/dof-bc-consumables/settings/utils.js +54 -1
- package/packages/dof-consumables/index.vue +2 -24
- package/packages/dof-material-add-card/assets/css/index.css +681 -0
- package/packages/dof-material-add-card/assets/css/index_diablo.css +242 -0
- package/packages/dof-material-add-card/assets/detail-no-data.png +0 -0
- package/packages/dof-material-add-card/assets/font/icomoon.ttf +0 -0
- package/packages/dof-material-add-card/assets/font/midea_font.ttf +0 -0
- package/packages/dof-material-add-card/index.js +1 -0
- package/packages/dof-material-add-card/index.vue +645 -0
- package/packages/dof-material-add-card/settings/config.js +8 -0
- package/packages/dof-material-add-card/settings/icon.base64.js +53 -0
- package/packages/dof-material-add-card/settings/utils.js +344 -0
- package/packages/material-event/index.js +40 -8
package/index.js
CHANGED
|
@@ -4,6 +4,7 @@ import DofCalendarCard from './packages/dof-calendar-card';
|
|
|
4
4
|
import DofCalendarPopup from './packages/dof-calendar-popup';
|
|
5
5
|
import DofConsumables from './packages/dof-consumables';
|
|
6
6
|
import DofConsumablesColmo from './packages/dof-consumables-colmo';
|
|
7
|
+
import DofMaterialAddCard from './packages/dof-material-add-card';
|
|
7
8
|
import DofXiaomeiCard from './packages/dof-xiaomei-card';
|
|
8
9
|
import MaterialEvent from './packages/material-event';
|
|
9
10
|
import MaterialEventColmo from './packages/material-event-colmo';
|
|
@@ -14,6 +15,7 @@ export {
|
|
|
14
15
|
DofCalendarPopup,
|
|
15
16
|
DofConsumables,
|
|
16
17
|
DofConsumablesColmo,
|
|
18
|
+
DofMaterialAddCard,
|
|
17
19
|
DofXiaomeiCard,
|
|
18
20
|
MaterialEvent,
|
|
19
21
|
MaterialEventColmo
|
package/package.json
CHANGED
|
@@ -275,6 +275,16 @@
|
|
|
275
275
|
font-weight: 400;
|
|
276
276
|
color: #FF6A4C;
|
|
277
277
|
}
|
|
278
|
+
.item-txt4{
|
|
279
|
+
font-size: 24px;
|
|
280
|
+
font-weight: 400;
|
|
281
|
+
color: #8E969B;
|
|
282
|
+
}
|
|
283
|
+
.item-txt5{
|
|
284
|
+
font-size: 24px;
|
|
285
|
+
font-weight: 400;
|
|
286
|
+
color: #FFAA10;
|
|
287
|
+
}
|
|
278
288
|
.item-txt3{
|
|
279
289
|
font-size: 24px;
|
|
280
290
|
font-weight: 400;
|
|
@@ -500,6 +510,9 @@
|
|
|
500
510
|
border-radius: 32px;
|
|
501
511
|
/* margin-bottom: 20px; */
|
|
502
512
|
flex-direction: row;
|
|
513
|
+
background: #FFFFFF;
|
|
514
|
+
box-shadow: 0 1px 10px 0 rgba(0,0,0,0.04);
|
|
515
|
+
|
|
503
516
|
}
|
|
504
517
|
.frame {
|
|
505
518
|
width: 700px;
|
|
@@ -518,6 +531,24 @@
|
|
|
518
531
|
/* background-color: yellow; */
|
|
519
532
|
position: relative;
|
|
520
533
|
}
|
|
534
|
+
|
|
535
|
+
.consumables-list-ls-3{
|
|
536
|
+
width: 686px;
|
|
537
|
+
justify-content: space-between;
|
|
538
|
+
padding: 0 65px;
|
|
539
|
+
}
|
|
540
|
+
|
|
541
|
+
.consumables-list-ls-2{
|
|
542
|
+
width: 686px;
|
|
543
|
+
justify-content: space-between;
|
|
544
|
+
padding: 0 117px;
|
|
545
|
+
}
|
|
546
|
+
|
|
547
|
+
.consumables-list-ls-1{
|
|
548
|
+
width: 686px;
|
|
549
|
+
justify-content: center;
|
|
550
|
+
}
|
|
551
|
+
|
|
521
552
|
.consumables-list1{
|
|
522
553
|
height: 232px;
|
|
523
554
|
/* padding: 0 32px 0 36px; */
|
|
@@ -526,7 +557,6 @@
|
|
|
526
557
|
flex-direction: row;
|
|
527
558
|
/* align-items: center; */
|
|
528
559
|
background-color: #fff;
|
|
529
|
-
/* background-color: yellow; */
|
|
530
560
|
position: relative;
|
|
531
561
|
}
|
|
532
562
|
|
|
@@ -550,7 +580,17 @@
|
|
|
550
580
|
display: flex;
|
|
551
581
|
justify-content: center;
|
|
552
582
|
align-items: center;
|
|
583
|
+
position: relative;
|
|
553
584
|
}
|
|
585
|
+
|
|
586
|
+
.bg-circle2{
|
|
587
|
+
position: absolute;
|
|
588
|
+
left: 0;
|
|
589
|
+
top: 0;
|
|
590
|
+
width: 96px;
|
|
591
|
+
height: 96px;
|
|
592
|
+
}
|
|
593
|
+
|
|
554
594
|
.item-right2{
|
|
555
595
|
/* width: 125px; */
|
|
556
596
|
flex:1;
|
|
@@ -636,9 +676,45 @@
|
|
|
636
676
|
/* margin-top: 8px; */
|
|
637
677
|
background-color: #ffffff;
|
|
638
678
|
position: relative;
|
|
679
|
+
border-radius: 32px 32px 0 0;
|
|
680
|
+
/* margin-bottom: 20px; */
|
|
681
|
+
}
|
|
682
|
+
|
|
683
|
+
.middleBox-not-button{
|
|
639
684
|
border-radius: 32px;
|
|
640
|
-
margin-bottom: 20px;
|
|
641
685
|
}
|
|
686
|
+
|
|
687
|
+
.middleBox-lfour{
|
|
688
|
+
height: 232px;
|
|
689
|
+
}
|
|
690
|
+
|
|
691
|
+
.car-card-box{
|
|
692
|
+
width: 686px;
|
|
693
|
+
height: 104px;
|
|
694
|
+
background-color: #ffffff;
|
|
695
|
+
border-radius: 0 0 32px 32px;
|
|
696
|
+
}
|
|
697
|
+
|
|
698
|
+
.car-card{
|
|
699
|
+
width: 590px;
|
|
700
|
+
background-color: rgba(0, 164, 242, 0.10);
|
|
701
|
+
border-radius: 36px;
|
|
702
|
+
height: 72px;
|
|
703
|
+
line-height: 72px;
|
|
704
|
+
text-align: center;
|
|
705
|
+
margin-bottom: 32px;
|
|
706
|
+
margin-left: 48px;
|
|
707
|
+
justify-content: center;
|
|
708
|
+
align-items: center;
|
|
709
|
+
}
|
|
710
|
+
|
|
711
|
+
.car-card-text{
|
|
712
|
+
font-family: PingFangSC-Medium;
|
|
713
|
+
font-size: 28px;
|
|
714
|
+
color: #00A4F2;
|
|
715
|
+
font-weight: 500;
|
|
716
|
+
}
|
|
717
|
+
|
|
642
718
|
.recommendBox {
|
|
643
719
|
height: 232px;
|
|
644
720
|
display: flex;
|
|
@@ -0,0 +1,157 @@
|
|
|
1
|
+
|
|
2
|
+
.material-title-isDiablo{
|
|
3
|
+
background-color: #171C1F;
|
|
4
|
+
border-bottom: 1px solid #23282b;
|
|
5
|
+
/* opacity: 0.5; */
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
.l-tittle-isDiablo{
|
|
9
|
+
color: #797C7E;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
.title-txt2-o1{
|
|
14
|
+
max-width: 340px;
|
|
15
|
+
overflow: hidden;
|
|
16
|
+
lines: 1;
|
|
17
|
+
text-overflow: ellipsis;
|
|
18
|
+
font-size: 22px;
|
|
19
|
+
color: #797C7E;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
.title-txt2-o2{
|
|
23
|
+
max-width: 340px;
|
|
24
|
+
overflow: hidden;
|
|
25
|
+
lines: 1;
|
|
26
|
+
text-overflow: ellipsis;
|
|
27
|
+
font-size: 22px;
|
|
28
|
+
color: #8E969B;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
.title-txt2-o3{
|
|
32
|
+
max-width: 426px;
|
|
33
|
+
overflow: hidden;
|
|
34
|
+
lines: 1;
|
|
35
|
+
text-overflow: ellipsis;
|
|
36
|
+
font-size: 24px;
|
|
37
|
+
color: #797C7E;
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
.title-txt2-o4{
|
|
41
|
+
max-width: 426px;
|
|
42
|
+
overflow: hidden;
|
|
43
|
+
lines: 1;
|
|
44
|
+
text-overflow: ellipsis;
|
|
45
|
+
font-size: 24px;
|
|
46
|
+
color: #8E969B;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
.title-txt2-user1{
|
|
50
|
+
font-size: 22px;
|
|
51
|
+
color: #797C7E;
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
.title-txt2-user1-1{
|
|
55
|
+
font-size: 22px;
|
|
56
|
+
color: #3A3E41;
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
.title-txt2-user2{
|
|
60
|
+
font-size: 22px;
|
|
61
|
+
color: #8E969B;
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
.title-txt2-user3{
|
|
65
|
+
font-size: 24px;
|
|
66
|
+
color: #797C7E;
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
.title-txt2-user3-3{
|
|
70
|
+
font-size: 24px;
|
|
71
|
+
color: #3A3E41;
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
.title-txt2-user4{
|
|
75
|
+
font-size: 24px;
|
|
76
|
+
color: #8E969B;
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
.title-txt2-user-n1{
|
|
80
|
+
font-size: 22px;
|
|
81
|
+
color: #D35926;
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
.title-txt2-user-n2{
|
|
85
|
+
font-size: 22px;
|
|
86
|
+
color: #F56428;
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
.title-txt2-user-n3{
|
|
90
|
+
font-size: 24px;
|
|
91
|
+
color: #D35926;
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
.title-txt2-user-n4{
|
|
95
|
+
font-size: 24px;
|
|
96
|
+
color: #F56428;
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
.title-txt1-1-isDiablo{
|
|
100
|
+
color: #CFCFD0;
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
.title-txt2-user-isDiablo{
|
|
104
|
+
color: #797C7E;
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
.title-txt3-isDiablo{
|
|
108
|
+
color: #D35926;
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
.material-item-isDiablo{
|
|
112
|
+
background-color: #171C1F;
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
.drag-slider-isDiablo{
|
|
116
|
+
opacity: 0.85;
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
.progresscycle-wrapper-isDiablo{
|
|
120
|
+
background-color: #171C1F;
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
.circle-noData-isDiablo{
|
|
124
|
+
background-color: #1E2326;
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
.noData-txt-isDiablo{
|
|
128
|
+
color: #8E969B;
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
.circle-noData1-isDiablo{
|
|
132
|
+
background-color: #1E2326;
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
.item-txt1-isDiablo{
|
|
136
|
+
color: #CFCFD0;
|
|
137
|
+
}
|
|
138
|
+
|
|
139
|
+
.item-txt3-isDiablo{
|
|
140
|
+
color: #D35926;
|
|
141
|
+
}
|
|
142
|
+
|
|
143
|
+
.item-txt4-isDiablo{
|
|
144
|
+
color: #797C7E;
|
|
145
|
+
}
|
|
146
|
+
|
|
147
|
+
.item-txt5-isDiablo{
|
|
148
|
+
color: #BE8214;
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
.txt-purhase-isDiablo {
|
|
152
|
+
color: #0490D3;
|
|
153
|
+
}
|
|
154
|
+
|
|
155
|
+
.arrow-icon-isDiablo{
|
|
156
|
+
color:#787b7d;
|
|
157
|
+
}
|