From 55a80ac5e42b06d7623e1a755fff5a54d463821f Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Tue, 15 Jun 2021 08:52:47 +0800
Subject: [PATCH] 部分文件修改

---
 widgets/searchTabaPopup/css/style.css |   14 +++++++++-----
 1 files changed, 9 insertions(+), 5 deletions(-)

diff --git a/widgets/searchTabaPopup/css/style.css b/widgets/searchTabaPopup/css/style.css
index 9e6b109..6df2869 100644
--- a/widgets/searchTabaPopup/css/style.css
+++ b/widgets/searchTabaPopup/css/style.css
@@ -85,13 +85,13 @@
 .jimu-widget-searchTabaPopup .two  .header{
   background-color: #409EFF;
   width: 100%;
-  height: 20px;
+  height: 40px;
   position: absolute;
   font-size: 20px;
   top: 0px;
   left: 0;
   color: #fff;
-  line-height: 20px;
+  line-height: 40px;
   border-radius: 5px 5px 0 0;
   text-indent: 2em;
   z-index: 14;
@@ -134,8 +134,12 @@
 
 .jimu-widget-searchTabaPopup .layui-tab-title li {
   position: relative;
-  top: -5px;
+  top: 0px;
   font-size: 15px;
+}
+
+.jimu-widget-searchTabaPopup .layui-tab {
+  margin: 0 !important;
 }
 
 .jimu-widget-searchTabaPopup .three {
@@ -184,7 +188,7 @@
 
 .jimu-widget-searchTabaPopup .shishishuju .heard {
   width: 100%;
-  height: 20px;
+  height: 36px;
   display: flex;
   align-items: center;
   justify-content: space-between;
@@ -205,7 +209,7 @@
 }
 
 .jimu-widget-searchTabaPopup .lishijilv .heard {
-  font-size: 18px;
+  font-size: 16px;
   display: flex;
   align-items: center;
   justify-content: space-between;

--
Gitblit v1.9.3