antd-management-fast-framework 1.11.39 → 1.11.44

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.
Files changed (48) hide show
  1. package/es/configGroup/configGeneral.d.ts +7 -0
  2. package/es/configGroup/configGeneral.js +83 -1
  3. package/es/customComponents/AnimalBox/FadeBox/index.less +6 -6
  4. package/es/customComponents/AudioUpload/index.d.ts +30 -0
  5. package/es/customComponents/AudioUpload/index.js +478 -0
  6. package/es/customComponents/EllipsisCustom/index.less +1 -1
  7. package/es/customComponents/FunctionComponent/index.js +0 -1
  8. package/es/customComponents/ImageBox/index.less +4 -4
  9. package/es/customComponents/ImageUpload/index.d.ts +3 -0
  10. package/es/customComponents/ImageUpload/index.js +32 -8
  11. package/es/customComponents/ImageUpload/index.less +13 -2
  12. package/es/customComponents/MobileContainor/Devices/GalaxyNote8/index.d.ts +6 -0
  13. package/es/customComponents/MobileContainor/Devices/GalaxyNote8/index.js +89 -0
  14. package/es/customComponents/MobileContainor/Devices/IPhone5S/index.d.ts +11 -0
  15. package/es/customComponents/MobileContainor/Devices/IPhone5S/index.js +95 -0
  16. package/es/customComponents/MobileContainor/Devices/Iphone8/index.d.ts +11 -0
  17. package/es/customComponents/MobileContainor/Devices/Iphone8/index.js +95 -0
  18. package/es/customComponents/MobileContainor/Devices/Iphone8plus/index.d.ts +11 -0
  19. package/es/customComponents/MobileContainor/Devices/Iphone8plus/index.js +95 -0
  20. package/es/customComponents/MobileContainor/Devices/IphoneX/index.d.ts +6 -0
  21. package/es/customComponents/MobileContainor/Devices/IphoneX/index.js +97 -0
  22. package/es/customComponents/MobileContainor/Devices/devices.less +2815 -0
  23. package/es/customComponents/MobileContainor/MobilePreviewDrawer/index.d.ts +9 -0
  24. package/es/customComponents/MobileContainor/MobilePreviewDrawer/index.js +209 -0
  25. package/es/customComponents/MobileContainor/{index.d.ts → RoughSketch/index.d.ts} +0 -0
  26. package/es/customComponents/MobileContainor/{index.js → RoughSketch/index.js} +1 -11
  27. package/es/customComponents/MobileContainor/RoughSketch/index.less +58 -0
  28. package/es/customComponents/NoticeIconCustom/NoticeList.less +1 -1
  29. package/es/customComponents/VideoUpload/index.js +1 -1
  30. package/es/framework/Common/index.d.ts +1 -0
  31. package/es/framework/Common/index.js +59 -14
  32. package/es/framework/CustomWrapper/SupplementCore/index.js +17 -0
  33. package/es/framework/DataDrawer/Base/index.d.ts +5 -0
  34. package/es/framework/DataDrawer/Base/index.js +142 -11
  35. package/es/framework/DataListView/Base/index.js +5 -1
  36. package/es/framework/DataModal/Base/index.js +0 -2
  37. package/es/framework/DataModal/BaseUpdateTransferModal/index.js +0 -2
  38. package/es/utils/actionAssist.d.ts +11 -18
  39. package/es/utils/actionAssist.js +10 -0
  40. package/es/utils/constants.d.ts +121 -38
  41. package/es/utils/constants.js +135 -3
  42. package/es/utils/defaultSettingsSpecial.d.ts +1 -0
  43. package/es/utils/defaultSettingsSpecial.js +10 -0
  44. package/es/utils/mediaDefault.d.ts +7 -0
  45. package/es/utils/mediaDefault.js +19 -0
  46. package/es/utils/tools.d.ts +1 -0
  47. package/package.json +13 -13
  48. package/es/customComponents/MobileContainor/index.less +0 -60
