|
@@ -25,6 +25,7 @@
|
|
|
<div class="pay-method" :style="{'border': paymethod === 'wechat' ? '2px solid #4bcb70' : '1px solid #f0f0f0'}" @click="choosePayMethod('wechat')">
|
|
|
<img class="inline-block" src="http://cn-file.17pdf.com/website/pricings/wechat_logo.png"> 微信
|
|
|
</div>
|
|
|
+ <div class="inline-block ml-90px text-[14px] underline cursor-pointer buyQuestion">支付遇到问题?</div>
|
|
|
</div>
|
|
|
<button v-if="paymethod === 'alipay'" class="play-now" style="margin-left: 68px" @click="handlePlayNow">立即支付</button>
|
|
|
<div v-else class="text-center">
|
|
@@ -215,4 +216,7 @@ export default {
|
|
|
.ticket3 {
|
|
|
background: linear-gradient(#ff8279, #ff6a98);
|
|
|
}
|
|
|
+.buyQuestion:hover{
|
|
|
+ color: #FF4F4F;
|
|
|
+}
|
|
|
</style>
|