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