From 2a0573edf6f2d192aa3922b664018a002605c694 Mon Sep 17 00:00:00 2001
From: huliyong <2783385703@qq.com>
Date: Fri, 18 Oct 2024 20:11:28 +0800
Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../components/base/m-navbar.vue | 4 +--
service-uniapp-technician/pages/index/center.vue | 7 ++--
service-uniapp-technician/pages/index/index.vue | 10 +++---
service-uniapp-technician/pages/index/order.vue | 21 ++++++------
service-uniapp-technician/pages/login/login.vue | 13 ++++----
service-uniapp-technician/pages/login/mobile.vue | 14 ++++----
.../pages/mine/authentication.vue | 8 ++---
.../pages/mine/serverTime.vue | 10 +++---
service-uniapp-technician/pages/mine/settled.vue | 17 +++++-----
service-uniapp-technician/pages/mine/upload.vue | 6 ++--
service-uniapp-technician/pages/mine/wallet.vue | 4 +--
.../pages/order/orderDetail.vue | 39 ++++++++++++----------
service-uniapp-technician/uni.css | 3 +-
service-uniapp-technician/uni.scss | 10 +++---
14 files changed, 88 insertions(+), 78 deletions(-)
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 @@
}
-