176 lines
3.4 KiB
Plaintext
176 lines
3.4 KiB
Plaintext
|
|
.points-page.data-v-dd6e20da {
|
|
background: #f5f5f5;
|
|
min-height: 100vh;
|
|
padding-bottom: 40rpx;
|
|
}
|
|
|
|
/* 积分卡片 */
|
|
.balance-card.data-v-dd6e20da {
|
|
margin: 20rpx 24rpx 0;
|
|
background: linear-gradient(135deg, #F4E0CB, #EBCDB4);
|
|
border-radius: 24rpx;
|
|
padding: 48rpx 40rpx 40rpx;
|
|
text-align: center;
|
|
position: relative;
|
|
overflow: hidden;
|
|
}
|
|
.balance-card.data-v-dd6e20da::after {
|
|
content: '';
|
|
position: absolute;
|
|
right: -40rpx;
|
|
bottom: -20rpx;
|
|
width: 200rpx;
|
|
height: 200rpx;
|
|
background: rgba(255,255,255,0.1);
|
|
border-radius: 50%;
|
|
}
|
|
.balance-label.data-v-dd6e20da {
|
|
font-size: 28rpx;
|
|
color: #AF6547;
|
|
}
|
|
.balance-value.data-v-dd6e20da {
|
|
display: block;
|
|
font-size: 80rpx;
|
|
font-weight: bold;
|
|
color: #AF6547;
|
|
margin: 12rpx 0 32rpx;
|
|
}
|
|
.balance-actions.data-v-dd6e20da {
|
|
display: flex;
|
|
justify-content: center;
|
|
gap: 32rpx;
|
|
}
|
|
.action-btn.data-v-dd6e20da {
|
|
background: #FAE6D4;
|
|
border: 2rpx solid #FFF4E5;
|
|
border-radius: 40rpx;
|
|
padding: 12rpx 40rpx;
|
|
}
|
|
.action-btn.data-v-dd6e20da:active { opacity: 0.7;
|
|
}
|
|
.action-btn-text.data-v-dd6e20da {
|
|
font-size: 26rpx;
|
|
color: #AF6547;
|
|
font-weight: 500;
|
|
}
|
|
|
|
/* 门店筛选 */
|
|
.filter-row.data-v-dd6e20da {
|
|
padding: 24rpx 24rpx 8rpx;
|
|
}
|
|
.store-filter.data-v-dd6e20da {
|
|
display: flex;
|
|
align-items: center;
|
|
gap: 8rpx;
|
|
}
|
|
.filter-label.data-v-dd6e20da {
|
|
font-size: 28rpx;
|
|
color: #333;
|
|
font-weight: 500;
|
|
}
|
|
.filter-arrow.data-v-dd6e20da {
|
|
font-size: 24rpx;
|
|
color: #999;
|
|
}
|
|
|
|
/* 优惠券列表 */
|
|
.coupon-list.data-v-dd6e20da {
|
|
padding: 0 24rpx;
|
|
}
|
|
.coupon-card.data-v-dd6e20da {
|
|
display: flex;
|
|
background: #fff;
|
|
border-radius: 20rpx;
|
|
margin-bottom: 20rpx;
|
|
overflow: hidden;
|
|
box-shadow: 0 2rpx 12rpx rgba(0,0,0,0.05);
|
|
}
|
|
|
|
/* 左侧标签 */
|
|
.coupon-left.data-v-dd6e20da {
|
|
width: 160rpx;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: center;
|
|
padding: 24rpx 0;
|
|
flex-shrink: 0;
|
|
}
|
|
.left-free.data-v-dd6e20da {
|
|
background: linear-gradient(180deg, #F5A623, #E8850C);
|
|
}
|
|
.left-discount.data-v-dd6e20da {
|
|
background: linear-gradient(180deg, #FF6B6B, #E84545);
|
|
}
|
|
.coupon-price.data-v-dd6e20da {
|
|
font-size: 40rpx;
|
|
font-weight: bold;
|
|
color: #fff;
|
|
line-height: 1.2;
|
|
}
|
|
.coupon-type-label.data-v-dd6e20da {
|
|
font-size: 22rpx;
|
|
color: rgba(255,255,255,0.85);
|
|
margin-top: 6rpx;
|
|
}
|
|
|
|
/* 右侧信息 */
|
|
.coupon-right.data-v-dd6e20da {
|
|
flex: 1;
|
|
padding: 24rpx 24rpx 20rpx;
|
|
display: flex;
|
|
flex-direction: column;
|
|
min-width: 0;
|
|
}
|
|
.coupon-name.data-v-dd6e20da {
|
|
font-size: 30rpx;
|
|
font-weight: bold;
|
|
color: #333;
|
|
margin-bottom: 8rpx;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
}
|
|
.coupon-info.data-v-dd6e20da {
|
|
font-size: 22rpx;
|
|
color: #999;
|
|
line-height: 1.6;
|
|
}
|
|
.coupon-bottom.data-v-dd6e20da {
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
margin-top: 12rpx;
|
|
}
|
|
.exchange-btn.data-v-dd6e20da {
|
|
background: linear-gradient(135deg, #F5A623, #E8850C);
|
|
border-radius: 28rpx;
|
|
padding: 10rpx 28rpx;
|
|
}
|
|
.exchange-btn.data-v-dd6e20da:active { opacity: 0.8;
|
|
}
|
|
.exchange-btn.disabled.data-v-dd6e20da {
|
|
background: #ccc;
|
|
}
|
|
.exchange-btn-text.data-v-dd6e20da {
|
|
font-size: 24rpx;
|
|
color: #fff;
|
|
font-weight: 500;
|
|
}
|
|
.empty-state.data-v-dd6e20da {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
padding: 100rpx 0;
|
|
}
|
|
.empty-icon.data-v-dd6e20da {
|
|
width: 200rpx;
|
|
height: 200rpx;
|
|
margin-bottom: 20rpx;
|
|
opacity: 0.6;
|
|
}
|
|
.empty-text.data-v-dd6e20da {
|
|
font-size: 28rpx;
|
|
color: #999;
|
|
}
|