huangye-parking/miniapp/unpackage/dist/dev/mp-weixin/components/CouponCard.wxss
2026-03-03 23:31:28 +08:00

54 lines
1020 B
Plaintext

.coupon-card.data-v-8b6f1d3e {
display: flex;
justify-content: space-between;
align-items: center;
background: #fff;
border-radius: 16rpx;
padding: 24rpx;
margin-bottom: 20rpx;
box-shadow: 0 2rpx 12rpx rgba(0, 0, 0, 0.08);
}
.coupon-info.data-v-8b6f1d3e {
flex: 1;
}
.coupon-name.data-v-8b6f1d3e {
font-size: 32rpx;
font-weight: bold;
color: #333;
margin-bottom: 8rpx;
}
.coupon-store.data-v-8b6f1d3e,
.coupon-code.data-v-8b6f1d3e,
.coupon-expire.data-v-8b6f1d3e {
font-size: 24rpx;
color: #999;
margin-bottom: 4rpx;
}
.coupon-action.data-v-8b6f1d3e {
margin-left: 20rpx;
flex-shrink: 0;
}
.btn.data-v-8b6f1d3e {
border-radius: 8rpx;
font-size: 24rpx;
}
.btn-primary.data-v-8b6f1d3e {
background: #007aff;
color: #fff;
}
.btn-ygl.data-v-8b6f1d3e {
background: #ff9500;
color: #fff;
}
.ygl-action.data-v-8b6f1d3e {
display: flex;
flex-direction: column;
align-items: center;
}
.ygl-tip.data-v-8b6f1d3e {
font-size: 20rpx;
color: #999;
margin-bottom: 8rpx;
}