From 1963b0ec9aaf1cea0580cbacda886fd185d3170c Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期四, 21 七月 2022 14:53:57 +0800
Subject: [PATCH] 2022-07-21

---
 src/tabviews/zshare/topSearch/advanceform/index.scss |   40 ++++++++++++++++++++++++++++++++++++++--
 1 files changed, 38 insertions(+), 2 deletions(-)

diff --git a/src/tabviews/zshare/topSearch/advanceform/index.scss b/src/tabviews/zshare/topSearch/advanceform/index.scss
index 4cde22e..b16452d 100644
--- a/src/tabviews/zshare/topSearch/advanceform/index.scss
+++ b/src/tabviews/zshare/topSearch/advanceform/index.scss
@@ -1,9 +1,16 @@
 .advance-search {
   background: #ffffff;
+  margin-bottom: 35px;
+
+  .mk-search-col {
+    display: inline-block;
+    float: none;
+    vertical-align: top;
+  }
   .ant-form-item {
     display: flex;
     margin-bottom: 0px;
-    min-height: 60px;
+    min-height: 55px;
     .ant-form-explain {
       white-space: nowrap;
     }
@@ -26,6 +33,35 @@
     z-index: 10 !important;
   }
   .check-card-form-box {
-    margin-top: 5px;
+    .no-margin-bottom {
+      margin-bottom: 0px;
+    }
+    .card-cell {
+      padding: 4px 6px;
+    }
+    .card-color-cell {
+      padding: 4px 6px;
+      min-height: 32px;
+    }
+  }
+  .advance-button {
+    position: absolute;
+    left: 0;
+    bottom: 0;
+    width: 100%;
+    text-align: right;
+    padding: 10px;
+    border-top: 1px solid #f0f0f0;
+  }
+  .ant-input-affix-wrapper {
+    .ant-input-suffix {
+      opacity: 1;
+      transition: opacity 0.3s;
+    }
+  }
+  .ant-input-affix-wrapper:not(:hover) {
+    .ant-input-suffix {
+      opacity: 0;
+    }
   }
 }
\ No newline at end of file

--
Gitblit v1.8.0