Commit 554684ea authored by zhengke's avatar zhengke

修改

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