diff --git a/public/site/css/download.css b/public/site/css/download.css
index 9eddb8f0c..e60b43b03 100644
--- a/public/site/css/download.css
+++ b/public/site/css/download.css
@@ -143,4 +143,11 @@
/* 底部布局 */
.footer-layut{
padding-top: 120px;
+}
+.btn-padding{
+ padding: 0;
+}
+.btn-padding a{
+ display: block;
+ padding: 10px 16px;
}
\ No newline at end of file
diff --git a/public/site/en/download.html b/public/site/en/download.html
index db96d373b..a4718c058 100644
--- a/public/site/en/download.html
+++ b/public/site/en/download.html
@@ -125,10 +125,10 @@
macOS
diff --git a/public/site/en/index.html b/public/site/en/index.html
index aa8189292..8387ef368 100644
--- a/public/site/en/index.html
+++ b/public/site/en/index.html
@@ -564,6 +564,7 @@
cookieConsent.style.textAlign = 'left';
cookieConsent.style.fontSize = '16px';
cookieConsent.style.lineHeight = '1.5em';
+ cookieConsent.style.boxShadow='0 4px 12px rgba(0,0,0,.15)';
cookieA.style.padding = '0.2em'
cookieA.style.display = 'inline-block';
diff --git a/public/site/zh/download.html b/public/site/zh/download.html
index a8219e601..12fec56d7 100644
--- a/public/site/zh/download.html
+++ b/public/site/zh/download.html
@@ -125,10 +125,10 @@
macOS
diff --git a/public/site/zh/index.html b/public/site/zh/index.html
index 59bfaa804..8fdec67e3 100644
--- a/public/site/zh/index.html
+++ b/public/site/zh/index.html
@@ -563,6 +563,7 @@
cookieConsent.style.textAlign = 'left';
cookieConsent.style.fontSize = '16px';
cookieConsent.style.lineHeight = '1.5em';
+ cookieConsent.style.boxShadow='0 4px 12px rgba(0,0,0,.15)';
cookieA.style.padding = '0.2em'
cookieA.style.display = 'inline-block';