no message

This commit is contained in:
DESKTOP-RQ919RC\Pc 2025-03-26 12:31:03 +08:00
parent 7bbda9d848
commit c3b478d810
2 changed files with 17 additions and 0 deletions

View File

@ -639,6 +639,14 @@
margin: 0 12px;
color: #d7d7d7;
}
.content .details-box .recommend-list .item .word {
font-size: 16px;
color: #7f7f7f;
padding: 10.5px 15px;
background-color: #f6f6f6;
border-radius: 5px;
margin-top: 15px;
}
.content .details-box .recommend-list .item .tag {
padding: 0 12px;
}

View File

@ -742,6 +742,15 @@
}
}
.word {
font-size: 16px;
color: #7f7f7f;
padding: 10.5px 15px;
background-color: rgba(246, 246, 246, 1);
border-radius: 5px;
margin-top: 15px;
}
.tag {
padding: 0 12px;