add rank btn

This commit is contained in:
Vick Scarlet
2021-09-10 21:45:55 +08:00
parent 1e816faf00
commit 6433c737d7
4 changed files with 23 additions and 2 deletions

View File

@@ -135,6 +135,7 @@ body {
}
.sponsor,
#rank,
#specialthanks,
#achievement {
position: fixed;
@@ -164,6 +165,13 @@ body {
padding: 0.5rem;
}
#rank {
position: absolute;
top: 50%;
right: 1.5rem;
transform: translateY(-50%);
}
#spthx {
position: fixed;
display: grid;
@@ -221,6 +229,7 @@ body {
.title {
color: white;
position: relative;
font-size: 1.5rem;
font-weight: 700;
padding: 1rem;

View File

@@ -134,6 +134,7 @@ body {
}
.sponsor,
#rank,
#specialthanks,
#achievement {
position: fixed;
@@ -163,6 +164,13 @@ body {
padding: 0.5rem;
}
#rank {
position: absolute;
top: 50%;
right: 1.5rem;
transform: translateY(-50%);
}
#spthx {
position: fixed;
display: grid;
@@ -218,6 +226,7 @@ body {
}
.title {
position: relative;
font-size: 1.5rem;
font-weight: 700;
padding: 1rem;