From bcd4f85d97ef48cfe814cafe09397f533ccdf877 Mon Sep 17 00:00:00 2001 From: wanghongjun <1445693971@qq,com> Date: Mon, 15 May 2023 21:01:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=AD=97=E4=BD=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/home/index.vue | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/src/views/home/index.vue b/src/views/home/index.vue index 6fa01f6..e35f764 100644 --- a/src/views/home/index.vue +++ b/src/views/home/index.vue @@ -379,7 +379,8 @@
{{ $t("xtzcoins3.a100") }}
-
{{item.pair_name}} {{item.increaseStr}}
{{item.increase}}
${{item.close}}
+
{{item.pair_name}} {{item.increaseStr}}
{{item.increase}}
${{item.close}}
+
@@ -463,7 +464,7 @@
{{ $t("xtzcoins3.a20") }}
-
¥{{ omitTo(item.close*price_cny,2) }}
{{item.increaseStr}}
+
¥{{ omitTo(item.close*price_cny,2) }}
{{item.increaseStr}}
{{item.coin_name}}
@@ -2488,8 +2489,11 @@ path { background: url('../../../static/images/banner-2.png') no-repeat; background-size: cover; .box{ - span{ - color: #BF3F4D; + .color-sell{ + color: #ea3131; + } + .color-buy{ + color: #60c08c; } .num1{ font-size: 19px; @@ -2551,7 +2555,6 @@ path { padding: 25px 20px; } .green-f{ - color:#4BA272; font-size: 22px; font-weight: bold; // font-family: "PingFangSC-Regular, PingFang SC";