From eeb8f18b48989bac5eb5847a51359496956c5339 Mon Sep 17 00:00:00 2001
From: 李 <344137771@qq.com>
Date: Thu, 30 Apr 2026 18:32:45 +0800
Subject: [PATCH] 1

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

diff --git a/src/page/home/home.vue b/src/page/home/home.vue
index 9a32ff6..54408ab 100644
--- a/src/page/home/home.vue
+++ b/src/page/home/home.vue
@@ -630,7 +630,7 @@
 
 .txt_box_box_right {
   color: #fff;
-  background: #409eff;
+  background: #00f0ff;
   text-align: center;
   padding: 10px 15px;
   border-radius: 6px;
@@ -1093,7 +1093,7 @@
     display: block;
     content: "";
     height: 0.07rem;
-    background-color: #1381a4;
+    background-color: #00f0ff;
     width: 100%;
     left: 0;
     bottom: -0.25rem;
@@ -1231,7 +1231,7 @@
         .name {
           font-family: PingFang SC;
           font-style: normal;
-          font-weight: 400;
+          font-weight: 500;
           font-size: 0.32rem;
           line-height: 0.45333rem;
           color: #14181f;
@@ -1259,7 +1259,7 @@
         .name {
           font-family: PingFang SC;
           font-style: normal;
-          font-weight: 400;
+          font-weight: 500;
           font-size: 0.32rem;
           line-height: 0.45333rem;
           color: #14181f;

--
Gitblit v1.9.3