From 732c30b33f782c2d2ebb62eacda2fb7a453a7ecd Mon Sep 17 00:00:00 2001
From: admin <344137771@qq.com>
Date: Sat, 31 Jan 2026 11:01:45 +0800
Subject: [PATCH] 1

---
 src/page/list/list-kechuang.vue |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/page/list/list-kechuang.vue b/src/page/list/list-kechuang.vue
index 76cd4be..528fc36 100644
--- a/src/page/list/list-kechuang.vue
+++ b/src/page/list/list-kechuang.vue
@@ -64,7 +64,7 @@
       </div>
       <div v-show="loading" class="load-all text-center">
         <mt-spinner type="fading-circle"></mt-spinner>
-        加载中...
+        loading...
       </div>
       <div v-show="!loading && list.length>0" class="load-all text-center">
         已全部加载
@@ -216,7 +216,7 @@
 
       &.no-bold {
         span {
-          font-weight: 400;
+          font-weight: 500;
         }
       }
     }
@@ -304,7 +304,7 @@
           li{
             font-size:0.28rem;
             font-family:MicrosoftYaHeiLight;
-            font-weight:400;
+            font-weight:500;
             color:rgba(255,255,255,0.5);
             text-align: center;
             display: flex;
@@ -336,7 +336,7 @@
           span{
             font-size:0.26rem;
             font-family:MicrosoftYaHeiLight;
-            font-weight:400;
+            font-weight:500;
             color:rgba(177,37,37,1);
           }
         }

--
Gitblit v1.9.3