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

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

--
Gitblit v1.9.3