Forráskód Böngészése

fix: 修复整体样式问题

周玉环 2 napja
szülő
commit
e0774efb93

+ 2 - 2
xinkeaboard-web/assets/language/en.js

@@ -785,8 +785,8 @@ export const lang_en = {
     // pages/store/contact.vue
     '联系我们':'Contact Us',
     '公司地址':'Company Address',
-    '联系人电话':'Contact Number',
-    '客服邮箱':'Email Address',
+    '联系方式':'Contact Number',
+    '邮箱':'Email Address',
     '发布采购需求':'Send your message to post product requirements',
     '发送':'SEND',
     '重置':'RESET',

+ 2 - 2
xinkeaboard-web/assets/language/zh.js

@@ -807,8 +807,8 @@ export const lang_zn = {
     // pages/store/contact.vue
     '联系我们':'联系我们',
     '公司地址':'公司地址',
-    '联系人电话':'联系人电话',
-    '客服邮箱':'客服邮箱',
+    '联系方式':'联系方式',
+    '邮箱':'邮箱',
     '发布采购需求':'发布采购需求',
     '重置':'重置',
     '请输入姓名':'请输入姓名',

+ 5 - 1
xinkeaboard-web/assets/style/member/collect.scss

@@ -407,10 +407,14 @@ i {
                 border: 1px solid #eeeeee;
 
                 .sld_vendor {
+                    display: flex;
+                    flex-direction: column;
+                    justify-content: center;
+                    align-items: center;
                     position: relative;
                     width: 25%;
                     height: 100%;
-                    padding: 46px 60px 0 60px;
+                    // padding: 46px 60px 0 60px;
                     box-sizing: border-box;
                     border-right: 1px solid #eee;
 

+ 9 - 3
xinkeaboard-web/assets/style/store/storeHeader.scss

@@ -404,8 +404,8 @@
             color: #333333;
             text-align: left;
             white-space: nowrap;
-    text-overflow: ellipsis;
-    overflow: hidden;
+            text-overflow: ellipsis;
+            overflow: hidden;
             span{
               text-overflow: ellipsis;
               white-space: nowrap;
@@ -452,7 +452,7 @@
 
       li {
         float: left;
-        padding: 0 20px;
+        // padding: 0 20px;
         text-align: center;
         height: 38px;
 
@@ -516,6 +516,12 @@
         // height: 38px;
         height: 100%;
         overflow: hidden;
+
+        a {
+          display: inline-block;
+          width: 100%;
+          height: 100%;
+        }
       }
     }
   }

+ 1 - 1
xinkeaboard-web/components/register/RegisterMail.vue

@@ -1,6 +1,6 @@
 <template>
   <div class="center">
-    <p style="width: 100%; text-align: center;">
+    <p style="width: 100%; text-align: center; position: relative; top: -10px">
       {{ L["register"]["我们将向您的邮箱发送验证码,该邮件将用作登录用户名"] }}
     </p>
     <div class="item account">

+ 2 - 2
xinkeaboard-web/pages/home/contact.vue

@@ -14,13 +14,13 @@
 
             <div class="item">
               <img src="/contactUsPng3.png" style="width: 52px; height: 40px;"/>
-              <p class="t1">{{ L["客服邮箱"] }}</p>
+              <p class="t1">{{ L["邮箱"] }}</p>
               <p>{{ siteEmail }}</p>
             </div>
 
             <div class="item">
               <img src="/contactUsPng2.png" style="width: 52px; height: 40px;"/>
-              <p class="t1">{{ L["联系人电话"] }}</p>
+              <p class="t1">{{ L["联系方式"] }}</p>
               <p>{{ sitePhone }}</p>
             </div>
 

+ 2 - 2
xinkeaboard-web/pages/store/contact/[contact].vue

@@ -13,13 +13,13 @@
 
             <div class="item">
               <img src="/contactUsPng3.png" style="width: 52px; height: 40px;" />
-              <p class="t1">{{ L["客服邮箱"] }}</p>
+              <p class="t1">{{ L["邮箱"] }}</p>
               <p>{{email}}</p>
             </div>
 
             <div class="item">
               <img src="/contactUsPng2.png" style="width: 52px; height: 40px;" />
-              <p class="t1">{{ L["联系人电话"] }}</p>
+              <p class="t1">{{ L["联系方式"] }}</p>
               <p>{{phone}}</p>
             </div>