Initial commit

Made-with: Cursor
This commit is contained in:
Daniel
2026-02-28 18:39:00 +08:00
commit a94bd44c3a
49 changed files with 917 additions and 0 deletions

27
srde/miniprogram/app.wxss Normal file
View File

@@ -0,0 +1,27 @@
page {
background-color: #2a2a2a;
color: #e0e0e0;
font-size: 14px;
}
.card {
background: #fff;
border-radius: 16rpx;
padding: 24rpx;
margin: 20rpx;
}
.card-title {
color: #333;
font-size: 28rpx;
font-weight: 500;
margin-bottom: 16rpx;
}
.text-muted {
color: #888;
}
.status-tradable { color: #5a9; }
.status-compressed { color: #b95; }
.status-locked { color: #a44; }