Files
gecko/srde/miniprogram/components/status-badge/status-badge.wxss
Daniel a94bd44c3a Initial commit
Made-with: Cursor
2026-02-28 18:43:09 +08:00

10 lines
306 B
Plaintext

.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; }