chengziding 1 年之前
父節點
當前提交
47afcdf11f
共有 1 個文件被更改,包括 28 次插入6 次删除
  1. 28 6
      pages/government/beautiful-code.vue

+ 28 - 6
pages/government/beautiful-code.vue

@@ -98,6 +98,25 @@
 						</view>
 						<view class="mallCoupon_b">已获取的宜格优选商城优惠券</view>
 					</view>
+					<!-- <block >
+						<view class="ticket-item">
+							<view class="ticket-num">
+								<text>50000.0</text>
+								<text>元</text>
+							</view>
+							<view class="ticket-info">
+								<view class="ticket-info-left">
+									<text class="ticket-name">二孩及以上家庭购房补贴券</text>
+									<text
+										class="ticket-time">2024-04-13 15:32:21</text>
+									<text class="ticket-hint" >仅["飞鱼体育弘扬拉菲小镇店']离渖辛澩可用</text>
+								</view>
+								<view class="ticket-info-btn" >
+									<text>去使用</text>
+								</view>
+							</view>
+						</view>
+					</block> -->
 					<template v-if="Coupon && Coupon.length > 0">
 						<block v-for="item in Coupon">
 							<view class="ticket-item">
@@ -756,7 +775,8 @@
 				height: 208rpx;
 				background: url("./../../static/ZW/BG_02.png") no-repeat center center;
 				background-size: 100% 100%;
-				margin-bottom: 30rpx;
+				// margin-bottom: 30rpx !important;
+				margin-top: 30rpx !important;
 				padding: 20rpx 0;
 				display: flex;
 				justify-content: space-between;
@@ -769,14 +789,15 @@
 				.ticket-num {
 					flex-shrink: 0;
 					width: 178rpx;
-					font-size: 60rpx;
+					font-size: 40rpx;
 					font-family: PingFang SC, PingFang SC-Bold;
 					font-weight: 700;
 					color: #e2403e;
-					display: flex;
-					justify-content: center;
-					align-items: baseline;
+					// display: flex;
+					// justify-content: center;
+					// align-items: baseline;
 					// line-height: 1;
+					letter-spacing: 2rpx;
 					text-align: center;
 
 					text {
@@ -804,9 +825,10 @@
 						justify-content: space-between;
 
 						.ticket-name {
-							font-size: 36rpx;
+							font-size: 26rpx;
 							font-family: PingFang SC, PingFang SC-Bold;
 							font-weight: 700;
+							width: max-content;
 							color: #333333;
 						}