diff --git a/service-uniapp-technician/components/base/m-navbar.vue b/service-uniapp-technician/components/base/m-navbar.vue index 88c79ae..7eb451e 100644 --- a/service-uniapp-technician/components/base/m-navbar.vue +++ b/service-uniapp-technician/components/base/m-navbar.vue @@ -29,11 +29,11 @@ top: 0; width: 100%; height: 90rpx; - background: linear-gradient(to right, #4899a6, #6fc6ad); + background: linear-gradient(to right, #ecb978, #ffe6ed); display: flex; justify-content: center; align-items: center; - color: #fff; + color: $uni-color; font-size: 26rpx; z-index: 9999; .leftClick{ diff --git a/service-uniapp-technician/pages/index/center.vue b/service-uniapp-technician/pages/index/center.vue index 8a9c8a1..ac3b1a8 100644 --- a/service-uniapp-technician/pages/index/center.vue +++ b/service-uniapp-technician/pages/index/center.vue @@ -171,7 +171,7 @@ } - diff --git a/service-uniapp-technician/pages/mine/authentication.vue b/service-uniapp-technician/pages/mine/authentication.vue index 6747ae3..62f5ad2 100644 --- a/service-uniapp-technician/pages/mine/authentication.vue +++ b/service-uniapp-technician/pages/mine/authentication.vue @@ -164,7 +164,7 @@ export default { } - \ No newline at end of file diff --git a/service-uniapp-technician/pages/mine/upload.vue b/service-uniapp-technician/pages/mine/upload.vue index 28a7af6..cdacdf3 100644 --- a/service-uniapp-technician/pages/mine/upload.vue +++ b/service-uniapp-technician/pages/mine/upload.vue @@ -145,7 +145,7 @@ body{ .head-line{ width: 8rpx; height: 34rpx; - background: #60bda2; + background: $uni-color; border-radius: 4rpx; margin: 8rpx 0; } @@ -162,7 +162,7 @@ body{ width: 596rpx; height: 90rpx; line-height: 90rpx; - background: linear-gradient(180deg,#6fdfbe, #5ac796); + background: $uni-bg-color; border-radius: 46rpx; margin: 20rpx auto; @@ -171,7 +171,7 @@ body{ font-family: PingFang SC, PingFang SC-Regular; font-weight: 400; text-align: center; - color: #ffffff; + color: $uni-color; } .tt{ diff --git a/service-uniapp-technician/pages/mine/wallet.vue b/service-uniapp-technician/pages/mine/wallet.vue index 69e3933..2a6fd6b 100644 --- a/service-uniapp-technician/pages/mine/wallet.vue +++ b/service-uniapp-technician/pages/mine/wallet.vue @@ -106,7 +106,7 @@ } -