Commit 94ebe5df by 冷斌

Merge remote-tracking branch 'origin/master'

parents e8fbfd87 3d429b70
......@@ -3,12 +3,14 @@
<link rel="stylesheet" href="__APP__/css/recharge_3g.css">
<style type="text/css">
.integral { width: 100%; padding: 12px 6px; display: flex; align-items: center; font-size: 12px; color: #999; background: #FBFFF7; }
.pay_dl { padding: 12px 6px; }
.pay_dl { padding: 12px 6px; padding-bottom: 0; }
.pay_dl .g-join .chong::before { background: #A3E460; }
.pay_dl .g-join .chong { font-size: 16px; color: #333; font-weight: 600; }
.pay_dl .vip_type_item.on .turn { color: #A3E460; }
.pay_dl .vip_type_item.on .txt { color: #fff; background: #A3E460; line-height: 18px; }
.pay_dl .vip_type_item .txt { padding: 0 8px; background: #32C5FF; border-radius: 9px; color: #fff; line-height: 18px; }
.pay_dl .vip_type_item { margin-right: 22%; }
#vip_type_time { margin-top: 15px; }
</style>
<div class="body">
<!-- <div class="header2">
......@@ -52,7 +54,11 @@
</div>
</div>
<div class="pay_dl marsty_docse">
<div class="pay_dl marsty_docse" style="padding-top: 0;">
<div class="g-join">
<div class="chong">选择时长</div>
<!-- <div class="disc">每月可免费学习多个收费课程,还有更多惊喜折扣</div> -->
</div>
<div id="vip_type_time">
<div class="g-time on">
<input type="radio" name="vip_type_time" id="vip_month" readonly data-value="{$user_vip[0]['vip_month']|default=0}" value="month" checked />
......
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