From 9d1fadaf0e2abf8e04446580d8baadf7717ce0d1 Mon Sep 17 00:00:00 2001
From: dcc <dcc@163.com>
Date: Wed, 15 May 2024 15:09:57 +0800
Subject: [PATCH] 前端下单页面改成模范网站样式 包括颜色

---
 src/components/contract-futrue/index.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/components/contract-futrue/index.vue b/src/components/contract-futrue/index.vue
index f9a6bcb..c1b185c 100644
--- a/src/components/contract-futrue/index.vue
+++ b/src/components/contract-futrue/index.vue
@@ -52,10 +52,10 @@
 }
 
 .bg-light-blue {
-    background: #1D91FF;
+    background: #7f81fd;
 }
 
 .bg-dark-blue {
-    background: #1255A3;
+    background: #2c78f8;
 }
 </style>

--
Gitblit v1.9.3