From a229c12baf532ae93f36aa8dd9728ffc85d68c2f Mon Sep 17 00:00:00 2001 From: spylecym <1262965753@qq.com> Date: Tue, 15 Aug 2023 12:05:46 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E4=BF=AE=E5=A4=8D=E7=A7=BB?= =?UTF-8?q?=E5=8A=A8=E7=AB=AFcookie=E5=BC=B9=E6=A1=86=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E4=BB=A5=E5=8F=8A=E4=B8=8B=E8=BD=BD=E9=A1=B5=E9=9D=A2=E7=82=B9?= =?UTF-8?q?=E5=87=BB=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/site/css/common.css | 9 +--- public/site/css/download.css | 16 +++++++ public/site/css/rem.css | 16 ++++++- public/site/en/download.html | 90 ++++++++++++++++++++++++++++++++---- public/site/zh/download.html | 88 ++++++++++++++++++++++++++++++++--- 5 files changed, 196 insertions(+), 23 deletions(-) diff --git a/public/site/css/common.css b/public/site/css/common.css index 53b08bc60..3f4ae9fcd 100644 --- a/public/site/css/common.css +++ b/public/site/css/common.css @@ -1222,22 +1222,17 @@ footer { } .footer_beian { - float: left; - height: 20px; line-height: 20px; - margin: 0px 0px 0px 5px; + margin-left: 5px; color: #939393; } .footer_beian_a { - height: 20px; line-height: 20px; - margin: 0px 0px 0px 5px; + margin-left: 5px; color: #939393; text-decoration: underline; display: inline-block; - height: 20px; - line-height: 20px; } .footer_copyright { diff --git a/public/site/css/download.css b/public/site/css/download.css index e60b43b03..f4d16d9ac 100644 --- a/public/site/css/download.css +++ b/public/site/css/download.css @@ -150,4 +150,20 @@ .btn-padding a{ display: block; padding: 10px 16px; +} +/* 弹框样式 */ +.BulletBox{ + position: fixed; + display: none; + top: 50%; + left: 50%; + transform: translate(-50%,-50%); + padding: 8px; + background-color: var(--txt-theme-color); + line-height: 20px; + text-align: center; + z-index: 9999; + border: 1px solid transparent; + border-radius: 8px; + color: #fff; } \ No newline at end of file diff --git a/public/site/css/rem.css b/public/site/css/rem.css index 978d1d15c..9e152a178 100644 --- a/public/site/css/rem.css +++ b/public/site/css/rem.css @@ -215,8 +215,15 @@ .card-ul-item.active{ max-height: 307px !important; } + .footer_copyright{ + flex-direction: column; + } +} +@media screen and (max-width: 768px) and (min-width: 768px){ + .download-ul-item:nth-of-type(2){ + margin-right: 24px; + } } - @media screen and (max-width: 768px){ img{ max-width: 100% !important; @@ -399,6 +406,7 @@ } .collaboration{ margin-bottom: 56px !important; + max-height: inherit !important; } .footer-layut{ border-bottom: none !important; @@ -791,4 +799,10 @@ .footer_copyright{ flex-direction: column; } + #cookieConsent{ + width: 90% !important; + right: 0 !important; + left: 0; + margin: 0 auto; + } } \ No newline at end of file diff --git a/public/site/en/download.html b/public/site/en/download.html index a4718c058..c91fd098a 100644 --- a/public/site/en/download.html +++ b/public/site/en/download.html @@ -13,6 +13,7 @@ +
@@ -100,7 +101,7 @@

Also supports iOS, Android, macOS, Windows versions

  • - + Android Android @@ -343,16 +344,90 @@