Initial commit
Made-with: Cursor
This commit is contained in:
27
srde/miniprogram/app.wxss
Normal file
27
srde/miniprogram/app.wxss
Normal 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; }
|
||||
Reference in New Issue
Block a user