diff --git a/Host/Views.Mobile/User/IndexInfo.cshtml b/Host/Views.Mobile/User/IndexInfo.cshtml index 2045f4f..a3b6186 100644 --- a/Host/Views.Mobile/User/IndexInfo.cshtml +++ b/Host/Views.Mobile/User/IndexInfo.cshtml @@ -40,6 +40,23 @@ flex-wrap: wrap; 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 { border-bottom: 1px solid #f5f5f5; @@ -300,6 +317,16 @@ +
+

聚IP涵盖十余种全网知名旗舰产品,总有一款适合您!

+

联系客服帮您推荐合适的产品,我们将最大努力满足您的需求!

+ + +

+ + +

+
@@ -632,7 +659,7 @@ var t1 = null; function tixian(){ - $('#cash-out').show() + $('.cash-out-before').show(); } function cash_out() { diff --git a/Host/Views/User/Index.cshtml b/Host/Views/User/Index.cshtml index 0cabc1c..f444116 100644 --- a/Host/Views/User/Index.cshtml +++ b/Host/Views/User/Index.cshtml @@ -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 @@
@*提现*@ +
+

聚IP涵盖十余种全网知名旗舰产品,总有一款适合您!

+

联系客服帮您推荐合适的产品,我们将最大努力满足您的需求!

+ + +

+ + +

+
+@*提现*@
@@ -735,7 +763,7 @@ } function tixian(){ - $('.cash-out').show(); + $('.cash-out-before').show(); } function cash_out() {