瀏覽代碼

fix: 调整门户网站样式

周玉环 16 小時之前
父節點
當前提交
8060d64b30
共有 45 個文件被更改,包括 154 次插入148 次删除
  1. 1 1
      xinkeaboard-web/assets/style/_variable.scss
  2. 2 2
      xinkeaboard-web/assets/style/addressList.scss
  3. 2 2
      xinkeaboard-web/assets/style/afterSalesList.scss
  4. 4 4
      xinkeaboard-web/assets/style/applyRefund.scss
  5. 2 2
      xinkeaboard-web/assets/style/balance.scss
  6. 1 1
      xinkeaboard-web/assets/style/cartIndex.scss
  7. 5 5
      xinkeaboard-web/assets/style/confirmOrder.scss
  8. 3 3
      xinkeaboard-web/assets/style/coupon.scss
  9. 5 5
      xinkeaboard-web/assets/style/decorate.scss
  10. 6 2
      xinkeaboard-web/assets/style/enquiry.scss
  11. 13 13
      xinkeaboard-web/assets/style/goodsDetail.scss
  12. 8 8
      xinkeaboard-web/assets/style/goodsList.scss
  13. 1 1
      xinkeaboard-web/assets/style/logistics.scss
  14. 8 8
      xinkeaboard-web/assets/style/member/collect.scss
  15. 2 2
      xinkeaboard-web/assets/style/member/footprint.scss
  16. 6 6
      xinkeaboard-web/assets/style/member/index.scss
  17. 7 7
      xinkeaboard-web/assets/style/member/orderDetail.scss
  18. 1 1
      xinkeaboard-web/assets/style/member/orderEvaluate.scss
  19. 3 3
      xinkeaboard-web/assets/style/member/orderEvaluation.scss
  20. 3 3
      xinkeaboard-web/assets/style/msgList.scss
  21. 1 1
      xinkeaboard-web/assets/style/msgSetting.scss
  22. 8 8
      xinkeaboard-web/assets/style/orderList.scss
  23. 3 3
      xinkeaboard-web/assets/style/pay.scss
  24. 6 6
      xinkeaboard-web/assets/style/point/order.scss
  25. 12 12
      xinkeaboard-web/assets/style/point/pointGoodsDetail.scss
  26. 1 1
      xinkeaboard-web/assets/style/recharge.scss
  27. 1 1
      xinkeaboard-web/assets/style/refundDetail.scss
  28. 4 4
      xinkeaboard-web/assets/style/store/contac-about.scss
  29. 9 9
      xinkeaboard-web/assets/style/storeList.scss
  30. 7 7
      xinkeaboard-web/assets/style/storeListAbout.scss
  31. 1 1
      xinkeaboard-web/assets/style/theme.scss
  32. 1 1
      xinkeaboard-web/assets/style/variable.scss
  33. 1 1
      xinkeaboard-web/components/GoodsListCate2.vue
  34. 1 1
      xinkeaboard-web/components/GoodsListCate3.vue
  35. 3 3
      xinkeaboard-web/components/MemberTop.vue
  36. 1 1
      xinkeaboard-web/components/StoreItem.vue
  37. 1 1
      xinkeaboard-web/composables/useFetchRaw.ts
  38. 1 1
      xinkeaboard-web/nuxt.config.ts
  39. 1 0
      xinkeaboard-web/pages/home/about.vue
  40. 1 1
      xinkeaboard-web/pages/member/account.vue
  41. 3 3
      xinkeaboard-web/pages/member/order/list.vue
  42. 1 1
      xinkeaboard-web/pages/member/pwd/login.vue
  43. 1 1
      xinkeaboard-web/pages/member/pwd/pay.vue
  44. 1 1
      xinkeaboard-web/pages/member/pwd/reset.vue
  45. 1 0
      xinkeaboard-web/pages/store/list/[...slug].vue

+ 1 - 1
xinkeaboard-web/assets/style/_variable.scss

@@ -16,7 +16,7 @@ $fontF: 12px; //用于次要文字,辅助性文字
 
 
 // 常规配色设置
 // 常规配色设置
 $colorMain: #e2231a !default; //主色、文字选中、搜索
 $colorMain: #e2231a !default; //主色、文字选中、搜索
-$colorMain2: #f30213 !default; //主色、文字选中、搜索
+$colorMain: #f30213 !default; //主色、文字选中、搜索
 $colorSkeleton: #eee; //骨架屏颜色
 $colorSkeleton: #eee; //骨架屏颜色
 $colorTitle1: #333 !default; //标题、一级标题、一级内容
 $colorTitle1: #333 !default; //标题、一级标题、一级内容
 $colorTitle2: #666 !default; //二级标题、二级内容
 $colorTitle2: #666 !default; //二级标题、二级内容

+ 2 - 2
xinkeaboard-web/assets/style/addressList.scss

@@ -57,7 +57,7 @@
             height: 14px;
             height: 14px;
 
 
             .red {
             .red {
-                color: $colorMain2;
+                color: $colorMain;
             }
             }
 
 
             .iconfont {
             .iconfont {
@@ -66,7 +66,7 @@
                 color: #C8C8C8;
                 color: #C8C8C8;
 
 
                 &:hover {
                 &:hover {
-                    color: $colorMain2;
+                    color: $colorMain;
                 }
                 }
             }
             }
         }
         }

+ 2 - 2
xinkeaboard-web/assets/style/afterSalesList.scss

@@ -21,11 +21,11 @@
                 color: #333333;
                 color: #333333;
                 font-size: 14px;
                 font-size: 14px;
                 &:hover {
                 &:hover {
-                    color: $colorMain2;
+                    color: $colorMain;
                 }
                 }
                 &.active_title {
                 &.active_title {
                     border: none;
                     border: none;
-                    color: $colorMain2;
+                    color: $colorMain;
                     font-weight: 600;
                     font-weight: 600;
                 }
                 }
                 &:nth-last-of-type(1) {
                 &:nth-last-of-type(1) {

+ 4 - 4
xinkeaboard-web/assets/style/applyRefund.scss

@@ -41,7 +41,7 @@
                 font-weight: bold;
                 font-weight: bold;
                 color: #999999;
                 color: #999999;
                 .refund_amount_price {
                 .refund_amount_price {
-                    color: $colorMain2;
+                    color: $colorMain;
                 }
                 }
                 .edit_price_btn {
                 .edit_price_btn {
                     color: #1c77ff;
                     color: #1c77ff;
@@ -74,7 +74,7 @@
                     color: #333333;
                     color: #333333;
                 }
                 }
                 .ok_edit_amount {
                 .ok_edit_amount {
-                    background: $colorMain2;
+                    background: $colorMain;
                     border-radius: 0 5px 5px 0;
                     border-radius: 0 5px 5px 0;
                     color: #ffffff;
                     color: #ffffff;
                 }
                 }
@@ -100,7 +100,7 @@
     .apply_refund_btn {
     .apply_refund_btn {
         width: 80px;
         width: 80px;
         height: 30px;
         height: 30px;
-        background: $colorMain2;
+        background: $colorMain;
         border-radius: 5px;
         border-radius: 5px;
         font-size: 14px;
         font-size: 14px;
         //font-family: Microsoft YaHei;
         //font-family: Microsoft YaHei;
@@ -131,7 +131,7 @@
         width: 100px;
         width: 100px;
         margin-right: 48px;
         margin-right: 48px;
         span {
         span {
-            color: $colorMain2;
+            color: $colorMain;
         }
         }
     }
     }
     .marginBottom20 {
     .marginBottom20 {

+ 2 - 2
xinkeaboard-web/assets/style/balance.scss

@@ -25,7 +25,7 @@
             }
             }
 
 
             .red {
             .red {
-                color: $colorMain2;
+                color: $colorMain;
                 font-size: 38px;
                 font-size: 38px;
                 //font-family: Microsoft YaHei;
                 //font-family: Microsoft YaHei;
                 font-weight: bold;
                 font-weight: bold;
@@ -128,7 +128,7 @@
                     color: #3fb091;
                     color: #3fb091;
                 }
                 }
                 &.red {
                 &.red {
-                    color: $colorMain2;
+                    color: $colorMain;
                 }
                 }
             }
             }
 
 

