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 @@