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 | 46 +++++++++++++++++++++++++++++++++++++---------
1 files changed, 37 insertions(+), 9 deletions(-)
diff --git a/widgets/searchTabaPopup/css/style.css b/widgets/searchTabaPopup/css/style.css
index d05e861..a7fa056 100644
--- a/widgets/searchTabaPopup/css/style.css
+++ b/widgets/searchTabaPopup/css/style.css
@@ -18,11 +18,13 @@
.jimu-widget-searchTabaPopup .popup {
/* display: none; */
width: 1100px;
- height: 600px;
+ min-height: 600px;
+ max-height: 750px;
+ overflow: auto;
/* border: 1px solid salmon; */
position: relative;
border-radius: 5px;
- top: calc(50% - 300px);
+ top: calc(50% - 380px);
left: calc(50% - 549px);
background-color: rgba(255, 255, 255, 1);
}
@@ -55,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;
@@ -71,6 +73,7 @@
flex-direction: column; */
position: absolute;
top: 40px;
+ overflow: hidden;
}
/* .jimu-widget-searchTabaPopup .two #poput-m-t-video .title{
color: #409EFF;
@@ -78,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;
@@ -92,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 {
@@ -127,7 +152,7 @@
padding-right: 5px;
font-size: 14px;
}
-.jimu-widget-searchTabaPopup .xiangqing tr:nth-child(6) td {
+.jimu-widget-searchTabaPopup .xiangqing tr:nth-child(6) td , .jimu-widget-searchTabaPopup .xiangqing tr:nth-child(7) td{
text-align-last: left;
text-indent: 2em;
padding-left: 5px;
@@ -136,7 +161,10 @@
.jimu-widget-searchTabaPopup .xiangqing th, .jimu-widget-searchTabaPopup .xiangqing td ,.jimu-widget-searchTabaPopup .xiangqing table{
border-color: rgba(0, 0, 0, .1);
}
-
+.jimu-widget-searchTabaPopup .xiangqing img{
+ width: 175px;
+padding: 10px 10px 10px 0;
+}
.jimu-widget-searchTabaPopup .shishishuju {
width: 100%;
height: 100%;
--
Gitblit v1.9.3