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/driver/index.vue |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

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;
 				}

--
Gitblit v1.9.3