From 248f2f32b0f1e406a8110f0839702914a9c3ca0a Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期一, 03 六月 2024 09:17:23 +0800
Subject: [PATCH] css

---
 h5/pages/staff/vehicle/shiwai.vue                  |    4 
 h5/pages/appointmentDetails/appointmentDetails.vue |    6 +-
 h5/pages/staff/meetingCalendar.vue                 |   12 ++--
 h5/pages/staff/meetingSub.vue                      |   14 ++--
 h5/pages/staffLogin/forgetPsd.vue                  |    8 +-
 h5/pages/staff/vehicle/shinei.vue                  |    8 +-
 h5/pages/applicationRecord/applicationRecord.vue   |    8 +-
 h5/pages/staff/task/visitorApprove.vue             |    8 +-
 h5/pages/staff/memberSel.vue                       |    6 +-
 h5/pages/staff/meetingManager.vue                  |   12 ++--
 h5/pages/staff/vehicle/apply.vue                   |    2 
 h5/uni.scss                                        |    2 
 h5/pages/staffLogin/login.vue                      |    6 +-
 h5/pages/staff/meetingSubOrder.vue                 |    2 
 h5/pages/driver/index.vue                          |   10 +-
 h5/pages/staff/index.vue                           |    4 
 h5/pages/staff/meetingSel.vue                      |    6 +-
 h5/pages/driver/reservedDetail.vue                 |    8 +-
 h5/pages/driver/queueUp.vue                        |    2 
 h5/pages/driver/taskDetail.vue                     |   12 ++--
 h5/pages/staff/task/index.vue                      |    2 
 h5/pages/driver/queueUpRecord.vue                  |    6 +-
 h5/pages/staff/meetingDetail.vue                   |    4 
 h5/pages/staff/vehicle/sendACarDetail.vue          |    8 +-
 h5/pages/staff/vehicle/applePeo.vue                |    6 +-
 h5/pages/driver/taskConfirm.vue                    |   12 ++--
 26 files changed, 89 insertions(+), 89 deletions(-)

diff --git a/h5/pages/applicationRecord/applicationRecord.vue b/h5/pages/applicationRecord/applicationRecord.vue
index 7a93ddb..8855dd0 100644
--- a/h5/pages/applicationRecord/applicationRecord.vue
+++ b/h5/pages/applicationRecord/applicationRecord.vue
@@ -135,7 +135,7 @@
   }
 }
 </script>
-<style>
+<style lang="scss">
 page {
   background-color: #f7f7f7 !important;
 }
@@ -158,8 +158,8 @@
       display: flex;
       align-items: center;
       .active {
-        border: 1rpx solid #279baa !important;
-        color: #279baa !important;
+        border: 1rpx solid $uni-color-primary !important;
+        color: $uni-color-primary !important;
       }
       .box_head_item {
         padding: 0 30rpx;
@@ -196,7 +196,7 @@
         align-items: center;
         justify-content: space-between;
         .loading {
-          color: #279baa;
+          color: $uni-color-primary;
         }
         .success {
           color: #03c68f;
diff --git a/h5/pages/appointmentDetails/appointmentDetails.vue b/h5/pages/appointmentDetails/appointmentDetails.vue
index 2787c8f..997d0f0 100644
--- a/h5/pages/appointmentDetails/appointmentDetails.vue
+++ b/h5/pages/appointmentDetails/appointmentDetails.vue
@@ -149,7 +149,7 @@
     }
     .text {
       font-size: 30rpx;
-      color: #279baa;
+      color: $uni-color-primary;
       padding: 20rpx 0 30rpx;
     }
   }
