| | |
| | | border-radius: 0.1rem;
|
| | | display: flex;
|
| | | justify-content: space-between;
|
| | | cursor:pointer;
|
| | | }
|
| | |
|
| | | .div_coupon_footer {
|
| | |
| | | width: 0.3rem;
|
| | | height: 0.3rem;
|
| | | margin-right: 0.2rem;
|
| | | cursor:pointer;
|
| | | }
|
| | |
|
| | | .div_couponlist_bg_left {
|
| | |
| | | align-items: center;
|
| | | justify-content: center;
|
| | | border-top: 0.01rem solid #e0e0e0;
|
| | | cursor:pointer;
|
| | | } |
| | |
| | | <div id="coupon_list" style="display: none;">
|
| | | <div class="havepage_title">
|
| | | 剩余{{coupninfo.couponpage}}张奖励券
|
| | | <img src="img/icon_question.png" class="wenhao">
|
| | | <img src="img/icon_question.png" class="wenhao" style="cursor:pointer">
|
| | | </div>
|
| | | <div class="div_couponlist">
|
| | | <div class="div_coupon_item" v-for="(item, index) in couponList">
|