diff --git a/components/bottom/assetBottomBar.vue b/components/bottom/assetBottomBar.vue index b9afe14..4dfc14f 100644 --- a/components/bottom/assetBottomBar.vue +++ b/components/bottom/assetBottomBar.vue @@ -97,21 +97,21 @@ export default { flex-shrink: 0; width: 340rpx; height: 88rpx; - border: 2rpx solid #007aff; + border: 2rpx solid #FF2F31; border-radius: 44rpx; background-color: #ffffff; display: flex; align-items: center; justify-content: center; - color: #007aff; + color: #FF2F31; font-size: 30rpx; font-weight: 500; transition: all 0.2s; } .main-btn:active { background-color: #e6f0ff; - border-color: #0066d8; - color: #0066d8; + border-color: #FF2F31; + color: #FF2F31; } /* 内部内容居中控制 */ @@ -127,6 +127,6 @@ export default { } .btn-content .label { font-size: 28rpx; - color: #007aff; + color: #FF2F31; } diff --git a/pages.json b/pages.json index a450aed..8fcd4f2 100644 --- a/pages.json +++ b/pages.json @@ -380,7 +380,7 @@ }, "tabBar": { "color": "#909399", - "selectedColor": "#2979ff", + "selectedColor": "#252B44", // "borderStyle": "#909399", "borderStyle": "white", "backgroundColor": "#ffffff", diff --git a/pages/bill/bill.vue b/pages/bill/bill.vue index e6eaa01..d5ef4fe 100644 --- a/pages/bill/bill.vue +++ b/pages/bill/bill.vue @@ -1,347 +1,317 @@ + .bill-name { + font-size: 28rpx; + color: #2D2B2C; + font-weight: 500; + } + + .bill-date, + .bill-status { + font-size: 24rpx; + color: #ADADB1; + margin-top: 18rpx; + } + } + + .bill-right { + display: flex; + align-items: center; + + .amount { + font-size: 28rpx; + color: #F34038; + margin-right: 10rpx; + } + } + + .empty { + margin-top: 200rpx; + text-align: center; + } + \ No newline at end of file diff --git a/pages/bill/payHistory.vue b/pages/bill/payHistory.vue index d055436..c3886e4 100644 --- a/pages/bill/payHistory.vue +++ b/pages/bill/payHistory.vue @@ -1,202 +1,305 @@ + &.unpaid { + color: #F34038; + } + } + } + + .right { + display: flex; + align-items: center; + + .amount { + font-size: 28rpx; + font-weight: 500; + margin-right: 10rpx; + + &.income { + color: #73B936; + } + + &.expense { + color: #F34038; + } + } + } + } + } + + .empty { + margin-top: 100rpx; + } + } + \ No newline at end of file diff --git a/pages/center/center.vue b/pages/center/center.vue index d79ae78..3af8b6d 100644 --- a/pages/center/center.vue +++ b/pages/center/center.vue @@ -1,16 +1,8 @@