|
@@ -34,7 +34,7 @@
|
|
|
a{color: #57c1dc;}
|
|
|
.bgcolor-1{height:45vw;background:url(//s.iamberry.com/watero/images/shop/gift-card-detail-1.jpg) top center no-repeat;background-size: 100% 100%;}
|
|
|
.bgcolor-2{height:45vw;background:url(//s.iamberry.com/watero/images/shop/gift-card-detail-2.jpg) top center no-repeat;background-size: 100% 100%;}
|
|
|
- .mui-card-footer:after{content: '';position: absolute;left: 50%;top: 25%;width: 1px;height: 50%;background: #70D8EB;-webkit-transform: scaleX(.5);}
|
|
|
+ /*.mui-card-footer:after{content: '';position: absolute;left: 50%;top: 25%;width: 1px;height: 50%;background: #70D8EB;-webkit-transform: scaleX(.5);}*/
|
|
|
.mui-card-footer {padding: 0 15%;}
|
|
|
.my-btn-blue{background-color: #70d8ec;border:0;color:#fff;}
|
|
|
</style>
|
|
@@ -138,7 +138,7 @@
|
|
|
$(".mui-card-header").removeClass("bgcolor-1").addClass("bgcolor-2");
|
|
|
} else if (dt.returnMsg.card.cardStatus == 1) {
|
|
|
status='待提货';
|
|
|
- $(".mui-card").append('<div class="mui-card-footer"><a class="mui-card-link myactive" name="'+dt.returnMsg.card.cardPassword+'" id="'+dt.returnMsg.card.cardId+'">申请提货</a><a class="mui-card-link btn-tixian" id="'+dt.returnMsg.card.cardId+'">申请兑现</a></div>');
|
|
|
+ $(".mui-card").append('<div class="mui-card-footer"><a class="myactive" style="width: 100%;" name="'+dt.returnMsg.card.cardPassword+'" id="'+dt.returnMsg.card.cardId+'">申请提货</a><!--<a class="mui-card-link btn-tixian" id="'+dt.returnMsg.card.cardId+'">申请兑现</a> --></div>');
|
|
|
} else if (dt.returnMsg.card.cardStatus == 3){
|
|
|
status='已兑现';
|
|
|
$(".mui-card-header").removeClass("bgcolor-1").addClass("bgcolor-2");
|