1. 现在可以自定义了!
2. 修改了右侧边栏的样式
This commit is contained in:
2024-05-18 15:32:04 +08:00
parent ced8fd7874
commit 2daf0d43a4
31 changed files with 400 additions and 41 deletions

View File

@@ -10,6 +10,19 @@ body {
background-color: #171717;
}
p, h2 {
margin: 10px 0;
}
h3 {
margin: 8px 0;
}
hr {
margin: 10px 0;
border: 1px solid #fce9a7;
}
.icon {
-webkit-user-select: none;
user-select: none;
@@ -24,6 +37,10 @@ body {
display: none;
}
img {
vertical-align: middle;
}
button {
cursor: pointer;
background-color: #fce9a7;
@@ -54,6 +71,18 @@ select {
}
input[type="checkbox"] {
width: 16px;
height: 16px;
-webkit-appearance: none;
border: 1px solid #fce9a7;
border-radius: 2px;
outline: none;
}
input[type="checkbox"]:checked {
background: #fce9a7;
}
/* Offline page */
.offline .interstitial-wrapper {
@@ -441,6 +470,35 @@ select {
bottom: 10px;
}
.channel-circle {
width: 80px;
text-align: center;
height: 80px;
border-radius: 50%;
border: #fce9a7 2px solid;
margin: 8px;
}
.channel-tag {
line-height: 20px;
font-size: 18px;
color: #fce9a7;
background: #171717;
transform: translateY(-10px);
}
.channel-strength {
line-height: 40px;
font-size: 32px;
color: #fce9a7;
}
.soft-strength {
line-height: 20px;
font-size: 18px;
color: #fce9a7;
background: #171717;
transform: translateY(10px);
}
.game-title {
display: flex;
}