From 8d66ff34fae5b048a6b7923cc75d34f13a08be9d Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期二, 02 八月 2022 11:42:43 +0800
Subject: [PATCH] Merge branch 'develop'

---
 src/tabviews/zshare/topSearch/index.scss |   68 +++++++++++++++++++++++++++------
 1 files changed, 55 insertions(+), 13 deletions(-)

diff --git a/src/tabviews/zshare/topSearch/index.scss b/src/tabviews/zshare/topSearch/index.scss
index 6529efb..1d7e1bc 100644
--- a/src/tabviews/zshare/topSearch/index.scss
+++ b/src/tabviews/zshare/topSearch/index.scss
@@ -1,16 +1,17 @@
 .top-search {
   background: #ffffff;
+
+  .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;
-    }
-  }
-  .ant-form-item.checkcard {
-    .ant-form-item-control {
-      line-height: 1;
     }
   }
   .ant-form-item-control-wrapper {
@@ -41,8 +42,20 @@
       content: '*';
     }
   }
+  .check-card-form-box {
+    .no-margin-bottom {
+      margin-bottom: 0px;
+    }
+    .card-cell {
+      padding: 4px 6px;
+    }
+    .card-color-cell {
+      padding: 4px 6px;
+      min-height: 32px;
+    }
+  }
   .search-button {
-    min-height: 60px;
+    min-height: 55px;
     .ant-btn-link, .ant-btn-link:hover, .ant-btn-link:active{
       border-color: transparent;
       span {
@@ -54,16 +67,25 @@
       height: auto;
       min-height: 28px;
     }
+    .anticon-down {
+      transition: transform 0.3s;
+      margin-left: 2px;
+    }
+    .visible {
+      .anticon-down {
+        transform: rotate(180deg);
+      }
+    }
   }
   .advanced-list {
     font-size: 13px;
-    padding: 0 12px;
+    padding: 2px 12px;
+    text-align: left;
     > div {
       display: inline-block;
       margin-right: 10px;
-      border: 1px solid #dddddd;
       padding: 0 4px 0 4px;
-      background: rgba(0, 0, 0, 0.02);
+      box-shadow: 0 0 2px #dddddd;
 
       .anticon-close {
         margin-left: 5px;
@@ -92,10 +114,30 @@
     margin-top: 3px;
   }
 }
-.top-search.right {
+.top-search.mk-float-right {
   >.ant-row {
-    >.ant-col {
-      float: right;
+    text-align: right;
+  }
+}
+.mk-search-drawer {
+  .ant-drawer-wrapper-body {
+    position: relative;
+  }
+  .ant-drawer-header {
+    position: absolute;
+    top: 0;
+    width: 100%;
+  }
+  .ant-drawer-body {
+    padding-bottom: 50px;
+    position: relative;
+    min-height: calc(100% - 60px);
+    margin-top: 55px;
+    .advance-button {
+      background: #ffffff;
+    }
+    .advance-search {
+      margin-bottom: 15px;
     }
   }
 }

--
Gitblit v1.8.0