Browse Source

字体加粗

master
jiazhipeng 12 months ago
parent
commit
645921ef55
  1. 2
      subPackages/food/foodList.vue
  2. 3
      subPackages/hotelHomestay/hotelHomestay.vue
  3. 4
      subPackages/hotelHomestay/order.vue
  4. 2
      subPackages/line/order.vue
  5. 3
      subPackages/line/orders.vue
  6. 3
      subPackages/techan/detail.vue
  7. 4
      subPackages/techan/order.vue
  8. 6
      subPackages/ticketBooking/detail.vue
  9. 9
      subPackages/ticketBooking/order.vue

2
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;

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

4
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 {

2
subPackages/line/order.vue

@ -557,7 +557,7 @@
flex: 1;
font-size: 36rpx;
color: #F84A56;
font-weight: 500;
font-weight: bold;
}
.btn {

3
subPackages/line/orders.vue

@ -46,7 +46,7 @@
<text>优惠券</text>
<view style="display: flex;align-items: center;">
<view class="add-btn" v-if="!coupon">选择优惠券</view>
<view style="display: flex;align-items: center;color: #FC5109;" v-if="coupon && coupon.CouponActivity">
<view style="display: flex;align-items: center;color: #FC5109;font-weight: bold;" v-if="coupon && coupon.CouponActivity">
<view>-{{coupon.CouponActivity.discounts/100}}</view>
</view>
<img src="https://static.ticket.sz-trip.com/changyoutaihu/images/user/rightIcon.png" class="icon-coupon">
@ -677,6 +677,7 @@
flex: 1;
font-size: 36rpx;
color: #F84A56;
font-weight: bold;
}
}

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

4
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{

6
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 {

9
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 {

Loading…
Cancel
Save