Explorar o código

Merge branch 'feature/v4.8.41_css' of qmx/jy into feature/v4.8.41

zhangyuhan %!s(int64=2) %!d(string=hai) anos
pai
achega
c32968d28e

+ 29 - 3
src/web/templates/frontRouter/wx/bigmember/free/perfect_info_exhibition.html

@@ -31,14 +31,36 @@
     <link rel="stylesheet"
           href='{{Msg "seo" "cdn"}}/common-module/perfect-info/index.css?v={{Msg "seo" "version"}}'/>
     <style>
-      .exhibition-page .van-field__control::placeholder,
+      .exhibition-page .van-field__control,
       .exhibition-page .sendbtn {
+        font-size: 0.32rem;
+        font-style: normal;
+        font-weight: 500;
+        line-height: 0.48rem;
+        color: #5F5E64;
+      }
+      .exhibition-page .van-field__control::placeholder {
         color: #C0C4CC;
       }
 
       .exhibition-page .sendbtn.canNextSend {
         color: #2ABED1;
       }
+      .exhibition-page .top-banner-group img {
+        width: 100%;
+        height: 100%;
+      }
+      .exhibition-page .van-cell {
+        font-size: 0.3rem;
+        font-style: normal;
+        font-weight: 500;
+        line-height: 0.44rem;
+        color: #5F5E64;
+        padding: 0.3rem 0.32rem;
+      }
+      .exhibition-page .top-banner-group {
+        max-height: 1.6rem;
+      }
     </style>
     <!--E-当前页面的css资源-->
     <script>
@@ -698,8 +720,12 @@
               break
             }
             case 'email': {
-              if (this.infoCheckMap.email !== '' && !this.checkEmail) {
-                this.infoCheckMap.email = '请输入正确格式的邮箱'
+              if (this.infoMap.email !== '') {
+                if (!this.checkEmail) {
+                  this.infoCheckMap.email = '请输入正确格式的邮箱'
+                }
+              } else {
+                this.infoCheckMap.email = ''
               }
               break
             }