| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113 |
- .select-coupon-modal.data-v-5880f75a {
- width: 100%;
- background: #F2F4F8;
- border-radius: 24rpx 24rpx 0 0;
- padding: 0;
- box-sizing: border-box;
- max-height: 80vh;
- display: flex;
- flex-direction: column;
- overflow: hidden;
- }
- .select-coupon-modal__header.data-v-5880f75a {
- position: relative;
- display: flex;
- align-items: center;
- justify-content: center;
- height: 88rpx;
- background: #F2F4F8;
- }
- .select-coupon-modal__header .header-title.data-v-5880f75a {
- font-size: 32rpx;
- font-weight: bold;
- color: #151515;
- }
- .select-coupon-modal__header .header-close.data-v-5880f75a {
- position: absolute;
- right: 30rpx;
- top: 50%;
- transform: translateY(-50%);
- width: 60rpx;
- height: 60rpx;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .select-coupon-modal__header .header-close .close-icon.data-v-5880f75a {
- width: 26rpx;
- height: 26rpx;
- }
- .select-coupon-modal__list.data-v-5880f75a {
- flex: 1;
- padding: 24rpx 30rpx;
- padding-bottom: calc(140rpx + env(safe-area-inset-bottom));
- box-sizing: border-box;
- overflow-y: auto;
- min-height: 0;
- }
- .coupon-card.data-v-5880f75a {
- height: 191rpx;
- background: #FFFFFF;
- display: flex;
- align-items: center;
- border-radius: 24rpx;
- padding: 28rpx 24rpx;
- margin-bottom: 22rpx;
- box-sizing: border-box;
- transition: all 0.3s;
- }
- .coupon-card.data-v-5880f75a:last-child {
- margin-bottom: 0;
- }
- .coupon-card.data-v-5880f75a:active {
- opacity: 0.8;
- }
- .coupon-card__left.data-v-5880f75a {
- display: flex;
- flex-direction: column;
- margin-right: 24rpx;
- min-width: 120rpx;
- text-align: center;
- }
- .coupon-card__left .amount-text.data-v-5880f75a {
- font-size: 50rpx;
- font-weight: 600;
- color: #F47D1F;
- line-height: 1.2;
- margin-bottom: 8rpx;
- }
- .coupon-card__left .condition-text.data-v-5880f75a {
- font-size: 24rpx;
- color: #F47D1F;
- line-height: 1.2;
- }
- .coupon-card__center.data-v-5880f75a {
- flex: 1;
- display: flex;
- flex-direction: column;
- align-items: flex-start;
- margin-right: 20rpx;
- }
- .coupon-card__center .name-text.data-v-5880f75a {
- font-size: 28rpx;
- color: #151515;
- font-weight: bold;
- line-height: 1.4;
- margin-bottom: 8rpx;
- }
- .coupon-card__center .expire-text.data-v-5880f75a {
- font-size: 22rpx;
- color: #666666;
- line-height: 1.4;
- margin-top: 20rpx;
- }
- .coupon-card__right.data-v-5880f75a {
- display: flex;
- align-items: center;
- justify-content: center;
- min-width: 60rpx;
- }
- .coupon-card__right .selected-icon.data-v-5880f75a {
- width: 38rpx;
- height: 38rpx;
- }
|