From 01965b1b41c3140b32598c1f9e565e7daa42e919 Mon Sep 17 00:00:00 2001 From: liaoxinyu Date: Thu, 19 Sep 2024 16:22:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=AF=AD=E8=A8=80=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/i18n/en.json | 6 +++--- src/views/home/index.vue | 35 ++++++++++++++++++++++++++--------- 2 files changed, 29 insertions(+), 12 deletions(-) diff --git a/src/i18n/en.json b/src/i18n/en.json index 07230fd..e73b1dd 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -944,9 +944,9 @@ "c7": "Unsold", "c8": "Partial Transaction", "c9": "Full deal", - "d0": "Open long", + "d0": "Open Long", "d1": "Close Short", - "d2": "Open short", + "d2": "Open Short", "d3": "Close Long", "d4": "Undo successfully", "d5": "Open", @@ -999,7 +999,7 @@ "i2": "Order History", "i3": "Side", "i4": "Open Long", - "i5": "Open short", + "i5": "Open Short", "i6": "Only display current", "i7": "TP", "i8": "SL", diff --git a/src/views/home/index.vue b/src/views/home/index.vue index 054b993..3f4fb73 100644 --- a/src/views/home/index.vue +++ b/src/views/home/index.vue @@ -422,9 +422,9 @@
{{ $t("homeNewText.bb19") }}
-
STEP 1
-
{{ $t("homeNewText.bb20",{name:'Coinkos'}) }}
-
{{ $t("homeNewText.bb21") }}
+
STEP 1
+
{{ $t("homeNewText.bb20",{name:'Coinkos'}) }}
+
{{ $t("homeNewText.bb21") }}
{{ $t("homeNewText.bb6") }} {{ $t("homeNewText.bb6") }} @@ -436,9 +436,9 @@
-
STEP 2
-
{{ $t("homeNewText.bb22") }}
-
{{ $t("homeNewText.bb23") }}
+
STEP 2
+
{{ $t("homeNewText.bb22") }}
+
{{ $t("homeNewText.bb23") }}
{{ $t("homeNewText.bb24") }} {{ $t("homeNewText.bb24") }} @@ -450,9 +450,9 @@
-
STEP 3
-
{{ $t("homeNewText.bb25") }}
-
{{ $t("homeNewText.bb26") }}
+
STEP 3
+
{{ $t("homeNewText.bb25") }}
+
{{ $t("homeNewText.bb26") }}
{{ $t("homeNewText.bb27") }} {{ $t("homeNewText.bb27") }} @@ -2039,6 +2039,23 @@ margin: 0px auto 0px; display: flex; justify-content: space-between; + + .STEP1{ + color: #547AF7; + font-size: 36px; + text-align: center; + } + .STEP2{ + height: 72px; + font-size: 24px; + text-align: center; + margin-top: 20px; + } + .STEP3{ + font-size: 16px; + margin-top: 20px; + text-align: center; + } } .circle_bg{ width: 50px;