|
@@ -48,6 +48,11 @@
|
|
|
.btn_buy {
|
|
|
font-size: 0;
|
|
|
}
|
|
|
+ .xiugai{
|
|
|
+ font-size: 0.36rem;
|
|
|
+ font-weight: bold;
|
|
|
+ line-height: 0.8rem;
|
|
|
+ }
|
|
|
</style>
|
|
|
<script>
|
|
|
try {
|
|
@@ -153,14 +158,14 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div class="j-footer " v-show="isCantrial" style="background-color: #1A1A2A">
|
|
|
+ <div class="j-footer " v-show="isCantrial" style="background-color: #1A1A2A;">
|
|
|
<div class="j-button-group btbt">
|
|
|
<div class="buy_btn" v-if="onlyBuy">
|
|
|
<div class="sevendays j-btn" @click="exper_fun()">
|
|
|
- <div data-need-bind-phone style="color: #FAE7CA">立即体验</div>
|
|
|
+ <div data-need-bind-phone class="xiugai" style="color: #FAE7CA">立即体验</div>
|
|
|
</div>
|
|
|
<div class="j-button-now j-btn" @click="linkBuy('sj',6)" >
|
|
|
- <div data-need-bind-phone style="color: #1A1A2A">点击购买</div>
|
|
|
+ <div data-need-bind-phone class="xiugai" style="color: #1A1A2A">点击购买</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="buy_btn" v-else>
|