@@ -167,7 +167,7 @@
     }
   }
   .head_padding {
-    background: #279baa;
+    background: $uni-color-primary;
     .h1 {
       color: #ffffff;
     }
@@ -187,7 +187,7 @@
   .head_success {
     background: #e8f4f6;
     .h1 {
-      color: #279baa;
+      color: $uni-color-primary;
     }
     .h2 {
       color: #333333;
diff --git a/h5/pages/driver/index.vue b/h5/pages/driver/index.vue
index b4bb426..3281464 100644
--- a/h5/pages/driver/index.vue
+++ b/h5/pages/driver/index.vue
@@ -111,9 +111,9 @@
 		width: 144rpx;
 		height: 56rpx;
 		border-radius: 36rpx;
-		border: 1rpx solid #279baa;
+		border: 1rpx solid $uni-color-primary;
 		font-size: 26rpx;
-		color: #279baa;
+		color: $uni-color-primary;
 		display: flex;
 		justify-content: center;
 		align-items: center;
@@ -139,7 +139,7 @@
 		font-weight: 500;
 		font-size: 28rpx;
 		width: 192rpx;
-		color: #279BAA;
+		color: $uni-color-primary;
 		height: 48rpx;
 		line-height: 48rpx;
 		text-align: center;
@@ -219,7 +219,7 @@
 				color: #222222;
 			}
 			.status{
-				color: #279BAA;
+				color: $uni-color-primary;
 				font-weight: 500;
 				.time{
 					font-size: 24rpx;
@@ -256,7 +256,7 @@
 					line-height: 68rpx;
 					padding: 0 34rpx;
 					color: #FFFFFF;
-					background: #279BAA;
+					background: $uni-color-primary;
 					box-shadow: 0rpx 4rpx 12rpx 0rpx rgba(39,155,170,0.4);
 					border-radius: 40rpx;
 				}
diff --git a/h5/pages/driver/queueUp.vue b/h5/pages/driver/queueUp.vue
index 7ea1efb..999b758 100644
--- a/h5/pages/driver/queueUp.vue
+++ b/h5/pages/driver/queueUp.vue
@@ -90,7 +90,7 @@
 		}
 		.cyan{
 			.h2{
-				color: #279BAA;
+				color: $uni-color-primary;
 			}
 		}
 	}
diff --git a/h5/pages/driver/queueUpRecord.vue b/h5/pages/driver/queueUpRecord.vue
index 68e09af..1df7d4f 100644
--- a/h5/pages/driver/queueUpRecord.vue
+++ b/h5/pages/driver/queueUpRecord.vue
@@ -81,7 +81,7 @@
 				height: 50rpx;
 				line-height: 50rpx;
 				padding: 0 20rpx;
-				background: #279BAA;
+				background: $uni-color-primary;
 				color: #fff;
 				font-size: 26rpx;
 				border-radius: 0rpx 8rpx 0rpx 25rpx;
@@ -102,7 +102,7 @@
 			}
 			.padding{
 				background: #E9F5F6;
-				color: #279BAA;
+				color: $uni-color-primary;
 			}
 			.avatar{
 				width: 84rpx;
@@ -126,7 +126,7 @@
 					.time{
 						display: flex;
 						align-items: center;
-						color: #279BAA;
+						color: $uni-color-primary;
 					}
 				}
 			}
diff --git a/h5/pages/driver/reservedDetail.vue b/h5/pages/driver/reservedDetail.vue
index e6417e9..85c3da7 100644
--- a/h5/pages/driver/reservedDetail.vue
+++ b/h5/pages/driver/reservedDetail.vue
@@ -206,7 +206,7 @@
 						color: #777777;
 
 						.status {
-							color: #279BAA;
+							color: $uni-color-primary;
 						}
 					}
 
@@ -311,7 +311,7 @@
 			padding: 0 32rpx;
 			border-radius: 0rpx 0rpx 0rpx 30rpx;
 			background-color: #e9edff;
-			color: #279BAA;
+			color: $uni-color-primary;
 		}
 	}
 
@@ -333,9 +333,9 @@
 		}
 
 		.agree {
-			background: #279BAA;
+			background: $uni-color-primary;
 			color: #fff;
-			border: 1rpx solid #279BAA;
+			border: 1rpx solid $uni-color-primary;
 		}
 	}
 
diff --git a/h5/pages/driver/taskConfirm.vue b/h5/pages/driver/taskConfirm.vue
index af99810..1cf5578 100644
--- a/h5/pages/driver/taskConfirm.vue
+++ b/h5/pages/driver/taskConfirm.vue
@@ -198,12 +198,12 @@
 
 				.copy {
 					font-size: 26rpx;
-					color: #279BAA;
+					color: $uni-color-primary;
 				}
 
 				.btn {
 					font-size: 28rpx;
-					color: #279BAA;
+					color: $uni-color-primary;
 					display: flex;
 				}
 			}
