This commit is contained in:
zhu
2026-03-27 17:55:18 +08:00
parent ee03132cee
commit 382f6b9811
34 changed files with 1406 additions and 376 deletions

View File

@@ -1,5 +1,6 @@
page {
background-color: rgba(247, 249, 252, 1);
padding-bottom: 160rpx;
}
.header {
@@ -78,11 +79,15 @@ page {
width: 90rpx;
aspect-ratio: 1;
border-radius: 20rpx;
background-color: var(--color);
background-color: var(--back);
color: rgba(99, 63, 0, 1);
}
.content {
flex: 1;
--td-tag-default-light-color: var(--back);
--td-tag-default-font-color: var(--color);
.time {
margin-left: 20rpx;
color: rgba(69, 70, 78, 1);