From af33f473b5d2d95c03f14e01443f667612105ea9 Mon Sep 17 00:00:00 2001 From: spylecym <1262965753@qq.com> Date: Fri, 11 Aug 2023 11:12:08 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E4=BF=AE=E5=A4=8D=E4=B8=8B?= =?UTF-8?q?=E8=BD=BD=E9=A1=B5=E9=9D=A2btn=E7=82=B9=E5=87=BB=E3=80=81?= =?UTF-8?q?=E6=96=B0=E5=A2=9E=E4=B8=BB=E9=A1=B5cookie=E5=BC=B9=E6=A1=86?= =?UTF-8?q?=E9=98=B4=E5=BD=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/site/css/download.css | 7 +++++++ public/site/en/download.html | 4 ++-- public/site/en/index.html | 1 + public/site/zh/download.html | 4 ++-- public/site/zh/index.html | 1 + 5 files changed, 13 insertions(+), 4 deletions(-) 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';