+ 1 - 1
xinkeaboard-web/assets/style/cartIndex.scss

@@ -722,7 +722,7 @@
         span {
         span {
             width: 115px;
             width: 115px;
             height: 30px;
             height: 30px;
-            background: $colorMain2;
+            background: $colorMain;
             border-radius: 3px;
             border-radius: 3px;
             display: block;
             display: block;
             font-size: 14px;
             font-size: 14px;

+ 5 - 5
xinkeaboard-web/assets/style/confirmOrder.scss

@@ -189,7 +189,7 @@
       width: 370px;
       width: 370px;
       font-size: 14px;
       font-size: 14px;
       .replace_address {
       .replace_address {
-        color: $colorMain2;
+        color: $colorMain;
         line-height: 14px;
         line-height: 14px;
       }
       }
     }
     }
@@ -359,7 +359,7 @@
       .discounts,
       .discounts,
       .shipping {
       .shipping {
         .red {
         .red {
-          color: $colorMain2;
+          color: $colorMain;
         }
         }
         span:nth-child(2) {
         span:nth-child(2) {
           width: 106px;
           width: 106px;
@@ -590,7 +590,7 @@
       }
       }
     }
     }
     .active {
     .active {
-      border: 1px solid $colorMain2;
+      border: 1px solid $colorMain;
     }
     }
     .add_voice_btn {
     .add_voice_btn {
       width: 80px;
       width: 80px;
@@ -655,7 +655,7 @@
           color: #999999;
           color: #999999;
         }
         }
         .active {
         .active {
-          border: 1px solid $colorMain2;
+          border: 1px solid $colorMain;
           color: #333333;
           color: #333333;
         }
         }
         .select_btn:nth-child(1) {
         .select_btn:nth-child(1) {
@@ -788,7 +788,7 @@
       }
       }
     }
     }
     .select {
     .select {
-      border: 1px solid $colorMain2;
+      border: 1px solid $colorMain;
     }
     }
   }
   }
   // ::-webkit-scrollbar {
   // ::-webkit-scrollbar {

+ 3 - 3
xinkeaboard-web/assets/style/coupon.scss

@@ -27,14 +27,14 @@
                     }
                     }
 
 
                     &.active {
                     &.active {
-                        color: $colorMain2;
+                        color: $colorMain;
                         border: none;
                         border: none;
                         border-right: 1px solid #eeeeee;
                         border-right: 1px solid #eeeeee;
                         background: #ffffff;
                         background: #ffffff;
                         font-weight: 600;
                         font-weight: 600;
                     }
                     }
                     &:hover {
                     &:hover {
-                        color: $colorMain2;
+                        color: $colorMain;
                     }
                     }
                 }
                 }
             }
             }
@@ -111,7 +111,7 @@
                 .btn {
                 .btn {
                     color: #878787;
                     color: #878787;
                     .normal {
                     .normal {
-                        color: $colorMain2;
+                        color: $colorMain;
                     }
                     }
                     position: absolute;
                     position: absolute;
                     bottom: 17px;
                     bottom: 17px;

+ 5 - 5
xinkeaboard-web/assets/style/decorate.scss

@@ -257,7 +257,7 @@
 }
 }
 
 
 .modal_goods_wrap .goods_price {
 .modal_goods_wrap .goods_price {
-  color: $colorMain2;
+  color: $colorMain;
   font-size: 12px;
   font-size: 12px;
 }
 }
 
 
@@ -271,7 +271,7 @@
   box-sizing: border-box;
   box-sizing: border-box;
 }
 }
 .adv_02_center .goods_item:hover .right .goods_name{
 .adv_02_center .goods_item:hover .right .goods_name{
-  color:$colorMain2
+  color:$colorMain
 }
 }
 .adv_02_center .goods_item:hover .left{
 .adv_02_center .goods_item:hover .left{
   opacity: .5;
   opacity: .5;
@@ -557,7 +557,7 @@
   width: 912px;
   width: 912px;
   height: 482px;
   height: 482px;
   border-style: solid;
   border-style: solid;
-  // border-color: $colorMain2;
+  // border-color: $colorMain;
   border-width: 2px 0 0 0;
   border-width: 2px 0 0 0;
   float: left;
   float: left;
   position: relative;
   position: relative;
@@ -596,7 +596,7 @@
   display: inline-block;
   display: inline-block;
   width: 39px;
   width: 39px;
   height: 1px;
   height: 1px;
-  background: $colorMain2;
+  background: $colorMain;
   position: relative;
   position: relative;
   top: -4px;
   top: -4px;
 }
 }
@@ -604,7 +604,7 @@
 .floor_right_new .floor_right_new_top_title span {
 .floor_right_new .floor_right_new_top_title span {
   font-size: 14px;
   font-size: 14px;
   font-weight: bold;
   font-weight: bold;
-  color: $colorMain2;
+  color: $colorMain;
   margin: 0 9px;
   margin: 0 9px;
 }
 }
 
 

+ 6 - 2
xinkeaboard-web/assets/style/enquiry.scss

@@ -17,9 +17,13 @@
     }
     }
 }
 }
 
 
+.self-btn {
+    background-color: $colorMain;
+}
+
 .self-btn:focus, .self-btn:hover {
 .self-btn:focus, .self-btn:hover {
-    border-color: #1ba66c;
-    background-color: #1ba66c;
+    border-color: $colorMain;
+    background-color: $colorMain;
 }
 }
 
 
 .cancel-btn:focus, .cancel-btn:hover {
 .cancel-btn:focus, .cancel-btn:hover {

+ 13 - 13
xinkeaboard-web/assets/style/goodsDetail.scss

@@ -101,8 +101,8 @@
 
 
                         .description_active {
                         .description_active {
                             background: #ffffff;
                             background: #ffffff;
-                            border-top: 2px solid $colorMain2;
-                            color: $colorMain2;
+                            border-top: 2px solid $colorMain;
+                            color: $colorMain;
                         }
                         }
                     }
                     }
 
 
