diff --git a/compoents/cartData.vue b/compoents/cartData.vue index 43d9747..f8a5837 100644 --- a/compoents/cartData.vue +++ b/compoents/cartData.vue @@ -444,7 +444,7 @@ font-weight: 400; font-size: 34rpx; color: #FFFFFF; - line-height: 42rpx; + line-height: 47rpx; text-align: center; } .ctrl.disabled{ diff --git a/pages.json b/pages.json index aee0d5a..c71cc4b 100644 --- a/pages.json +++ b/pages.json @@ -65,7 +65,7 @@ { "path": "techan/detail", "style": { - "navigationBarTitleText": "文创特产详情" + "navigationBarTitleText": "水市风物" } }, { diff --git a/subPackages/hotelHomestay/detail.vue b/subPackages/hotelHomestay/detail.vue index 80a6eea..8d81cc2 100644 --- a/subPackages/hotelHomestay/detail.vue +++ b/subPackages/hotelHomestay/detail.vue @@ -571,7 +571,7 @@ .phone-container{ width: 93rpx; height: 107rpx; - background: #E8F6EB; + background: #F2F2F2; border-radius: 20rpx; font-family: PingFang SC; font-weight: 500; diff --git a/subPackages/hotelHomestay/order.vue b/subPackages/hotelHomestay/order.vue index c15cc7d..8359c57 100644 --- a/subPackages/hotelHomestay/order.vue +++ b/subPackages/hotelHomestay/order.vue @@ -689,7 +689,7 @@ font-weight: 400; font-size: 34rpx; color: #FFFFFF; - line-height: 42rpx; + line-height: 47rpx; text-align: center; } .ctrl.disabled{ 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/techan/order.vue b/subPackages/techan/order.vue index 8a9ecea..a58d6c6 100644 --- a/subPackages/techan/order.vue +++ b/subPackages/techan/order.vue @@ -105,7 +105,7 @@ - - + - + @@ -881,7 +881,7 @@ view { font-weight: 400; font-size: 34rpx; color: #FFFFFF; - line-height: 42rpx; + line-height: 47rpx; text-align: center; } .ctrl.disabled{ diff --git a/subPackages/techan/techanList.vue b/subPackages/techan/techanList.vue index 8cb61ba..122b46a 100644 --- a/subPackages/techan/techanList.vue +++ b/subPackages/techan/techanList.vue @@ -446,7 +446,7 @@ width: 100%; height: 66rpx; padding: 4rpx; - background: #EAF6F9; + background: #F2F2F2; border-radius: 13rpx; border: 1px solid #525251; @@ -738,7 +738,7 @@ height: 78rpx; text-align: center; line-height: 78rpx; - background: linear-gradient(-90deg, #F84A56, #FF9834); + background: #C3282E; border-radius: 40rpx; font-size: 34rpx; 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; + } + } +