@@ -289,7 +289,7 @@
 			padding: 0 24rpx;
 			border-radius: 34rpx 0rpx 0rpx 34rpx;
 			font-size: 26rpx;
-			color: #279BAA;
+			color: $uni-color-primary;
 
 		}
 	}
@@ -322,8 +322,8 @@
 		}
 
 		.check {
-			background: #279BAA;
-			border: 1rpx solid #279BAA;
+			background: $uni-color-primary;
+			border: 1rpx solid $uni-color-primary;
 			color: #fff;
 		}
 	}
@@ -371,7 +371,7 @@
 		.title {
 			font-weight: 500;
 			font-size: 30rpx;
-			color: #279BAA;
+			color: $uni-color-primary;
 			margin-bottom: 12rpx;
 		}
 
diff --git a/h5/pages/driver/taskDetail.vue b/h5/pages/driver/taskDetail.vue
index 09ad9ea..c1193a1 100644
--- a/h5/pages/driver/taskDetail.vue
+++ b/h5/pages/driver/taskDetail.vue
@@ -37,7 +37,7 @@
 				<view class="value">
 					<view class="">0 鍏噷</view>
 					<view class="btn" @click="getLocation">
-						<u-icon name="map" color="#279BAA" class="mr6"></u-icon>
+						<u-icon name="map" color="#279baa" class="mr6"></u-icon>
 						閲嶆柊瀹氫綅
 					</view>
 				</view>
@@ -183,7 +183,7 @@
 				}
 				.btn{
 					font-size: 28rpx;
-					color: #279BAA;
+					color: $uni-color-primary;
 					display: flex;
 				}
 			}
@@ -255,7 +255,7 @@
 			padding: 0 24rpx;
 			border-radius: 34rpx 0rpx 0rpx 34rpx;
 			font-size: 26rpx;
-			color: #279BAA;
+			color: $uni-color-primary;
 			
 		}
 	}
@@ -283,8 +283,8 @@
 			border: 1rpx solid #999999;
 		}
 		.check{
-			background: #279BAA;
-			border: 1rpx solid #279BAA;
+			background: $uni-color-primary;
+			border: 1rpx solid $uni-color-primary;
 			color: #fff;
 		}
 	}
@@ -324,7 +324,7 @@
 		.title{
 			font-weight: 500;
 			font-size: 30rpx;
-			color: #279BAA;
+			color: $uni-color-primary;
 			margin-bottom: 12rpx;
 		}
 		.address{
diff --git a/h5/pages/staff/index.vue b/h5/pages/staff/index.vue
index e92bb5a..cdde5d3 100644
--- a/h5/pages/staff/index.vue
+++ b/h5/pages/staff/index.vue
@@ -116,9 +116,9 @@
 		width: 144rpx;
 		height: 56rpx;
 		border-radius: 36rpx;
-		border: 1rpx solid #279baa;
+		border: 1rpx solid $uni-color-primary;
 		font-size: 26rpx;
-		color: #279baa;
+		color: $uni-color-primary;
 		display: flex;
 		justify-content: center;
 		align-items: center;
diff --git a/h5/pages/staff/meetingCalendar.vue b/h5/pages/staff/meetingCalendar.vue
index 04179cb..7af417d 100644
--- a/h5/pages/staff/meetingCalendar.vue
+++ b/h5/pages/staff/meetingCalendar.vue
@@ -209,14 +209,14 @@
 	padding: 0;
 	background-color: #f7f7f7;
 	::v-deep .uni-calendar-item--checked {
-		background-color: #279baa;
+		background-color: $uni-color-primary;
 		border-radius: 8rpx;
 	}
 	::v-deep .uni-calendar-item--isDay-text {
-		color: #279baa;
+		color: $uni-color-primary;
 	}
 	::v-deep .uni-calendar-item--isDay {
-		background-color: #279baa;
+		background-color: $uni-color-primary;
 		color: #fff;
 		border-radius: 8rpx;
 	}
@@ -248,7 +248,7 @@
 			font-size: 30rpx;
 			color: #222222;
 			.line {
-				background-color: #279baa;
+				background-color: $uni-color-primary;
 			}
 		}
 	}
