shish 7 månader sedan
förälder
incheckning
4a4cf40c83
1 ändrade filer med 7 tillägg och 3 borttagningar
  1. 7 3
      mallApp/src/pages/hb/list.vue

+ 7 - 3
mallApp/src/pages/hb/list.vue

@@ -25,8 +25,8 @@
 						<view class="list-det-right">
 						<view class="list-det-right">
 							<view class="coupon-message">
 							<view class="coupon-message">
 								<view class="title">红包</view>
 								<view class="title">红包</view>
-								<view class="shop">门店:好运鲜花批发</view>
-								<view class="date">有效至:{{ item.deadline | formatTime('YYYY-MM-DD') }}</view>
+								<view class="shop">好运鲜花批发</view>
+								<view class="date">有效{{ item.deadline | formatTime('YYYY-MM-DD') }}</view>
 							</view>
 							</view>
 							<!-- 未使用 -->
 							<!-- 未使用 -->
 							<template v-if="item.status == 0">
 							<template v-if="item.status == 0">
@@ -159,7 +159,7 @@ export default {
 							margin-bottom: 6upx;
 							margin-bottom: 6upx;
 							font-size: 26upx;
 							font-size: 26upx;
 							.price {
 							.price {
-								font-size: 60upx;
+								font-size:50upx;
 								font-weight: bold;
 								font-weight: bold;
 								line-height: 1;
 								line-height: 1;
 							}
 							}
@@ -180,8 +180,12 @@ export default {
 								color:#333;
 								color:#333;
 							}
 							}
 							.shop{
 							.shop{
+								font-size:26upx;
 								margin-bottom: 5upx;
 								margin-bottom: 5upx;
 							}
 							}
+							.date{
+								font-size:26upx;
+							}
 						}
 						}
 						.button-com {
 						.button-com {
 							padding-top: 15upx;
 							padding-top: 15upx;