diff --git a/src/pages/work/accounts/posadvice/list.vue b/src/pages/work/accounts/posadvice/list.vue index 1addab9..2d7263f 100644 --- a/src/pages/work/accounts/posadvice/list.vue +++ b/src/pages/work/accounts/posadvice/list.vue @@ -396,7 +396,7 @@ page { } .card-name { - font-size: 28rpx; + font-size: 26rpx; font-weight: 600; color: #ffffff; line-height: 1.3; @@ -408,7 +408,7 @@ page { } .bill-date-text { - font-size: 24rpx; + font-size: 22rpx; color: rgba(255, 255, 255, 0.85); font-weight: 500; line-height: 1.3; @@ -430,7 +430,7 @@ page { } .amount-value { - font-size: 32rpx; + font-size: 28rpx; font-weight: 700; color: #52c41a; line-height: 1.2;