@@ -915,7 +915,7 @@
             }
             }
 
 
             .p_price {
             .p_price {
-                color: $colorMain2;
+                color: $colorMain;
                 font-size: 16px;
                 font-size: 16px;
                 font-weight: 600;
                 font-weight: 600;
                 margin-left: -6px;
                 margin-left: -6px;
@@ -1050,7 +1050,7 @@
                 .full_pre_tips {
                 .full_pre_tips {
                     width: 5px;
                     width: 5px;
                     height: 5px;
                     height: 5px;
-                    background: $colorMain2;
+                    background: $colorMain;
                     border-radius: 50%;
                     border-radius: 50%;
                     margin-top: 5px;
                     margin-top: 5px;
                 }
                 }
@@ -1627,10 +1627,10 @@
         .buy_now {
         .buy_now {
             padding: 5px;
             padding: 5px;
             height: 30px;
             height: 30px;
-            border: 1px solid #00985e;
+            border: 1px solid $colorMain;
             border-radius: 5px;
             border-radius: 5px;
             font-size: 16px;
             font-size: 16px;
-            color: #00985e;
+            color: $colorMain;
             line-height: 30px;
             line-height: 30px;
             cursor: pointer;
             cursor: pointer;
             font-weight: 700;
             font-weight: 700;
@@ -1850,7 +1850,7 @@
                     font-size: 12px;
                     font-size: 12px;
                     //font-family: Microsoft YaHei;
                     //font-family: Microsoft YaHei;
                     font-weight: 400;
                     font-weight: 400;
-                    color: $colorMain2;
+                    color: $colorMain;
                 }
                 }
             }
             }
 
 
@@ -2021,7 +2021,7 @@
                             font-size: 14px;
                             font-size: 14px;
                             //font-family: Microsoft YaHei;
                             //font-family: Microsoft YaHei;
                             font-weight: bold;
                             font-weight: bold;
-                            color: $colorMain2;
+                            color: $colorMain;
                         }
                         }
                     }
                     }
                 }
                 }
@@ -2060,8 +2060,8 @@
 
 
                 .description_active {
                 .description_active {
                     background: #ffffff;
                     background: #ffffff;
-                    border-top: 2px solid $colorMain2;
-                    color: $colorMain2;
+                    border-top: 2px solid $colorMain;
+                    color: $colorMain;
                 }
                 }
             }
             }
 
 
@@ -2354,7 +2354,7 @@
                             }
                             }
 
 
                             &.comments_nav_pre_active {
                             &.comments_nav_pre_active {
-                                color: $colorMain2;
+                                color: $colorMain;
                             }
                             }
                         }
                         }
                     }
                     }
@@ -2468,7 +2468,7 @@
                         .server_pre_tips {
                         .server_pre_tips {
                             width: 5px;
                             width: 5px;
                             height: 5px;
                             height: 5px;
-                            background: $colorMain2;
+                            background: $colorMain;
                             border-radius: 50%;
                             border-radius: 50%;
                             display: block;
                             display: block;
                             margin-right: 10px;
                             margin-right: 10px;
@@ -2551,7 +2551,7 @@
                                 font-size: 16px;
                                 font-size: 16px;
                                 //font-family: Microsoft YaHei;
                                 //font-family: Microsoft YaHei;
                                 font-weight: 400;
                                 font-weight: 400;
-                                color: $colorMain2;
+                                color: $colorMain;
                             }
                             }
                         }
                         }
                     }
                     }

+ 8 - 8
xinkeaboard-web/assets/style/goodsList.scss

@@ -255,7 +255,7 @@ ul {
                 }
                 }
             }
             }
             & > a.btn_sort {
             & > a.btn_sort {
-                color: $colorMain2;
+                color: $colorMain;
             }
             }
             i {
             i {
                 color: #afafaf;
                 color: #afafaf;
@@ -263,9 +263,9 @@ ul {
             & > a {
             & > a {
                 margin: 0 20px 0 15px;
                 margin: 0 20px 0 15px;
                 &:hover {
                 &:hover {
-                    color: $colorMain2;
+                    color: $colorMain;
                     i {
                     i {
-                        color: $colorMain2;
+                        color: $colorMain;
                     }
                     }
                 }
                 }
             }
             }
@@ -309,12 +309,12 @@ ul {
             }
             }
             .sld_price_jt_down {
             .sld_price_jt_down {
                 &::before {
                 &::before {
-                    border-color: $colorMain2 transparent transparent transparent;
+                    border-color: $colorMain transparent transparent transparent;
                 }
                 }
             }
             }
             .sld_price_jt_up {
             .sld_price_jt_up {
                 &::after {
                 &::after {
-                    border-color: transparent transparent $colorMain2 transparent;
+                    border-color: transparent transparent $colorMain transparent;
                 }
                 }
             }
             }
             .goods_page {
             .goods_page {
@@ -323,7 +323,7 @@ ul {
                 p {
                 p {
                     display: inline-block;
                     display: inline-block;
                     em {
                     em {
-                        color: $colorMain2;
+                        color: $colorMain;
                     }
                     }
                 }
                 }
                 a {
                 a {
@@ -418,7 +418,7 @@ ul {
                 }
                 }
             }
             }
             .sld_goods_price {
             .sld_goods_price {
-                color: $colorMain2;
+                color: $colorMain;
                 font-size: 14px;
                 font-size: 14px;
                 padding: 0px;
                 padding: 0px;
                 height: 38px;
                 height: 38px;
@@ -513,7 +513,7 @@ ul {
                         margin-right: 6px;
                         margin-right: 6px;
                     }
                     }
                     &.on {
                     &.on {
-                        color: $colorMain2;
+                        color: $colorMain;
                     }
                     }
                 }
                 }
             }
             }

+ 1 - 1
xinkeaboard-web/assets/style/logistics.scss

@@ -111,7 +111,7 @@
         height: 34px;
         height: 34px;
         border: none;
         border: none;
         border-radius: 0;
         border-radius: 0;
-        background-color: $colorMain2;
+        background-color: $colorMain;
         color: #fff;
         color: #fff;
         line-height: 34px;
         line-height: 34px;
         text-align: center;
         text-align: center;

+ 8 - 8
xinkeaboard-web/assets/style/member/collect.scss

@@ -249,8 +249,8 @@ i {
                     em {
                     em {
                         display: inline-block;
                         display: inline-block;
                         padding: 1px 4px;
                         padding: 1px 4px;
-                        border: 1px solid $colorMain2;
-                        color: $colorMain2;
+                        border: 1px solid $colorMain;
+                        color: $colorMain;
                         font-size: 12px;
                         font-size: 12px;
                         -webkit-border-radius: 2px;
                         -webkit-border-radius: 2px;
                         -moz-border-radius: 2px;
                         -moz-border-radius: 2px;
@@ -366,7 +366,7 @@ i {
                         line-height: 20px;
                         line-height: 20px;
 
 
                         em {
                         em {
-                            color: $colorMain2;
+                            color: $colorMain;
                             margin-left: 2px;
                             margin-left: 2px;
                         }
                         }
                     }
                     }
@@ -395,8 +395,8 @@ i {
                 }
                 }
 
 
                 .on {
                 .on {
-                    color: $colorMain2;
-                    border-bottom: 3px solid $colorMain2;
+                    color: $colorMain;
+                    border-bottom: 3px solid $colorMain;
                 }
                 }
             }
             }
 
 
