@@ -1,6 +1,6 @@
.deposit-box {
- flex: 1;
width: 100%;
+ height: calc(100vh - 1.04rem);
overflow-y: auto;
padding: 0.1rem .18rem;
background-color: #1f1f1f;
.profile-box {
padding-bottom: .4rem;
.sports-box {
// -webkit-overflow-scrolling: touch;
display: flex;
@@ -10,4 +10,4 @@
color: #fff;
font-size: .16rem;
-}
+}
@@ -1,6 +1,9 @@
.footer-box {
+ position: fixed;
+ bottom: 0;
+ left: 0;
+ z-index: 10;
min-height: .81rem;
flex-direction: column;
@@ -27,4 +30,4 @@
font-size: .18rem;
}
@@ -1,4 +1,8 @@
height: auto;
background-color: #292929;