@jx3box/jx3box-common-ui 6.1.3 → 6.1.6

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.
@@ -1,118 +1,11 @@
1
1
  .c-author {
2
- .u-author {
3
- .clearfix;
4
- .db;
5
- .mb(10px);
6
- .pr;
7
- }
8
- .u-avatar {
9
- .fl;
10
- .mr(15px);
11
- .size(68px);
12
- }
13
- .u-name {
14
- .lh(2.2);
15
- .bold;
16
- color: @darkblue;
17
- &:hover {
18
- color: #f39;
19
- }
20
- .nobreak;
21
- }
22
- .u-info{
23
- .pr;top:-4px;
24
- .h(68px);
25
- display: flex;
26
- flex-direction: column;
27
- justify-content: center;
28
- }
29
- .u-bio {
30
- .mb(10px);
31
- .fz(12px, 2);
32
- .break(3);
33
- color: #888;
34
- padding: 0 5px;
35
- }
36
- .u-extend {
37
- display: flex;
38
- }
39
- .u-level {
40
- padding: 2px 8px;
41
- .fz(12px, 14px);
42
- color: #fff;
43
- background-color:#aaa;
44
- border-radius: 2px;
45
2
 
46
- &.lv-1{background-color: #32d3c4;}
47
- &.lv-2{background-color: #86c0fb;}
48
- &.lv-3{background-color: #33d9ff;}
49
- &.lv-4{background-color: #ffdb2a;}
50
- &.lv-5{background-color: #ffa739;}
51
- &.lv-6{background-color: #ff70b2;}
52
- &.lv-7{background-color: #ff3399;}
53
- &.lv-8{background-color: #f93c3c;}
54
- }
55
- .u-vip {
56
- .ml(5px);
57
- .db;
58
- .i-icon-vip {
59
- .db;
60
- vertical-align: baseline;
61
- padding: 2px 6px;
62
- .fz(12px, 14px);
63
- font-style: normal;
64
- border-radius: 2px;
65
- background-color: #ddd;
66
- color: #fff;
67
- &.on {
68
- background-color: #6f42c1;
69
- }
70
- }
71
- }
72
- .u-superauthor {
73
- margin-left: 4px;
74
- display: inline-block;
75
- vertical-align: -2px;
76
- img {
77
- width: 16px;
78
- }
79
- }
80
3
  .u-tips {
81
4
  .db;
82
5
  color: #555;
83
6
  font-size: 12px;
84
7
  }
85
- .u-link {
86
- border-top: 1px dashed #eee;
87
- border-bottom: 1px dashed #eee;
88
- a,
89
- div {
90
- .db;
91
- margin: 10px 5px;
92
- .fz(12px, 20px);
93
- color: #555;
94
- }
95
- a {
96
- &:hover {
97
- color: #f39;
98
- }
99
- }
100
- svg,
101
- img {
102
- .size(16px);
103
- .mr(6px);
104
- .y(-3px);
105
- }
106
- }
107
- .u-medals {
108
- padding: 0 2px;
109
- }
110
8
 
111
- .u-medal{
112
- img{
113
- .size(20px);
114
- }
115
- }
116
9
  .u-label {
117
10
  margin: 15px 0 10px 0;
118
11
  padding: 0 5px 10px 5px;
@@ -166,34 +59,14 @@
166
59
  animation-delay: 0.2s;
167
60
  }
168
61
 
169
- .u-teams {
170
- .mt(10px);
171
- .u-team {
172
- .db;
173
- background-color: #f2f6fc;
174
- .mb(6px);
175
- &:hover {
176
- background-color: #e6f0fb;
177
- // color:@color-link;
178
- }
179
- padding: 4px 4px;
180
- .r(3px);
181
- }
182
- .u-team-logo {
183
- .size(24px);
184
- .y;
185
- .mr(4px);
186
- .r(4px);
187
- }
188
- .u-team-name {
189
- .fz(12px);
190
- color: #555;
191
- }
62
+ .u-fans{
63
+ .mt(5px);
64
+ display: flex;
192
65
  }
193
-
194
- .u-follow-box {
195
- .mb(10px);
66
+ .u-links{
67
+ .mt(15px);
196
68
  }
69
+
197
70
  }
198
71
 
199
72
  .c-sidebar-left .c-author {
@@ -52,6 +52,7 @@
52
52
  .fz(20px,1);
53
53
  .dbi;.y;
54
54
  vertical-align: text-bottom;
55
+ .mr(10px);
55
56
  }
56
57
  .el-progress {
57
58
  margin: 10px;
@@ -0,0 +1,522 @@
1
+ {
2
+ "remarks": [
3
+ "这个文件用于存储游戏内的字体ini",
4
+ "但是由于大部分场景下我们只需要字体的颜色",
5
+ "而且存在着很多个字体id对应同一种颜色的情况",
6
+ "所以用颜色作为键,值是一个数组,包含着颜色是键值的所有字体ID"
7
+ ],
8
+ "#ffffff": [
9
+ "0",
10
+ "2",
11
+ "3",
12
+ "5",
13
+ "7",
14
+ "9",
15
+ "10",
16
+ "13",
17
+ "15",
18
+ "18",
19
+ "22",
20
+ "26",
21
+ "28",
22
+ "37",
23
+ "40",
24
+ "41",
25
+ "42",
26
+ "44",
27
+ "106",
28
+ "135",
29
+ "162",
30
+ "175",
31
+ "190",
32
+ "197",
33
+ "203",
34
+ "207",
35
+ "210",
36
+ "211",
37
+ "212",
38
+ "213",
39
+ "214",
40
+ "216",
41
+ "227",
42
+ "228",
43
+ "230",
44
+ "231",
45
+ "232",
46
+ "233",
47
+ "234",
48
+ "238",
49
+ "244",
50
+ "245",
51
+ "247",
52
+ "248",
53
+ "250",
54
+ "254",
55
+ "257",
56
+ "259",
57
+ "263",
58
+ "264",
59
+ "272",
60
+ "273",
61
+ "276",
62
+ "292",
63
+ "300",
64
+ "301",
65
+ "303",
66
+ "304",
67
+ "310",
68
+ "324",
69
+ "327",
70
+ "329",
71
+ "331",
72
+ "332",
73
+ "336",
74
+ "339",
75
+ "343",
76
+ "344",
77
+ "362",
78
+ "371"
79
+ ],
80
+ "#000000": [
81
+ "1",
82
+ "6",
83
+ "29",
84
+ "38",
85
+ "43",
86
+ "156",
87
+ "160",
88
+ "180",
89
+ "191",
90
+ "225",
91
+ "260",
92
+ "269",
93
+ "288",
94
+ "326"
95
+ ],
96
+ "#282828": [
97
+ "4",
98
+ "296",
99
+ "312"
100
+ ],
101
+ "#ffff00": [
102
+ "8",
103
+ "11",
104
+ "14",
105
+ "16",
106
+ "23",
107
+ "27",
108
+ "31",
109
+ "48",
110
+ "59",
111
+ "65",
112
+ "99",
113
+ "100",
114
+ "136",
115
+ "163",
116
+ "187",
117
+ "188",
118
+ "200",
119
+ "201",
120
+ "204",
121
+ "236",
122
+ "241",
123
+ "258",
124
+ "289",
125
+ "306",
126
+ "315",
127
+ "328",
128
+ "330",
129
+ "334",
130
+ "372"
131
+ ],
132
+ "#ff7e7e": [
133
+ "12",
134
+ "17",
135
+ "51",
136
+ "52",
137
+ "53",
138
+ "54",
139
+ "55",
140
+ "56",
141
+ "57",
142
+ "58",
143
+ "70",
144
+ "85",
145
+ "86",
146
+ "87",
147
+ "88",
148
+ "89",
149
+ "90",
150
+ "91",
151
+ "92",
152
+ "93",
153
+ "94",
154
+ "95",
155
+ "96",
156
+ "97",
157
+ "98",
158
+ "111",
159
+ "114",
160
+ "115",
161
+ "116",
162
+ "117",
163
+ "118",
164
+ "119",
165
+ "120",
166
+ "121",
167
+ "122",
168
+ "123",
169
+ "124",
170
+ "125",
171
+ "126",
172
+ "127",
173
+ "128",
174
+ "129",
175
+ "130",
176
+ "140",
177
+ "141",
178
+ "142",
179
+ "143",
180
+ "144",
181
+ "145",
182
+ "146",
183
+ "147",
184
+ "148",
185
+ "149",
186
+ "150",
187
+ "151",
188
+ "152",
189
+ "153",
190
+ "154",
191
+ "178",
192
+ "179",
193
+ "279",
194
+ "320",
195
+ "370"
196
+ ],
197
+ "#a3b06a": [
198
+ "19",
199
+ "39",
200
+ "66"
201
+ ],
202
+ "#ff0000": [
203
+ "20",
204
+ "33",
205
+ "71",
206
+ "102",
207
+ "137",
208
+ "159",
209
+ "166",
210
+ "217",
211
+ "219",
212
+ "270",
213
+ "308",
214
+ "317"
215
+ ],
216
+ "#00c848": [
217
+ "21",
218
+ "36",
219
+ "80",
220
+ "105",
221
+ "165",
222
+ "167",
223
+ "222",
224
+ "226",
225
+ "287",
226
+ "316",
227
+ "365",
228
+ "369"
229
+ ],
230
+ "#ff9600": [
231
+ "24",
232
+ "32",
233
+ "68",
234
+ "101",
235
+ "164",
236
+ "168",
237
+ "237",
238
+ "256",
239
+ "318",
240
+ "335",
241
+ "366"
242
+ ],
243
+ "#adadad": [
244
+ "25",
245
+ "30",
246
+ "61",
247
+ "108",
248
+ "132",
249
+ "161",
250
+ "169",
251
+ "220",
252
+ "319",
253
+ "333"
254
+ ],
255
+ "#df12c9": [
256
+ "34",
257
+ "74",
258
+ "103",
259
+ "367"
260
+ ],
261
+ "#007eff": [
262
+ "35",
263
+ "77",
264
+ "104",
265
+ "285",
266
+ "323",
267
+ "368"
268
+ ],
269
+ "#cfcfcf": [
270
+ "45",
271
+ "60",
272
+ "107",
273
+ "131",
274
+ "189",
275
+ "215",
276
+ "221",
277
+ "223",
278
+ "261",
279
+ "283",
280
+ "374"
281
+ ],
282
+ "#969696": [
283
+ "46",
284
+ "62",
285
+ "109",
286
+ "133",
287
+ "218"
288
+ ],
289
+ "#04d1b6": [
290
+ "47"
291
+ ],
292
+ "#fff78e": [
293
+ "49",
294
+ "155"
295
+ ],
296
+ "#636363": [
297
+ "50",
298
+ "63",
299
+ "110",
300
+ "134",
301
+ "313"
302
+ ],
303
+ "#ffffbb": [
304
+ "64",
305
+ "177",
306
+ "182",
307
+ "185",
308
+ "239",
309
+ "375"
310
+ ],
311
+ "#ffca7e": [
312
+ "67",
313
+ "157",
314
+ "266",
315
+ "321"
316
+ ],
317
+ "#a96300": [
318
+ "69",
319
+ "158",
320
+ "240",
321
+ "307"
322
+ ],
323
+ "#a90000": [
324
+ "72",
325
+ "337",
326
+ "338",
327
+ "340"
328
+ ],
329
+ "#ca7eff": [
330
+ "73",
331
+ "112",
332
+ "195",
333
+ "278",
334
+ "305"
335
+ ],
336
+ "#5e1ba0": [
337
+ "75",
338
+ "181"
339
+ ],
340
+ "#7e7eff": [
341
+ "76",
342
+ "113",
343
+ "193"
344
+ ],
345
+ "#0000a9": [
346
+ "78"
347
+ ],
348
+ "#7ee3a3": [
349
+ "79",
350
+ "139",
351
+ "176",
352
+ "192",
353
+ "194",
354
+ "282"
355
+ ],
356
+ "#00842f": [
357
+ "81",
358
+ "138"
359
+ ],
360
+ "#e68c00": [
361
+ "82",
362
+ "294",
363
+ "295",
364
+ "325"
365
+ ],
366
+ "#dc1e00": [
367
+ "83"
368
+ ],
369
+ "#968c00": [
370
+ "84"
371
+ ],
372
+ "#606000": [
373
+ "170"
374
+ ],
375
+ "#1e366c": [
376
+ "171"
377
+ ],
378
+ "#8b2e1c": [
379
+ "172",
380
+ "293",
381
+ "299"
382
+ ],
383
+ "#105830": [
384
+ "173",
385
+ "309"
386
+ ],
387
+ "#45544b": [
388
+ "174"
389
+ ],
390
+ "#1e68fe": [
391
+ "183"
392
+ ],
393
+ "#ef370c": [
394
+ "184",
395
+ "208",
396
+ "235"
397
+ ],
398
+ "#4cdf15": [
399
+ "186",
400
+ "229"
401
+ ],
402
+ "#ff0012": [
403
+ "196",
404
+ "199"
405
+ ],
406
+ "#4fff6c": [
407
+ "198"
408
+ ],
409
+ "#33f3ff": [
410
+ "202",
411
+ "205",
412
+ "252",
413
+ "253",
414
+ "262"
415
+ ],
416
+ "#30bdd6": [
417
+ "206",
418
+ "281"
419
+ ],
420
+ "undefined": [
421
+ "209"
422
+ ],
423
+ "#fbeab7": [
424
+ "224",
425
+ "274",
426
+ "275",
427
+ "311",
428
+ "342"
429
+ ],
430
+ "#453d2a": [
431
+ "242",
432
+ "341"
433
+ ],
434
+ "#bafbdf": [
435
+ "243",
436
+ "246",
437
+ "249",
438
+ "255"
439
+ ],
440
+ "#ffde00": [
441
+ "251",
442
+ "271",
443
+ "280"
444
+ ],
445
+ "#96cedf": [
446
+ "265"
447
+ ],
448
+ "#fab07e": [
449
+ "267"
450
+ ],
451
+ "#e8c368": [
452
+ "268"
453
+ ],
454
+ "#99452b": [
455
+ "277"
456
+ ],
457
+ "#0b0b0b": [
458
+ "284"
459
+ ],
460
+ "#df11c9": [
461
+ "286"
462
+ ],
463
+ "#3e281b": [
464
+ "290",
465
+ "291",
466
+ "373"
467
+ ],
468
+ "#493c23": [
469
+ "297",
470
+ "298"
471
+ ],
472
+ "#46332b": [
473
+ "302",
474
+ "314",
475
+ "349"
476
+ ],
477
+ "#92de5f": [
478
+ "322"
479
+ ],
480
+ "#776859": [
481
+ "345",
482
+ "352"
483
+ ],
484
+ "#735c3c": [
485
+ "346",
486
+ "347",
487
+ "355",
488
+ "356"
489
+ ],
490
+ "#615044": [
491
+ "348"
492
+ ],
493
+ "#513301": [
494
+ "350",
495
+ "354",
496
+ "357"
497
+ ],
498
+ "#ece4cc": [
499
+ "351"
500
+ ],
501
+ "#fef9e7": [
502
+ "353"
503
+ ],
504
+ "#92bcb4": [
505
+ "358"
506
+ ],
507
+ "#6fa497": [
508
+ "359"
509
+ ],
510
+ "#bce5db": [
511
+ "360"
512
+ ],
513
+ "#e3d7c7": [
514
+ "361"
515
+ ],
516
+ "#95b9ba": [
517
+ "363"
518
+ ],
519
+ "#a9a7a3": [
520
+ "364"
521
+ ]
522
+ }
@@ -0,0 +1 @@
1
+ <svg id="图层_1" data-name="图层 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 534.74 506.53"><defs><style>.cls-1{fill:#1395da;}.cls-2{fill:#1496da;}.cls-3{fill:#1596da;}</style></defs><title>bilibili</title><path class="cls-1" d="M367.09,422.78c-6,22.83-13.59,31-28.3,31.32-17.9.34-25.22-6.26-32.15-29.33H292.41c-59.82.18-119.64.48-179.45.41-8.91,0-15.15.23-18.33,11.25-3.68,12.82-15.51,18.5-28.81,17.44-12.71-1-21.29-8-24.55-21.2-1.33-5.44-3.14-7.79-9.08-7.32-6.61.54-13.35-.65-20-.14-17.62,1.37-31.83-6.15-44.45-17-23.54-20.3-34-46.83-34.06-77.43q-.3-94.72.07-189.46c0-16.29-1-32.84,1.52-48.81C-59.34,57.77-38.77,35-5.24,24.14a28.88,28.88,0,0,1,8.36-1q54-.57,108-1h6.53c-1.49-1.69-2.31-2.77-3.27-3.71Q93-2.34,71.69-23.06c-6-5.85-6.37-12.53-1-19A28,28,0,0,1,73.43-45c10.72-9.87,13.56-10,24,.09,21.92,21.19,43.65,42.58,65.64,63.7A12.5,12.5,0,0,0,170.79,22c20.16.35,40.32.23,60.48.5a12.28,12.28,0,0,0,9.64-3.89q32.1-31.51,64.5-62.72c8.77-8.42,11.16-8.33,20.62-.43a32.23,32.23,0,0,1,6.1,6.52c3.78,5.57,3,11.56-1.78,16.24Q309.74-1.78,289,18.12a31.45,31.45,0,0,1-4.5,3.05l1,1.73h7.23q52.72.39,105.46.84a22.63,22.63,0,0,1,7.32,1.18c35.29,12.69,56.25,37.32,61.5,74.7a143.07,143.07,0,0,1,1,19.43c.16,72.15.59,144.3.14,216.44-.16,25.06-8.74,47.81-26.23,66.27C428.42,416,411.88,424,391.61,422.86,383.48,422.41,375.31,422.78,367.09,422.78ZM203.66,78.17h-187C1.33,78.18-7,86.57-7,102V349c0,15.45,8.37,23.91,23.66,23.91h374c15.38,0,23.65-8.34,23.65-23.86q0-123.48,0-247c0-15.82-8.15-23.88-24.1-23.89Z" transform="translate(66.39 52.42)"/><path class="cls-2" d="M370.54,212.76,259.63,191.38c2.88-13.92,5.69-27.51,8.68-42l111.51,21.36C376.7,184.87,373.68,198.57,370.54,212.76Z" transform="translate(66.39 52.42)"/><path class="cls-2" d="M32.53,170.75l111.76-21.38c2.84,14.09,5.57,27.68,8.45,42L42.15,212.78C39,198.86,35.81,185.06,32.53,170.75Z" transform="translate(66.39 52.42)"/><path class="cls-3" d="M134.42,286.7l17.73-11.51c3.42,3.66,6.39,7.49,10,10.59,8,6.9,17.31,7.35,24.69-.15,6.9-7,12.28-15.49,18.35-23.36a45,45,0,0,0,2.62,4.69c3.57,5.19,6.75,10.78,11,15.31,9.59,10.16,21,10.7,32.11,2.07,3.13-2.44,5.84-5.41,9-8.41L276,286.26C259.31,315,231.82,319.9,204.91,299c-2.42,2-4.82,4.24-7.42,6.21-10.38,7.86-21.72,9.6-33.86,4.76C151.74,305.25,142.56,297.06,134.42,286.7Z" transform="translate(66.39 52.42)"/></svg>
Binary file