From ed7d889f7d9dfca77fd7f055ad8d6ec6ad85ae91 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期三, 20 七月 2022 18:28:13 +0800
Subject: [PATCH] 2022-07-20

---
 src/tabviews/zshare/topSearch/index.scss |   37 +++++++++++++++++++++++--------------
 1 files changed, 23 insertions(+), 14 deletions(-)

diff --git a/src/tabviews/zshare/topSearch/index.scss b/src/tabviews/zshare/topSearch/index.scss
index 6529efb..492c8c7 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 {
@@ -42,7 +43,7 @@
     }
   }
   .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 +55,26 @@
       height: auto;
       min-height: 28px;
     }
+    .anticon-down {
+      transition: transform 0.3s;
+      // top: 3px!important;
+      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 +103,8 @@
     margin-top: 3px;
   }
 }
-.top-search.right {
+.top-search.mk-float-right {
   >.ant-row {
-    >.ant-col {
-      float: right;
-    }
+    text-align: right;
   }
 }

--
Gitblit v1.8.0