Răsfoiți Sursa

fix: 全局样式调整

周玉环 3 zile în urmă
părinte
comite
d068400e8a

+ 1 - 1
xinkeaboard-web/assets/style/store/storeHeader.scss

@@ -1,7 +1,7 @@
 @import "../theme.scss";
 
 .sld_store_header {
-  background: #fff;
+  background: #F6F8FA;
   .container {
     width: 1210px;
     margin: 0 auto;

+ 1 - 0
xinkeaboard-web/assets/style/theme.scss

@@ -14,6 +14,7 @@ $fontF:       12px; //用于次要文字,辅助性文字
 
 // 常规配色设置
 $colorMain:    #036EB8 !default; //主色、文字选中、搜索
+$colorLinear: linear-gradient( 90deg, #036EB8 0%, #4AA498 100%);
 $colorSkeleton: #eee; //骨架屏颜色
 $colorTitle1: #333 !default; //标题、一级标题、一级内容
 $colorTitle2: #666 !default; //二级标题、二级内容

+ 5 - 5
xinkeaboard-web/components/FooterBottom.vue

@@ -31,7 +31,7 @@
           </li>
         </div>
       </div>
-      <!-- <div class="bottom_box">
+      <div class="bottom_box">
         <div class="footer_bottom">
           <ul class="footer_list">
             <li v-for="({ linkName, linkUrl }, index) in helpList.data" :key="index">
@@ -42,13 +42,13 @@
           </ul>
           <p class="copy_right">
             {{ CopyrightData.data[1] }} {{ L["版权所有"] }}
-            <a style="text-decoration: underline;color:#333;" href="https://beian.miit.gov.cn/" target="_blank">{{ CopyrightData.data[0] }}</a>
+            <a style="text-decoration: underline;color:#fff;" href="https://beian.miit.gov.cn/" target="_blank">{{ CopyrightData.data[0] }}</a>
           </p>
           <p class="author">
             {{ CopyrightData.data[2] }} {{ L["提供技术支持"] }}
           </p>
         </div>
-      </div> -->
+      </div>
     </div>
   </div>
 </template>
@@ -211,12 +211,12 @@ getCopyrightData();
 <style lang="scss" scoped>
 .footer_bottom {
   // background: rgba(176, 221, 204, 0.37);
-  background-color: #fff;
+  background: $colorLinear;
   position: absolute;
   width: 100%;
   overflow: hidden;
   bottom: 0;
-  color: #333;
+  color: #fff;
   font-size: 12px;
   display: flex;
   flex-direction: column;

+ 2 - 1
xinkeaboard-web/components/MemberTop.vue

@@ -353,6 +353,7 @@ watchEffect(() => {
       }
 
       dl {
+        text-align: center;
         dd {
           .incart_goods {
             dl {
@@ -398,7 +399,7 @@ watchEffect(() => {
         }
 
         .iconfont {
-          margin: 0 13px 0 12px;
+          margin: 0 10px 0 0;
           color: $colorMain;
           font-size: 17px;
           font-weight: 600;

+ 8 - 8
xinkeaboard-web/pages/member/enquiry/list.vue

@@ -30,15 +30,15 @@
           <el-table-column prop="itemType" :label="L['类型']"  >
             <template #default="scope">
               <template v-if="scope.row.itemType == 'GOODS'">
-                <nuxt-link style="color:#00985e;text-decoration: underline;"  :to="'/goods/detail/'+ calcProductName(scope.row.itemName) +'_'+ scope.row.itemId"   target="_blank">{{scope.row.itemName}}
+                <nuxt-link style="color:#036EB8;text-decoration: underline;"  :to="'/goods/detail/'+ calcProductName(scope.row.itemName) +'_'+ scope.row.itemId"   target="_blank">{{scope.row.itemName}}
                 </nuxt-link>
               </template>
               <template v-if="scope.row.itemType == 'SHOP'">
-                <nuxt-link style="color:#00985e;text-decoration: underline;" :to="'/store/'+ calcProductName(scope.row.itemName) +'_'+ scope.row.storeId"  target="_blank">{{scope.row.itemName}}
+                <nuxt-link style="color:#036EB8;text-decoration: underline;" :to="'/store/'+ calcProductName(scope.row.itemName) +'_'+ scope.row.storeId"  target="_blank">{{scope.row.itemName}}
                 </nuxt-link>
               </template>
               <template v-if="scope.row.itemType == 'MALL'">
-                <nuxt-link style="color:#00985e;text-decoration: underline;" :to="`/home/contact`" target="_blank">{{scope.row.itemTypeStr}}
+                <nuxt-link style="color:#036EB8;text-decoration: underline;" :to="`/home/contact`" target="_blank">{{scope.row.itemTypeStr}}
                 </nuxt-link>
               </template>
             </template>
@@ -63,7 +63,7 @@
                 <el-form-item :label="L['姓名']+':'">
                   <span>{{ scope.row.name}}</span>
                 </el-form-item>
-                <el-form-item v-if="contactType === 'email'" :label="L['邮箱']+':'">
+                <el-form-item :label="L['邮箱']+':'">
                   <span>{{ scope.row.email}}</span>
                 </el-form-item>
                 <el-form-item v-if="contactType === 'mobile'" :label="L['手机号']+':'">
@@ -71,15 +71,15 @@
                 </el-form-item>
                 <el-form-item :label="L['类型']+':'">
                     <template v-if="scope.row.itemType == 'GOODS'">
-                      <nuxt-link style="color:#00985e;text-decoration: underline;"   :to="'/goods/detail/'+ calcProductName(scope.row.itemName) +'_'+ scope.row.itemId"  target="_blank">{{scope.row.itemName}}
+                      <nuxt-link style="color:#036EB8;text-decoration: underline;"   :to="'/goods/detail/'+ calcProductName(scope.row.itemName) +'_'+ scope.row.itemId"  target="_blank">{{scope.row.itemName}}
                       </nuxt-link>
                     </template>
                     <template v-if="scope.row.itemType == 'SHOP'">
-                      <nuxt-link style="color:#00985e;text-decoration: underline;"  :to="'/store/'+ calcProductName(scope.row.itemName) +'_'+ scope.row.storeId"  target="_blank">{{scope.row.itemName}}
+                      <nuxt-link style="color:#036EB8;text-decoration: underline;"  :to="'/store/'+ calcProductName(scope.row.itemName) +'_'+ scope.row.storeId"  target="_blank">{{scope.row.itemName}}
                       </nuxt-link>
                     </template>
                     <template v-if="scope.row.itemType == 'MALL'">
-                      <nuxt-link style="color:#00985e;text-decoration: underline;" :to="`/home/contact`" target="_blank">{{scope.row.itemTypeStr}}
+                      <nuxt-link style="color:#036EB8;text-decoration: underline;" :to="`/home/contact`" target="_blank">{{scope.row.itemTypeStr}}
                       </nuxt-link>
                     </template>
                 </el-form-item>
@@ -137,7 +137,7 @@
       <div class="cancel_list_con">
         <div class="address_item flex_column_start_start">
           <span>{{ L["姓名"] }}:{{ enquiryInfoData.data.name }}</span>
-          <span v-if="contactType === 'email'">{{ L["邮箱"] }}:{{ enquiryInfoData.data.email }}</span>
+          <span>{{ L["邮箱"] }}:{{ enquiryInfoData.data.email }}</span>
           <span v-if="contactType === 'mobile'">{{ L["手机号"] }}:{{ enquiryInfoData.data.mobile }}</span>
           <span
             >{{ L["电话"] }}:{{ enquiryInfoData.data.phoneCode }}-{{