@@ -444,7 +444,7 @@ i {
 
 
                             i {
                             i {
                                 font-size: 14px;
                                 font-size: 14px;
-                                color: $colorMain2;
+                                color: $colorMain;
                                 margin-right: 6px;
                                 margin-right: 6px;
                             }
                             }
                         }
                         }
@@ -528,7 +528,7 @@ i {
                         }
                         }
 
 
                         .sld_follow_on {
                         .sld_follow_on {
-                            background-color: $colorMain2;
+                            background-color: $colorMain;
                             color: #fff;
                             color: #fff;
                         }
                         }
                     }
                     }
@@ -542,7 +542,7 @@ i {
 
 
                         .goods_price {
                         .goods_price {
                             font-size: 16px;
                             font-size: 16px;
-                            color: $colorMain2;
+                            color: $colorMain;
                             margin-top: 3px;
                             margin-top: 3px;
                             font-weight: 600;
                             font-weight: 600;
                         }
                         }

+ 2 - 2
xinkeaboard-web/assets/style/member/footprint.scss

@@ -142,7 +142,7 @@ a:visited {
                     padding: 0 7px;
                     padding: 0 7px;
                     .fl {
                     .fl {
                         font-size: 14px;
                         font-size: 14px;
-                        color: $colorMain2;
+                        color: $colorMain;
                     }
                     }
                     .fr-wrap {
                     .fr-wrap {
                         display: flex;
                         display: flex;
@@ -163,7 +163,7 @@ a:visited {
                         padding: 5px 0;
                         padding: 5px 0;
 
 
                         &:hover {
                         &:hover {
-                            color: $colorMain2;
+                            color: $colorMain;
                         }
                         }
                     }
                     }
                 }
                 }

+ 6 - 6
xinkeaboard-web/assets/style/member/index.scss

@@ -376,7 +376,7 @@ a:active {
                     text-overflow: ellipsis;
                     text-overflow: ellipsis;
                     white-space: nowrap;
                     white-space: nowrap;
                     &.price {
                     &.price {
-                        color: $colorMain2;
+                        color: $colorMain;
                         padding: 0;
                         padding: 0;
                     }
                     }
                 }
                 }
@@ -417,7 +417,7 @@ a:active {
                     padding: 16px 0;
                     padding: 16px 0;
                     .tag {
                     .tag {
                         position: absolute;
                         position: absolute;
-                        background-color: $colorMain2;
+                        background-color: $colorMain;
                         color: #fff;
                         color: #fff;
                         padding: 2px 6px 2px;
                         padding: 2px 6px 2px;
                         top: 5px;
                         top: 5px;
@@ -432,7 +432,7 @@ a:active {
                         right: 10px;
                         right: 10px;
                         width: 16px;
                         width: 16px;
                         height: 16px;
                         height: 16px;
-                        background-color: $colorMain2;
+                        background-color: $colorMain;
                         border-radius: 50%;
                         border-radius: 50%;
                         text-align: center;
                         text-align: center;
                         line-height: 16px;
                         line-height: 16px;
@@ -443,10 +443,10 @@ a:active {
                         color: #333333;
                         color: #333333;
                     }
                     }
                     &:hover a i {
                     &:hover a i {
-                        color: $colorMain2;
+                        color: $colorMain;
                     }
                     }
                     &:hover span {
                     &:hover span {
-                        box-shadow: 0 0 0 1px $colorMain2;
+                        box-shadow: 0 0 0 1px $colorMain;
                     }
                     }
                     a {
                     a {
                         position: relative;
                         position: relative;
@@ -559,7 +559,7 @@ a:active {
                     font-size: 14px;
                     font-size: 14px;
                     cursor: pointer;
                     cursor: pointer;
                     &:hover {
                     &:hover {
-                        color: $colorMain2;
+                        color: $colorMain;
                     }
                     }
                 }
                 }
                 ul {
                 ul {

+ 7 - 7
xinkeaboard-web/assets/style/member/orderDetail.scss

@@ -22,7 +22,7 @@
                     text-align: center;
                     text-align: center;
                     //font-family: MicrosoftYaHei-Bold;
                     //font-family: MicrosoftYaHei-Bold;
                     font-weight: 600;
                     font-weight: 600;
-                    color: $colorMain2;
+                    color: $colorMain;
                 }
                 }
 
 
                 .refuse_reason {
                 .refuse_reason {
@@ -35,9 +35,9 @@
                     height: 27px;
                     height: 27px;
                     line-height: 25px;
                     line-height: 25px;
                     padding: 0 12px;
                     padding: 0 12px;
-                    color: $colorMain2;
+                    color: $colorMain;
                     margin: 15px auto 0;
                     margin: 15px auto 0;
-                    border: 1px solid $colorMain2;
+                    border: 1px solid $colorMain;
                     -webkit-border-radius: 2px;
                     -webkit-border-radius: 2px;
                     -moz-border-radius: 2px;
                     -moz-border-radius: 2px;
                     border-radius: 2px;
                     border-radius: 2px;
@@ -54,7 +54,7 @@
                         border-left: 1px solid #bbbbbb;
                         border-left: 1px solid #bbbbbb;
                     }
                     }
                     span:hover {
                     span:hover {
-                        color: $colorMain2;
+                        color: $colorMain;
                     }
                     }
                 }
                 }
             }
             }
@@ -302,7 +302,7 @@
                     width: 15%;
                     width: 15%;
                     text-align: center;
                     text-align: center;
                     &:hover {
                     &:hover {
-                        color: $colorMain2;
+                        color: $colorMain;
                     }
                     }
                 }
                 }
             }
             }
@@ -361,7 +361,7 @@
     .confirm_cancel_btn {
     .confirm_cancel_btn {
         width: 80px;
         width: 80px;
         height: 30px;
         height: 30px;
-        background: $colorMain2;
+        background: $colorMain;
         border-radius: 3px;
         border-radius: 3px;
         line-height: 30px;
         line-height: 30px;
         text-align: center;
         text-align: center;
@@ -422,7 +422,7 @@
             }
             }
         }
         }
         .select {
         .select {
-            border: 1px solid $colorMain2;
+            border: 1px solid $colorMain;
         }
         }
     }
     }
 }
 }

