Commit a26a94a3 by 梁建民

css

parent 5d8503bf
......@@ -356,7 +356,7 @@
/*.recharge-content .payment-content .vanCell .checked{ display: inline-block; height: 60px; vertical-align: middle; float: right; margin-right: 1rem; position: relative; }
.recharge-content .payment-content .vanCell .checked img{ width: 22px; height: 22px; position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; }*/
.recharge-content .recharge {
position: fixed;
position: absolute;
bottom: 0;
width: 100%;
text-align: center;
......@@ -365,6 +365,8 @@
background: #1080d0;
color: #ffffff;
font-size: 16px;
z-index: 9999999999;
transition: all 0.2s ease;
}
.recharge-content .rechargeNO {
......@@ -650,6 +652,7 @@
color: #ffffff;
font-size: 16px;
z-index: 999999999999;
transition: all 0.2s ease;
}
.withdraw-content .submitNO {
......
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 sign in to comment