Commit cc783186 by liuhailong

aaa

parent 1d263f86
......@@ -49,7 +49,7 @@
.vip .downBox { padding: .75rem; width: 100%; }
.vip .buyknow { width: 100%; font-size: .7rem; color: #333; font-weight: 600; }
.vip .knowList { margin-top: .25rem; font-size: .6rem; color: #999; line-height: .85rem; }
.vip .footBox { position: fixed; bottom: 0; left: 0; width: 100%; height: 2.5rem; border-top: .05rem solid #f2f2f2; display: flex; align-items: center; padding: 0 .75rem; justify-content: center; }
.vip .footBox { position: fixed; bottom: 0; left: 0; width: 100%; height: 2.5rem; border-top: .05rem solid #f2f2f2; display: flex; align-items: center; padding: 0 .75rem; justify-content: space-between;flex-direction: row-reverse; }
.vip .footBtn { width: 5.3rem; height: 1.8rem; border-radius: .9rem; background:linear-gradient(225deg,rgba(255,142,0,1) 0%,rgba(250,58,81,1) 100%); font-size: .7rem; color: #fff; text-align: center; line-height: 1.8rem; }
.vip .kaitongVipBG { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.5); z-index: 3; }
.vip .kaitongBox { width: 100%; background: #fff; border-radius:.4rem .4rem 0px 0px; overflow: hidden; padding: 0 1rem; }
......
......@@ -40,7 +40,7 @@
<div class="footBox">
<div class="footBtn" @click="goKaitong">{$vip_txt}会员</div>
<if condition="$uservip neq ''">
<div class="daoqiTime">当前VIP到期时间:{$uservip['endtime']}</div>
<div class="daoqiTime" style="flex: 1; text-align: left;">当前VIP到期时间:{$uservip['endtime']}</div>
</if>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment