This commit is contained in:
杜恒
2021-01-20 18:28:15 +08:00
parent b835bca92d
commit 10d5b45193
8 changed files with 172 additions and 13 deletions

File diff suppressed because one or more lines are too long

View File

@@ -510,7 +510,7 @@
&:nth-child(1) .link .sort {
background: #ff183e;
}
&:nth-child(2).link .sort {
&:nth-child(2) .link .sort {
background: #ff5c38;
}
&:nth-child(3) .link .sort {
@@ -551,7 +551,7 @@
right: 0;
bottom: 0;
padding: 10px;
background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.45));
background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75));
font-size: 12px;
color: var(--seat);
h6 {