+ 1 - 1
xinkeaboard-web/assets/style/member/orderEvaluate.scss

@@ -231,7 +231,7 @@
             display: inline-block;
             display: inline-block;
             width: 190px;
             width: 190px;
             height: 48px;
             height: 48px;
-            background-color: $colorMain2;
+            background-color: $colorMain;
             color: #fff;
             color: #fff;
             font-size: 14px;
             font-size: 14px;
             text-align: center;
             text-align: center;

+ 3 - 3
xinkeaboard-web/assets/style/member/orderEvaluation.scss

@@ -219,15 +219,15 @@
                     text-align: center;
                     text-align: center;
 
 
                     .detail:hover {
                     .detail:hover {
-                        color: $colorMain2;
+                        color: $colorMain;
                     }
                     }
 
 
                     .evaluate_btn {
                     .evaluate_btn {
                         width: 90px;
                         width: 90px;
                         height: 28px;
                         height: 28px;
                         line-height: 26px;
                         line-height: 26px;
-                        color: $colorMain2;
-                        border: 1px solid $colorMain2;
+                        color: $colorMain;
+                        border: 1px solid $colorMain;
                         text-align: center;
                         text-align: center;
                         margin-top: 15px;
                         margin-top: 15px;
                     }
                     }

+ 3 - 3
xinkeaboard-web/assets/style/msgList.scss

@@ -10,7 +10,7 @@
         color: #333333;
         color: #333333;
         font-size: 16px;
         font-size: 16px;
         font-weight: bold;
         font-weight: bold;
-        border-left: 2px solid $colorMain2;
+        border-left: 2px solid $colorMain;
         margin: 12px 10px;
         margin: 12px 10px;
         padding-left: 10px;
         padding-left: 10px;
     }
     }
@@ -25,7 +25,7 @@
             .msg_con_right{
             .msg_con_right{
                 .msg_del{
                 .msg_del{
                     width: 74px;
                     width: 74px;
-                    background-color: $colorMain2;
+                    background-color: $colorMain;
                     height: 24px;
                     height: 24px;
                     line-height: 24px;
                     line-height: 24px;
                     padding: 0 13px;
                     padding: 0 13px;
@@ -107,7 +107,7 @@
                                 width: 12px;
                                 width: 12px;
                                 height: 12px;
                                 height: 12px;
                                 border-radius: 50%;
                                 border-radius: 50%;
-                                background-color: $colorMain2;
+                                background-color: $colorMain;
                                 margin-right: 6px;
                                 margin-right: 6px;
                             }
                             }
                             p{
                             p{

+ 1 - 1
xinkeaboard-web/assets/style/msgSetting.scss

@@ -9,7 +9,7 @@
         color: #333333;
         color: #333333;
         font-size: 16px;
         font-size: 16px;
         font-weight: bold;
         font-weight: bold;
-        border-left: 2px solid $colorMain2;
+        border-left: 2px solid $colorMain;
         margin: 12px 10px;
         margin: 12px 10px;
         padding-left: 10px;
         padding-left: 10px;
     }
     }

+ 8 - 8
xinkeaboard-web/assets/style/orderList.scss

@@ -32,12 +32,12 @@
                         border-left: none;
                         border-left: none;
                     }
                     }
                     &:hover {
                     &:hover {
-                        color: $colorMain2;
+                        color: $colorMain;
                     }
                     }
                 }
                 }
 
 
                 .active {
                 .active {
-                    color: $colorMain2;
+                    color: $colorMain;
                     font-weight: 600;
                     font-weight: 600;
                     position: relative;
                     position: relative;
 
 
@@ -48,7 +48,7 @@
                         bottom: -1px;
                         bottom: -1px;
                         width: 100%;
                         width: 100%;
                         height: 2px;
                         height: 2px;
-                        background-color: $colorMain2;
+                        background-color: $colorMain;
                     }
                     }
                 }
                 }
             }
             }
@@ -268,14 +268,14 @@
                         margin-top: 10px;
                         margin-top: 10px;
 
 
                         &:hover {
                         &:hover {
-                            color: $colorMain2;
+                            color: $colorMain;
                         }
                         }
 
 
                         cursor: pointer;
                         cursor: pointer;
                     }
                     }
                     .detail {
                     .detail {
                         &:hover {
                         &:hover {
-                            color: $colorMain2;
+                            color: $colorMain;
                         }
                         }
 
 
                         margin-top: 10px;
                         margin-top: 10px;
@@ -285,7 +285,7 @@
 
 
                 .state {
                 .state {
                     .state_value {
                     .state_value {
-                        color: $colorMain2;
+                        color: $colorMain;
                         margin-top: 5px;
                         margin-top: 5px;
                     }
                     }
 
 
@@ -335,7 +335,7 @@
     .confirm_cancel_btn {
     .confirm_cancel_btn {
         width: 80px;
         width: 80px;
         height: 30px;
         height: 30px;
-        background: $colorMain2;
+        background: $colorMain;
         border-radius: 3px;
         border-radius: 3px;
         line-height: 30px;
         line-height: 30px;
         text-align: center;
         text-align: center;
@@ -397,7 +397,7 @@
             }
             }
         }
         }
         .select {
         .select {
-            border: 1px solid $colorMain2;
+            border: 1px solid $colorMain;
         }
         }
     }
     }
 }
 }

+ 3 - 3
xinkeaboard-web/assets/style/pay.scss

@@ -37,7 +37,7 @@
 
 
             .price span {
             .price span {
                 font-size: 20px;
                 font-size: 20px;
-                color: $colorMain2;
+                color: $colorMain;
                 margin: 0 3px;
                 margin: 0 3px;
             }
             }
 
 
@@ -194,7 +194,7 @@
                 color: white;
                 color: white;
                 margin-top: 55px;
                 margin-top: 55px;
                 outline: none;
                 outline: none;
-                background-color: $colorMain2;
+                background-color: $colorMain;
                 border-radius: 3px;
                 border-radius: 3px;
                 margin-left: 58px;
                 margin-left: 58px;
                 text-align: center;
                 text-align: center;
@@ -221,7 +221,7 @@
                     color: #999;
                     color: #999;
                     font-size: 16px;
                     font-size: 16px;
                     span {
                     span {
-                        color: $colorMain2;
+                        color: $colorMain;
                     }
                     }
                 }
                 }
                 .refresh {
                 .refresh {

+ 6 - 6
xinkeaboard-web/assets/style/point/order.scss

@@ -36,7 +36,7 @@
             width: 370px;
             width: 370px;
             font-size: 14px;
             font-size: 14px;
             .replace_address {
             .replace_address {
-                color: $colorMain2;
+                color: $colorMain;
                 line-height: 14px;
                 line-height: 14px;
             }
             }
         }
         }
