|
@@ -18,7 +18,7 @@
|
|
<br/>重点:课程不设有效期,最多可购买两期课程;
|
|
<br/>重点:课程不设有效期,最多可购买两期课程;
|
|
名额有限,仅限77席,先到先得,错过一次等一年!</p>
|
|
名额有限,仅限77席,先到先得,错过一次等一年!</p>
|
|
<!-- <p class="tip">活动详情:缴费{{ showPrice }}元立刻享有 {{ activePrice }} 元现金券,仅限购买20次vip课,总价值{{ markAmount }}元;即日起至2019年11月11日 ,名额仅限77名,先到先得。</p> -->
|
|
<!-- <p class="tip">活动详情:缴费{{ showPrice }}元立刻享有 {{ activePrice }} 元现金券,仅限购买20次vip课,总价值{{ markAmount }}元;即日起至2019年11月11日 ,名额仅限77名,先到先得。</p> -->
|
|
-
|
|
|
|
|
|
+ <p class="tip_info">仅限77名学员,额满为止</p>
|
|
<div style="padding: 0 .25rem">
|
|
<div style="padding: 0 .25rem">
|
|
<div class="btn-group">
|
|
<div class="btn-group">
|
|
<div class="btn" @click="onPromotionPay">
|
|
<div class="btn" @click="onPromotionPay">
|
|
@@ -136,6 +136,12 @@ export default {
|
|
font-size: .13rem;
|
|
font-size: .13rem;
|
|
color: #FFFFFF;
|
|
color: #FFFFFF;
|
|
}
|
|
}
|
|
|
|
+.tip_info {
|
|
|
|
+ padding-bottom: .15rem;
|
|
|
|
+ font-size: .16rem;
|
|
|
|
+ color: #F7B500;
|
|
|
|
+ text-align: center;
|
|
|
|
+}
|
|
|
|
|
|
|
|
|
|
.btn {
|
|
.btn {
|