diff --git a/components/s-video/s-video.vue b/components/s-video/s-video.vue index d1ccdc1..f43cf47 100644 --- a/components/s-video/s-video.vue +++ b/components/s-video/s-video.vue @@ -4,16 +4,17 @@ - - + - {{ask}} + + + {{ask}} + @@ -335,6 +336,27 @@ z-index: 9999; } + .popup-layer .anitem1 { + position: relative; + /* margin: 80rpx; */ + width: 650rpx; + height: 200rpx; + /* text-align: center; */ + } + + .popup-layer .anitem1 .animg1 { + width: 100%; + height: 100%; + } + + .popup-layer .anitem1 .antxt1 { + position: absolute; + top: 45%; + left: 10%; + width: 100%; + font-size: 1.2rem; + } + .popup-layer .anitem { position: relative; margin: 80rpx;