@@ -115,7 +115,7 @@
             width: 370px;
             width: 370px;
             font-size: 14px;
             font-size: 14px;
             .replace_address {
             .replace_address {
-                color: $colorMain2;
+                color: $colorMain;
                 line-height: 14px;
                 line-height: 14px;
             }
             }
         }
         }
@@ -234,7 +234,7 @@
             .shipping {
             .shipping {
                 margin-top: 20px;
                 margin-top: 20px;
                 .red {
                 .red {
-                    color: $colorMain2;
+                    color: $colorMain;
                 }
                 }
                 span:nth-child(2) {
                 span:nth-child(2) {
                     width: 174px;
                     width: 174px;
@@ -430,7 +430,7 @@
             }
             }
         }
         }
         .active {
         .active {
-            border: 1px solid $colorMain2;
+            border: 1px solid $colorMain;
         }
         }
         .add_voice_btn {
         .add_voice_btn {
             width: 80px;
             width: 80px;
@@ -489,7 +489,7 @@
                     color: #999999;
                     color: #999999;
                 }
                 }
                 .active {
                 .active {
-                    border: 1px solid $colorMain2;
+                    border: 1px solid $colorMain;
                     color: #333333;
                     color: #333333;
                 }
                 }
                 .select_btn:nth-child(1) {
                 .select_btn:nth-child(1) {
@@ -620,7 +620,7 @@
             }
             }
         }
         }
         .select {
         .select {
-            border: 1px solid $colorMain2;
+            border: 1px solid $colorMain;
         }
         }
     }
     }
     ::-webkit-scrollbar {
     ::-webkit-scrollbar {

+ 12 - 12
xinkeaboard-web/assets/style/point/pointGoodsDetail.scss

@@ -89,8 +89,8 @@
                         }
                         }
                         .description_active {
                         .description_active {
                             background: #ffffff;
                             background: #ffffff;
-                            border-top: 2px solid $colorMain2;
-                            color: $colorMain2;
+                            border-top: 2px solid $colorMain;
+                            color: $colorMain;
                         }
                         }
                     }
                     }
                     .description_title_right {
                     .description_title_right {
@@ -597,7 +597,7 @@
                 color: #666666;
                 color: #666666;
             }
             }
             .p_price {
             .p_price {
-                color: $colorMain2;
+                color: $colorMain;
                 font-size: 16px;
                 font-size: 16px;
                 font-weight: 600;
                 font-weight: 600;
                 margin-left: -6px;
                 margin-left: -6px;
@@ -716,7 +716,7 @@
                 .full_pre_tips {
                 .full_pre_tips {
                     width: 5px;
                     width: 5px;
                     height: 5px;
                     height: 5px;
-                    background: $colorMain2;
+                    background: $colorMain;
                     border-radius: 50%;
                     border-radius: 50%;
                     margin-top: 5px;
                     margin-top: 5px;
                 }
                 }
@@ -1254,7 +1254,7 @@
                     font-size: 12px;
                     font-size: 12px;
                     //font-family: Microsoft YaHei;
                     //font-family: Microsoft YaHei;
                     font-weight: 400;
                     font-weight: 400;
-                    color: $colorMain2;
+                    color: $colorMain;
                 }
                 }
             }
             }
             .pre_service {
             .pre_service {
@@ -1376,11 +1376,11 @@
                         font-size: 14px;
                         font-size: 14px;
                         //font-family: Microsoft YaHei;
                         //font-family: Microsoft YaHei;
                         font-weight: bold;
                         font-weight: bold;
-                        color: $colorMain2;
+                        color: $colorMain;
                         // &:nth-child(2) {
                         // &:nth-child(2) {
                         //     font-size: 12px;
                         //     font-size: 12px;
                         //     font-family: Microsoft YaHei;
                         //     font-family: Microsoft YaHei;
-                        //     color: $colorMain2;
+                        //     color: $colorMain;
                         // }
                         // }
                     }
                     }
                 }
                 }
@@ -1412,8 +1412,8 @@
                 }
                 }
                 .description_active {
                 .description_active {
                     background: #ffffff;
                     background: #ffffff;
-                    border-top: 2px solid $colorMain2;
-                    color: $colorMain2;
+                    border-top: 2px solid $colorMain;
+                    color: $colorMain;
                 }
                 }
             }
             }
             .description_title_right {
             .description_title_right {
@@ -1657,7 +1657,7 @@
                                 margin-right: 0;
                                 margin-right: 0;
                             }
                             }
                             &.comments_nav_pre_active {
                             &.comments_nav_pre_active {
-                                color: $colorMain2;
+                                color: $colorMain;
                             }
                             }
                         }
                         }
                     }
                     }
@@ -1752,7 +1752,7 @@
                         .server_pre_tips {
                         .server_pre_tips {
                             width: 5px;
                             width: 5px;
                             height: 5px;
                             height: 5px;
-                            background: $colorMain2;
+                            background: $colorMain;
                             border-radius: 50%;
                             border-radius: 50%;
                             display: block;
                             display: block;
                             margin-right: 10px;
                             margin-right: 10px;
@@ -1824,7 +1824,7 @@
                                 font-size: 16px;
                                 font-size: 16px;
                                 //font-family: Microsoft YaHei;
                                 //font-family: Microsoft YaHei;
                                 font-weight: 400;
                                 font-weight: 400;
-                                color: $colorMain2;
+                                color: $colorMain;
                             }
                             }
                         }
                         }
                     }
                     }

+ 1 - 1
xinkeaboard-web/assets/style/recharge.scss

@@ -188,7 +188,7 @@
                         margin-right: 20px;
                         margin-right: 20px;
                     }
                     }
                     .red {
                     .red {
-                        color: $colorMain2;
+                        color: $colorMain;
                     }
                     }
                 }
                 }
                 .qrcode_con {
                 .qrcode_con {

+ 1 - 1
xinkeaboard-web/assets/style/refundDetail.scss

@@ -125,7 +125,7 @@
                 font-size: 14px;
                 font-size: 14px;
             }
             }
             .refund_goods_price {
             .refund_goods_price {
-                color: $colorMain2;
+                color: $colorMain;
                 font-size: 16px;
                 font-size: 16px;
                 margin-top: 10px;
                 margin-top: 10px;
             }
             }

+ 4 - 4
xinkeaboard-web/assets/style/store/contac-about.scss

@@ -181,7 +181,7 @@
 .ly-left, .ly-right {
 .ly-left, .ly-right {
     display: inline;
     display: inline;
 }
 }
