From e74a7c7afc56cf229058091fe2ae143cf0bdb3ca Mon Sep 17 00:00:00 2001
From: lxf <1371462558@qq.com>
Date: Thu, 22 May 2025 15:03:27 +0800
Subject: [PATCH] style

---
 src/components/constract/DeliveryContract/createOrder.vue |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/src/components/constract/DeliveryContract/createOrder.vue b/src/components/constract/DeliveryContract/createOrder.vue
index 4d211b5..71805d2 100644
--- a/src/components/constract/DeliveryContract/createOrder.vue
+++ b/src/components/constract/DeliveryContract/createOrder.vue
@@ -236,10 +236,10 @@
     //获取开仓页面参数
     async getDeliveryInfo() {
       Axios.getFutures({
-        symbol: 'btc',
+        symbol: "btc",
         // token: this.userInfo.token,
       }).then((res) => {
-        console.log(res.data)
+        console.log(res.data);
         this.volume = res.data.amount;
         this.sessionToken = res.data.session_token;
         this.list = res.data.para; //交易时段
@@ -450,7 +450,7 @@
 }
 
 .delivery-time-active {
-  background-color: #1d91ff;
+  background-color: #f7b328;
   color: black;
 }
 
@@ -463,7 +463,7 @@
 }
 
 .delivery-border-active {
-  border: 1px solid #1d91ff !important;
+  border: 1px solid #f7b328 !important;
 }
 
 .delivery-border-grey {
@@ -631,13 +631,13 @@
 }
 
 /* .trading-popup li:hover{
-  background: #1D91FF;
+  background: #f7b328;
   color: #fff;
 } */
 
 .trading-popup .active {
-  border: 1px solid #1d91ff;
-  background: #1d91ff;
+  border: 1px solid #f7b328;
+  background: #f7b328;
   color: #fff;
 }
 
@@ -651,7 +651,7 @@
 
 .buy-but-centent {
   height: 40px;
-  background: #1d91ff;
+  background: #f7b328;
   width: 100%;
   border-radius: 4px;
   color: #fff;

--
Gitblit v1.9.3