10.14号更新

This commit is contained in:
zoujiandong
2025-10-14 17:46:23 +08:00
parent 8b1e9bcb41
commit b16601baa6
99 changed files with 286 additions and 254 deletions
+2 -2
View File
@@ -6,7 +6,7 @@
@clickLeft="goBack"
fixed
color="#8B2316"
height="140rpx"
height="180rpx"
:border="false"
backgroundColor="#ffffff"
/>
@@ -128,7 +128,7 @@ const formatDate = (seconds) => {
.tab-item{flex:1;display:flex;align-items:center;justify-content:center}
.tab-text{font-size:28rpx;color:#999}
.tab-item.active .tab-text{color:#8B2316;font-weight:600}
.list{height:calc(100vh - 88rpx - 140rpx);}
.list{height:calc(100vh - 88rpx - 180rpx);}
.card-wrap{padding:24rpx}
.coupon-card{display:flex;flex-direction: column; background:linear-gradient(90deg,#ff7381, #ff6a7a);border-radius:16rpx;color:#fff;position:relative;margin-bottom:24rpx}
.coupon-card.gray{background:#e5e5e5;color:#666}