Skip to content

Commit

Permalink
优化遗物页面CSS类名及样式
Browse files Browse the repository at this point in the history
  • Loading branch information
KingPrimes committed Dec 17, 2024
1 parent aa88d92 commit 4f237bc
Showing 1 changed file with 4 additions and 32 deletions.
36 changes: 4 additions & 32 deletions Template/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -384,31 +384,31 @@ td {
}

/*后纪*/
.relics-Axi {
.relics-后纪 {
background-image: url("../img/relics/axi.png");
background-size: 40px;
background-repeat: no-repeat;
background-position: right;
}

/*古纪*/
.relics-Lith {
.relics-古纪 {
background-image: url("../img/lith.png");
background-size: 40px;
background-repeat: no-repeat;
background-position: right;
}

/*前纪*/
.relics-Meso {
.relics-前纪 {
background-image: url("../img/meso.png");
background-size: 40px;
background-repeat: no-repeat;
background-position: right;
}

/*中纪*/
.relics-Neo {
.relics-中纪 {
background-image: url("../img/neo.png");
background-size: 40px;
background-repeat: no-repeat;
Expand All @@ -419,34 +419,6 @@ td {
width: 100%;
}

.relics tr:nth-child(-n+3):nth-child(n+1) {
color: #E6BE8A;
}

.relics tr:nth-child(4) {
color: #B29C66;
}

.relics tr:nth-child(-n+6):nth-child(n+5) {
color: #C0C0C0;
}

.relics tr:nth-child(7) {
color: #C0C0C0;
}

.relics-t {
color: #E6BE8A;
}

.relics-y {
color: #C0C0C0;
}

.relics-j {
color: #B29C66;
}

.relics-color td:nth-child(even) {
background-color: #61649c;
}
Expand Down

0 comments on commit 4f237bc

Please sign in to comment.