From 41e7906491179f06963aa7cd634eb023d5e1624f Mon Sep 17 00:00:00 2001 From: 1zyao Date: Tue, 29 Nov 2022 23:26:48 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=B9=E7=A7=BB=E5=8A=A8=E7=AB=AF=E8=BF=9B?= =?UTF-8?q?=E8=A1=8C=E4=B8=80=E7=82=B9=E7=82=B9=E4=BC=98=E5=8C=96=EF=BC=88?= =?UTF-8?q?=E5=AD=97=E5=A4=A7=E5=B0=8F=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- afdian.html | 22 +++++++++++----------- download.html | 22 +++++++++++----------- index.html | 24 ++++++++++++------------ static/css/main.css | 14 +++++++------- status.html | 22 +++++++++++----------- 5 files changed, 52 insertions(+), 52 deletions(-) diff --git a/afdian.html b/afdian.html index c786c6d..59de4a4 100644 --- a/afdian.html +++ b/afdian.html @@ -19,8 +19,8 @@ } .loading-img { - width: 480px; - height: 720px; + width: 30em; + height: 45em; margin: auto; background: url(static/images/1612704618.gif); } @@ -30,27 +30,27 @@ overflow: hidden; width: 100%; transition-duration: 0.4s; - height: 50px; + height: 3.125em; background: none; } .menu { - width: 1005px; + width: 62.8125em; margin: auto; - height: 50px; + height: 3.125em; background: none; } .menu-item h2 a { - padding-top: 6px; + padding-top: 0.375em; color: #C6CDD4; transition-duration: 0.4s; - padding-left: 10px; + padding-left: 0.625em; float: left; } .menu-item a { - padding: 13px 15px; + padding: 0.8125em 0.9375em; color: #C6CDD4; float: right; transition-duration: 0.4s; @@ -58,16 +58,16 @@ .menu-item a:hover { color: white; - font-size: 20px; + font-size: 1.25em; } .menu-item h2 a:hover { color: white; - font-size: 27px; + font-size: 1.6875em; } #item-box { - height: 1150px; + height: 113.125em; background: white; overflow: hidden; } diff --git a/download.html b/download.html index 5a20bc4..dfaf8cb 100644 --- a/download.html +++ b/download.html @@ -19,8 +19,8 @@ } .loading-img { - width: 480px; - height: 720px; + width: 30em; + height: 45em; margin: auto; background: url(static/images/1612704618.gif); } @@ -30,27 +30,27 @@ overflow: hidden; width: 100%; transition-duration: 0.4s; - height: 50px; + height: 3.125em; background: none; } .menu { - width: 1005px; + width: 62.8125em; margin: auto; - height: 50px; + height: 3.125em; background: none; } .menu-item h2 a { - padding-top: 6px; + padding-top: 0.375em; color: #C6CDD4; transition-duration: 0.4s; - padding-left: 10px; + padding-left: 0.625em; float: left; } .menu-item a { - padding: 13px 15px; + padding: 0.8125em 0.9375em; color: #C6CDD4; float: right; transition-duration: 0.4s; @@ -58,16 +58,16 @@ .menu-item a:hover { color: white; - font-size: 20px; + font-size: 1.25em; } .menu-item h2 a:hover { color: white; - font-size: 27px; + font-size: 1.6875em; } #item-box { - height: 1150px; + height: 113.125em; background: white; overflow: hidden; } diff --git a/index.html b/index.html index 2ec8cfe..bba05b3 100644 --- a/index.html +++ b/index.html @@ -19,8 +19,8 @@ } .loading-img { - width: 480px; - height: 720px; + width: 30em; + height: 45em; margin: auto; background: url(static/images/1612704618.gif); } @@ -30,27 +30,27 @@ overflow: hidden; width: 100%; transition-duration: 0.4s; - height: 50px; + height: 3.125em; background: none; } .menu { - width: 1005px; + width: 62.8125em; margin: auto; - height: 50px; + height: 3.125em; background: none; } .menu-item h2 a { - padding-top: 6px; + padding-top: 0.375em; color: #C6CDD4; transition-duration: 0.4s; - padding-left: 10px; + padding-left: 0.625em; float: left; } .menu-item a { - padding: 13px 15px; + padding: 0.8125em 0.9375em; color: #C6CDD4; float: right; transition-duration: 0.4s; @@ -58,16 +58,16 @@ .menu-item a:hover { color: white; - font-size: 20px; + font-size: 1.25em; } .menu-item h2 a:hover { color: white; - font-size: 27px; + font-size: 1.6875em; } #item-box { - height: 1150px; + height: 113.125em; background: white; overflow: hidden; } @@ -152,7 +152,7 @@

RETE 服务器规则

$(".menu-item a").css({ "color": "#C6CDD4" }); } else { $("#menu-box").css({ "background": "#FFFFFF" }); - $("#menu-box").css({ "box-shadow": "0px 0px 8px #EAEAEA" }); + $("#menu-box").css({ "box-shadow": "0em 0em 0.5em #EAEAEA" }); $(".menu-item h2 a").css({ "color": "#333333" }) $(".menu-item-list a").css({ "color": "#333333" }); } diff --git a/static/css/main.css b/static/css/main.css index 6d7a936..fd66e4c 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -31,7 +31,7 @@ a { } .join-item { - font-size: 30px; + font-size: 1.875em; color: white; padding-bottom: 50px; } @@ -68,12 +68,12 @@ a { } .item-font h3 { - line-height: 80px; + line-height: 5em; color: #333333; } .item-font p { - line-height: 35px; + line-height: 2.1875em; } .item-font a { @@ -81,11 +81,11 @@ a { } .item-font img { - margin-top: 100px; - box-shadow: 8px 8px 10px #EAEAEA; + margin-top: 6.25em; + box-shadow: 0.5em 0.5em 0.625em #EAEAEA; float: right; - height: 400px; - width: 349px; + height: 25em; + width: 21.8125em; } #footer { diff --git a/status.html b/status.html index 86ea137..8507bf2 100644 --- a/status.html +++ b/status.html @@ -19,8 +19,8 @@ } .loading-img { - width: 480px; - height: 720px; + width: 30em; + height: 45em; margin: auto; background: url(static/images/1612704618.gif); } @@ -30,27 +30,27 @@ overflow: hidden; width: 100%; transition-duration: 0.4s; - height: 50px; + height: 3.125em; background: none; } .menu { - width: 1005px; + width: 62.8125em; margin: auto; - height: 50px; + height: 3.125em; background: none; } .menu-item h2 a { - padding-top: 6px; + padding-top: 0.375em; color: #C6CDD4; transition-duration: 0.4s; - padding-left: 10px; + padding-left: 0.625em; float: left; } .menu-item a { - padding: 13px 15px; + padding: 0.8125em 0.9375em; color: #C6CDD4; float: right; transition-duration: 0.4s; @@ -58,16 +58,16 @@ .menu-item a:hover { color: white; - font-size: 20px; + font-size: 1.25em; } .menu-item h2 a:hover { color: white; - font-size: 27px; + font-size: 1.6875em; } #item-box { - height: 1150px; + height: 113.125em; background: white; overflow: hidden; }