13 lines
264 B
Plaintext
13 lines
264 B
Plaintext
|
|
page {
|
||
|
|
background: #f5f7fb;
|
||
|
|
color: #1f2937;
|
||
|
|
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
|
||
|
|
}
|
||
|
|
.card {
|
||
|
|
margin: 24rpx;
|
||
|
|
padding: 24rpx;
|
||
|
|
border-radius: 24rpx;
|
||
|
|
background: #fff;
|
||
|
|
box-shadow: 0 8rpx 24rpx rgba(15, 23, 42, 0.08);
|
||
|
|
}
|