no message

This commit is contained in:
2025-08-13 16:18:54 +08:00
parent d9ef37ba22
commit 92cacfdf46
7 changed files with 330 additions and 10 deletions
+21
View File
@@ -107,6 +107,27 @@
.text-36{
font-size:36rpx;
}
.text-bold{
font-weight:bold;
}
.line-h{
line-height:1.2
}
.mr-32{
margin-right:32rpx;
}
.text-overflow1 {
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
line-clamp: 2;
-webkit-box-orient: vertical;
}
.text-d{
text-decoration: line-through;
}
button {
margin-bottom: 15px;
}