From 9b94cea59263fa7056dfc8b3ebd94239fca1359c Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Fri, 11 Jun 2021 16:20:20 +0800
Subject: [PATCH] 漫游飞行样式
---
widgets/searchTabaPopup/css/style.css | 17 +++++++++++++++++
1 files changed, 17 insertions(+), 0 deletions(-)
diff --git a/widgets/searchTabaPopup/css/style.css b/widgets/searchTabaPopup/css/style.css
index aef4881..a7fa056 100644
--- a/widgets/searchTabaPopup/css/style.css
+++ b/widgets/searchTabaPopup/css/style.css
@@ -98,8 +98,25 @@
#poput-m-t-video-video{
width: 100%;
height: 560px;
+ object-fit: fill;
/* border: 1px springgreen solid; */
}
+#poput-m-t-video-login{
+ width: 100%;
+ height: 560px;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+}
+#poput-m-t-video-none{
+ font-size: 24px;
+ width: 100%;
+ height: 560px;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+}
+
.jimu-widget-searchTabaPopup .layui-this {
--
Gitblit v1.9.3