感谢图

This commit is contained in:
徐哼唧L
2024-01-17 09:25:24 +08:00
parent 4646183cd3
commit f18e5c8bdc
9 changed files with 9 additions and 9 deletions

View File

@@ -154,14 +154,14 @@ input.disable {
font-size: 12px;
}
.top .top_switch>div:nth-child(1) {
.top .top_switch>div:nth-child(2) {
background-color: #568c7d;
color: #fff;
}
.top .top_switch>div:nth-child(2) {
.top .top_switch>div:nth-child(1) {
color: #568c7d;
}
.top .top_switch>div:nth-child(2):hover {
.top .top_switch>div:nth-child(1):hover {
cursor: pointer;
text-decoration: underline;
}