update
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user