diff --git a/subPackages/food/foodList.vue b/subPackages/food/foodList.vue index 4a3850e..1592bd1 100644 --- a/subPackages/food/foodList.vue +++ b/subPackages/food/foodList.vue @@ -179,7 +179,7 @@ .price { font-family: PingFang SC; - font-weight: 500; + font-weight: bold; font-size: 33.33rpx; color: #C3282E; display: flex; diff --git a/subPackages/hotelHomestay/hotelHomestay.vue b/subPackages/hotelHomestay/hotelHomestay.vue index 9a6f196..cb62dbc 100644 --- a/subPackages/hotelHomestay/hotelHomestay.vue +++ b/subPackages/hotelHomestay/hotelHomestay.vue @@ -290,7 +290,7 @@ .title{ width: 100%; - font-weight: 500; + font-weight: bold; font-size: 33rpx; color: #000000; } @@ -384,6 +384,7 @@ flex: 1; width: 1px; height: 33rpx; + line-height: 33rpx; overflow-y: hidden; } } diff --git a/subPackages/hotelHomestay/order.vue b/subPackages/hotelHomestay/order.vue index 8359c57..6758e2d 100644 --- a/subPackages/hotelHomestay/order.vue +++ b/subPackages/hotelHomestay/order.vue @@ -624,7 +624,7 @@ margin-left: 15rpx; font-size: 36rpx; font-family: PingFangSC-Regular, PingFang SC; - font-weight: 400; + font-weight: bold; color: #C3282E; &:before { content: '¥'; @@ -714,7 +714,7 @@ .coupon-price { color:#DD0000; font-size: 30rpx; - font-weight: 500; + font-weight: bold; } .coupon-btn { diff --git a/subPackages/line/order.vue b/subPackages/line/order.vue index b5d14d3..8e6bae6 100644 --- a/subPackages/line/order.vue +++ b/subPackages/line/order.vue @@ -557,7 +557,7 @@ flex: 1; font-size: 36rpx; color: #F84A56; - font-weight: 500; + font-weight: bold; } .btn { diff --git a/subPackages/line/orders.vue b/subPackages/line/orders.vue index 36eb64d..20f6615 100644 --- a/subPackages/line/orders.vue +++ b/subPackages/line/orders.vue @@ -46,7 +46,7 @@ 优惠券 选择优惠券 - + -¥{{coupon.CouponActivity.discounts/100}} @@ -677,6 +677,7 @@ flex: 1; font-size: 36rpx; color: #F84A56; + font-weight: bold; } } diff --git a/subPackages/techan/detail.vue b/subPackages/techan/detail.vue index 04f705a..d25dea6 100644 --- a/subPackages/techan/detail.vue +++ b/subPackages/techan/detail.vue @@ -465,7 +465,7 @@ .present-price { font-size: 42rpx; font-family: PingFang SC; - font-weight: 400; + font-weight: bold; color: rgba(248, 74, 86, 1); &:before { @@ -479,7 +479,6 @@ display: inline-block; font-size: 24rpx; font-family: PingFangSC; - font-weight: 400; color: #8D8D8D; } } diff --git a/subPackages/techan/order.vue b/subPackages/techan/order.vue index a58d6c6..a544ca9 100644 --- a/subPackages/techan/order.vue +++ b/subPackages/techan/order.vue @@ -928,7 +928,7 @@ view { margin-left: 15rpx; font-size: 36rpx; font-family: PingFangSC-Regular, PingFang SC; - font-weight: 400; + font-weight: bold; color: #C3282E; &:before { content: '¥'; @@ -1252,7 +1252,7 @@ view { .coupon-price { color:#DD0000; font-size: 30rpx; - font-weight: 500; + font-weight: bold; } } .commodity-info{ diff --git a/subPackages/ticketBooking/detail.vue b/subPackages/ticketBooking/detail.vue index 9eeb597..8b4cb8b 100644 --- a/subPackages/ticketBooking/detail.vue +++ b/subPackages/ticketBooking/detail.vue @@ -757,7 +757,7 @@ } .price { font-family: PingFangSC; - font-weight: 500; + font-weight: bold; font-size: 36rpx; color: #C3282E; } @@ -765,7 +765,7 @@ display: inline-block; content: "¥"; font-size: 24rpx; - font-weight: 500; + font-weight: bold; color: #C3282E; } @@ -942,7 +942,7 @@ .bottom-price { font-size: 48rpx; - font-weight: 500; + font-weight: bold; color: #EE3E3B; } .bottom-price::before { diff --git a/subPackages/ticketBooking/order.vue b/subPackages/ticketBooking/order.vue index b581cab..6321bfa 100644 --- a/subPackages/ticketBooking/order.vue +++ b/subPackages/ticketBooking/order.vue @@ -1535,7 +1535,7 @@ .coupon-price { color:#DD0000; font-size: 30rpx; - font-weight: 500; + font-weight: bold; } } @@ -1577,11 +1577,10 @@ .price { margin-left: 15rpx; font-size: 48rpx; - font-family: PingFangSC-Regular, PingFang SC; - font-weight: 400; + font-weight: bold; color: #C3282E; &:before { - content: '¥'; + content: '¥'; display: inline-block; color: #C3282E; font-size: 24rpx; @@ -1745,7 +1744,7 @@ .bottom-price { font-size: 48rpx; - font-weight: 500; + font-weight: bold; color: #C3282E; } .bottom-price::before {