no message

This commit is contained in:
A1300399510
2025-10-31 01:28:16 +08:00
parent d4244fc783
commit 91dab6d446
16 changed files with 639 additions and 218 deletions

View File

@@ -1394,3 +1394,36 @@ body {
.head-top .post-list .post-item:not(:last-child) {
margin-right: 10px;
}
.hot-tag {
background-color: #ffffff;
border: 1px solid #e9eef2;
border-radius: 10px;
padding: 21px;
}
.hot-tag .hot-tag-title {
font-family: "PingFangSC-Semibold", "PingFang SC Semibold", "PingFang SC", sans-serif;
font-weight: 650;
font-style: normal;
font-size: 16px;
color: #000000;
position: relative;
}
.hot-tag .hot-tag-title .icon {
position: absolute;
top: 50%;
transform: translateY(-50%);
left: -21px;
width: 10px;
height: 18px;
}
.hot-tag .list .item {
line-height: 36px;
color: #333333;
font-size: 14px;
height: 32px;
line-height: 32px;
padding: 0 14px;
background-color: #f6f6f6;
border: #f2f2f2;
border-radius: 16px;
}