This commit is contained in:
2024-12-23 17:55:51 +08:00
parent a98fc05790
commit 7f923bc18f
2 changed files with 10 additions and 1 deletions

View File

@@ -53,6 +53,7 @@ a {
}
.card {
width: 100%;
margin: 1rem;
padding: 1.5rem;
text-align: left;
@@ -82,6 +83,13 @@ a {
line-height: 1.5;
}
.card .single {
text-overflow: ellipsis;
overflow: hidden;
word-break: break-all;
white-space: nowrap;
}
.beian {
margin-bottom: 20px;
text-align: center;