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/shinei.vue |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

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 {

--
Gitblit v1.9.3