基本样式变更

This commit is contained in:
2026-09-23 17:38:24 +08:00
parent e464c2ad13
commit 9a22980071
35 changed files with 413 additions and 302 deletions
+3 -3
View File
@@ -53,7 +53,7 @@ export default {
<style scoped>
.item { margin: 16rpx 24rpx; padding: 24rpx; display: flex; justify-content: space-between; }
.t { display: block; font-size: 28rpx; font-weight: 600; }
.s { font-size: 22rpx; color: #737686; }
.amt { color: #004ac6; font-weight: 700; }
.empty { padding: 80rpx; text-align: center; color: #737686; }
.s { font-size: 22rpx; color: #6B7280; }
.amt { color: #1677FF; font-weight: 700; }
.empty { padding: 80rpx; text-align: center; color: #6B7280; }
</style>