提现通知
This commit is contained in:
@@ -40,6 +40,23 @@
|
|||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
height: auto;
|
height: auto;
|
||||||
}
|
}
|
||||||
|
.cash-out-before {
|
||||||
|
position: fixed;
|
||||||
|
width: 90%;
|
||||||
|
left: 30%;
|
||||||
|
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;
|
||||||
|
}
|
||||||
|
|
||||||
.model .item {
|
.model .item {
|
||||||
border-bottom: 1px solid #f5f5f5;
|
border-bottom: 1px solid #f5f5f5;
|
||||||
@@ -300,6 +317,16 @@
|
|||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</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="layerTable" id="real-name" style="margin-right:10em;">
|
<div class="layerTable" id="real-name" style="margin-right:10em;">
|
||||||
<form id="id-cert">
|
<form id="id-cert">
|
||||||
@@ -632,7 +659,7 @@ var t1 = null;
|
|||||||
|
|
||||||
|
|
||||||
function tixian(){
|
function tixian(){
|
||||||
$('#cash-out').show()
|
$('.cash-out-before').show();
|
||||||
}
|
}
|
||||||
|
|
||||||
function cash_out() {
|
function cash_out() {
|
||||||
|
|||||||
@@ -116,6 +116,23 @@
|
|||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
padding: 30px;
|
padding: 30px;
|
||||||
display: none;
|
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 {
|
.real-name {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
@@ -229,6 +246,17 @@
|
|||||||
</form>
|
</form>
|
||||||
</div>
|
</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">
|
<div class="cash-out">
|
||||||
<form>
|
<form>
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
@@ -735,7 +763,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
function tixian(){
|
function tixian(){
|
||||||
$('.cash-out').show();
|
$('.cash-out-before').show();
|
||||||
}
|
}
|
||||||
|
|
||||||
function cash_out() {
|
function cash_out() {
|
||||||
|
|||||||
Reference in New Issue
Block a user