Compare commits

...

2 Commits

Author SHA1 Message Date
langz 9673723f5d 随机立减 2 years ago
langz 978d953e52 页面修改 2 years ago
  1. 4
      src/views/hotVIPPages/mtvip.vue

4
src/views/hotVIPPages/mtvip.vue

@ -28,7 +28,7 @@
<!-- <div class="price" style="margin-top:0.05rem;">产品名称惠点生活</div> --> <!-- <div class="price" style="margin-top:0.05rem;">产品名称惠点生活</div> -->
<!-- 资费 --> <!-- 资费 -->
<div class="price" style="margin-top:0.05rem;">升级联合会员月月领热门VIP会员+外卖券 <br/>业务资费19.9/ </div> <div class="price" style="margin-top:0.05rem;">升级联合会员月月领热门VIP会员+外卖券限时随机立减<br/>业务资费19.9/ </div>
<!-- <div class="price"></div> --> <!-- <div class="price"></div> -->
@ -310,11 +310,13 @@ export default {
.hotVipV2-wrap { .hotVipV2-wrap {
width: 100%; width: 100%;
min-height: 100vh;
height: auto; height: auto;
position: absolute; position: absolute;
background-color: #ff5900; background-color: #ff5900;
padding-bottom: 0.5rem; padding-bottom: 0.5rem;
padding-top: 8.7rem; padding-top: 8.7rem;
box-sizing: border-box;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;

Loading…
Cancel
Save