-.color-$colorMain {
+.color-green {
     color: #2dbb55;
     color: #2dbb55;
 }
 }
 .fb {
 .fb {
@@ -363,12 +363,12 @@
 
 
 .self-btn{
 .self-btn{
     width: 100%;
     width: 100%;
-    background: #00985E;
+    background: $colorMain;
 }
 }
 
 
 .self-btn:focus, .self-btn:hover {
 .self-btn:focus, .self-btn:hover {
-    border-color: #1ba66c;
-    background-color: #1ba66c;
+    // border-color: #1ba66c;
+    // background-color: #1ba66c;
 }
 }
 
 
 .cancel-btn:focus, .cancel-btn:hover {
 .cancel-btn:focus, .cancel-btn:hover {

+ 9 - 9
xinkeaboard-web/assets/style/storeList.scss

@@ -89,8 +89,8 @@
             }
             }
         }
         }
         a.on {
         a.on {
-            background-color: $colorMain2;
-            // border-color: $colorMain2;
+            background-color: $colorMain;
+            // border-color: $colorMain;
             color: #fff;
             color: #fff;
         }
         }
         form {
         form {
@@ -108,8 +108,8 @@
         button {
         button {
             width: 75px;
             width: 75px;
             height: 30px;
             height: 30px;
-            background-color: #dcdcdc;
-            color: #333333;
+            background-color: $colorMain;
+            color: #fff;
             border: none;
             border: none;
             margin-left: -4px;
             margin-left: -4px;
             outline: none;
             outline: none;
@@ -182,7 +182,7 @@
                 i {
                 i {
                     float: left;
                     float: left;
                     margin: 0 3px;
                     margin: 0 3px;
-                    color: $colorMain2;
+                    color: $colorMain;
                 }
                 }
             }
             }
             .sld_vendor_bottom {
             .sld_vendor_bottom {
@@ -202,7 +202,7 @@
                 }
                 }
                 a i {
                 a i {
                     font-size: 14px;
                     font-size: 14px;
-                    color: $colorMain2;
+                    color: $colorMain;
                     margin-right: 6px;
                     margin-right: 6px;
                 }
                 }
             }
             }
@@ -229,7 +229,7 @@
             border-left: none;
             border-left: none;
         }
         }
         .sld_follow_on {
         .sld_follow_on {
-            background-color: $colorMain2;
+            background-color: $colorMain;
             color: #fff;
             color: #fff;
         }
         }
         .fr {
         .fr {
@@ -241,7 +241,7 @@
                 margin-right: 36px;
                 margin-right: 36px;
             }
             }
             em {
             em {
-                color: $colorMain2;
+                color: $colorMain;
             }
             }
         }
         }
     }
     }
@@ -276,7 +276,7 @@
         }
         }
         .goods_price {
         .goods_price {
             font-size: 16px;
             font-size: 16px;
-            color: $colorMain2;
+            color: $colorMain;
             margin-top: 3px;
             margin-top: 3px;
             font-weight: 600;
             font-weight: 600;
         }
         }

+ 7 - 7
xinkeaboard-web/assets/style/storeListAbout.scss

@@ -130,8 +130,8 @@
             }
             }
         }
         }
         a.on {
         a.on {
-            background-color: $colorMain2;
-            border-color: $colorMain2;
+            background-color: $colorMain;
+            border-color: $colorMain;
             color: #fff;
             color: #fff;
         }
         }
         form {
         form {
@@ -218,7 +218,7 @@
                 i {
                 i {
                     float: left;
                     float: left;
                     margin: 0 3px;
                     margin: 0 3px;
-                    color: $colorMain2;
+                    color: $colorMain;
                 }
                 }
             }
             }
             .sld_vendor_bottom {
             .sld_vendor_bottom {
@@ -238,7 +238,7 @@
                 }
                 }
                 a i {
                 a i {
                     font-size: 14px;
                     font-size: 14px;
-                    color: $colorMain2;
+                    color: $colorMain;
                     margin-right: 6px;
                     margin-right: 6px;
                 }
                 }
             }
             }
@@ -265,7 +265,7 @@
             border-left: none;
             border-left: none;
         }
         }
         .sld_follow_on {
         .sld_follow_on {
-            background-color: $colorMain2;
+            background-color: $colorMain;
             color: #fff;
             color: #fff;
         }
         }
         .fr {
         .fr {
@@ -277,7 +277,7 @@
                 margin-right: 36px;
                 margin-right: 36px;
             }
             }
             em {
             em {
-                color: $colorMain2;
+                color: $colorMain;
             }
             }
         }
         }
     }
     }
@@ -310,7 +310,7 @@
         }
         }
         .goods_price {
         .goods_price {
             font-size: 16px;
             font-size: 16px;
-            color: $colorMain2;
+            color: $colorMain;
             margin-top: 3px;
             margin-top: 3px;
             font-weight: 600;
             font-weight: 600;
         }
         }

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

@@ -14,7 +14,7 @@ $fontF:       12px; //用于次要文字,辅助性文字
 
 
 // 常规配色设置
 // 常规配色设置
 $colorMain:    #036EB8 !default; //主色、文字选中、搜索
 $colorMain:    #036EB8 !default; //主色、文字选中、搜索
-$colorMain2:   #00985e !default; //主色、文字选中、搜索
+$colorMain:   #00985e !default; //主色、文字选中、搜索
 $colorSkeleton: #eee; //骨架屏颜色
 $colorSkeleton: #eee; //骨架屏颜色
 $colorTitle1: #333 !default; //标题、一级标题、一级内容
 $colorTitle1: #333 !default; //标题、一级标题、一级内容
 $colorTitle2: #666 !default; //二级标题、二级内容
 $colorTitle2: #666 !default; //二级标题、二级内容

+ 1 - 1
xinkeaboard-web/assets/style/variable.scss

@@ -17,7 +17,7 @@ $fontF:       12px; //用于次要文字,辅助性文字
 
 
 // 常规配色设置
 // 常规配色设置
 $colorMain:    #00985e!default; //主色、文字选中、搜索
 $colorMain:    #00985e!default; //主色、文字选中、搜索
-$colorMain2:   #00985e !default; //主色、文字选中、搜索
+$colorMain:   #00985e !default; //主色、文字选中、搜索
 $colorSkeleton: #eee; //骨架屏颜色
 $colorSkeleton: #eee; //骨架屏颜色
 $colorTitle1: #333 !default; //标题、一级标题、一级内容
 $colorTitle1: #333 !default; //标题、一级标题、一级内容
 $colorTitle2: #666 !default; //二级标题、二级内容
 $colorTitle2: #666 !default; //二级标题、二级内容

+ 1 - 1
xinkeaboard-web/components/GoodsListCate2.vue

