dingdanquanliucheng/frontend/mini-manager/app.wxss

13 lines
264 B
Plaintext
Raw Normal View History

2026-05-14 10:15:51 +08:00
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);
}