.coupon-list-container { padding: 0 20px; background: #f5f5f5; min-height: 100%; height: 100%; } .coupon-list-title { font-size: 32px; font-weight: 600; color: #1f2937; margin-bottom: 32px; padding-top: 24px; } .coupon-list-empty { text-align: center; padding: 120px 20px; color: #9ca3af; font-size: 28px; } .coupon-list-content { padding-bottom: 40px; } .coupon-list-item { margin-bottom: 32px; transition: all 0.3s ease; &:hover { transform: translateY(-2px); } &:active { transform: translateY(0); } &:last-child { margin-bottom: 24px; } } /* 水平滚动布局样式 */ .coupon-horizontal-container { .coupon-horizontal-title { font-size: 32px; font-weight: 600; color: #1f2937; margin-bottom: 24px; padding-left: 16px; } .coupon-horizontal-scroll { padding: 0 16px; .coupon-horizontal-item { flex-shrink: 0; width: 240px; margin-right: 16px; &:last-child { margin-right: 16px; // 保持右边距 } } } }