diff --git a/public/site/css/download.css b/public/site/css/download.css
index f4d16d9ac..d19bc88c0 100644
--- a/public/site/css/download.css
+++ b/public/site/css/download.css
@@ -14,7 +14,6 @@
justify-content: space-between;
align-items: center;
width: 70%;
- padding-bottom: 120px;
}
.download-ul-item{
cursor: pointer;
@@ -166,4 +165,12 @@
border: 1px solid transparent;
border-radius: 8px;
color: #fff;
-}
\ No newline at end of file
+}
+.download-other-btn{
+ padding: 10px 16px;
+ color: var(--txt-theme-color);
+ border-radius: 8px;
+ margin-top: 32px;
+ margin-bottom: 120px;
+ border: 1px solid var(--txt-theme-color);
+}
diff --git a/public/site/css/rem.css b/public/site/css/rem.css
index 3e1c7e710..eb701adcd 100644
--- a/public/site/css/rem.css
+++ b/public/site/css/rem.css
@@ -255,7 +255,7 @@
padding-top: 100px !important;
padding-left: 20px !important;
padding-right: 20px !important;
- }
+ }
.details, .manage-tit, .company-profile-l{
width: calc(100vw - 40px) !important;
}
@@ -808,4 +808,8 @@
left: 0;
margin: 0 auto;
}
-}
\ No newline at end of file
+}
+.download-other-btn{
+ margin-top: 0px !important;
+ margin-bottom: 56px !important;
+}
diff --git a/public/site/en/download.html b/public/site/en/download.html
index e2784f1e3..3115359a9 100644
--- a/public/site/en/download.html
+++ b/public/site/en/download.html
@@ -145,6 +145,7 @@
+ Other Versions
diff --git a/public/site/zh/download.html b/public/site/zh/download.html
index 5516bfabd..6e7e31a1e 100644
--- a/public/site/zh/download.html
+++ b/public/site/zh/download.html
@@ -145,6 +145,7 @@
+ 其他版本