From 518af6f3d0ee7164f24c901c60165b17a4325ce4 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Fri, 11 Jun 2021 14:21:01 +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