From 12e8eb9e345adea19972c34df471b28b51fa71dd Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期二, 21 五月 2024 15:34:11 +0800
Subject: [PATCH] 代码初始化
---
h5/components/Li-Calendar/Li-Calendar.css | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/h5/components/Li-Calendar/Li-Calendar.css b/h5/components/Li-Calendar/Li-Calendar.css
index c3913d5..dabbcdb 100644
--- a/h5/components/Li-Calendar/Li-Calendar.css
+++ b/h5/components/Li-Calendar/Li-Calendar.css
@@ -29,7 +29,7 @@
font-size: 28rpx;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
- color: #0055FF;
+ color: #279baa;
}
.calendar-TimeH{
}
@@ -111,8 +111,8 @@
}
.calendar-today {
/* border-radius: 6upx;
- background-color: #0055FF; */
- color: #0055FF;
+ background-color: #279baa; */
+ color: #279baa;
/* -moz-box-shadow: 0px 2upx 10upx #ABABAB;
-webkit-box-shadow: 0px 2upx 10upx #ABABAB;
box-shadow: 0px 2upx 10upx #ABABAB; */
@@ -139,7 +139,7 @@
.calendar-active {
color:#FFFFFF !important;
- background-color: #0055FF;
+ background-color: #279baa;
/* -moz-box-shadow: 0px 2upx 10upx #ABABAB;
-webkit-box-shadow: 0px 2upx 10upx #ABABAB;
box-shadow: 0px 2upx 10upx #ABABAB; */
--
Gitblit v1.9.3