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";