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

View File

@@ -0,0 +1,9 @@
.badge {
display: inline-block;
padding: 8rpx 20rpx;
border-radius: 24rpx;
font-size: 24rpx;
}
.status-tradable { background: rgba(85,170,153,0.2); color: #5a9; }
.status-compressed { background: rgba(187,153,85,0.2); color: #b95; }
.status-locked { background: rgba(170,68,68,0.2); color: #a44; }