基本样式变更

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
+2 -2
View File
@@ -40,7 +40,7 @@ export default {
<style scoped>
.card { margin: 24rpx; overflow: hidden; }
.row { display: flex; justify-content: space-between; padding: 28rpx 24rpx; border-bottom: 1rpx solid #eaedff; }
.k { color: #737686; font-size: 26rpx; }
.row { display: flex; justify-content: space-between; padding: 28rpx 24rpx; border-bottom: 1rpx solid #E8ECF2; }
.k { color: #6B7280; font-size: 26rpx; }
.v { font-size: 26rpx; }
</style>