@@ -0,0 +1,2815 @@
1
+ .devices {
2
+ .marvel-device {
3
+ position: relative;
4
+ display: inline-block;
5
+ box-sizing: content-box !important;
6
+ }
7
+
8
+ .marvel-device .screen {
9
+ position: relative;
10
+ z-index: 3;
11
+ display: block;
12
+ width: 100%;
13
+ height: 100%;
14
+ overflow: hidden;
15
+ background: white;
16
+ border-radius: 1px;
17
+ box-shadow: 0 0 0 3px #111;
18
+ }
19
+
20
+ .marvel-device .top-bar,
21
+ .marvel-device .bottom-bar {
22
+ display: block;
23
+ width: 100%;
24
+ height: 3px;
25
+ background: black;
26
+ }
27
+
28
+ .marvel-device .middle-bar {
29
+ position: absolute;
30
+ top: 0;
31
+ left: 90px;
32
+ width: 3px;
33
+ height: 4px;
34
+ background: black;
35
+ }
36
+
37
+ .marvel-device.iphone8 {
38
+ width: 375px;
39
+ height: 667px;
40
+ padding: 105px 24px;
41
+ background: #d9dbdc;
42
+ border-radius: 56px;
43
+ box-shadow: inset 0 0 3px 0 rgb(0 0 0 / 20%);
44
+ }
45
+
46
+ .marvel-device.iphone8::before {
47
+ position: absolute;
48
+ top: 6px;
49
+ left: 6px;
50
+ z-index: 1;
51
+ width: calc(100% - 12px);
52
+ height: calc(100% - 12px);
53
+ background: #f8f8f8;
54
+ border-radius: 50px;
55
+ content: '';
56
+ }
57
+
58
+ .marvel-device.iphone8::after {
59
+ position: absolute;
60
+ top: 8px;
61
+ left: 8px;
62
+ z-index: 2;
63
+ width: calc(100% - 16px);
64
+ height: calc(100% - 16px);
65
+ border-radius: 48px;
66
+ box-shadow: inset 0 0 3px 0 rgb(0 0 0 / 10%), inset 0 0 6px 3px #fff;
67
+ content: '';
68
+ }
69
+
70
+ .marvel-device.iphone8 .home {
71
+ position: absolute;
72
+ bottom: 22px;
73
+ left: 50%;
74
+ z-index: 3;
75
+ width: 68px;
76
+ height: 68px;
77
+ margin-left: -34px;
78
+ background: #303233;
79
+ background: linear-gradient(
80
+ 135deg,
81
+ #303233 0%,
82
+ #b5b7b9 50%,
83
+ #f0f2f2 69%,
84
+ #303233 100%
85
+ );
86
+ border-radius: 100%;
87
+ }
88
+
89
+ .marvel-device.iphone8 .home::before {
90
+ position: absolute;
91
+ top: 4px;
92
+ left: 4px;
93
+ width: calc(100% - 8px);
94
+ height: calc(100% - 8px);
95
+ background: #f8f8f8;
96
+ border-radius: 100%;
97
+ content: '';
98
+ }
99
+
100
+ .marvel-device.iphone8 .top-bar {
101
+ position: absolute;
102
+ top: 68px;
103
+ left: 0;
104
+ height: 14px;
105
+ background: #bfbfc0;
106
+ }
107
+
108
+ .marvel-device.iphone8 .bottom-bar {
109
+ position: absolute;
110
+ bottom: 68px;
111
+ left: 0;
112
+ height: 14px;
113
+ background: #bfbfc0;
114
+ }
115
+
116
+ .marvel-device.iphone8 .sleep {
117
+ position: absolute;
118
+ top: 190px;
119
+ right: -4px;
120
+ width: 4px;
121
+ height: 66px;
122
+ background: #d9dbdc;
123
+ border-radius: 0 2px 2px 0;
124
+ }
125
+
126
+ .marvel-device.iphone8 .volume {
127
+ position: absolute;
128
+ top: 188px;
129
+ left: -4px;
130
+ z-index: 0;
131
+ width: 4px;
132
+ height: 66px;
133
+ background: #d9dbdc;
134
+ border-radius: 2px 0 0 2px;
135
+ }
136
+
137
+ .marvel-device.iphone8 .volume::before {
138
+ position: absolute;
139
+ top: -78px;
140
+ left: 2px;
141
+ display: block;
142
+ width: 2px;
143
+ height: 40px;
144
+ background: inherit;
145
+ border-radius: 2px 0 0 2px;
146
+ content: '';
147
+ }
148
+
149
+ .marvel-device.iphone8 .volume::after {
150
+ position: absolute;
151
+ top: 82px;
152
+ left: 0;
153
+ display: block;
154
+ width: 4px;
155
+ height: 66px;
156
+ background: inherit;
157
+ border-radius: 2px 0 0 2px;
158
+ content: '';
159
+ }
160
+
161
+ .marvel-device.iphone8 .camera {
162
+ position: absolute;
163
+ top: 24px;
164
+ left: 50%;
165
+ z-index: 3;
166
+ width: 12px;
167
+ height: 12px;
168
+ margin-left: -6px;
169
+ background: #3c3d3d;
170
+ border-radius: 100%;
171
+ }
172
+
173
+ .marvel-device.iphone8 .sensor {
174
+ position: absolute;
175
+ top: 49px;
176
+ left: 134px;
177
+ z-index: 3;
178
+ width: 16px;
179
+ height: 16px;
180
+ background: #3c3d3d;
181
+ border-radius: 100%;
182
+ }
183
+
184
+ .marvel-device.iphone8 .speaker {
185
+ position: absolute;
186
+ top: 54px;
187
+ left: 50%;
188
+ z-index: 3;
189
+ width: 70px;
190
+ height: 6px;
191
+ margin-left: -35px;
192
+ background: #292728;
193
+ border-radius: 6px;
194
+ }
195
+
196
+ .marvel-device.iphone8.gold {
197
+ background: #f9e7d3;
198
+ }
199
+
200
+ .marvel-device.iphone8.gold .top-bar,
201
+ .marvel-device.iphone8.gold .bottom-bar {
202
+ background: white;
203
+ }
204
+
205
+ .marvel-device.iphone8.gold .sleep,
206
+ .marvel-device.iphone8.gold .volume {
207
+ background: #f9e7d3;
208
+ }
209
+
210
+ .marvel-device.iphone8.gold .home {
211
+ background: #cebba9;
212
+ background: linear-gradient(135deg, #cebba9 0%, #f9e7d3 50%, #cebba9 100%);
213
+ }
214
+
215
+ .marvel-device.iphone8.black {
216
+ background: #464646;
217
+ box-shadow: inset 0 0 3px 0 rgb(0 0 0 / 70%);
218
+ }
219
+
220
+ .marvel-device.iphone8.black::before {
221
+ background: #080808;
222
+ }
223
+
224
+ .marvel-device.iphone8.black::after {
225
+ box-shadow: inset 0 0 3px 0 rgb(0 0 0 / 10%), inset 0 0 6px 3px #212121;
226
+ }
227
+
228
+ .marvel-device.iphone8.black .top-bar,
229
+ .marvel-device.iphone8.black .bottom-bar {
230
+ background: #212121;
231
+ }
232
+
233
+ .marvel-device.iphone8.black .volume,
234
+ .marvel-device.iphone8.black .sleep {
235
+ background: #464646;
236
+ }
237
+
238
+ .marvel-device.iphone8.black .camera {
239
+ background: #080808;
240
+ }
241
+
242
+ .marvel-device.iphone8.black .home {
243
+ background: #080808;
244
+ background: linear-gradient(135deg, #080808 0%, #464646 50%, #080808 100%);
245
+ }
246
+
247
+ .marvel-device.iphone8.black .home::before {
248
+ background: #080808;
249
+ }
250
+
251
+ .marvel-device.iphone8.landscape {
252
+ width: 667px;
253
+ height: 375px;
254
+ padding: 24px 105px;
255
+ }
256
+
257
+ .marvel-device.iphone8.landscape .sleep {
258
+ top: 100%;
259
+ right: 190px;
260
+ width: 66px;
261
+ height: 4px;
262
+ border-radius: 0 0 2px 2px;
263
+ }
264
+
265
+ .marvel-device.iphone8.landscape .volume {
266
+ top: -4px;
267
+ left: calc(100% - 188px - 66px);
268
+ width: 66px;
269
+ height: 4px;
270
+ border-radius: 2px 2px 0 0;
271
+ }
272
+
273
+ .marvel-device.iphone8.landscape .volume::before {
274
+ top: 2px;
275
+ right: -78px;
276
+ left: auto;
277
+ width: 40px;
278
+ height: 2px;
279
+ border-radius: 2px 2px 0 0;
280
+ }
281
+
282
+ .marvel-device.iphone8.landscape .volume::after {
283
+ top: 0;
284
+ left: -82px;
285
+ width: 66px;
286
+ height: 4px;
287
+ border-radius: 2px 2px 0 0;
288
+ }
289
+
290
+ .marvel-device.iphone8.landscape .top-bar {
291
+ top: 0;
292
+ left: calc(100% - 68px - 14px);
293
+ width: 14px;
294
+ height: 100%;
295
+ }
296
+
297
+ .marvel-device.iphone8.landscape .bottom-bar {
298
+ top: 0;
299
+ left: 68px;
300
+ width: 14px;
301
+ height: 100%;
302
+ }
303
+
304
+ .marvel-device.iphone8.landscape .home {
305
+ top: 50%;
306
+ left: 22px;
307
+ margin-top: -34px;
308
+ margin-left: 0;
309
+ }
310
+
311
+ .marvel-device.iphone8.landscape .sensor {
312
+ top: 134px;
313
+ left: calc(100% - 49px - 16px);
314
+ }
315
+
316
+ .marvel-device.iphone8.landscape .speaker {
317
+ top: 50%;
318
+ left: calc(100% - 54px - 6px);
319
+ width: 6px;
320
+ height: 70px;
321
+ margin-top: -35px;
322
+ margin-left: 0;
323
+ }
324
+
325
+ .marvel-device.iphone8.landscape .camera {
326
+ top: 50%;
327
+ left: calc(100% - 32px);
328
+ margin-top: -5px;
329
+ margin-left: 0;
330
+ }
331
+
332
+ .marvel-device.iphone8plus {
333
+ width: 414px;
334
+ height: 736px;
335
+ padding: 112px 26px;
336
+ background: #d9dbdc;
337
+ border-radius: 56px;
338
+ box-shadow: inset 0 0 3px 0 rgb(0 0 0 / 20%);
339
+ }
340
+
341
+ .marvel-device.iphone8plus::before {
342
+ position: absolute;
343
+ top: 6px;
344
+ left: 6px;
345
+ z-index: 1;
346
+ width: calc(100% - 12px);
347
+ height: calc(100% - 12px);
348
+ background: #f8f8f8;
349
+ border-radius: 50px;
350
+ content: '';
351
+ }
352
+
353
+ .marvel-device.iphone8plus::after {
354
+ position: absolute;
355
+ top: 8px;
356
+ left: 8px;
357
+ z-index: 2;
358
+ width: calc(100% - 16px);
359
+ height: calc(100% - 16px);
360
+ border-radius: 48px;
361
+ box-shadow: inset 0 0 3px 0 rgb(0 0 0 / 10%), inset 0 0 6px 3px #fff;
362
+ content: '';
363
+ }
364
+
365
+ .marvel-device.iphone8plus .home {
366
+ position: absolute;
367
+ bottom: 24px;
368
+ left: 50%;
369
+ z-index: 3;
370
+ width: 68px;
371
+ height: 68px;
372
+ margin-left: -34px;
373
+ background: #303233;
374
+ background: linear-gradient(
375
+ 135deg,
376
+ #303233 0%,
377
+ #b5b7b9 50%,
378
+ #f0f2f2 69%,
379
+ #303233 100%
380
+ );
381
+ border-radius: 100%;
382
+ }
383
+
384
+ .marvel-device.iphone8plus .home::before {
385
+ position: absolute;
386
+ top: 4px;
387
+ left: 4px;
388
+ width: calc(100% - 8px);
389
+ height: calc(100% - 8px);
390
+ background: #f8f8f8;
391
+ border-radius: 100%;
392
+ content: '';
393
+ }
394
+
395
+ .marvel-device.iphone8plus .top-bar {
396
+ position: absolute;
397
+ top: 68px;
398
+ left: 0;
399
+ height: 14px;
400
+ background: #bfbfc0;
401
+ }
402
+
403
+ .marvel-device.iphone8plus .bottom-bar {
404
+ position: absolute;
405
+ bottom: 68px;
406
+ left: 0;
407
+ height: 14px;
408
+ background: #bfbfc0;
409
+ }
410
+
411
+ .marvel-device.iphone8plus .sleep {
412
+ position: absolute;
413
+ top: 190px;
414
+ right: -4px;
415
+ width: 4px;
416
+ height: 66px;
417
+ background: #d9dbdc;
418
+ border-radius: 0 2px 2px 0;
419
+ }
420
+
421
+ .marvel-device.iphone8plus .volume {
422
+ position: absolute;
423
+ top: 188px;
424
+ left: -4px;
425
+ z-index: 0;
426
+ width: 4px;
427
+ height: 66px;
428
+ background: #d9dbdc;
429
+ border-radius: 2px 0 0 2px;
430
+ }
431
+
432
+ .marvel-device.iphone8plus .volume::before {
433
+ position: absolute;
434
+ top: -78px;
435
+ left: 2px;
436
+ display: block;
437
+ width: 2px;
438
+ height: 40px;
439
+ background: inherit;
440
+ border-radius: 2px 0 0 2px;
441
+ content: '';
442
+ }
443
+
444
+ .marvel-device.iphone8plus .volume::after {
445
+ position: absolute;
446
+ top: 82px;
447
+ left: 0;
448
+ display: block;
449
+ width: 4px;
450
+ height: 66px;
451
+ background: inherit;
452
+ border-radius: 2px 0 0 2px;
453
+ content: '';
454
+ }
455
+
456
+ .marvel-device.iphone8plus .camera {
457
+ position: absolute;
458
+ top: 29px;
459
+ left: 50%;
460
+ z-index: 3;
461
+ width: 12px;
462
+ height: 12px;
463
+ margin-left: -6px;
464
+ background: #3c3d3d;
465
+ border-radius: 100%;
466
+ }
467
+
468
+ .marvel-device.iphone8plus .sensor {
469
+ position: absolute;
470
+ top: 54px;
471
+ left: 154px;
472
+ z-index: 3;
473
+ width: 16px;
474
+ height: 16px;
475
+ background: #3c3d3d;
476
+ border-radius: 100%;
477
+ }
478
+
479
+ .marvel-device.iphone8plus .speaker {
480
+ position: absolute;
481
+ top: 59px;
482
+ left: 50%;
483
+ z-index: 3;
484
+ width: 70px;
485
+ height: 6px;
486
+ margin-left: -35px;
487
+ background: #292728;
488
+ border-radius: 6px;
489
+ }
490
+
491
+ .marvel-device.iphone8plus.gold {
492
+ background: #f9e7d3;
493
+ }
494
+
495
+ .marvel-device.iphone8plus.gold .top-bar,
496
+ .marvel-device.iphone8plus.gold .bottom-bar {
497
+ background: white;
498
+ }
499
+
500
+ .marvel-device.iphone8plus.gold .sleep,
501
+ .marvel-device.iphone8plus.gold .volume {
502
+ background: #f9e7d3;
503
+ }
504
+
505
+ .marvel-device.iphone8plus.gold .home {
506
+ background: #cebba9;
507
+ background: linear-gradient(135deg, #cebba9 0%, #f9e7d3 50%, #cebba9 100%);
508
+ }
509
+
510
+ .marvel-device.iphone8plus.black {
511
+ background: #464646;
512
+ box-shadow: inset 0 0 3px 0 rgb(0 0 0 / 70%);
513
+ }
514
+
515
+ .marvel-device.iphone8plus.black::before {
516
+ background: #080808;
517
+ }
518
+
519
+ .marvel-device.iphone8plus.black::after {
520
+ box-shadow: inset 0 0 3px 0 rgb(0 0 0 / 10%), inset 0 0 6px 3px #212121;
521
+ }
522
+
523
+ .marvel-device.iphone8plus.black .top-bar,
524
+ .marvel-device.iphone8plus.black .bottom-bar {
525
+ background: #212121;
526
+ }
527
+
528
+ .marvel-device.iphone8plus.black .volume,
529
+ .marvel-device.iphone8plus.black .sleep {
530
+ background: #464646;
531
+ }
532
+
533
+ .marvel-device.iphone8plus.black .camera {
534
+ background: #080808;
535
+ }
536
+
537
+ .marvel-device.iphone8plus.black .home {
538
+ background: #080808;
539
+ background: linear-gradient(135deg, #080808 0%, #464646 50%, #080808 100%);
540
+ }
541
+
542
+ .marvel-device.iphone8plus.black .home::before {
543
+ background: #080808;
544
+ }
545
+
546
+ .marvel-device.iphone8plus.landscape {
547
+ width: 736px;
548
+ height: 414px;
549
+ padding: 26px 112px;
550
+ }
551
+
552
+ .marvel-device.iphone8plus.landscape .sleep {
553
+ top: 100%;
554
+ right: 190px;
555
+ width: 66px;
556
+ height: 4px;
557
+ border-radius: 0 0 2px 2px;
558
+ }
559
+
560
+ .marvel-device.iphone8plus.landscape .volume {
561
+ top: -4px;
562
+ left: calc(100% - 188px - 66px);
563
+ width: 66px;
564
+ height: 4px;
565
+ border-radius: 2px 2px 0 0;
566
+ }
567
+
568
+ .marvel-device.iphone8plus.landscape .volume::before {
569
+ top: 2px;
570
+ right: -78px;
571
+ left: auto;
572
+ width: 40px;
573
+ height: 2px;
574
+ border-radius: 2px 2px 0 0;
575
+ }
576
+
577
+ .marvel-device.iphone8plus.landscape .volume::after {
578
+ top: 0;
579
+ left: -82px;
580
+ width: 66px;
581
+ height: 4px;
582
+ border-radius: 2px 2px 0 0;
583
+ }
584
+
585
+ .marvel-device.iphone8plus.landscape .top-bar {
586
+ top: 0;
587
+ left: calc(100% - 68px - 14px);
588
+ width: 14px;
589
+ height: 100%;
590
+ }
591
+
592
+ .marvel-device.iphone8plus.landscape .bottom-bar {
593
+ top: 0;
594
+ left: 68px;
595
+ width: 14px;
596
+ height: 100%;
597
+ }
598
+
599
+ .marvel-device.iphone8plus.landscape .home {
600
+ top: 50%;
601
+ left: 24px;
602
+ margin-top: -34px;
603
+ margin-left: 0;
604
+ }
605
+
606
+ .marvel-device.iphone8plus.landscape .sensor {
607
+ top: 154px;
608
+ left: calc(100% - 54px - 16px);
609
+ }
610
+
611
+ .marvel-device.iphone8plus.landscape .speaker {
612
+ top: 50%;
613
+ left: calc(100% - 59px - 6px);
614
+ width: 6px;
615
+ height: 70px;
616
+ margin-top: -35px;
617
+ margin-left: 0;
618
+ }
619
+
620
+ .marvel-device.iphone8plus.landscape .camera {
621
+ top: 50%;
622
+ left: calc(100% - 29px);
623
+ margin-top: -5px;
624
+ margin-left: 0;
625
+ }
626
+
627
+ .marvel-device.iphone5s,
628
+ .marvel-device.iphone5c {
629
+ width: 320px;
630
+ height: 568px;
631
+ padding: 105px 22px;
632
+ background: #2c2b2c;
633
+ border-radius: 50px;
634
+ }
635
+
636
+ .marvel-device.iphone5s::before,
637
+ .marvel-device.iphone5c::before {
638
+ position: absolute;
639
+ top: 4px;
640
+ left: 4px;
641
+ z-index: 1;
642
+ width: calc(100% - 8px);
643
+ height: calc(100% - 8px);
644
+ background: #1e1e1e;
645
+ border-radius: 46px;
646
+ content: '';
647
+ }
648
+
649
+ .marvel-device.iphone5s .sleep,
650
+ .marvel-device.iphone5c .sleep {
651
+ position: absolute;
652
+ top: -4px;
653
+ right: 60px;
654
+ width: 60px;
655
+ height: 4px;
656
+ background: #282727;
657
+ border-radius: 2px 2px 0 0;
658
+ }
659
+
660
+ .marvel-device.iphone5s .volume,
661
+ .marvel-device.iphone5c .volume {
662
+ position: absolute;
663
+ top: 180px;
664
+ left: -4px;
665
+ z-index: 0;
666
+ width: 4px;
667
+ height: 27px;
668
+ background: #282727;
669
+ border-radius: 2px 0 0 2px;
670
+ }
671
+
672
+ .marvel-device.iphone5s .volume::before,
673
+ .marvel-device.iphone5c .volume::before {
674
+ position: absolute;
675
+ top: -75px;
676
+ left: 0;
677
+ display: block;
678
+ width: 4px;
679
+ height: 35px;
680
+ background: inherit;
681
+ border-radius: 2px 0 0 2px;
682
+ content: '';
683
+ }
684
+
685
+ .marvel-device.iphone5s .volume::after,
686
+ .marvel-device.iphone5c .volume::after {
687
+ position: absolute;
688
+ bottom: -64px;
689
+ left: 0;
690
+ display: block;
691
+ width: 4px;
692
+ height: 27px;
693
+ background: inherit;
694
+ border-radius: 2px 0 0 2px;
695
+ content: '';
696
+ }
697
+
698
+ .marvel-device.iphone5s .camera,
699
+ .marvel-device.iphone5c .camera {
700
+ position: absolute;
701
+ top: 32px;
702
+ left: 50%;
703
+ z-index: 3;
704
+ width: 10px;
705
+ height: 10px;
706
+ margin-left: -5px;
707
+ background: #3c3d3d;
708
+ border-radius: 5px;
709
+ }
710
+
711
+ .marvel-device.iphone5s .sensor,
712
+ .marvel-device.iphone5c .sensor {
713
+ position: absolute;
714
+ top: 60px;
715
+ left: 160px;
716
+ z-index: 3;
717
+ width: 10px;
718
+ height: 10px;
719
+ margin-left: -32px;
720
+ background: #3c3d3d;
721
+ border-radius: 5px;
722
+ }
723
+
724
+ .marvel-device.iphone5s .speaker,
725
+ .marvel-device.iphone5c .speaker {
726
+ position: absolute;
727
+ top: 60px;
728
+ left: 50%;
729
+ z-index: 3;
730
+ width: 64px;
731
+ height: 10px;
732
+ margin-left: -32px;
733
+ background: #292728;
734
+ border-radius: 5px;
735
+ }
736
+
737
+ .marvel-device.iphone5s.landscape,
738
+ .marvel-device.iphone5c.landscape {
739
+ width: 568px;
740
+ height: 320px;
741
+ padding: 22px 105px;
742
+ }
743
+
744
+ .marvel-device.iphone5s.landscape .sleep,
745
+ .marvel-device.iphone5c.landscape .sleep {
746
+ top: calc(100% - 120px);
747
+ right: -4px;
748
+ width: 4px;
749
+ height: 60px;
750
+ border-radius: 0 2px 2px 0;
751
+ }
752
+
753
+ .marvel-device.iphone5s.landscape .volume,
754
+ .marvel-device.iphone5c.landscape .volume {
755
+ top: -4px;
756
+ left: calc(100% - 180px);
757
+ width: 27px;
758
+ height: 4px;
759
+ border-radius: 2px 2px 0 0;
760
+ }
761
+
762
+ .marvel-device.iphone5s.landscape .volume::before,
763
+ .marvel-device.iphone5c.landscape .volume::before {
764
+ top: 0;
765
+ right: -75px;
766
+ left: auto;
767
+ width: 35px;
768
+ height: 4px;
769
+ border-radius: 2px 2px 0 0;
770
+ }
771
+
772
+ .marvel-device.iphone5s.landscape .volume::after,
773
+ .marvel-device.iphone5c.landscape .volume::after {
774
+ bottom: 0;
775
+ left: -64px;
776
+ z-index: 999;
777
+ width: 27px;
778
+ height: 4px;
779
+ border-radius: 2px 2px 0 0;
780
+ }
781
+
782
+ .marvel-device.iphone5s.landscape .sensor,
783
+ .marvel-device.iphone5c.landscape .sensor {
784
+ top: 160px;
785
+ left: calc(100% - 60px);
786
+ margin-top: -32px;
787
+ margin-left: 0;
788
+ }
789
+
790
+ .marvel-device.iphone5s.landscape .speaker,
791
+ .marvel-device.iphone5c.landscape .speaker {
792
+ top: 50%;
793
+ left: calc(100% - 60px);
794
+ width: 10px;
795
+ height: 64px;
796
+ margin-top: -32px;
797
+ margin-left: 0;
798
+ }
799
+
800
+ .marvel-device.iphone5s.landscape .camera,
801
+ .marvel-device.iphone5c.landscape .camera {
802
+ top: 50%;
803
+ left: calc(100% - 32px);
804
+ margin-top: -5px;
805
+ margin-left: 0;
806
+ }
807
+
808
+ .marvel-device.iphone5s .home {
809
+ position: absolute;
810
+ bottom: 19px;
811
+ left: 50%;
812
+ z-index: 3;
813
+ width: 68px;
814
+ height: 68px;
815
+ margin-left: -34px;
816
+ border-radius: 36px;
817
+ box-shadow: inset 0 0 0 4px #2c2b2c;
818
+ }
819
+
820
+ .marvel-device.iphone5s .top-bar {
821
+ position: absolute;
822
+ top: 70px;
823
+ left: 0;
824
+ }
825
+
826
+ .marvel-device.iphone5s .bottom-bar {
827
+ position: absolute;
828
+ bottom: 70px;
829
+ left: 0;
830
+ }
831
+
832
+ .marvel-device.iphone5s.landscape .home {
833
+ bottom: 50%;
834
+ left: 19px;
835
+ margin-bottom: -34px;
836
+ margin-left: 0;
837
+ }
838
+
839
+ .marvel-device.iphone5s.landscape .top-bar {
840
+ top: 0;
841
+ left: 70px;
842
+ width: 3px;
843
+ height: 100%;
844
+ }
845
+
846
+ .marvel-device.iphone5s.landscape .bottom-bar {
847
+ right: 70px;
848
+ bottom: 0;
849
+ left: auto;
850
+ width: 3px;
851
+ height: 100%;
852
+ }
853
+
854
+ .marvel-device.iphone5s.silver {
855
+ background: #bcbcbc;
856
+ }
857
+
858
+ .marvel-device.iphone5s.silver::before {
859
+ background: #fcfcfc;
860
+ }
861
+
862
+ .marvel-device.iphone5s.silver .volume,
863
+ .marvel-device.iphone5s.silver .sleep {
864
+ background: #d6d6d6;
865
+ }
866
+
867
+ .marvel-device.iphone5s.silver .top-bar,
868
+ .marvel-device.iphone5s.silver .bottom-bar {
869
+ background: #eaebec;
870
+ }
871
+
872
+ .marvel-device.iphone5s.silver .home {
873
+ box-shadow: inset 0 0 0 4px #bcbcbc;
874
+ }
875
+
876
+ .marvel-device.iphone5s.gold {
877
+ background: #f9e7d3;
878
+ }
879
+
880
+ .marvel-device.iphone5s.gold::before {
881
+ background: #fcfcfc;
882
+ }
883
+
884
+ .marvel-device.iphone5s.gold .volume,
885
+ .marvel-device.iphone5s.gold .sleep {
886
+ background: #f9e7d3;
887
+ }
888
+
889
+ .marvel-device.iphone5s.gold .top-bar,
890
+ .marvel-device.iphone5s.gold .bottom-bar {
891
+ background: white;
892
+ }
893
+
894
+ .marvel-device.iphone5s.gold .home {
895
+ box-shadow: inset 0 0 0 4px #f9e7d3;
896
+ }
897
+
898
+ .marvel-device.iphone5c {
899
+ background: white;
900
+ box-shadow: 0 1px 2px 0 rgb(0 0 0 / 20%);
901
+ }
902
+
903
+ .marvel-device.iphone5c .top-bar,
904
+ .marvel-device.iphone5c .bottom-bar {
905
+ display: none;
906
+ }
907
+
908
+ .marvel-device.iphone5c .home {
909
+ position: absolute;
910
+ bottom: 19px;
911
+ left: 50%;
912
+ z-index: 3;
913
+ width: 68px;
914
+ height: 68px;
915
+ margin-left: -34px;
916
+ background: #242324;
917
+ border-radius: 36px;
918
+ }
919
+
920
+ .marvel-device.iphone5c .home::after {
921
+ position: absolute;
922
+ top: 50%;
923
+ left: 50%;
924
+ display: block;
925
+ width: 20px;
926
+ height: 20px;
927
+ margin-top: -11px;
928
+ margin-left: -11px;
929
+ border: 1px solid rgb(255 255 255 / 10%);
930
+ border-radius: 4px;
931
+ content: '';
932
+ }
933
+
934
+ .marvel-device.iphone5c.landscape .home {
935
+ bottom: 50%;
936
+ left: 19px;
937
+ margin-bottom: -34px;
938
+ margin-left: 0;
939
+ }
940
+
941
+ .marvel-device.iphone5c .volume,
942
+ .marvel-device.iphone5c .sleep {
943
+ background: #ddd;
944
+ }
945
+
946
+ .marvel-device.iphone5c.red {
947
+ background: #f96b6c;
948
+ }
949
+
950
+ .marvel-device.iphone5c.red .volume,
951
+ .marvel-device.iphone5c.red .sleep {
952
+ background: #ed5758;
953
+ }
954
+
955
+ .marvel-device.iphone5c.yellow {
956
+ background: #f2dc60;
957
+ }
958
+
959
+ .marvel-device.iphone5c.yellow .volume,
960
+ .marvel-device.iphone5c.yellow .sleep {
961
+ background: #e5ce4c;
962
+ }
963
+
964
+ .marvel-device.iphone5c.green {
965
+ background: #97e563;
966
+ }
967
+
968
+ .marvel-device.iphone5c.green .volume,
969
+ .marvel-device.iphone5c.green .sleep {
970
+ background: #85d94d;
971
+ }
972
+
973
+ .marvel-device.iphone5c.blue {
974
+ background: #33a2db;
975
+ }
976
+
977
+ .marvel-device.iphone5c.blue .volume,
978
+ .marvel-device.iphone5c.blue .sleep {
979
+ background: #2694cd;
980
+ }
981
+
982
+ .marvel-device.iphone4s {
983
+ width: 320px;
984
+ height: 480px;
985
+ padding: 129px 27px;
986
+ background: #686868;
987
+ border-radius: 54px;
988
+ }
989
+
990
+ .marvel-device.iphone4s::before {
991
+ position: absolute;
992
+ top: 4px;
993
+ left: 4px;
994
+ z-index: 1;
995
+ width: calc(100% - 8px);
996
+ height: calc(100% - 8px);
997
+ background: #1e1e1e;
998
+ border-radius: 50px;
999
+ content: '';
1000
+ }
1001
+
1002
+ .marvel-device.iphone4s .top-bar {
1003
+ position: absolute;
1004
+ top: 60px;
1005
+ left: 0;
1006
+ }
1007
+
1008
+ .marvel-device.iphone4s .bottom-bar {
1009
+ position: absolute;
1010
+ bottom: 90px;
1011
+ left: 0;
1012
+ }
1013
+
1014
+ .marvel-device.iphone4s .camera {
1015
+ position: absolute;
1016
+ top: 72px;
1017
+ left: 134px;
1018
+ z-index: 3;
1019
+ width: 10px;
1020
+ height: 10px;
1021
+ margin-left: -5px;
1022
+ background: #3c3d3d;
1023
+ border-radius: 100%;
1024
+ }
1025
+
1026
+ .marvel-device.iphone4s .speaker {
1027
+ position: absolute;
1028
+ top: 72px;
1029
+ left: 50%;
1030
+ z-index: 3;
1031
+ width: 64px;
1032
+ height: 10px;
1033
+ margin-left: -32px;
1034
+ background: #292728;
1035
+ border-radius: 5px;
1036
+ }
1037
+
1038
+ .marvel-device.iphone4s .sensor {
1039
+ position: absolute;
1040
+ top: 36px;
1041
+ left: 50%;
1042
+ z-index: 3;
1043
+ width: 40px;
1044
+ height: 10px;
1045
+ margin-left: -20px;
1046
+ background: #292728;
1047
+ border-radius: 5px;
1048
+ }
1049
+
1050
+ .marvel-device.iphone4s .home {
1051
+ position: absolute;
1052
+ bottom: 30px;
1053
+ left: 50%;
1054
+ z-index: 3;
1055
+ width: 72px;
1056
+ height: 72px;
1057
+ margin-left: -36px;
1058
+ background: #242324;
1059
+ border-radius: 100%;
1060
+ }
1061
+
1062
+ .marvel-device.iphone4s .home::after {
1063
+ position: absolute;
1064
+ top: 50%;
1065
+ left: 50%;
1066
+ display: block;
1067
+ width: 20px;
1068
+ height: 20px;
1069
+ margin-top: -11px;
1070
+ margin-left: -11px;
1071
+ border: 1px solid rgb(255 255 255 / 10%);
1072
+ border-radius: 4px;
1073
+ content: '';
1074
+ }
1075
+
1076
+ .marvel-device.iphone4s .sleep {
1077
+ position: absolute;
1078
+ top: -4px;
1079
+ right: 60px;
1080
+ width: 60px;
1081
+ height: 4px;
1082
+ background: #4d4d4d;
1083
+ border-radius: 2px 2px 0 0;
1084
+ }
1085
+
1086
+ .marvel-device.iphone4s .volume {
1087
+ position: absolute;
1088
+ top: 160px;
1089
+ left: -4px;
1090
+ width: 4px;
1091
+ height: 27px;
1092
+ background: #4d4d4d;
1093
+ border-radius: 2px 0 0 2px;
1094
+ }
1095
+
1096
+ .marvel-device.iphone4s .volume::before {
1097
+ position: absolute;
1098
+ top: -70px;
1099
+ left: 0;
1100
+ display: block;
1101
+ width: 4px;
1102
+ height: 35px;
1103
+ background: inherit;
1104
+ border-radius: 2px 0 0 2px;
1105
+ content: '';
1106
+ }
1107
+
1108
+ .marvel-device.iphone4s .volume::after {
1109
+ position: absolute;
1110
+ bottom: -64px;
1111
+ left: 0;
1112
+ display: block;
1113
+ width: 4px;
1114
+ height: 27px;
1115
+ background: inherit;
1116
+ border-radius: 2px 0 0 2px;
1117
+ content: '';
1118
+ }
1119
+
1120
+ .marvel-device.iphone4s.landscape {
1121
+ width: 480px;
1122
+ height: 320px;
1123
+ padding: 27px 129px;
1124
+ }
1125
+
1126
+ .marvel-device.iphone4s.landscape .bottom-bar {
1127
+ bottom: 0;
1128
+ left: 90px;
1129
+ width: 3px;
1130
+ height: 100%;
1131
+ }
1132
+
1133
+ .marvel-device.iphone4s.landscape .top-bar {
1134
+ top: 0;
1135
+ left: calc(100% - 60px);
1136
+ width: 3px;
1137
+ height: 100%;
1138
+ }
1139
+
1140
+ .marvel-device.iphone4s.landscape .camera {
1141
+ top: 134px;
1142
+ left: calc(100% - 72px);
1143
+ margin-left: 0;
1144
+ }
1145
+
1146
+ .marvel-device.iphone4s.landscape .speaker {
1147
+ top: 50%;
1148
+ left: calc(100% - 72px);
1149
+ width: 10px;
1150
+ height: 64px;
1151
+ margin-top: -32px;
1152
+ margin-left: 0;
1153
+ }
1154
+
1155
+ .marvel-device.iphone4s.landscape .sensor {
1156
+ top: 50%;
1157
+ left: calc(100% - 36px);
1158
+ width: 10px;
1159
+ height: 40px;
1160
+ margin-top: -20px;
1161
+ margin-left: 0;
1162
+ }
1163
+
1164
+ .marvel-device.iphone4s.landscape .home {
1165
+ bottom: 50%;
1166
+ left: 30px;
1167
+ margin-bottom: -36px;
1168
+ margin-left: 0;
1169
+ }
1170
+
1171
+ .marvel-device.iphone4s.landscape .sleep {
1172
+ top: calc(100% - 120px);
1173
+ right: -4px;
1174
+ width: 4px;
1175
+ height: 60px;
1176
+ border-radius: 0 2px 2px 0;
1177
+ }
1178
+
1179
+ .marvel-device.iphone4s.landscape .volume {
1180
+ top: -4px;
1181
+ left: calc(100% - 187px);
1182
+ width: 27px;
1183
+ height: 4px;
1184
+ border-radius: 2px 2px 0 0;
1185
+ }
1186
+
1187
+ .marvel-device.iphone4s.landscape .volume::before {
1188
+ top: 0;
1189
+ right: -70px;
1190
+ left: auto;
1191
+ width: 35px;
1192
+ height: 4px;
1193
+ border-radius: 2px 2px 0 0;
1194
+ }
1195
+
1196
+ .marvel-device.iphone4s.landscape .volume::after {
1197
+ bottom: 0;
1198
+ left: -64px;
1199
+ width: 27px;
1200
+ height: 4px;
1201
+ border-radius: 2px 2px 0 0;
1202
+ }
1203
+
1204
+ .marvel-device.iphone4s.silver {
1205
+ background: #bcbcbc;
1206
+ }
1207
+
1208
+ .marvel-device.iphone4s.silver::before {
1209
+ background: #fcfcfc;
1210
+ }
1211
+
1212
+ .marvel-device.iphone4s.silver .home {
1213
+ background: #fcfcfc;
1214
+ box-shadow: inset 0 0 0 1px #bcbcbc;
1215
+ }
1216
+
1217
+ .marvel-device.iphone4s.silver .home::after {
1218
+ border: 1px solid rgb(0 0 0 / 20%);
1219
+ }
1220
+
1221
+ .marvel-device.iphone4s.silver .volume,
1222
+ .marvel-device.iphone4s.silver .sleep {
1223
+ background: #d6d6d6;
1224
+ }
1225
+
1226
+ .marvel-device.nexus5 {
1227
+ width: 320px;
1228
+ height: 568px;
1229
+ padding: 50px 15px;
1230
+ background: #1e1e1e;
1231
+ border-radius: 20px;
1232
+ }
1233
+
1234
+ .marvel-device.nexus5::before {
1235
+ position: absolute;
1236
+ top: 0;
1237
+ top: 50%;
1238
+ left: 50%;
1239
+ width: calc(100% - 26px);
1240
+ height: 103.1%;
1241
+ background: inherit;
1242
+ border-radius: 600px / 50px;
1243
+ transform: translateX(-50%) translateY(-50%);
1244
+ transform: translateX(-50%) translateY(-50%);
1245
+ content: '';
1246
+ }
1247
+
1248
+ .marvel-device.nexus5 .top-bar {
1249
+ position: absolute;
1250
+ top: 3px;
1251
+ left: 4px;
1252
+ width: calc(100% - 8px);
1253
+ height: calc(100% - 6px);
1254
+ background: #181818;
1255
+ border-radius: 20px;
1256
+ }
1257
+
1258
+ .marvel-device.nexus5 .top-bar::before {
1259
+ position: absolute;
1260
+ top: 0;
1261
+ top: 50%;
1262
+ left: 50%;
1263
+ width: calc(100% - 26px);
1264
+ height: 103%;
1265
+ background: inherit;
1266
+ border-radius: 600px / 50px;
1267
+ transform: translateX(-50%) translateY(-50%);
1268
+ transform: translateX(-50%) translateY(-50%);
1269
+ content: '';
1270
+ }
1271
+
1272
+ .marvel-device.nexus5 .bottom-bar {
1273
+ display: none;
1274
+ }
1275
+
1276
+ .marvel-device.nexus5 .sleep {
1277
+ position: absolute;
1278
+ top: 110px;
1279
+ left: -3px;
1280
+ width: 3px;
1281
+ height: 100px;
1282
+ background: inherit;
1283
+ border-radius: 2px 0 0 2px;
1284
+ }
1285
+
1286
+ .marvel-device.nexus5 .volume {
1287
+ position: absolute;
1288
+ top: 70px;
1289
+ right: -3px;
1290
+ width: 3px;
1291
+ height: 45px;
1292
+ background: inherit;
1293
+ border-radius: 0 2px 2px 0;
1294
+ }
1295
+
1296
+ .marvel-device.nexus5 .camera {
1297
+ position: absolute;
1298
+ top: 18px;
1299
+ left: 50%;
1300
+ z-index: 3;
1301
+ width: 10px;
1302
+ height: 10px;
1303
+ margin-left: -5px;
1304
+ background: #3c3d3d;
1305
+ border-radius: 100%;
1306
+ }
1307
+
1308
+ .marvel-device.nexus5 .camera::before {
1309
+ position: absolute;
1310
+ top: 2px;
1311
+ left: -100px;
1312
+ z-index: 3;
1313
+ display: block;
1314
+ width: 6px;
1315
+ height: 6px;
1316
+ background: #3c3d3d;
1317
+ border-radius: 100%;
1318
+ content: '';
1319
+ }
1320
+
1321
+ .marvel-device.nexus5.landscape {
1322
+ width: 568px;
1323
+ height: 320px;
1324
+ padding: 15px 50px;
1325
+ }
1326
+
1327
+ .marvel-device.nexus5.landscape::before {
1328
+ width: 103.1%;
1329
+ height: calc(100% - 26px);
1330
+ border-radius: 50px / 600px;
1331
+ }
1332
+
1333
+ .marvel-device.nexus5.landscape .top-bar {
1334
+ top: 4px;
1335
+ left: 3px;
1336
+ width: calc(100% - 6px);
1337
+ height: calc(100% - 8px);
1338
+ }
1339
+
1340
+ .marvel-device.nexus5.landscape .top-bar::before {
1341
+ width: 103%;
1342
+ height: calc(100% - 26px);
1343
+ border-radius: 50px / 600px;
1344
+ }
1345
+
1346
+ .marvel-device.nexus5.landscape .sleep {
1347
+ top: -3px;
1348
+ left: calc(100% - 210px);
1349
+ width: 100px;
1350
+ height: 3px;
1351
+ border-radius: 2px 2px 0 0;
1352
+ }
1353
+
1354
+ .marvel-device.nexus5.landscape .volume {
1355
+ top: 100%;
1356
+ right: 70px;
1357
+ width: 45px;
1358
+ height: 3px;
1359
+ border-radius: 0 0 2px 2px;
1360
+ }
1361
+
1362
+ .marvel-device.nexus5.landscape .camera {
1363
+ top: 50%;
1364
+ left: calc(100% - 18px);
1365
+ margin-top: -5px;
1366
+ margin-left: 0;
1367
+ }
1368
+
1369
+ .marvel-device.nexus5.landscape .camera::before {
1370
+ top: -100px;
1371
+ left: 2px;
1372
+ }
1373
+
1374
+ .marvel-device.s5 {
1375
+ width: 320px;
1376
+ height: 568px;
1377
+ padding: 60px 18px;
1378
+ background: #bcbcbc;
1379
+ border-radius: 42px;
1380
+ }
1381
+
1382
+ .marvel-device.s5::before,
1383
+ .marvel-device.s5::after {
1384
+ position: absolute;
1385
+ left: 50%;
1386
+ display: block;
1387
+ width: calc(100% - 52px);
1388
+ height: 26px;
1389
+ background: inherit;
1390
+ border-radius: 500px / 40px;
1391
+ transform: translateX(-50%);
1392
+ transform: translateX(-50%);
1393
+ content: '';
1394
+ }
1395
+
1396
+ .marvel-device.s5::before {
1397
+ top: -7px;
1398
+ }
1399
+
1400
+ .marvel-device.s5::after {
1401
+ bottom: -7px;
1402
+ }
1403
+
1404
+ .marvel-device.s5 .bottom-bar {
1405
+ display: none;
1406
+ }
1407
+
1408
+ .marvel-device.s5 .top-bar {
1409
+ position: absolute;
1410
+ top: 5px;
1411
+ left: 5px;
1412
+ z-index: 2;
1413
+ width: calc(100% - 10px);
1414
+ height: calc(100% - 10px);
1415
+ background: radial-gradient(rgb(0 0 0 / 2%) 20%, transparent 60%) 0 0,
1416
+ radial-gradient(rgb(0 0 0 / 2%) 20%, transparent 60%) 3px 3px;
1417
+ background-color: white;
1418
+ background-position: center;
1419
+ background-size: 4px 4px;
1420
+ border-radius: 37px;
1421
+ }
1422
+
1423
+ .marvel-device.s5 .top-bar::before,
1424
+ .marvel-device.s5 .top-bar::after {
1425
+ position: absolute;
1426
+ left: 50%;
1427
+ display: block;
1428
+ width: calc(100% - 48px);
1429
+ height: 26px;
1430
+ background: inherit;
1431
+ border-radius: 500px / 40px;
1432
+ transform: translateX(-50%);
1433
+ transform: translateX(-50%);
1434
+ content: '';
1435
+ }
1436
+
1437
+ .marvel-device.s5 .top-bar::before {
1438
+ top: -7px;
1439
+ }
1440
+
1441
+ .marvel-device.s5 .top-bar::after {
1442
+ bottom: -7px;
1443
+ }
1444
+
1445
+ .marvel-device.s5 .sleep {
1446
+ position: absolute;
1447
+ top: 100px;
1448
+ left: -3px;
1449
+ width: 3px;
1450
+ height: 100px;
1451
+ background: #cecece;
1452
+ border-radius: 2px 0 0 2px;
1453
+ }
1454
+
1455
+ .marvel-device.s5 .speaker {
1456
+ position: absolute;
1457
+ top: 20px;
1458
+ left: 50%;
1459
+ z-index: 3;
1460
+ display: block;
1461
+ width: 68px;
1462
+ height: 8px;
1463
+ margin-left: -34px;
1464
+ background-color: #bcbcbc;
1465
+ background-position: top left;
1466
+ border-radius: 4px;
1467
+ }
1468
+
1469
+ .marvel-device.s5 .sensor {
1470
+ position: absolute;
1471
+ top: 20px;
1472
+ right: 110px;
1473
+ z-index: 3;
1474
+ display: block;
1475
+ width: 8px;
1476
+ height: 8px;
1477
+ background: #3c3d3d;
1478
+ border-radius: 100%;
1479
+ }
1480
+
1481
+ .marvel-device.s5 .sensor::after {
1482
+ position: absolute;
1483
+ top: 0;
1484
+ right: 12px;
1485
+ z-index: 3;
1486
+ display: block;
1487
+ width: 8px;
1488
+ height: 8px;
1489
+ background: #3c3d3d;
1490
+ border-radius: 100%;
1491
+ content: '';
1492
+ }
1493
+
1494
+ .marvel-device.s5 .camera {
1495
+ position: absolute;
1496
+ top: 24px;
1497
+ right: 42px;
1498
+ z-index: 3;
1499
+ display: block;
1500
+ width: 10px;
1501
+ height: 10px;
1502
+ background: black;
1503
+ border-radius: 100%;
1504
+ }
1505
+
1506
+ .marvel-device.s5 .camera::before {
1507
+ position: absolute;
1508
+ top: 50%;
1509
+ left: 50%;
1510
+ width: 4px;
1511
+ height: 4px;
1512
+ margin-top: -2px;
1513
+ margin-left: -2px;
1514
+ background: #3c3d3d;
1515
+ border-radius: 100%;
1516
+ content: '';
1517
+ }
1518
+
1519
+ .marvel-device.s5 .home {
1520
+ position: absolute;
1521
+ bottom: 17px;
1522
+ left: 50%;
1523
+ z-index: 3;
1524
+ display: block;
1525
+ width: 70px;
1526
+ height: 20px;
1527
+ margin-left: -35px;
1528
+ background: white;
1529
+ border: 2px solid black;
1530
+ border-radius: 18px;
1531
+ }
1532
+
1533
+ .marvel-device.s5.landscape {
1534
+ width: 568px;
1535
+ height: 320px;
1536
+ padding: 18px 60px;
1537
+ }
1538
+
1539
+ .marvel-device.s5.landscape::before,
1540
+ .marvel-device.s5.landscape::after {
1541
+ width: 26px;
1542
+ height: calc(100% - 52px);
1543
+ border-radius: 40px / 500px;
1544
+ transform: translateY(-50%);
1545
+ transform: translateY(-50%);
1546
+ }
1547
+
1548
+ .marvel-device.s5.landscape::before {
1549
+ top: 50%;
1550
+ left: -7px;
1551
+ }
1552
+
1553
+ .marvel-device.s5.landscape::after {
1554
+ top: 50%;
1555
+ right: -7px;
1556
+ left: auto;
1557
+ }
1558
+
1559
+ .marvel-device.s5.landscape .top-bar::before,
1560
+ .marvel-device.s5.landscape .top-bar::after {
1561
+ width: 26px;
1562
+ height: calc(100% - 48px);
1563
+ border-radius: 40px / 500px;
1564
+ transform: translateY(-50%);
1565
+ transform: translateY(-50%);
1566
+ }
1567
+
1568
+ .marvel-device.s5.landscape .top-bar::before {
1569
+ top: 50%;
1570
+ right: -7px;
1571
+ left: auto;
1572
+ }
1573
+
1574
+ .marvel-device.s5.landscape .top-bar::after {
1575
+ top: 50%;
1576
+ right: auto;
1577
+ left: -7px;
1578
+ }
1579
+
1580
+ .marvel-device.s5.landscape .sleep {
1581
+ top: -3px;
1582
+ left: calc(100% - 200px);
1583
+ width: 100px;
1584
+ height: 3px;
1585
+ border-radius: 2px 2px 0 0;
1586
+ }
1587
+
1588
+ .marvel-device.s5.landscape .speaker {
1589
+ top: 50%;
1590
+ left: calc(100% - 20px);
1591
+ width: 8px;
1592
+ height: 68px;
1593
+ margin-top: -34px;
1594
+ margin-left: 0;
1595
+ }
1596
+
1597
+ .marvel-device.s5.landscape .sensor {
1598
+ top: calc(100% - 110px);
1599
+ right: 20px;
1600
+ }
1601
+
1602
+ .marvel-device.s5.landscape .sensor::after {
1603
+ right: 0;
1604
+ left: -12px;
1605
+ }
1606
+
1607
+ .marvel-device.s5.landscape .camera {
1608
+ top: calc(100% - 42px);
1609
+ right: 24px;
1610
+ }
1611
+
1612
+ .marvel-device.s5.landscape .home {
1613
+ bottom: 50%;
1614
+ left: 17px;
1615
+ width: 20px;
1616
+ height: 70px;
1617
+ margin-bottom: -35px;
1618
+ margin-left: 0;
1619
+ }
1620
+
1621
+ .marvel-device.s5.black {
1622
+ background: #1e1e1e;
1623
+ }
1624
+
1625
+ .marvel-device.s5.black .speaker {
1626
+ background: black;
1627
+ }
1628
+
1629
+ .marvel-device.s5.black .sleep {
1630
+ background: #1e1e1e;
1631
+ }
1632
+
1633
+ .marvel-device.s5.black .top-bar {
1634
+ background: radial-gradient(rgb(0 0 0 / 5%) 20%, transparent 60%) 0 0,
1635
+ radial-gradient(rgb(0 0 0 / 5%) 20%, transparent 60%) 3px 3px;
1636
+ background-color: #2c2b2c;
1637
+ background-size: 4px 4px;
1638
+ }
1639
+
1640
+ .marvel-device.s5.black .home {
1641
+ background: #2c2b2c;
1642
+ }
1643
+
1644
+ .marvel-device.lumia920 {
1645
+ width: 320px;
1646
+ height: 533px;
1647
+ padding: 80px 35px 125px;
1648
+ background: #fd0;
1649
+ border-radius: 40px / 3px;
1650
+ }
1651
+
1652
+ .marvel-device.lumia920 .bottom-bar {
1653
+ display: none;
1654
+ }
1655
+
1656
+ .marvel-device.lumia920 .top-bar {
1657
+ position: absolute;
1658
+ top: 16px;
1659
+ left: 12px;
1660
+ z-index: 1;
1661
+ width: calc(100% - 24px);
1662
+ height: calc(100% - 32px);
1663
+ background: black;
1664
+ border-radius: 24px;
1665
+ }
1666
+
1667
+ .marvel-device.lumia920 .top-bar::before {
1668
+ position: absolute;
1669
+ top: 2px;
1670
+ left: 2px;
1671
+ display: block;
1672
+ width: calc(100% - 4px);
1673
+ height: calc(100% - 4px);
1674
+ background: #1e1e1e;
1675
+ border-radius: 22px;
1676
+ content: '';
1677
+ }
1678
+
1679
+ .marvel-device.lumia920 .volume {
1680
+ position: absolute;
1681
+ top: 130px;
1682
+ right: -3px;
1683
+ width: 3px;
1684
+ height: 100px;
1685
+ background: #1e1e1e;
1686
+ border-radius: 0 2px 2px 0;
1687
+ }
1688
+
1689
+ .marvel-device.lumia920 .volume::before {
1690
+ position: absolute;
1691
+ top: 190px;
1692
+ right: 0;
1693
+ display: block;
1694
+ width: 3px;
1695
+ height: 50px;
1696
+ background: inherit;
1697
+ border-radius: 0 2px 2px 0;
1698
+ content: '';
1699
+ }
1700
+
1701
+ .marvel-device.lumia920 .volume::after {
1702
+ position: absolute;
1703
+ top: 460px;
1704
+ right: 0;
1705
+ display: block;
1706
+ width: 3px;
1707
+ height: 50px;
1708
+ background: inherit;
1709
+ border-radius: 0 2px 2px 0;
1710
+ content: '';
1711
+ }
1712
+
1713
+ .marvel-device.lumia920 .camera {
1714
+ position: absolute;
1715
+ top: 34px;
1716
+ right: 130px;
1717
+ z-index: 5;
1718
+ width: 10px;
1719
+ height: 10px;
1720
+ background: #3c3d3d;
1721
+ border-radius: 5px;
1722
+ }
1723
+
1724
+ .marvel-device.lumia920 .speaker {
1725
+ position: absolute;
1726
+ top: 38px;
1727
+ left: 50%;
1728
+ z-index: 3;
1729
+ width: 64px;
1730
+ height: 10px;
1731
+ margin-left: -32px;
1732
+ background: #292728;
1733
+ border-radius: 5px;
1734
+ }
1735
+
1736
+ .marvel-device.lumia920.landscape {
1737
+ width: 568px;
1738
+ height: 320px;
1739
+ padding: 35px 80px 35px 125px;
1740
+ border-radius: 2px / 100px;
1741
+ }
1742
+
1743
+ .marvel-device.lumia920.landscape .top-bar {
1744
+ top: 12px;
1745
+ left: 16px;
1746
+ width: calc(100% - 32px);
1747
+ height: calc(100% - 24px);
1748
+ }
1749
+
1750
+ .marvel-device.lumia920.landscape .volume {
1751
+ top: 100%;
1752
+ right: 130px;
1753
+ width: 100px;
1754
+ height: 3px;
1755
+ border-radius: 0 0 2px 2px;
1756
+ }
1757
+
1758
+ .marvel-device.lumia920.landscape .volume::before {
1759
+ top: 0;
1760
+ right: 190px;
1761
+ width: 50px;
1762
+ height: 3px;
1763
+ border-radius: 0 0 2px 2px;
1764
+ }
1765
+
1766
+ .marvel-device.lumia920.landscape .volume::after {
1767
+ top: 0;
1768
+ right: 430px;
1769
+ width: 50px;
1770
+ height: 3px;
1771
+ border-radius: 0 0 2px 2px;
1772
+ }
1773
+
1774
+ .marvel-device.lumia920.landscape .camera {
1775
+ top: calc(100% - 140px);
1776
+ right: 30px;
1777
+ }
1778
+
1779
+ .marvel-device.lumia920.landscape .speaker {
1780
+ top: 50%;
1781
+ left: calc(100% - 48px);
1782
+ width: 10px;
1783
+ height: 64px;
1784
+ margin-top: -32px;
1785
+ margin-left: 0;
1786
+ }
1787
+
1788
+ .marvel-device.lumia920.black {
1789
+ background: black;
1790
+ }
1791
+
1792
+ .marvel-device.lumia920.white {
1793
+ background: white;
1794
+ box-shadow: 0 1px 2px 0 rgb(0 0 0 / 20%);
1795
+ }
1796
+
1797
+ .marvel-device.lumia920.blue {
1798
+ background: #00acdd;
1799
+ }
1800
+
1801
+ .marvel-device.lumia920.red {
1802
+ background: #cc3e32;
1803
+ }
1804
+
1805
+ .marvel-device.htc-one {
1806
+ width: 320px;
1807
+ height: 568px;
1808
+ padding: 72px 25px 100px;
1809
+ background: #bebebe;
1810
+ border-radius: 34px;
1811
+ }
1812
+
1813
+ .marvel-device.htc-one::before {
1814
+ position: absolute;
1815
+ top: 2px;
1816
+ left: 2px;
1817
+ display: block;
1818
+ width: calc(100% - 4px);
1819
+ height: calc(100% - 4px);
1820
+ background: #adadad;
1821
+ border-radius: 32px;
1822
+ content: '';
1823
+ }
1824
+
1825
+ .marvel-device.htc-one::after {
1826
+ position: absolute;
1827
+ top: 4px;
1828
+ left: 4px;
1829
+ display: block;
1830
+ width: calc(100% - 8px);
1831
+ height: calc(100% - 8px);
1832
+ background: #eee;
1833
+ border-radius: 30px;
1834
+ content: '';
1835
+ }
1836
+
1837
+ .marvel-device.htc-one .top-bar {
1838
+ position: absolute;
1839
+ top: 50px;
1840
+ left: 2px;
1841
+ z-index: 1;
1842
+ width: calc(100% - 4px);
1843
+ height: 635px;
1844
+ background: #424242;
1845
+ }
1846
+
1847
+ .marvel-device.htc-one .top-bar::before {
1848
+ position: absolute;
1849
+ top: 0;
1850
+ left: 2px;
1851
+ z-index: 1;
1852
+ width: calc(100% - 4px);
1853
+ height: 100%;
1854
+ background: black;
1855
+ content: '';
1856
+ }
1857
+
1858
+ .marvel-device.htc-one .bottom-bar {
1859
+ display: none;
1860
+ }
1861
+
1862
+ .marvel-device.htc-one .speaker {
1863
+ position: absolute;
1864
+ top: 22px;
1865
+ left: 50%;
1866
+ z-index: 2;
1867
+ display: block;
1868
+ width: 216px;
1869
+ height: 16px;
1870
+ margin-left: -108px;
1871
+ background: radial-gradient(#343434 25%, transparent 50%) 0 0,
1872
+ radial-gradient(#343434 25%, transparent 50%) 4px 4px;
1873
+ background-position: top left;
1874
+ background-size: 4px 4px;
1875
+ }
1876
+
1877
+ .marvel-device.htc-one .speaker::after {
1878
+ position: absolute;
1879
+ top: 676px;
1880
+ left: 50%;
1881
+ z-index: 2;
1882
+ display: block;
1883
+ width: 216px;
1884
+ height: 16px;
1885
+ margin-left: -108px;
1886
+ background: inherit;
1887
+ content: '';
1888
+ }
1889
+
1890
+ .marvel-device.htc-one .camera {
1891
+ position: absolute;
1892
+ top: 18px;
1893
+ right: 38px;
1894
+ z-index: 3;
1895
+ display: block;
1896
+ width: 24px;
1897
+ height: 24px;
1898
+ background: #3c3d3d;
1899
+ border-radius: 100%;
1900
+ }
1901
+
1902
+ .marvel-device.htc-one .camera::before {
1903
+ position: absolute;
1904
+ top: 50%;
1905
+ left: 50%;
1906
+ width: 8px;
1907
+ height: 8px;
1908
+ margin-top: -4px;
1909
+ margin-left: -4px;
1910
+ background: black;
1911
+ border-radius: 100%;
1912
+ content: '';
1913
+ }
1914
+
1915
+ .marvel-device.htc-one .sensor {
1916
+ position: absolute;
1917
+ top: 29px;
1918
+ left: 60px;
1919
+ z-index: 3;
1920
+ display: block;
1921
+ width: 8px;
1922
+ height: 8px;
1923
+ background: #3c3d3d;
1924
+ border-radius: 100%;
1925
+ }
1926
+
1927
+ .marvel-device.htc-one .sensor::after {
1928
+ position: absolute;
1929
+ top: 0;
1930
+ right: 12px;
1931
+ z-index: 3;
1932
+ display: block;
1933
+ width: 8px;
1934
+ height: 8px;
1935
+ background: #3c3d3d;
1936
+ border-radius: 100%;
1937
+ content: '';
1938
+ }
1939
+
1940
+ .marvel-device.htc-one.landscape {
1941
+ width: 568px;
1942
+ height: 320px;
1943
+ padding: 25px 72px 25px 100px;
1944
+ }
1945
+
1946
+ .marvel-device.htc-one.landscape .top-bar {
1947
+ top: 2px;
1948
+ left: calc(100% - 685px);
1949
+ width: 635px;
1950
+ height: calc(100% - 4px);
1951
+ }
1952
+
1953
+ .marvel-device.htc-one.landscape .speaker {
1954
+ top: 50%;
1955
+ left: calc(100% - 38px);
1956
+ width: 16px;
1957
+ height: 216px;
1958
+ margin-top: -108px;
1959
+ margin-left: 0;
1960
+ }
1961
+
1962
+ .marvel-device.htc-one.landscape .speaker::after {
1963
+ top: 50%;
1964
+ left: calc(100% - 692px);
1965
+ width: 16px;
1966
+ height: 216px;
1967
+ margin-top: -108px;
1968
+ margin-left: 0;
1969
+ }
1970
+
1971
+ .marvel-device.htc-one.landscape .camera {
1972
+ top: calc(100% - 38px);
1973
+ right: 18px;
1974
+ }
1975
+
1976
+ .marvel-device.htc-one.landscape .sensor {
1977
+ top: 60px;
1978
+ left: calc(100% - 29px);
1979
+ }
1980
+
1981
+ .marvel-device.htc-one.landscape .sensor ::after {
1982
+ top: -12px;
1983
+ right: 0;
1984
+ }
1985
+
1986
+ .marvel-device.ipad {
1987
+ width: 576px;
1988
+ height: 768px;
1989
+ padding: 90px 25px;
1990
+ background: #242324;
1991
+ border-radius: 44px;
1992
+ }
1993
+
1994
+ .marvel-device.ipad::before {
1995
+ position: absolute;
1996
+ top: 4px;
1997
+ left: 4px;
1998
+ display: block;
1999
+ width: calc(100% - 8px);
2000
+ height: calc(100% - 8px);
2001
+ background: #1e1e1e;
2002
+ border-radius: 40px;
2003
+ content: '';
2004
+ }
2005
+
2006
+ .marvel-device.ipad .camera {
2007
+ position: absolute;
2008
+ top: 44px;
2009
+ left: 50%;
2010
+ width: 10px;
2011
+ height: 10px;
2012
+ margin-left: -5px;
2013
+ background: #3c3d3d;
2014
+ border-radius: 100%;
2015
+ }
2016
+
2017
+ .marvel-device.ipad .top-bar,
2018
+ .marvel-device.ipad .bottom-bar {
2019
+ display: none;
2020
+ }
2021
+
2022
+ .marvel-device.ipad .home {
2023
+ position: absolute;
2024
+ bottom: 22px;
2025
+ left: 50%;
2026
+ width: 50px;
2027
+ height: 50px;
2028
+ margin-left: -25px;
2029
+ background: #242324;
2030
+ border-radius: 36px;
2031
+ }
2032
+
2033
+ .marvel-device.ipad .home::after {
2034
+ position: absolute;
2035
+ top: 50%;
2036
+ left: 50%;
2037
+ display: block;
2038
+ width: 15px;
2039
+ height: 15px;
2040
+ margin-top: -8px;
2041
+ margin-left: -8px;
2042
+ border: 1px solid rgb(255 255 255 / 10%);
2043
+ border-radius: 4px;
2044
+ content: '';
2045
+ }
2046
+
2047
+ .marvel-device.ipad.landscape {
2048
+ width: 768px;
2049
+ height: 576px;
2050
+ padding: 25px 90px;
2051
+ }
2052
+
2053
+ .marvel-device.ipad.landscape .camera {
2054
+ top: 50%;
2055
+ left: calc(100% - 44px);
2056
+ margin-top: -5px;
2057
+ margin-left: 0;
2058
+ }
2059
+
2060
+ .marvel-device.ipad.landscape .home {
2061
+ top: 50%;
2062
+ left: 22px;
2063
+ margin-top: -25px;
2064
+ margin-left: 0;
2065
+ }
2066
+
2067
+ .marvel-device.ipad.silver {
2068
+ background: #bcbcbc;
2069
+ }
2070
+
2071
+ .marvel-device.ipad.silver::before {
2072
+ background: #fcfcfc;
2073
+ }
2074
+
2075
+ .marvel-device.ipad.silver .home {
2076
+ background: #fcfcfc;
2077
+ box-shadow: inset 0 0 0 1px #bcbcbc;
2078
+ }
2079
+
2080
+ .marvel-device.ipad.silver .home::after {
2081
+ border: 1px solid rgb(0 0 0 / 20%);
2082
+ }
2083
+
2084
+ .marvel-device.macbook {
2085
+ width: 960px;
2086
+ height: 600px;
2087
+ margin: 0 auto;
2088
+ padding: 44px 44px 76px;
2089
+ background: #bebebe;
2090
+ border-radius: 34px;
2091
+ }
2092
+
2093
+ .marvel-device.macbook::before {
2094
+ position: absolute;
2095
+ top: 4px;
2096
+ left: 4px;
2097
+ display: block;
2098
+ width: calc(100% - 8px);
2099
+ height: calc(100% - 8px);
2100
+ background: #1e1e1e;
2101
+ border-radius: 30px;
2102
+ content: '';
2103
+ }
2104
+
2105
+ .marvel-device.macbook .top-bar {
2106
+ position: absolute;
2107
+ top: 680px;
2108
+ left: -70px;
2109
+ display: block;
2110
+ width: calc(100% + 2 * 70px);
2111
+ height: 40px;
2112
+ background: #bebebe;
2113
+ border-bottom-right-radius: 90px 18px;
2114
+ border-bottom-left-radius: 90px 18px;
2115
+ box-shadow: inset 0 -4px 13px 3px rgb(34 34 34 / 60%);
2116
+ content: '';
2117
+ }
2118
+
2119
+ .marvel-device.macbook .top-bar::before {
2120
+ position: relative;
2121
+ top: 0;
2122
+ left: 0;
2123
+ display: block;
2124
+ width: 100%;
2125
+ height: 24px;
2126
+ background: #f0f0f0;
2127
+ border-bottom: 2px solid #aaa;
2128
+ border-radius: 5px;
2129
+ content: '';
2130
+ }
2131
+
2132
+ .marvel-device.macbook .top-bar::after {
2133
+ position: absolute;
2134
+ top: 0;
2135
+ right: 0;
2136
+ left: 0;
2137
+ display: block;
2138
+ width: 16%;
2139
+ height: 14px;
2140
+ margin-right: auto;
2141
+ margin-left: auto;
2142
+ background: #ddd;
2143
+ border-radius: 0 0 20px 20px;
2144
+ box-shadow: inset 0 -3px 10px #999;
2145
+ content: '';
2146
+ }
2147
+
2148
+ .marvel-device.macbook .bottom-bar {
2149
+ position: absolute;
2150
+ top: 680px;
2151
+ left: -70px;
2152
+ display: block;
2153
+ width: calc(100% + 2 * 70px);
2154
+ height: 26px;
2155
+ background: transparent;
2156
+ content: '';
2157
+ }
2158
+
2159
+ .marvel-device.macbook .bottom-bar::before,
2160
+ .marvel-device.macbook .bottom-bar::after {
2161
+ position: absolute;
2162
+ top: 0;
2163
+ display: block;
2164
+ width: 80px;
2165
+ height: calc(100% - 2px);
2166
+ content: '';
2167
+ }
2168
+
2169
+ .marvel-device.macbook .bottom-bar::before {
2170
+ left: 0;
2171
+ background: #f0f0f0;
2172
+ background: -webkit-gradient(
2173
+ linear,
2174
+ left top,
2175
+ right top,
2176
+ from(#747474),
2177
+ color-stop(5%, #c3c3c3),
2178
+ color-stop(14%, #ebebeb),
2179
+ color-stop(41%, #979797),
2180
+ color-stop(80%, #f0f0f0),
2181
+ color-stop(100%, #f0f0f0),
2182
+ to(#f0f0f0)
2183
+ );
2184
+ background: linear-gradient(
2185
+ to right,
2186
+ #747474 0%,
2187
+ #c3c3c3 5%,
2188
+ #ebebeb 14%,
2189
+ #979797 41%,
2190
+ #f0f0f0 80%,
2191
+ #f0f0f0 100%,
2192
+ #f0f0f0 100%
2193
+ );
2194
+ }
2195
+
2196
+ .marvel-device.macbook .bottom-bar::after {
2197
+ right: 0;
2198
+ background: #f0f0f0;
2199
+ background: -webkit-gradient(
2200
+ linear,
2201
+ left top,
2202
+ right top,
2203
+ from(#f0f0f0),
2204
+ color-stop(0%, #f0f0f0),
2205
+ color-stop(20%, #f0f0f0),
2206
+ color-stop(59%, #979797),
2207
+ color-stop(86%, #ebebeb),
2208
+ color-stop(95%, #c3c3c3),
2209
+ to(#747474)
2210
+ );
2211
+ background: linear-gradient(
2212
+ to right,
2213
+ #f0f0f0 0%,
2214
+ #f0f0f0 0%,
2215
+ #f0f0f0 20%,
2216
+ #979797 59%,
2217
+ #ebebeb 86%,
2218
+ #c3c3c3 95%,
2219
+ #747474 100%
2220
+ );
2221
+ }
2222
+
2223
+ .marvel-device.macbook .camera {
2224
+ position: absolute;
2225
+ top: 20px;
2226
+ left: 50%;
2227
+ width: 10px;
2228
+ height: 10px;
2229
+ margin-left: -5px;
2230
+ background: #3c3d3d;
2231
+ border-radius: 100%;
2232
+ }
2233
+
2234
+ .marvel-device.macbook .home {
2235
+ display: none;
2236
+ }
2237
+
2238
+ .marvel-device.iphone-x {
2239
+ width: 375px;
2240
+ height: 812px;
2241
+ padding: 26px;
2242
+ background: #fdfdfd;
2243
+ border-radius: 66px;
2244
+ box-shadow: inset 0 0 11px 0 black;
2245
+ }
2246
+
2247
+ .marvel-device.iphone-x .overflow {
2248
+ position: absolute;
2249
+ top: 0;
2250
+ left: 0;
2251
+ width: 100%;
2252
+ height: 100%;
2253
+ overflow: hidden;
2254
+ border-radius: 66px;
2255
+ }
2256
+
2257
+ .marvel-device.iphone-x .shadow {
2258
+ position: absolute;
2259
+ width: 90px;
2260
+ height: 90px;
2261
+ background: radial-gradient(
2262
+ ellipse at center,
2263
+ rgb(0 0 0 / 60%) 0%,
2264
+ rgb(255 255 255 / 0%) 60%
2265
+ );
2266
+ border-radius: 100%;
2267
+ }
2268
+
2269
+ .marvel-device.iphone-x .shadow--tl {
2270
+ top: -20px;
2271
+ left: -20px;
2272
+ }
2273
+
2274
+ .marvel-device.iphone-x .shadow--tr {
2275
+ top: -20px;
2276
+ right: -20px;
2277
+ }
2278
+
2279
+ .marvel-device.iphone-x .shadow--bl {
2280
+ bottom: -20px;
2281
+ left: -20px;
2282
+ }
2283
+
2284
+ .marvel-device.iphone-x .shadow--br {
2285
+ right: -20px;
2286
+ bottom: -20px;
2287
+ }
2288
+
2289
+ .marvel-device.iphone-x::before {
2290
+ position: absolute;
2291
+ top: 5px;
2292
+ left: 5px;
2293
+ z-index: 1;
2294
+ width: calc(100% - 10px);
2295
+ height: calc(100% - 10px);
2296
+ background: black;
2297
+ border-radius: 61px;
2298
+ content: '';
2299
+ }
2300
+
2301
+ .marvel-device.iphone-x .inner-shadow {
2302
+ position: absolute;
2303
+ top: 10px;
2304
+ left: 10px;
2305
+ z-index: 1;
2306
+ width: calc(100% - 20px);
2307
+ height: calc(100% - 20px);
2308
+ overflow: hidden;
2309
+ border-radius: 56px;
2310
+ box-shadow: inset 0 0 15px 0 rgb(255 255 255 / 66%);
2311
+ }
2312
+
2313
+ .marvel-device.iphone-x .inner-shadow::before {
2314
+ position: absolute;
2315
+ top: -8%;
2316
+ left: 0;
2317
+ z-index: 2;
2318
+ width: 100%;
2319
+ height: 116%;
2320
+ border-radius: 200px / 112px;
2321
+ box-shadow: inset 0 0 20px 0 #fff;
2322
+ content: '';
2323
+ }
2324
+
2325
+ .marvel-device.iphone-x .screen {
2326
+ border-radius: 40px;
2327
+ box-shadow: none;
2328
+ }
2329
+
2330
+ .marvel-device.iphone-x .top-bar,
2331
+ .marvel-device.iphone-x .bottom-bar {
2332
+ position: absolute;
2333
+ left: 0;
2334
+ width: 100%;
2335
+ height: 8px;
2336
+ background: rgb(0 0 0 / 10%);
2337
+ }
2338
+
2339
+ .marvel-device.iphone-x .top-bar {
2340
+ top: 80px;
2341
+ }
2342
+
2343
+ .marvel-device.iphone-x .bottom-bar {
2344
+ bottom: 80px;
2345
+ }
2346
+
2347
+ .marvel-device.iphone-x .volume,
2348
+ .marvel-device.iphone-x .volume::before,
2349
+ .marvel-device.iphone-x .volume::after,
2350
+ .marvel-device.iphone-x .sleep {
2351
+ position: absolute;
2352
+ width: 3px;
2353
+ background: #b5b5b5;
2354
+ }
2355
+
2356
+ .marvel-device.iphone-x .volume {
2357
+ top: 116px;
2358
+ left: -3px;
2359
+ height: 32px;
2360
+ }
2361
+
2362
+ .marvel-device.iphone-x .volume::before {
2363
+ top: 62px;
2364
+ left: 0;
2365
+ height: 62px;
2366
+ content: '';
2367
+ }
2368
+
2369
+ .marvel-device.iphone-x .volume::after {
2370
+ top: 140px;
2371
+ left: 0;
2372
+ height: 62px;
2373
+ content: '';
2374
+ }
2375
+
2376
+ .marvel-device.iphone-x .sleep {
2377
+ top: 200px;
2378
+ right: -3px;
2379
+ height: 96px;
2380
+ }
2381
+
2382
+ .marvel-device.iphone-x .camera {
2383
+ position: absolute;
2384
+ top: 9px;
2385
+ left: 154px;
2386
+ width: 6px;
2387
+ height: 6px;
2388
+ background: #0d4d71;
2389
+ border-radius: 100%;
2390
+ }
2391
+
2392
+ .marvel-device.iphone-x .speaker {
2393
+ position: absolute;
2394
+ top: 9px;
2395
+ left: 50%;
2396
+ width: 60px;
2397
+ height: 6px;
2398
+ margin-left: -30px;
2399
+ background: #171818;
2400
+ border-radius: 6px;
2401
+ }
2402
+
2403
+ .marvel-device.iphone-x .notch {
2404
+ position: absolute;
2405
+ top: 26px;
2406
+ left: 108px;
2407
+ z-index: 4;
2408
+ width: 210px;
2409
+ height: 30px;
2410
+ background: black;
2411
+ border-bottom-right-radius: 24px;
2412
+ border-bottom-left-radius: 24px;
2413
+ }
2414
+
2415
+ .marvel-device.iphone-x .notch::before,
2416
+ .marvel-device.iphone-x .notch::after {
2417
+ position: absolute;
2418
+ top: 0;
2419
+ width: 8px;
2420
+ height: 8px;
2421
+ content: '';
2422
+ }
2423
+
2424
+ .marvel-device.iphone-x .notch::after {
2425
+ left: -8px;
2426
+ background: radial-gradient(
2427
+ circle at bottom left,
2428
+ transparent 0,
2429
+ transparent 70%,
2430
+ black 70%,
2431
+ black 100%
2432
+ );
2433
+ }
2434
+
2435
+ .marvel-device.iphone-x .notch::before {
2436
+ right: -8px;
2437
+ background: radial-gradient(
2438
+ circle at bottom right,
2439
+ transparent 0,
2440
+ transparent 70%,
2441
+ black 70%,
2442
+ black 100%
2443
+ );
2444
+ }
2445
+
2446
+ .marvel-device.iphone-x.landscape {
2447
+ width: 812px;
2448
+ height: 375px;
2449
+ }
2450
+
2451
+ .marvel-device.iphone-x.landscape .top-bar,
2452
+ .marvel-device.iphone-x.landscape .bottom-bar {
2453
+ top: 0;
2454
+ width: 8px;
2455
+ height: 100%;
2456
+ }
2457
+
2458
+ .marvel-device.iphone-x.landscape .top-bar {
2459
+ left: 80px;
2460
+ }
2461
+
2462
+ .marvel-device.iphone-x.landscape .bottom-bar {
2463
+ right: 80px;
2464
+ bottom: auto;
2465
+ left: auto;
2466
+ }
2467
+
2468
+ .marvel-device.iphone-x.landscape .volume,
2469
+ .marvel-device.iphone-x.landscape .volume::before,
2470
+ .marvel-device.iphone-x.landscape .volume::after,
2471
+ .marvel-device.iphone-x.landscape .sleep {
2472
+ height: 3px;
2473
+ }
2474
+
2475
+ .marvel-device.iphone-x.landscape .inner-shadow::before {
2476
+ top: 0;
2477
+ left: -8%;
2478
+ width: 116%;
2479
+ height: 100%;
2480
+ border-radius: 112px / 200px;
2481
+ }
2482
+
2483
+ .marvel-device.iphone-x.landscape .volume {
2484
+ top: auto;
2485
+ bottom: -3px;
2486
+ left: 116px;
2487
+ width: 32px;
2488
+ }
2489
+
2490
+ .marvel-device.iphone-x.landscape .volume::before {
2491
+ top: 0;
2492
+ left: 62px;
2493
+ width: 62px;
2494
+ }
2495
+
2496
+ .marvel-device.iphone-x.landscape .volume::after {
2497
+ top: 0;
2498
+ left: 140px;
2499
+ width: 62px;
2500
+ }
2501
+
2502
+ .marvel-device.iphone-x.landscape .sleep {
2503
+ top: -3px;
2504
+ right: auto;
2505
+ left: 200px;
2506
+ width: 96px;
2507
+ }
2508
+
2509
+ .marvel-device.iphone-x.landscape .camera {
2510
+ top: auto;
2511
+ bottom: 154px;
2512
+ left: 9px;
2513
+ }
2514
+
2515
+ .marvel-device.iphone-x.landscape .speaker {
2516
+ top: 50%;
2517
+ left: 9px;
2518
+ width: 6px;
2519
+ height: 60px;
2520
+ margin-top: -30px;
2521
+ margin-left: 0;
2522
+ }
2523
+
2524
+ .marvel-device.iphone-x.landscape .notch {
2525
+ top: auto;
2526
+ bottom: 108px;
2527
+ left: 26px;
2528
+ width: 30px;
2529
+ height: 210px;
2530
+ border-top-right-radius: 24px;
2531
+ border-bottom-right-radius: 24px;
2532
+ border-bottom-left-radius: 0;
2533
+ }
2534
+
2535
+ .marvel-device.iphone-x.landscape .notch::before,
2536
+ .marvel-device.iphone-x.landscape .notch::after {
2537
+ left: 0;
2538
+ }
2539
+
2540
+ .marvel-device.iphone-x.landscape .notch::after {
2541
+ top: auto;
2542
+ bottom: -8px;
2543
+ background: radial-gradient(
2544
+ circle at bottom right,
2545
+ transparent 0,
2546
+ transparent 70%,
2547
+ black 70%,
2548
+ black 100%
2549
+ );
2550
+ }
2551
+
2552
+ .marvel-device.iphone-x.landscape .notch::before {
2553
+ top: -8px;
2554
+ background: radial-gradient(
2555
+ circle at top right,
2556
+ transparent 0,
2557
+ transparent 70%,
2558
+ black 70%,
2559
+ black 100%
2560
+ );
2561
+ }
2562
+
2563
+ .marvel-device.note8 {
2564
+ width: 400px;
2565
+ height: 822px;
2566
+ padding: 45px 10px;
2567
+ background: black;
2568
+ border-radius: 34px;
2569
+ }
2570
+
2571
+ .marvel-device.note8 .overflow {
2572
+ position: absolute;
2573
+ top: 0;
2574
+ left: 0;
2575
+ width: 100%;
2576
+ height: 100%;
2577
+ overflow: hidden;
2578
+ border-radius: 34px;
2579
+ }
2580
+
2581
+ .marvel-device.note8 .speaker {
2582
+ position: absolute;
2583
+ top: 25px;
2584
+ left: 50%;
2585
+ z-index: 1;
2586
+ width: 56px;
2587
+ height: 8px;
2588
+ margin-left: -28px;
2589
+ background: #171818;
2590
+ border-radius: 8px;
2591
+ }
2592
+
2593
+ .marvel-device.note8 .camera {
2594
+ position: absolute;
2595
+ top: 18px;
2596
+ left: 86px;
2597
+ z-index: 1;
2598
+ width: 18px;
2599
+ height: 18px;
2600
+ background: #212b36;
2601
+ border-radius: 100%;
2602
+ }
2603
+
2604
+ .marvel-device.note8 .camera::before {
2605
+ position: absolute;
2606
+ top: 5px;
2607
+ left: -22px;
2608
+ z-index: 1;
2609
+ width: 8px;
2610
+ height: 8px;
2611
+ background: #212b36;
2612
+ border-radius: 100%;
2613
+ content: '';
2614
+ }
2615
+
2616
+ .marvel-device.note8 .sensors {
2617
+ position: absolute;
2618
+ top: 22px;
2619
+ left: 120px;
2620
+ z-index: 1;
2621
+ width: 10px;
2622
+ height: 10px;
2623
+ background: #1d233b;
2624
+ border-radius: 100%;
2625
+ }
2626
+
2627
+ .marvel-device.note8 .sensors::before {
2628
+ position: absolute;
2629
+ top: 0;
2630
+ left: 18px;
2631
+ z-index: 1;
2632
+ width: 10px;
2633
+ height: 10px;
2634
+ background: #1d233b;
2635
+ border-radius: 100%;
2636
+ content: '';
2637
+ }
2638
+
2639
+ .marvel-device.note8 .more-sensors {
2640
+ position: absolute;
2641
+ top: 18px;
2642
+ left: 285px;
2643
+ z-index: 1;
2644
+ width: 16px;
2645
+ height: 16px;
2646
+ background: #33244a;
2647
+ border-radius: 100%;
2648
+ box-shadow: 0 0 0 2px rgb(255 255 255 / 10%);
2649
+ }
2650
+
2651
+ .marvel-device.note8 .more-sensors::before {
2652
+ position: absolute;
2653
+ top: 4px;
2654
+ left: 40px;
2655
+ z-index: 1;
2656
+ width: 11px;
2657
+ height: 11px;
2658
+ background: #214a61;
2659
+ border-radius: 100%;
2660
+ content: '';
2661
+ }
2662
+
2663
+ .marvel-device.note8 .sleep {
2664
+ position: absolute;
2665
+ top: 288px;
2666
+ right: -2px;
2667
+ width: 2px;
2668
+ height: 56px;
2669
+ background: black;
2670
+ }
2671
+
2672
+ .marvel-device.note8 .volume {
2673
+ position: absolute;
2674
+ top: 168px;
2675
+ left: -2px;
2676
+ width: 2px;
2677
+ height: 120px;
2678
+ background: black;
2679
+ }
2680
+
2681
+ .marvel-device.note8 .volume::before {
2682
+ position: absolute;
2683
+ top: 168px;
2684
+ left: 0;
2685
+ width: 2px;
2686
+ height: 56px;
2687
+ background: black;
2688
+ content: '';
2689
+ }
2690
+
2691
+ .marvel-device.note8 .inner {
2692
+ position: absolute;
2693
+ top: 2px;
2694
+ left: 0;
2695
+ z-index: 1;
2696
+ width: 100%;
2697
+ height: calc(100% - 8px);
2698
+ background: black;
2699
+ border-top: 2px solid #9fa0a2;
2700
+ border-bottom: 2px solid #9fa0a2;
2701
+ border-radius: 34px;
2702
+ box-shadow: inset 0 0 6px 0 rgb(255 255 255 / 50%);
2703
+ content: '';
2704
+ }
2705
+
2706
+ .marvel-device.note8 .shadow {
2707
+ position: absolute;
2708
+ top: -0.5%;
2709
+ left: 10px;
2710
+ z-index: 5;
2711
+ width: calc(100% - 20px);
2712
+ height: 101%;
2713
+ border-radius: 38px;
2714
+ box-shadow: inset 0 0 60px 0 white, inset 0 0 30px 0 rgb(255 255 255 / 50%),
2715
+ 0 0 20px 0 white, 0 0 20px 0 rgb(255 255 255 / 50%);
2716
+ content: '';
2717
+ pointer-events: none;
2718
+ }
2719
+
2720
+ .marvel-device.note8 .screen {
2721
+ border-radius: 14px;
2722
+ box-shadow: none;
2723
+ }
2724
+
2725
+ .marvel-device.note8.landscape {
2726
+ width: 822px;
2727
+ height: 400px;
2728
+ padding: 10px 45px;
2729
+ }
2730
+
2731
+ .marvel-device.note8.landscape .speaker {
2732
+ top: 50%;
2733
+ right: 25px;
2734
+ left: auto;
2735
+ width: 8px;
2736
+ height: 56px;
2737
+ margin-top: -28px;
2738
+ margin-left: 0;
2739
+ }
2740
+
2741
+ .marvel-device.note8.landscape .camera {
2742
+ top: 86px;
2743
+ right: 18px;
2744
+ left: auto;
2745
+ }
2746
+
2747
+ .marvel-device.note8.landscape .camera::before {
2748
+ top: -22px;
2749
+ left: 5px;
2750
+ }
2751
+
2752
+ .marvel-device.note8.landscape .sensors {
2753
+ top: 120px;
2754
+ right: 22px;
2755
+ left: auto;
2756
+ }
2757
+
2758
+ .marvel-device.note8.landscape .sensors::before {
2759
+ top: 18px;
2760
+ left: 0;
2761
+ }
2762
+
2763
+ .marvel-device.note8.landscape .more-sensors {
2764
+ top: 285px;
2765
+ right: 18px;
2766
+ left: auto;
2767
+ }
2768
+
2769
+ .marvel-device.note8.landscape .more-sensors::before {
2770
+ top: 40px;
2771
+ left: 4px;
2772
+ }
2773
+
2774
+ .marvel-device.note8.landscape .sleep {
2775
+ top: auto;
2776
+ right: 288px;
2777
+ bottom: -2px;
2778
+ width: 56px;
2779
+ height: 2px;
2780
+ }
2781
+
2782
+ .marvel-device.note8.landscape .volume {
2783
+ top: -2px;
2784
+ right: 168px;
2785
+ left: auto;
2786
+ width: 120px;
2787
+ height: 2px;
2788
+ }
2789
+
2790
+ .marvel-device.note8.landscape .volume::before {
2791
+ top: 0;
2792
+ right: 168px;
2793
+ left: auto;
2794
+ width: 56px;
2795
+ height: 2px;
2796
+ }
2797
+
2798
+ .marvel-device.note8.landscape .inner {
2799
+ top: 0;
2800
+ left: 2px;
2801
+ width: calc(100% - 8px);
2802
+ height: 100%;
2803
+ border-top: 0;
2804
+ border-right: 2px solid #9fa0a2;
2805
+ border-bottom: 0;
2806
+ border-left: 2px solid #9fa0a2;
2807
+ }
2808
+
2809
+ .marvel-device.note8.landscape .shadow {
2810
+ top: 10px;
2811
+ left: -0.5%;
2812
+ width: 101%;
2813
+ height: calc(100% - 20px);
2814
+ }
2815
+ }