@@ -266,7 +266,7 @@
 				.icon {
 					width: 6rpx;
 					height: 32rpx;
-					background: #279baa;
+					background: $uni-color-primary;
 					border-radius: 4rpx;
 					margin-right: 16rpx;
 				}
@@ -339,4 +339,4 @@
 	padding-top: 20rpx;
 	box-sizing: border-box;
 }
-</style>
+</style>
diff --git a/h5/pages/staff/meetingDetail.vue b/h5/pages/staff/meetingDetail.vue
index 30e04a8..d2a52c6 100644
--- a/h5/pages/staff/meetingDetail.vue
+++ b/h5/pages/staff/meetingDetail.vue
@@ -151,9 +151,9 @@
 		}
 
 		.agree {
-			background: #279BAA;
+			background: $uni-color-primary;
 			color: #fff;
-			border: 1rpx solid #279BAA;
+			border: 1rpx solid $uni-color-primary;
 		}
 	}
 .empty{
diff --git a/h5/pages/staff/meetingManager.vue b/h5/pages/staff/meetingManager.vue
index 7a18ed1..21a04b5 100644
--- a/h5/pages/staff/meetingManager.vue
+++ b/h5/pages/staff/meetingManager.vue
@@ -184,18 +184,18 @@
   padding: 0;
   background-color: #f7f7f7;
   ::v-deep .uni-calendar-item--checked {
-    background-color: #279baa;
+    background-color: $uni-color-primary;
     border-radius: 8rpx;
   }
   ::v-deep .uni-calendar-item--isDay-text {
-    color: #279baa;
+    color: $uni-color-primary;
   }
 	::v-deep .calendar-point {
-    /* background-color: #279baa; */
+    /* background-color: $uni-color-primary; */
   }
 	
   ::v-deep .uni-calendar-item--isDay {
-    background-color: #279baa;
+    background-color: $uni-color-primary;
     color: #fff;
     border-radius: 8rpx;
   }
@@ -227,7 +227,7 @@
       font-size: 30rpx;
       color: #222222;
       .line {
-        background-color: #279baa;
+        background-color: $uni-color-primary;
       }
     }
   }
@@ -245,7 +245,7 @@
         .icon {
           width: 6rpx;
           height: 32rpx;
-          background: #279baa;
+          background: $uni-color-primary;
           border-radius: 4rpx;
           margin-right: 16rpx;
         }
