@tuya-miniapp/ark-extension-virtual-device 1.8.13-beta.3 → 1.8.14

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.
@@ -593,6 +593,51 @@ template {
593
593
  color: #000000d9;
594
594
  }
595
595
 
596
+ .ide-banner {
597
+ width: 300px;
598
+ height: 60px;
599
+ position: absolute;
600
+ right: 12px;
601
+ top: 0;
602
+ margin-left: auto;
603
+ cursor: pointer;
604
+ overflow: hidden;
605
+ border-radius: 4px;
606
+ flex-shrink: 0;
607
+ }
608
+ .ide-banner-video {
609
+ width: 100%;
610
+ height: 100%;
611
+ object-fit: cover;
612
+ display: block;
613
+ }
614
+ .ide-banner-poster {
615
+ width: 100%;
616
+ height: 100%;
617
+ object-fit: cover;
618
+ display: block;
619
+ }
620
+ .ide-banner-close {
621
+ position: absolute;
622
+ top: 50%;
623
+ right: 10px;
624
+ transform: translateY(-50%);
625
+ width: 16px;
626
+ height: 16px;
627
+ display: flex;
628
+ align-items: center;
629
+ justify-content: center;
630
+ cursor: pointer;
631
+ color: #fff;
632
+ font-size: 12px;
633
+ background: rgba(0, 0, 0, 0.4);
634
+ border-radius: 50%;
635
+ z-index: 1;
636
+ }
637
+ .ide-banner-close:hover {
638
+ background: rgba(0, 0, 0, 0.6);
639
+ }
640
+
596
641
  .dev-item-wrapper {
597
642
  width: 331px;
598
643
  position: relative;