From 95c1f10a276a69ce4fdcc72e68a35c796581d143 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Fri, 11 Jun 2021 16:19:19 +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