Initial commit
Made-with: Cursor
This commit is contained in:
14
srde/miniprogram/components/risk-card/risk-card.wxss
Normal file
14
srde/miniprogram/components/risk-card/risk-card.wxss
Normal file
@@ -0,0 +1,14 @@
|
||||
.risk-card {
|
||||
flex: 1;
|
||||
min-width: 0;
|
||||
}
|
||||
.risk-card .value {
|
||||
font-size: 36rpx;
|
||||
font-weight: 600;
|
||||
color: #333;
|
||||
}
|
||||
.risk-card .sub {
|
||||
font-size: 24rpx;
|
||||
color: #888;
|
||||
margin-top: 8rpx;
|
||||
}
|
||||
Reference in New Issue
Block a user