提现通知
This commit is contained in:
@@ -116,6 +116,23 @@
|
||||
flex-wrap: wrap;
|
||||
padding: 30px;
|
||||
display: none;
|
||||
}
|
||||
.cash-out-before {
|
||||
position: fixed;
|
||||
width: 400px;
|
||||
left: 50%;
|
||||
top: 39%;
|
||||
margin-left: -200px;
|
||||
margin-top: -160px;
|
||||
z-index: 3;
|
||||
background: #fff;
|
||||
border-radius: 10px;
|
||||
box-shadow: 0px 6px 8px 6px #ccc;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
flex-wrap: wrap;
|
||||
padding: 30px;
|
||||
display: none;
|
||||
}
|
||||
.real-name {
|
||||
position: fixed;
|
||||
@@ -229,6 +246,17 @@
|
||||
</form>
|
||||
</div>
|
||||
@*提现*@
|
||||
<div class="cash-out-before">
|
||||
<p>聚IP涵盖十余种全网知名旗舰产品,总有一款适合您!</p>
|
||||
<p>联系客服帮您推荐合适的产品,我们将最大努力满足您的需求!</p>
|
||||
|
||||
|
||||
<p class="text-center">
|
||||
<button type="button" class="btn btn-primary" ><a target="_blank" style="color: white;" href="https://admin.qidian.qq.com/template/blue/mp/menu/qr-code-jump.html?linkType=0&env=ol&kfuin=2852138148&fid=299&key=f377ec024ca45115a03a7632c7bda230&cate=1&source=&isLBS=&isCustomEntry=&type=16&ftype=1&_type=wpa&qidian=true">联系客服</a></button>
|
||||
<button type="button" class="btn btn-danger quxiao" style="margin-left:20px;" onclick="$('.cash-out').show();$('.cash-out-before').hide();">我不需要</button>
|
||||
</p>
|
||||
</div>
|
||||
@*提现*@
|
||||
<div class="cash-out">
|
||||
<form>
|
||||
<div class="form-group">
|
||||
@@ -735,7 +763,7 @@
|
||||
}
|
||||
|
||||
function tixian(){
|
||||
$('.cash-out').show();
|
||||
$('.cash-out-before').show();
|
||||
}
|
||||
|
||||
function cash_out() {
|
||||
|
||||
Reference in New Issue
Block a user