no message

This commit is contained in:
DESKTOP-RQ919RC\Pc 2025-03-26 11:20:59 +08:00
parent 5fd06f3105
commit 913e91c2b0
2 changed files with 11 additions and 0 deletions

View File

@ -204,6 +204,11 @@
.boxbox .details .right .school a {
color: #333333;
}
.boxbox .details .right .school .arrows {
width: 12px;
height: 12px;
margin-left: 10px;
}
.boxbox .details .right .school .line {
margin: 0 12px;
color: #d7d7d7;

View File

@ -232,6 +232,12 @@
color: #333333;
}
.arrows {
width: 12px;
height: 12px;
margin-left: 10px;
}
.line {
margin: 0 12px;
color: rgb(215, 215, 215);