From 750befddf9c09437e69e7ec530aed95ad47afb71 Mon Sep 17 00:00:00 2001 From: jiazhipeng Date: Wed, 6 Nov 2024 09:56:36 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A5=E6=9C=9F=E7=BB=84=E4=BB=B6=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- subPackages/hotelHomestay/selectCalendar.vue | 14 +++++++++++-- subPackages/ticketBooking/detail.vue | 9 +++++++++ subPackages/ticketBooking/order.vue | 21 ++++++++++++++++++++ 3 files changed, 42 insertions(+), 2 deletions(-) diff --git a/subPackages/hotelHomestay/selectCalendar.vue b/subPackages/hotelHomestay/selectCalendar.vue index 913be73..7e21961 100644 --- a/subPackages/hotelHomestay/selectCalendar.vue +++ b/subPackages/hotelHomestay/selectCalendar.vue @@ -3,7 +3,7 @@ -
确定 @@ -55,7 +55,7 @@ } } - \ No newline at end of file diff --git a/subPackages/ticketBooking/detail.vue b/subPackages/ticketBooking/detail.vue index 31dc503..9eeb597 100644 --- a/subPackages/ticketBooking/detail.vue +++ b/subPackages/ticketBooking/detail.vue @@ -1005,5 +1005,14 @@ color: white !important; } } + + /deep/ .uni-calendar-item--checked{ + background: #12293C !important; + border-radius: 50%; + + .uni-calendar-item--extra{ + color: white !important; + } + } diff --git a/subPackages/ticketBooking/order.vue b/subPackages/ticketBooking/order.vue index 10469bd..b581cab 100644 --- a/subPackages/ticketBooking/order.vue +++ b/subPackages/ticketBooking/order.vue @@ -1788,4 +1788,25 @@ } } + /deep/ .uni-calendar-item--extra{ + color: #333 !important; + } + /deep/ .uni-calendar-item--isDay{ + background: #12293C !important; + border-radius: 50%; + + .uni-calendar-item--extra{ + color: white !important; + } + } + + /deep/ .uni-calendar-item--checked{ + background: #12293C !important; + border-radius: 50%; + + .uni-calendar-item--extra{ + color: white !important; + } + } +