diff --git a/h5/pages/staff/meetingSel.vue b/h5/pages/staff/meetingSel.vue
index bec4d8a..d25fa76 100644
--- a/h5/pages/staff/meetingSel.vue
+++ b/h5/pages/staff/meetingSel.vue
@@ -183,7 +183,7 @@
       font-weight: 600;
     }
     .btn {
-      color: #279baa;
+      color: $uni-color-primary;
     }
   }
   .modal_mem_list {
@@ -239,7 +239,7 @@
     align-items: center;
     .members {
       width: 500rpx;
-      color: #4d98a7;
+      color: $uni-color-primary;
       white-space: nowrap;
       overflow: hidden; //鏂囨湰瓒呭嚭闅愯棌
       text-overflow: ellipsis;
@@ -254,7 +254,7 @@
     width: 690rpx;
     height: 88rpx;
     line-height: 88rpx;
-    background: #279baa;
+    background: $uni-color-primary;
     border-radius: 44rpx;
     color: #fff;
     text-align: center;
diff --git a/h5/pages/staff/meetingSub.vue b/h5/pages/staff/meetingSub.vue
index c31b0cb..7bb9ad3 100644
--- a/h5/pages/staff/meetingSub.vue
+++ b/h5/pages/staff/meetingSub.vue
@@ -105,7 +105,7 @@
       timeList: [],
 
       colorOptions: [
-        { color: '#279BAA', name: '宸查�夋嫨' },
+        { color: '#279baa', name: '宸查�夋嫨' },
         { color: '#F7F7F7', name: '鍙绾�' },
         { color: '#cccccc', name: '涓嶅彲棰勭害' },
       ]
@@ -266,7 +266,7 @@
     height: 88rpx;
     line-height: 88rpx;
     text-align: center;
-    background: #279baa;
+    background: $uni-color-primary;
     border-radius: 44rpx;
     font-weight: 500;
     font-size: 32rpx;
@@ -282,7 +282,7 @@
   padding: 20rpx 30rpx 84rpx;
   box-shadow: 0rpx -3rpx 6rpx 0rpx #eeeeee;
   .sel_time {
-    color: #279baa;
+    color: $uni-color-primary;
   }
   .btns {
     margin-top: 10rpx;
@@ -307,7 +307,7 @@
       height: 72rpx;
       line-height: 72rpx;
       text-align: center;
-      background: #279baa;
+      background: $uni-color-primary;
       box-shadow: 0rpx -1rpx 0rpx 0rpx #eeeeee;
       border-radius: 36rpx;
       font-size: 30rpx;
@@ -331,7 +331,7 @@
     font-size: 30rpx;
   }
   .active {
-    background-color: #279baa;
+    background-color: $uni-color-primary;
     color: #fff;
   }
   .disable {
@@ -357,13 +357,13 @@
     }
   }
   .active {
-    color: #279baa;
+    color: $uni-color-primary;
     font-weight: 600;
     font-size: 30rpx;
     .line {
       width: 60rpx;
       height: 4rpx;
-      background-color: #279baa;
+      background-color: $uni-color-primary;
       margin: 26rpx auto 0;
     }
   }
diff --git a/h5/pages/staff/meetingSubOrder.vue b/h5/pages/staff/meetingSubOrder.vue
index 031a92e..7180c9a 100644
--- a/h5/pages/staff/meetingSubOrder.vue
+++ b/h5/pages/staff/meetingSubOrder.vue
@@ -235,7 +235,7 @@
   height: 72rpx;
   line-height: 72rpx;
   text-align: center;
-  background: #279baa;
+  background: $uni-color-primary;
   box-shadow: 0rpx -1rpx 0rpx 0rpx #eeeeee;
   border-radius: 36rpx;
   font-size: 30rpx;
diff --git a/h5/pages/staff/memberSel.vue b/h5/pages/staff/memberSel.vue
index 8a51c0a..ee96a16 100644
--- a/h5/pages/staff/memberSel.vue
+++ b/h5/pages/staff/memberSel.vue
@@ -144,7 +144,7 @@
       font-weight: 600;
     }
     .btn {
-      color: #279baa;
+      color: $uni-color-primary;
     }
   }
   .modal_mem_list {
@@ -199,7 +199,7 @@
     align-items: center;
     .members {
       width: 500rpx;
-      color: #4d98a7;
+      color: $uni-color-primary;
       white-space: nowrap;
       overflow: hidden; //鏂囨湰瓒呭嚭闅愯棌
       text-overflow: ellipsis;
@@ -214,7 +214,7 @@
     width: 690rpx;
     height: 88rpx;
     line-height: 88rpx;
-    background: #279baa;
+    background: $uni-color-primary;
     border-radius: 44rpx;
     color: #fff;
     text-align: center;
diff --git a/h5/pages/staff/task/index.vue b/h5/pages/staff/task/index.vue
index 037f396..b9ed742 100644
--- a/h5/pages/staff/task/index.vue
+++ b/h5/pages/staff/task/index.vue
@@ -332,7 +332,7 @@
             padding: 0 32rpx;
             height: 60rpx;
             line-height: 60rpx;
-            background: #279baa;
+            background: $uni-color-primary;
             color: #fff;
             font-size: 26rpx;
             font-weight: 300;
diff --git a/h5/pages/staff/task/visitorApprove.vue b/h5/pages/staff/task/visitorApprove.vue
index 5e30fde..c60e169 100644
--- a/h5/pages/staff/task/visitorApprove.vue
+++ b/h5/pages/staff/task/visitorApprove.vue
@@ -206,7 +206,7 @@
 						color: #777777;
 
 						.status {
-							color: #279BAA;
+							color: $uni-color-primary;
 						}
 					}
 
@@ -311,7 +311,7 @@
 			padding: 0 32rpx;
 			border-radius: 0rpx 0rpx 0rpx 30rpx;
 			background-color: #e9edff;
-			color: #279BAA;
+			color: $uni-color-primary;
 		}
 	}
 
