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

@@ -1654,3 +1654,42 @@ body {
}
}
}
.hot-tag {
background-color: rgba(255, 255, 255, 1);
border: 1px solid rgba(233, 238, 242, 1);
border-radius: 10px;
padding: 21px;
.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;
.icon {
position: absolute;
top: 50%;
transform: translateY(-50%);
left: -21px;
width: 10px;
height: 18px;
}
}
.list {
.item {
line-height: 36px;
color: #333333;
font-size: 14px;
height: 32px;
line-height: 32px;
padding: 0 14px;
background-color: rgba(246, 246, 246, 1);
border: rgba(242, 242, 242, 1);
border-radius: 16px;
}
}
}