From f04efcae7635378aed3bca570322a38cae97d722 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Fri, 11 Jun 2021 16:43:57 +0800
Subject: [PATCH] 搜索弹窗 表格
---
widgets/searchTabaPopup/css/style.css | 33 ++++++++++++++++++++++++++++-----
1 files changed, 28 insertions(+), 5 deletions(-)
diff --git a/widgets/searchTabaPopup/css/style.css b/widgets/searchTabaPopup/css/style.css
index 99312a7..a7fa056 100644
--- a/widgets/searchTabaPopup/css/style.css
+++ b/widgets/searchTabaPopup/css/style.css
@@ -57,14 +57,14 @@
cursor: pointer;
}
-.jimu-widget-searchTabaPopup .p-main .cloce::after {
+/* .jimu-widget-searchTabaPopup .p-main .cloce::after {
content: 'X';
font-size: 20px;
-}
+} */
.jimu-widget-searchTabaPopup .two #poput-m-t-video{
width: 100%;
- height: calc(100% - 40px);
+ height: 560px;
/* border: 1px springgreen solid; */
background-color: transparent;
/* display: flex;
@@ -73,6 +73,7 @@
flex-direction: column; */
position: absolute;
top: 40px;
+ overflow: hidden;
}
/* .jimu-widget-searchTabaPopup .two #poput-m-t-video .title{
color: #409EFF;
@@ -80,13 +81,13 @@
font-size: 25px;
padding: 20px 0 8px 0;
} */
-.jimu-widget-searchTabaPopup .two #poput-m-t-video .header{
+.jimu-widget-searchTabaPopup .two .header{
background-color: #409EFF;
width: 100%;
height: 40px;
position: absolute;
font-size: 20px;
- top: -40px;
+ top: 0px;
left: 0;
color: #fff;
line-height: 40px;
@@ -94,6 +95,28 @@
text-indent: 2em;
z-index: 14;
}
+#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