@@ -333,9 +333,9 @@
 		}
 
 		.agree {
-			background: #279BAA;
+			background: $uni-color-primary;
 			color: #fff;
-			border: 1rpx solid #279BAA;
+			border: 1rpx solid $uni-color-primary;
 		}
 	}
 
diff --git a/h5/pages/staff/vehicle/applePeo.vue b/h5/pages/staff/vehicle/applePeo.vue
index 54e7a5d..8dc231d 100644
--- a/h5/pages/staff/vehicle/applePeo.vue
+++ b/h5/pages/staff/vehicle/applePeo.vue
@@ -188,7 +188,7 @@
       font-weight: 600;
     }
     .btn {
-      color: #279baa;
+      color: $uni-color-primary;
     }
   }
   .modal_mem_list {
@@ -245,7 +245,7 @@
     align-items: center;
     .members {
       width: 500rpx;
-      color: #4d98a7;
+      color: $uni-color-primary;
       white-space: nowrap;
       overflow: hidden; //鏂囨湰瓒呭嚭闅愯棌
       text-overflow: ellipsis;
@@ -260,7 +260,7 @@
     width: 690rpx;
     height: 88rpx;
     line-height: 88rpx;
-    background: #279baa;
+    background: $uni-color-primary;
     border-radius: 44rpx;
     color: #fff;
     text-align: center;
diff --git a/h5/pages/staff/vehicle/apply.vue b/h5/pages/staff/vehicle/apply.vue
index d6436b5..e9211a0 100644
--- a/h5/pages/staff/vehicle/apply.vue
+++ b/h5/pages/staff/vehicle/apply.vue
@@ -287,7 +287,7 @@
   height: 88rpx;
   line-height: 88rpx;
   text-align: center;
-  background: #279baa;
+  background: $uni-color-primary;
   box-shadow: 0rpx -1rpx 0rpx 0rpx #eeeeee;
   border-radius: 44rpx;
   font-size: 30rpx;
diff --git a/h5/pages/staff/vehicle/sendACarDetail.vue b/h5/pages/staff/vehicle/sendACarDetail.vue
index 9cd3da5..af0f3ec 100644
--- a/h5/pages/staff/vehicle/sendACarDetail.vue
+++ b/h5/pages/staff/vehicle/sendACarDetail.vue
@@ -242,7 +242,7 @@
             color: #777777;
 
             .status {
-              color: #279baa;
+              color: $uni-color-primary;
             }
           }
 
@@ -346,7 +346,7 @@
       padding: 0 32rpx;
       border-radius: 0rpx 0rpx 0rpx 30rpx;
       background-color: #e9edff;
-      color: #279baa;
+      color: $uni-color-primary;
     }
   }
 
@@ -368,9 +368,9 @@
     }
 
     .agree {
-      background: #279baa;
+      background: $uni-color-primary;
       color: #fff;
-      border: 1rpx solid #279baa;
+      border: 1rpx solid $uni-color-primary;
     }
   }
 
diff --git a/h5/pages/staff/vehicle/shinei.vue b/h5/pages/staff/vehicle/shinei.vue
index 71b1bb4..f3ea7cf 100644
--- a/h5/pages/staff/vehicle/shinei.vue
+++ b/h5/pages/staff/vehicle/shinei.vue
@@ -75,7 +75,7 @@
       selDatetime: '',
 
       colorOptions: [
-        { color: '#279BAA', name: '宸查�夋嫨' },
+        { color: '#279baa', name: '宸查�夋嫨' },
         { color: '#F7F7F7', name: '鍙绾�' },
         { color: '#cccccc', name: '涓嶅彲棰勭害' },
       ]
