Commit 554684ea authored by zhengke's avatar zhengke

修改

parent d5509104
......@@ -21,6 +21,8 @@
</el-table-column>
<el-table-column prop="PayTimeStr" label="支付时间">
</el-table-column>
<el-table-column prop="Remark" label="备注">
</el-table-column>
</el-table>
<el-pagination style="text-align:right" background @current-change="handleCurrentChange" :page-size="msg.pageSize"
layout="prev, pager, next" :total="total">
......
......@@ -663,13 +663,8 @@
<div class="vipIcon">
<img :src="getIconLink(vipMsg.VipICO)" alt=""/>
</div>
<div style="margin-top:-8px;">
<div>
<div class="vip_Month">×个月<span class="vip_yellow">×</span></div>
<div>送×××××</div>
</div>
<div class="vip_lastDiv">
<div>原价</div>
<div>199元</div>
</div>
</div>
<input type="button" class="my_VipBtn" value="立即开通"/>
......@@ -1116,17 +1111,17 @@
position: absolute;
width:90%;
bottom:50px;
height:145px;
height:150px;
left:20px;
border-radius:4px;
background-color: #cf65cd;
}
.customSet .vip_yue{
width:75%;
width:70%;
margin:20px auto 10px;
vertical-align: top;
display: flex;
justify-content: space-between;
justify-content: space-around;
flex-wrap: nowrap;
color:#fff;
}
......@@ -1138,11 +1133,7 @@
width:100%;
}
.customSet .vip_Month{
font-size:26px;
color:#fff;
}
.customSet .vip_lastDiv{
font-size:12px;
font-size:30px;
color:#fff;
}
.customSet .vip_yellow{
......@@ -1151,13 +1142,13 @@
font-weight: bold;
}
.customSet .my_VipBtn{
width:90%;
width:85%;
height:40px;
border:none;
margin-left:18px;
background-color: #FFF100;
color:#510A63;
border-radius: 20px;
margin-left:26px;
}
.customSet .vip_activeRule{
width:100%;
......
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