Commit a26a94a3 by 梁建民

css

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