浏览代码

style: 样式调整

cuiyalong 2 年之前
父节点
当前提交
d8560fc688

+ 7 - 5
src/web/staticres/common-module/mainSearch/css/third-party-verify-mobile.css

@@ -119,16 +119,18 @@
   color: #2cb7ca;
 }
 .third-party-verify {
-  margin-top: 16px;
+  margin: .28rem 0;
 }
 .third-party-verify-button {
-  display: inline-flex;
-  align-items: center;
+  /* display: inline-flex;
+  align-items: center; */
   color: #2cb7ca;
+  line-height: 18px;
 }
 .third-party-verify-button .icon {
-  width: .4rem;
-  height: .4rem;
+  width: 18px;
+  height: 18px;
+  vertical-align: sub;
 }
 .third-party-verify-button .button-text {
   text-decoration: underline;

+ 3 - 3
src/web/staticres/common-module/mainSearch/js/third-party-verify-mobile.js

@@ -108,9 +108,9 @@ var thirdPartyVerify = {
     }
 
     // 找到替换的元素了,显示底部提示
-    if (waitingInsertList.length) {
-      $('#third-party-verify-attention').show().append(button)
-    }
+    // if (waitingInsertList.length) {
+    //   $('#third-party-verify-attention').show().append(button)
+    // }
     this.afterButtonRender()
   },
   // button替换渲染之后执行的回调

+ 3 - 3
src/web/staticres/common-module/mainSearch/js/third-party-verify.js

@@ -141,9 +141,9 @@ var thirdPartyVerify = {
     }
 
     // 找到替换的元素了
-    if (waitingInsertList.length) {
-      $('#third-party-verify-attention').show().append(button)
-    }
+    // if (waitingInsertList.length) {
+    //   $('#third-party-verify-attention').show().append(button)
+    // }
     this.afterButtonRender()
   },
   // button替换渲染之后执行的回调