Skip to content
This repository has been archived by the owner on Jan 16, 2024. It is now read-only.

Commit

Permalink
对移动端进行一点点优化(字大小)
Browse files Browse the repository at this point in the history
  • Loading branch information
1zyao committed Nov 29, 2022
1 parent f6d3603 commit 41e7906
Show file tree
Hide file tree
Showing 5 changed files with 52 additions and 52 deletions.
22 changes: 11 additions & 11 deletions afdian.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
}

.loading-img {
width: 480px;
height: 720px;
width: 30em;
height: 45em;
margin: auto;
background: url(static/images/1612704618.gif);
}
Expand All @@ -30,44 +30,44 @@
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;
}

.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;
}
Expand Down
22 changes: 11 additions & 11 deletions download.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
}

.loading-img {
width: 480px;
height: 720px;
width: 30em;
height: 45em;
margin: auto;
background: url(static/images/1612704618.gif);
}
Expand All @@ -30,44 +30,44 @@
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;
}

.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;
}
Expand Down
24 changes: 12 additions & 12 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
}

.loading-img {
width: 480px;
height: 720px;
width: 30em;
height: 45em;
margin: auto;
background: url(static/images/1612704618.gif);
}
Expand All @@ -30,44 +30,44 @@
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;
}

.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;
}
Expand Down Expand Up @@ -152,7 +152,7 @@ <h3>RETE 服务器规则</h3>
$(".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" });
}
Expand Down
14 changes: 7 additions & 7 deletions static/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ a {
}

.join-item {
font-size: 30px;
font-size: 1.875em;
color: white;
padding-bottom: 50px;
}
Expand Down Expand Up @@ -68,24 +68,24 @@ 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 {
color: #337AB7;
}

.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 {
Expand Down
22 changes: 11 additions & 11 deletions status.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
}

.loading-img {
width: 480px;
height: 720px;
width: 30em;
height: 45em;
margin: auto;
background: url(static/images/1612704618.gif);
}
Expand All @@ -30,44 +30,44 @@
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;
}

.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;
}
Expand Down

1 comment on commit 41e7906

@vercel
Copy link

@vercel vercel bot commented on 41e7906 Nov 29, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

rete – ./

rete-1zyao.vercel.app
rete.vercel.app
rete-git-main-1zyao.vercel.app
www.rete.one
rete.one

Please sign in to comment.