Skip to content

Commit

Permalink
更新
Browse files Browse the repository at this point in the history
  • Loading branch information
bimoe committed Apr 5, 2022
1 parent 2972668 commit 0fc534a
Showing 1 changed file with 7 additions and 16 deletions.
23 changes: 7 additions & 16 deletions public/assets/hyper/css/hyper.css
Original file line number Diff line number Diff line change
Expand Up @@ -226,9 +226,7 @@ body[data-layout=topnav] .content-page {
padding-left: 0;
padding-right: 0;
display: grid;
/* 声明列的宽度 */
grid-template-columns: repeat(3,minmax(0,1fr));
/* 声明行间距和列间距 */
grid-gap: 12px;
}
.home-card {
Expand All @@ -242,13 +240,12 @@ body[data-layout=topnav] .content-page {
}
.home-img {
max-width: 88%;
margin-left: auto;
margin-right: auto;
margin-bottom: 24px;
margin: 0 auto auto auto;
}
.flex {
display: flex;
flex-direction: column;
margin-top: 12px;
}
.name {
font-size: 16px;
Expand All @@ -272,9 +269,7 @@ body[data-layout=topnav] .content-page {
padding-left: 0;
padding-right: 0;
display: grid;
/* 声明列的宽度 */
grid-template-columns: repeat(4,minmax(0,1fr));
/* 声明行间距和列间距 */
grid-gap: 12px;
}
.home-card {
Expand All @@ -288,13 +283,12 @@ body[data-layout=topnav] .content-page {
}
.home-img {
max-width: 88%;
margin-left: auto;
margin-right: auto;
margin-bottom: 24px;
margin: 0 auto auto auto;
}
.flex {
display: flex;
flex-direction: column;
margin-top: 12px;
}
.name {
font-size: 16px;
Expand All @@ -317,9 +311,7 @@ body[data-layout=topnav] .content-page {
padding-left: 0;
padding-right: 0;
display: grid;
/* 声明列的宽度 */
grid-template-columns: repeat(5,minmax(0,1fr));
/* 声明行间距和列间距 */
grid-gap: 12px;
}
.home-card {
Expand All @@ -333,13 +325,12 @@ body[data-layout=topnav] .content-page {
}
.home-img {
max-width: 88%;
margin-left: auto;
margin-right: auto;
margin-bottom: 24px;
margin: 0 auto auto auto;
}
.flex {
display: flex;
flex-direction: column;
margin-top: 12px;
}
.name {
font-size: 16px;
Expand Down Expand Up @@ -489,7 +480,7 @@ body[data-layout=topnav] .content-page {
.back-to-top {
display: none;
position: fixed;
bottom: 80px;
bottom: 120px;
right: 20px;
z-index: 99;
}
Expand Down

0 comments on commit 0fc534a

Please sign in to comment.