From 7fc6bfe900790ec7c92bce85d5b20a95fbc06e65 Mon Sep 17 00:00:00 2001
From: 李凌 <344137771@qq.com>
Date: Wed, 15 Oct 2025 10:29:30 +0800
Subject: [PATCH] 其他人改的版本

---
 src/views/cryptos/Withdraw/withdrawPage.vue |   38 +++++++++++++++++++++-----------------
 1 files changed, 21 insertions(+), 17 deletions(-)

diff --git a/src/views/cryptos/Withdraw/withdrawPage.vue b/src/views/cryptos/Withdraw/withdrawPage.vue
index 07f458e..77e19e2 100644
--- a/src/views/cryptos/Withdraw/withdrawPage.vue
+++ b/src/views/cryptos/Withdraw/withdrawPage.vue
@@ -53,21 +53,25 @@
 					<!--<span>{{ usdtBalance }} USDT</span>-->
 					<span>{{ getwei(usdtBalance * 1, numLenth) }} {{ value }}</span>
 				</p>
-				<p class="text-grey mt-64 font-28">{{ $t('可到账数量') }}</p>
-				<div class="font-40 mt-20 fon-bold ">
-					<span class="font-40 font-700 textColor"> {{ volume_last || '0.00' }}</span>
-					<!--<span class="font-32 ml-5 text-grey">USDT</span>-->
-					<span class="font-32 ml-5 text-grey">{{ value }}</span>
-				</div>
-				<p class="text-grey mt-22 font-28">{{ $t('提现费用') }}:{{ fee || '0.00' }} {{ value }}</p>
-				<p class="text-white mt-46 textColor font-28">{{ $t('提币说明') }}:
-				</p>
+        <p class="text-white mt-46 textColor font-28">{{ $t('提币说明') }}:
+        </p>
 				<div class="text-grey mt-10 font-28" v-html="tip"></div>
-				<van-button
-					class="w-768 h-100 rounded flex justify-center items-center mt-56  text-white btnMain border-none"
-					@click="showDetail">
-					{{ $t('提现') }}</van-button>
-
+        <div class="flex-centerY flex-position-between">
+          <div>
+            <p class="text-grey mt-64 font-22">{{ $t('可到账数量') }}</p>
+            <div class="font-30 mt-5 fon-bold ">
+              <span class="font-34 font-700 textColor"> {{ volume_last || '0.00' }}</span>
+              <!--<span class="font-32 ml-5 text-grey">USDT</span>-->
+              <span class="font-28 ml-5">{{ value }}</span>
+            </div>
+            <div  class="flex-centerY text-grey mt-5 font-22">{{ $t('提现费用') }}:<p class="font-26" style="color: #111">{{ fee || '0.00' }} {{ value }}</p></div>
+          </div>
+          <div>
+            <van-button
+                @click="showDetail" style="width: 120px" color="#111">
+              {{ $t('提现') }}</van-button>
+          </div>
+        </div>
 			</div>
 			<van-popup v-model:show="show" position="bottom">
 				<div class="pop-box relative font-28">
@@ -451,8 +455,8 @@
 
 		li {
 			&.active {
-				border-color: $color_main;
-				color: $color_main;
+        background: #111;
+				color: white !important;
 			}
 		}
 
@@ -464,4 +468,4 @@
 			background: $btn_main;
 		}
 	}
-</style>
\ No newline at end of file
+</style>

--
Gitblit v1.9.3