From 8c51de06d839339f428ca0691099fe60740765cf Mon Sep 17 00:00:00 2001
From: lxf <1371462558@qq.com>
Date: Sat, 05 Jul 2025 18:36:11 +0800
Subject: [PATCH] style
---
src/components/Transform/contract-futrue/index.vue | 13 +++++++++----
1 files changed, 9 insertions(+), 4 deletions(-)
diff --git a/src/components/Transform/contract-futrue/index.vue b/src/components/Transform/contract-futrue/index.vue
index 70c5f7e..ca97557 100644
--- a/src/components/Transform/contract-futrue/index.vue
+++ b/src/components/Transform/contract-futrue/index.vue
@@ -6,10 +6,12 @@
<li v-for="(item, index) in initFutrue.para" v-if="initFutrue.para" :key="item.uuid"
class="h-92 flex items-center mb-22" @click="onSelect(item, index)">
<p class="w-95 h-full flex justify-center items-center font-22 flex-1"
- :class="active === item.para_id ? 'bg-light-blue text-white' : 'delivery_left_tab_background textColor'">{{ item.time_num +
+ :class="active === item.para_id ? 'bg-light-blue text-white' : 'delivery_left_tab_background textColor'"
+ >{{ item.time_num +
item.time_unit.substr(0, 1) }}</p>
<p class="w-125 h-full flex justify-center items-center font-22 flex-1"
- :class="active === item.para_id ? 'bg-dark-blue text-white' : 'delivery_tab_background textColor'">{{
+ :class="active === item.para_id ? 'bg-dark-blue text-white' : 'delivery_tab_background textColor'"
+ >{{
item.profit_ratio }}%</p>
</li>
</ul>
@@ -54,8 +56,7 @@
.bgDark {
-
- background: 242424
+ background: #242424;
}
.bg-light-blue {
@@ -65,4 +66,8 @@
.bg-dark-blue {
background: #1255A3;
}
+
+ul li p{
+ color: #fff;
+}
</style>
--
Gitblit v1.9.3