Переглянути джерело

Merge branch 'iteration-20250313-light' into jenkins-test

lex-xin 3 місяців тому
батько
коміт
3ff4e9b3d8
1 змінених файлів з 9 додано та 7 видалено
  1. 9 7
      src/views/xiaoku-list/detail.module.less

+ 9 - 7
src/views/xiaoku-list/detail.module.less

@@ -107,7 +107,7 @@
 .searchGroup {
   background: #fff;
   border-radius: 12px;
-  padding: 0 0 30px;
+  padding: 0 0 0;
   position: relative;
 
   &.searchGroupOnly {
@@ -173,25 +173,27 @@
     }
 
     .n-form-item-feedback-wrapper {
-      min-height: 14px;
+      min-height: 16px;
     }
   }
 
   .moreSearch {
-    position: absolute;
-    bottom: 0;
-    left: 50%;
-    transform: translateX(-50%);
+    // position: absolute;
+    // bottom: 0;
+    // left: 50%;
+    // transform: translateX(-50%);
     font-size: max(17px, 12Px);
     color: #198CFE;
     cursor: pointer;
     // background: url('./images/search-bg.png') no-repeat center;
     // background-size: contain;
     width: 222px;
-    line-height: 34px;
+    margin: 0 auto;
+    line-height: 1.2;
     display: flex;
     align-items: center;
     justify-content: center;
+    padding-bottom: 16px;;
 
     &::after {
       content: '';