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;