@@ -225,7 +225,7 @@
     padding: 20rpx 30rpx 84rpx;
     box-shadow: 0rpx -3rpx 6rpx 0rpx #eeeeee;
     .sel_time {
-      color: #279baa;
+      color: $uni-color-primary;
     }
     .btns {
       margin-top: 10rpx;
@@ -250,7 +250,7 @@
         height: 72rpx;
         line-height: 72rpx;
         text-align: center;
-        background: #279baa;
+        background: $uni-color-primary;
         box-shadow: 0rpx -1rpx 0rpx 0rpx #eeeeee;
         border-radius: 36rpx;
         font-size: 30rpx;
@@ -274,7 +274,7 @@
       font-size: 30rpx;
     }
     .active {
-      background-color: #279baa;
+      background-color: $uni-color-primary;
       color: #fff;
     }
     .disable {
diff --git a/h5/pages/staff/vehicle/shiwai.vue b/h5/pages/staff/vehicle/shiwai.vue
index b8742bc..bf13087 100644
--- a/h5/pages/staff/vehicle/shiwai.vue
+++ b/h5/pages/staff/vehicle/shiwai.vue
@@ -329,14 +329,14 @@
     height: 72rpx;
     line-height: 72rpx;
     text-align: center;
-    background: #279baa;
+    background: $uni-color-primary;
     box-shadow: 0rpx -1rpx 0rpx 0rpx #eeeeee;
     border-radius: 36rpx;
     font-size: 30rpx;
     color: #ffffff;
   }
   .sel {
-    color: #279baa;
+    color: $uni-color-primary;
     flex: 1;
   }
 }
diff --git a/h5/pages/staffLogin/forgetPsd.vue b/h5/pages/staffLogin/forgetPsd.vue
index f36e4e3..c5d1c24 100644
--- a/h5/pages/staffLogin/forgetPsd.vue
+++ b/h5/pages/staffLogin/forgetPsd.vue
@@ -181,7 +181,7 @@
         height: 40rpx;
       }
       .captcha {
-        color: #279baa;
+        color: $uni-color-primary;
       }
       input {
         flex: 1;
@@ -198,7 +198,7 @@
     box-sizing: border-box;
     margin-top: 80rpx;
     .for_psd {
-      color: #279baa;
+      color: $uni-color-primary;
       margin-top: 40rpx;
       width: 140rpx;
       text-align: center;
@@ -207,7 +207,7 @@
     .login_btn_n {
       width: 100%;
       height: 98rpx;
-      background: #279baa;
+      background: $uni-color-primary;
       box-shadow: 0rpx 12rpx 24rpx 0rpx rgba(39, 155, 170, 0.2);
       display: flex;
       align-items: center;
@@ -225,7 +225,7 @@
     text-align: center;
     bottom: 108rpx;
     .deal {
-      color: #279baa;
+      color: $uni-color-primary;
     }
   }
 }
diff --git a/h5/pages/staffLogin/login.vue b/h5/pages/staffLogin/login.vue
index 0e1a4bc..f6252d7 100644
--- a/h5/pages/staffLogin/login.vue
+++ b/h5/pages/staffLogin/login.vue
@@ -185,7 +185,7 @@
     box-sizing: border-box;
     margin-top: 80rpx;
     .for_psd {
-      color: #279baa;
+      color: $uni-color-primary;
       margin-top: 40rpx;
       width: 140rpx;
       text-align: center;
@@ -194,7 +194,7 @@
     .login_btn_n {
       width: 100%;
       height: 98rpx;
-      background: #279baa;
+      background: $uni-color-primary;
       box-shadow: 0rpx 12rpx 24rpx 0rpx rgba(39, 155, 170, 0.2);
       display: flex;
       align-items: center;
@@ -212,7 +212,7 @@
     text-align: center;
     bottom: 108rpx;
     .deal {
-      color: #279baa;
+      color: $uni-color-primary;
     }
   }
 }
diff --git a/h5/uni.scss b/h5/uni.scss
index 1c39e72..5c00799 100644
--- a/h5/uni.scss
+++ b/h5/uni.scss
@@ -15,7 +15,7 @@
 /* 棰滆壊鍙橀噺 */
 
 /* 琛屼负鐩稿叧棰滆壊 */
-$uni-color-primary: #007aff;
+$uni-color-primary: #4d98a7;
 $uni-color-success: #4cd964;
 $uni-color-warning: #f0ad4e;
 $uni-color-error: #dd524d;

--
Gitblit v1.9.3