@@ -81,7 +81,7 @@ a:visited {
         border-bottom: 1px solid #d7d7d7;
         border-bottom: 1px solid #d7d7d7;
 
 
         em {
         em {
-          color: $colorMain2;
+          color: $colorMain;
           font-weight: 600;
           font-weight: 600;
           font-style: normal;
           font-style: normal;
         }
         }

+ 1 - 1
xinkeaboard-web/components/GoodsListCate3.vue

@@ -347,7 +347,7 @@ a:visited {
   }
   }
 
 
   .sld_goods_price {
   .sld_goods_price {
-    color: $colorMain2;
+    color: $colorMain;
     font-size: 15px;
     font-size: 15px;
     font-weight: bold;
     font-weight: bold;
     margin-top: 6px;
     margin-top: 6px;

+ 3 - 3
xinkeaboard-web/components/MemberTop.vue

@@ -204,7 +204,7 @@ watchEffect(() => {
             display: block;
             display: block;
             position: absolute;
             position: absolute;
             background: #ffffff;
             background: #ffffff;
-            color: $colorMain2;
+            color: $colorMain;
             min-width: 20px;
             min-width: 20px;
             height: 20px;
             height: 20px;
             border-radius: 10px;
             border-radius: 10px;
@@ -387,7 +387,7 @@ watchEffect(() => {
         .addcart_goods_num {
         .addcart_goods_num {
           font: 11px/16px Verdana;
           font: 11px/16px Verdana;
           color: #fff;
           color: #fff;
-          background: $colorMain2;
+          background: $colorMain;
           text-align: center;
           text-align: center;
           display: inline-block;
           display: inline-block;
           height: 16px;
           height: 16px;
@@ -399,7 +399,7 @@ watchEffect(() => {
 
 
         .iconfont {
         .iconfont {
           margin: 0 13px 0 12px;
           margin: 0 13px 0 12px;
-          color: $colorMain2;
+          color: $colorMain;
           font-size: 17px;
           font-size: 17px;
           font-weight: 600;
           font-weight: 600;
           vertical-align: bottom;
           vertical-align: bottom;

+ 1 - 1
xinkeaboard-web/components/StoreItem.vue

@@ -31,7 +31,7 @@ import { getCurLanguage } from '@/composables/common.js';
 const L = getCurLanguage();
 const L = getCurLanguage();
 const props = defineProps(["item", "ItemIndex", "skeleton"]);
 const props = defineProps(["item", "ItemIndex", "skeleton"]);
 const score = ref(Number(props.item.serviceScore));
 const score = ref(Number(props.item.serviceScore));
-const colors = ref(["#00985e", "#00985e", "#00985e"]);
+const colors = ref(["#036EB8", "#036EB8", "#036EB8"]);
 
 
 
 
 
 

+ 1 - 1
xinkeaboard-web/composables/useFetchRaw.ts

@@ -4,7 +4,7 @@ import { webSiteFlagRelation, webSiteLanguageRelation } from "../utils/common";
 export async function useFetchRaw<T = any>(url: string, options?: any) {
 export async function useFetchRaw<T = any>(url: string, options?: any) {
   const config = useRuntimeConfig()
   const config = useRuntimeConfig()
   const { appType, serverPath } = config.public as any;
   const { appType, serverPath } = config.public as any;
-  url = url.replace('/api/', serverPath)
+  // url = url.replace('/api/', serverPath)
   const newOptions = {
   const newOptions = {
     ...(options ?? {}),
     ...(options ?? {}),
     headers: {
     headers: {

+ 1 - 1
xinkeaboard-web/nuxt.config.ts

@@ -7,7 +7,7 @@ const isDev = process.env.NODE_ENV === 'development';
 const appType = process.env.APP_TYPE;
 const appType = process.env.APP_TYPE;
 const SERVICE = process.env.SERVICE;
 const SERVICE = process.env.SERVICE;
 export default defineNuxtConfig({
 export default defineNuxtConfig({
-  // ssr: !isDev,
+  ssr: !isDev,
   nitro: {
   nitro: {
     output: {
     output: {
       dir: isDev ? undefined : `.output-${appType}`
       dir: isDev ? undefined : `.output-${appType}`

+ 1 - 0
xinkeaboard-web/pages/home/about.vue

@@ -1,6 +1,7 @@
 <template>
 <template>
   <div>
   <div>
     <SldHomeTopSearch />
     <SldHomeTopSearch />
+    <NavTopBar />
     <NavCatHeader />
     <NavCatHeader />
     <div class="bottom_line"></div>
     <div class="bottom_line"></div>
 
 

+ 1 - 1
xinkeaboard-web/pages/member/account.vue

@@ -175,7 +175,7 @@ const toPage = (url, type) => {
         }
         }
 
 
         .icon-jubao {
         .icon-jubao {
-          color: $colorMain2;
+          color: $colorMain;
         }
         }
 
 
         .icon-xuanweimorendizhi {
         .icon-xuanweimorendizhi {

+ 3 - 3
xinkeaboard-web/pages/member/order/list.vue

@@ -903,12 +903,12 @@ router.beforeEach((to, from, next) => {
           }
           }
 
 
           &:hover {
           &:hover {
-            color: $colorMain2;
+            color: $colorMain;
           }
           }
         }
         }
 
 
         .active {
         .active {
-          color: $colorMain2;
+          color: $colorMain;
           font-weight: 600;
           font-weight: 600;
           position: relative;
           position: relative;
 
 
@@ -919,7 +919,7 @@ router.beforeEach((to, from, next) => {
             bottom: -1px;
             bottom: -1px;
             width: 100%;
             width: 100%;
             height: 2px;
             height: 2px;
-            background-color: $colorMain2;
+            background-color: $colorMain;
           }
           }
         }
         }
       }
       }

+ 1 - 1
xinkeaboard-web/pages/member/pwd/login.vue

@@ -329,7 +329,7 @@ watch([old_password, password, confirm_password], () => {
       .without_phone_tip {
       .without_phone_tip {
         line-height: 56px;
         line-height: 56px;
         font-size: 16px;
         font-size: 16px;
-        color: $colorMain2;
+        color: $colorMain;
       }
       }
 
 
       .sms_code_con {
       .sms_code_con {

+ 1 - 1
xinkeaboard-web/pages/member/pwd/pay.vue

@@ -335,7 +335,7 @@ onMounted(() => {});
       .without_phone_tip {
       .without_phone_tip {
         line-height: 56px;
         line-height: 56px;
         font-size: 16px;
         font-size: 16px;
-        color: $colorMain2;
+        color: $colorMain;
       }
       }
 
 
       .sms_code_con {
       .sms_code_con {

+ 1 - 1
xinkeaboard-web/pages/member/pwd/reset.vue

@@ -263,7 +263,7 @@ watch([password, confirm_password, sms_code], () => {
       .without_phone_tip {
       .without_phone_tip {
         line-height: 56px;
         line-height: 56px;
         font-size: 16px;
         font-size: 16px;
-        color: $colorMain2;
+        color: $colorMain;
       }
       }
 
 
       .sms_code_con {
       .sms_code_con {

+ 1 - 0
xinkeaboard-web/pages/store/list/[...slug].vue

@@ -1,6 +1,7 @@
 <template>
 <template>
   <div>
   <div>
     <SldHomeTopSearch />
     <SldHomeTopSearch />
+    <NavTopBar />
     <NavCatHeader />
     <NavCatHeader />
     <div class="self_background">
     <div class="self_background">
       <div class="sld_store_list">
       <div class="sld_store_list">