easy3wui 1.4.249 → 1.4.250
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/assets/flow.css +25 -9
- package/assets/index.css +25 -9
- package/package.json +1 -1
package/assets/flow.css
CHANGED
|
@@ -38,12 +38,13 @@
|
|
|
38
38
|
}
|
|
39
39
|
.flowtop .floatcenter .renderTopTemp2 {
|
|
40
40
|
width: calc(100% / 2);
|
|
41
|
+
float: left;
|
|
41
42
|
}
|
|
42
43
|
.flowtop .floatcenter .renderTopTemp2 .flowline2 {
|
|
43
44
|
float: left;
|
|
44
45
|
margin-top: 15px;
|
|
45
46
|
height: 4px;
|
|
46
|
-
width: calc(
|
|
47
|
+
width: calc(100% / 2 - 22px);
|
|
47
48
|
}
|
|
48
49
|
.flowtop .floatcenter .renderTopTemp2:last-child {
|
|
49
50
|
width: calc((100% / 2 - 22px) / 2 * 3 + 22px);
|
|
@@ -51,16 +52,17 @@
|
|
|
51
52
|
}
|
|
52
53
|
.flowtop .floatcenter .renderTopTemp3:first-child {
|
|
53
54
|
width: calc((100% / 3 - 22px) / 2 * 3 + 22px);
|
|
54
|
-
padding-left: calc(
|
|
55
|
+
padding-left: calc(100% / 3 - 22px / 2);
|
|
55
56
|
}
|
|
56
57
|
.flowtop .floatcenter .renderTopTemp3 {
|
|
57
58
|
width: calc(100% / 3);
|
|
59
|
+
float: left;
|
|
58
60
|
}
|
|
59
61
|
.flowtop .floatcenter .renderTopTemp3 .flowline3 {
|
|
60
62
|
float: left;
|
|
61
63
|
margin-top: 15px;
|
|
62
64
|
height: 4px;
|
|
63
|
-
width: calc(
|
|
65
|
+
width: calc(100% / 3 - 22px);
|
|
64
66
|
}
|
|
65
67
|
.flowtop .floatcenter .renderTopTemp3:last-child {
|
|
66
68
|
width: calc((100% / 3 - 22px) / 2 * 3 + 22px);
|
|
@@ -72,12 +74,13 @@
|
|
|
72
74
|
}
|
|
73
75
|
.flowtop .floatcenter .renderTopTemp4 {
|
|
74
76
|
width: calc(100% / 4);
|
|
77
|
+
float: left;
|
|
75
78
|
}
|
|
76
79
|
.flowtop .floatcenter .renderTopTemp4 .flowline4 {
|
|
77
80
|
float: left;
|
|
78
81
|
margin-top: 15px;
|
|
79
82
|
height: 4px;
|
|
80
|
-
width: calc(
|
|
83
|
+
width: calc(100% / 4 - 22px);
|
|
81
84
|
}
|
|
82
85
|
.flowtop .floatcenter .renderTopTemp4:last-child {
|
|
83
86
|
width: calc((100% / 4 - 22px) / 2 * 3 + 22px);
|
|
@@ -89,12 +92,13 @@
|
|
|
89
92
|
}
|
|
90
93
|
.flowtop .floatcenter .renderTopTemp5 {
|
|
91
94
|
width: calc(100% / 5);
|
|
95
|
+
float: left;
|
|
92
96
|
}
|
|
93
97
|
.flowtop .floatcenter .renderTopTemp5 .flowline5 {
|
|
94
98
|
float: left;
|
|
95
99
|
margin-top: 15px;
|
|
96
100
|
height: 4px;
|
|
97
|
-
width: calc(
|
|
101
|
+
width: calc(100% / 5 - 22px);
|
|
98
102
|
}
|
|
99
103
|
.flowtop .floatcenter .renderTopTemp5:last-child {
|
|
100
104
|
width: calc((100% / 5 - 22px) / 2 * 3 + 22px);
|
|
@@ -106,12 +110,13 @@
|
|
|
106
110
|
}
|
|
107
111
|
.flowtop .floatcenter .renderTopTemp6 {
|
|
108
112
|
width: calc(100% / 6);
|
|
113
|
+
float: left;
|
|
109
114
|
}
|
|
110
115
|
.flowtop .floatcenter .renderTopTemp6 .flowline6 {
|
|
111
116
|
float: left;
|
|
112
117
|
margin-top: 15px;
|
|
113
118
|
height: 4px;
|
|
114
|
-
width: calc(
|
|
119
|
+
width: calc(100% / 6 - 22px);
|
|
115
120
|
}
|
|
116
121
|
.flowtop .floatcenter .renderTopTemp6:last-child {
|
|
117
122
|
width: calc((100% / 6 - 22px) / 2 * 3 + 22px);
|
|
@@ -123,12 +128,13 @@
|
|
|
123
128
|
}
|
|
124
129
|
.flowtop .floatcenter .renderTopTemp7 {
|
|
125
130
|
width: calc(100% / 7);
|
|
131
|
+
float: left;
|
|
126
132
|
}
|
|
127
133
|
.flowtop .floatcenter .renderTopTemp7 .flowline7 {
|
|
128
134
|
float: left;
|
|
129
135
|
margin-top: 15px;
|
|
130
136
|
height: 4px;
|
|
131
|
-
width: calc(
|
|
137
|
+
width: calc(100% / 7 - 22px);
|
|
132
138
|
}
|
|
133
139
|
.flowtop .floatcenter .renderTopTemp7:last-child {
|
|
134
140
|
width: calc((100% / 7 - 22px) / 2 * 3 + 22px);
|
|
@@ -140,12 +146,13 @@
|
|
|
140
146
|
}
|
|
141
147
|
.flowtop .floatcenter .renderTopTemp8 {
|
|
142
148
|
width: calc(100% / 8);
|
|
149
|
+
float: left;
|
|
143
150
|
}
|
|
144
151
|
.flowtop .floatcenter .renderTopTemp8 .flowline8 {
|
|
145
152
|
float: left;
|
|
146
153
|
margin-top: 15px;
|
|
147
154
|
height: 4px;
|
|
148
|
-
width: calc(
|
|
155
|
+
width: calc(100% / 8 - 22px);
|
|
149
156
|
}
|
|
150
157
|
.flowtop .floatcenter .renderTopTemp8:last-child {
|
|
151
158
|
width: calc((100% / 8 - 22px) / 2 * 3 + 22px);
|
|
@@ -157,12 +164,13 @@
|
|
|
157
164
|
}
|
|
158
165
|
.flowtop .floatcenter .renderTopTemp9 {
|
|
159
166
|
width: calc(100% / 9);
|
|
167
|
+
float: left;
|
|
160
168
|
}
|
|
161
169
|
.flowtop .floatcenter .renderTopTemp9 .flowline9 {
|
|
162
170
|
float: left;
|
|
163
171
|
margin-top: 15px;
|
|
164
172
|
height: 4px;
|
|
165
|
-
width: calc(
|
|
173
|
+
width: calc(100% / 9 - 22px);
|
|
166
174
|
}
|
|
167
175
|
.flowtop .floatcenter .renderTopTemp9:last-child {
|
|
168
176
|
width: calc((100% / 9 - 22px) / 2 * 3 + 22px);
|
|
@@ -177,27 +185,35 @@
|
|
|
177
185
|
}
|
|
178
186
|
.flowmid .floatcenter div.flowtext2 {
|
|
179
187
|
width: calc(100% / 2);
|
|
188
|
+
float: left;
|
|
180
189
|
}
|
|
181
190
|
.flowmid .floatcenter div.flowtext3 {
|
|
182
191
|
width: calc(100% / 3);
|
|
192
|
+
float: left;
|
|
183
193
|
}
|
|
184
194
|
.flowmid .floatcenter div.flowtext4 {
|
|
185
195
|
width: calc(100% / 4);
|
|
196
|
+
float: left;
|
|
186
197
|
}
|
|
187
198
|
.flowmid .floatcenter div.flowtext5 {
|
|
188
199
|
width: calc(100% / 5);
|
|
200
|
+
float: left;
|
|
189
201
|
}
|
|
190
202
|
.flowmid .floatcenter div.flowtext6 {
|
|
191
203
|
width: calc(100% / 6);
|
|
204
|
+
float: left;
|
|
192
205
|
}
|
|
193
206
|
.flowmid .floatcenter div.flowtext7 {
|
|
194
207
|
width: calc(100% / 7);
|
|
208
|
+
float: left;
|
|
195
209
|
}
|
|
196
210
|
.flowmid .floatcenter div.flowtext8 {
|
|
197
211
|
width: calc(100% / 8);
|
|
212
|
+
float: left;
|
|
198
213
|
}
|
|
199
214
|
.flowmid .floatcenter div.flowtext9 {
|
|
200
215
|
width: calc(100% / 9);
|
|
216
|
+
float: left;
|
|
201
217
|
}
|
|
202
218
|
.floatcenter2_1 {
|
|
203
219
|
position: absolute;
|
package/assets/index.css
CHANGED
|
@@ -483,12 +483,13 @@ s {
|
|
|
483
483
|
}
|
|
484
484
|
.flowtop .floatcenter .renderTopTemp2 {
|
|
485
485
|
width: calc(100% / 2);
|
|
486
|
+
float: left;
|
|
486
487
|
}
|
|
487
488
|
.flowtop .floatcenter .renderTopTemp2 .flowline2 {
|
|
488
489
|
float: left;
|
|
489
490
|
margin-top: 15px;
|
|
490
491
|
height: 4px;
|
|
491
|
-
width: calc(
|
|
492
|
+
width: calc(100% / 2 - 22px);
|
|
492
493
|
}
|
|
493
494
|
.flowtop .floatcenter .renderTopTemp2:last-child {
|
|
494
495
|
width: calc((100% / 2 - 22px) / 2 * 3 + 22px);
|
|
@@ -496,16 +497,17 @@ s {
|
|
|
496
497
|
}
|
|
497
498
|
.flowtop .floatcenter .renderTopTemp3:first-child {
|
|
498
499
|
width: calc((100% / 3 - 22px) / 2 * 3 + 22px);
|
|
499
|
-
padding-left: calc(
|
|
500
|
+
padding-left: calc(100% / 3 - 22px / 2);
|
|
500
501
|
}
|
|
501
502
|
.flowtop .floatcenter .renderTopTemp3 {
|
|
502
503
|
width: calc(100% / 3);
|
|
504
|
+
float: left;
|
|
503
505
|
}
|
|
504
506
|
.flowtop .floatcenter .renderTopTemp3 .flowline3 {
|
|
505
507
|
float: left;
|
|
506
508
|
margin-top: 15px;
|
|
507
509
|
height: 4px;
|
|
508
|
-
width: calc(
|
|
510
|
+
width: calc(100% / 3 - 22px);
|
|
509
511
|
}
|
|
510
512
|
.flowtop .floatcenter .renderTopTemp3:last-child {
|
|
511
513
|
width: calc((100% / 3 - 22px) / 2 * 3 + 22px);
|
|
@@ -517,12 +519,13 @@ s {
|
|
|
517
519
|
}
|
|
518
520
|
.flowtop .floatcenter .renderTopTemp4 {
|
|
519
521
|
width: calc(100% / 4);
|
|
522
|
+
float: left;
|
|
520
523
|
}
|
|
521
524
|
.flowtop .floatcenter .renderTopTemp4 .flowline4 {
|
|
522
525
|
float: left;
|
|
523
526
|
margin-top: 15px;
|
|
524
527
|
height: 4px;
|
|
525
|
-
width: calc(
|
|
528
|
+
width: calc(100% / 4 - 22px);
|
|
526
529
|
}
|
|
527
530
|
.flowtop .floatcenter .renderTopTemp4:last-child {
|
|
528
531
|
width: calc((100% / 4 - 22px) / 2 * 3 + 22px);
|
|
@@ -534,12 +537,13 @@ s {
|
|
|
534
537
|
}
|
|
535
538
|
.flowtop .floatcenter .renderTopTemp5 {
|
|
536
539
|
width: calc(100% / 5);
|
|
540
|
+
float: left;
|
|
537
541
|
}
|
|
538
542
|
.flowtop .floatcenter .renderTopTemp5 .flowline5 {
|
|
539
543
|
float: left;
|
|
540
544
|
margin-top: 15px;
|
|
541
545
|
height: 4px;
|
|
542
|
-
width: calc(
|
|
546
|
+
width: calc(100% / 5 - 22px);
|
|
543
547
|
}
|
|
544
548
|
.flowtop .floatcenter .renderTopTemp5:last-child {
|
|
545
549
|
width: calc((100% / 5 - 22px) / 2 * 3 + 22px);
|
|
@@ -551,12 +555,13 @@ s {
|
|
|
551
555
|
}
|
|
552
556
|
.flowtop .floatcenter .renderTopTemp6 {
|
|
553
557
|
width: calc(100% / 6);
|
|
558
|
+
float: left;
|
|
554
559
|
}
|
|
555
560
|
.flowtop .floatcenter .renderTopTemp6 .flowline6 {
|
|
556
561
|
float: left;
|
|
557
562
|
margin-top: 15px;
|
|
558
563
|
height: 4px;
|
|
559
|
-
width: calc(
|
|
564
|
+
width: calc(100% / 6 - 22px);
|
|
560
565
|
}
|
|
561
566
|
.flowtop .floatcenter .renderTopTemp6:last-child {
|
|
562
567
|
width: calc((100% / 6 - 22px) / 2 * 3 + 22px);
|
|
@@ -568,12 +573,13 @@ s {
|
|
|
568
573
|
}
|
|
569
574
|
.flowtop .floatcenter .renderTopTemp7 {
|
|
570
575
|
width: calc(100% / 7);
|
|
576
|
+
float: left;
|
|
571
577
|
}
|
|
572
578
|
.flowtop .floatcenter .renderTopTemp7 .flowline7 {
|
|
573
579
|
float: left;
|
|
574
580
|
margin-top: 15px;
|
|
575
581
|
height: 4px;
|
|
576
|
-
width: calc(
|
|
582
|
+
width: calc(100% / 7 - 22px);
|
|
577
583
|
}
|
|
578
584
|
.flowtop .floatcenter .renderTopTemp7:last-child {
|
|
579
585
|
width: calc((100% / 7 - 22px) / 2 * 3 + 22px);
|
|
@@ -585,12 +591,13 @@ s {
|
|
|
585
591
|
}
|
|
586
592
|
.flowtop .floatcenter .renderTopTemp8 {
|
|
587
593
|
width: calc(100% / 8);
|
|
594
|
+
float: left;
|
|
588
595
|
}
|
|
589
596
|
.flowtop .floatcenter .renderTopTemp8 .flowline8 {
|
|
590
597
|
float: left;
|
|
591
598
|
margin-top: 15px;
|
|
592
599
|
height: 4px;
|
|
593
|
-
width: calc(
|
|
600
|
+
width: calc(100% / 8 - 22px);
|
|
594
601
|
}
|
|
595
602
|
.flowtop .floatcenter .renderTopTemp8:last-child {
|
|
596
603
|
width: calc((100% / 8 - 22px) / 2 * 3 + 22px);
|
|
@@ -602,12 +609,13 @@ s {
|
|
|
602
609
|
}
|
|
603
610
|
.flowtop .floatcenter .renderTopTemp9 {
|
|
604
611
|
width: calc(100% / 9);
|
|
612
|
+
float: left;
|
|
605
613
|
}
|
|
606
614
|
.flowtop .floatcenter .renderTopTemp9 .flowline9 {
|
|
607
615
|
float: left;
|
|
608
616
|
margin-top: 15px;
|
|
609
617
|
height: 4px;
|
|
610
|
-
width: calc(
|
|
618
|
+
width: calc(100% / 9 - 22px);
|
|
611
619
|
}
|
|
612
620
|
.flowtop .floatcenter .renderTopTemp9:last-child {
|
|
613
621
|
width: calc((100% / 9 - 22px) / 2 * 3 + 22px);
|
|
@@ -622,27 +630,35 @@ s {
|
|
|
622
630
|
}
|
|
623
631
|
.flowmid .floatcenter div.flowtext2 {
|
|
624
632
|
width: calc(100% / 2);
|
|
633
|
+
float: left;
|
|
625
634
|
}
|
|
626
635
|
.flowmid .floatcenter div.flowtext3 {
|
|
627
636
|
width: calc(100% / 3);
|
|
637
|
+
float: left;
|
|
628
638
|
}
|
|
629
639
|
.flowmid .floatcenter div.flowtext4 {
|
|
630
640
|
width: calc(100% / 4);
|
|
641
|
+
float: left;
|
|
631
642
|
}
|
|
632
643
|
.flowmid .floatcenter div.flowtext5 {
|
|
633
644
|
width: calc(100% / 5);
|
|
645
|
+
float: left;
|
|
634
646
|
}
|
|
635
647
|
.flowmid .floatcenter div.flowtext6 {
|
|
636
648
|
width: calc(100% / 6);
|
|
649
|
+
float: left;
|
|
637
650
|
}
|
|
638
651
|
.flowmid .floatcenter div.flowtext7 {
|
|
639
652
|
width: calc(100% / 7);
|
|
653
|
+
float: left;
|
|
640
654
|
}
|
|
641
655
|
.flowmid .floatcenter div.flowtext8 {
|
|
642
656
|
width: calc(100% / 8);
|
|
657
|
+
float: left;
|
|
643
658
|
}
|
|
644
659
|
.flowmid .floatcenter div.flowtext9 {
|
|
645
660
|
width: calc(100% / 9);
|
|
661
|
+
float: left;
|
|
646
662
|
}
|
|
647
663
|
.floatcenter2_1 {
|
|
648
664
|
position: absolute;
|