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/meetingCalendar.vue | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
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>
--
Gitblit v1.9.3