You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
106 lines
2.8 KiB
106 lines
2.8 KiB
.coin { |
|
width: 100%; |
|
height: 4.65rem; |
|
background: #FFFFFF; } |
|
.coin .coin-kind { |
|
display: flex; |
|
align-items: center; |
|
justify-content: center; |
|
padding: .2rem; } |
|
.coin .coin-kind .coin-kind-img { |
|
width: .72rem; |
|
height: .72rem; |
|
border-radius: 50%; } |
|
.coin .coin-kind .coin-kind-img img { |
|
width: 100%; |
|
height: 100%; } |
|
.coin .coin-kind .coin-kind-txt { |
|
font-size: .29rem; |
|
color: #333333; |
|
padding-left: .2rem; } |
|
.coin .coin-item .coin-item-list { |
|
width: 90%; |
|
display: flex; |
|
justify-content: space-between; |
|
font-size: .24rem; |
|
margin: 0 auto; } |
|
.coin .coin-item .coin-item-list:nth-child(3) { |
|
border-bottom: 1px solid #F1F1F1; |
|
padding-bottom: .1rem; } |
|
.coin .coin-item .coin-item-list span { |
|
padding: .1rem 0; } |
|
.coin .coin-item .coin-item-list .coin-item-list-txt { |
|
color: #333333; |
|
white-space: nowrap; } |
|
.coin .coin-item .coin-item-list .coin-item-list-num { |
|
color: #999999; |
|
text-align: right; } |
|
|
|
.transaction { |
|
width: 100%; |
|
background: #FFFFFF; } |
|
.transaction h3 { |
|
font-size: .37rem; |
|
font-weight: 500; |
|
color: #333333; |
|
padding: .3rem; } |
|
.transaction .transaction-data { |
|
color: #999999; |
|
background-color: initial; } |
|
.transaction .transaction-data .transaction-data-title { |
|
padding-left: 5%; |
|
padding-right: 5%; |
|
padding-bottom: .1rem; } |
|
.transaction .transaction-data .transaction-data-record { |
|
background-color: initial; } |
|
.transaction .transaction-data .transaction-data-record .mui-table-view-cell { |
|
padding-left: 5%; |
|
padding-right: 5%; } |
|
.transaction .btn { |
|
position: absolute; |
|
width: 100%; |
|
bottom: .3rem; } |
|
.transaction .btn .btn-recharge, |
|
.transaction .btn .btn-withdraw, .transaction .btn .btn-transfer { |
|
width: 1.98rem; |
|
height: .6rem; |
|
background: linear-gradient(90deg, #228cfa 0%, #04b8d3 98%); |
|
border-radius: .08rem; |
|
font-size: .27rem; |
|
font-weight: 400; |
|
color: #FFFFFF; |
|
line-height: .6rem; |
|
margin: 0 auto; |
|
text-align: center; } |
|
.transaction .btn .btn-withdraw { |
|
background: linear-gradient(90deg, #ff9d00 0%, #ffcd34 100%); } |
|
.transaction .btn .btn-transfer { |
|
background: #D43436; } |
|
|
|
.transaction { |
|
position: absolute; |
|
width: 100%; |
|
top: 5.8rem; |
|
bottom: 0; } |
|
|
|
.record-contorol { |
|
position: absolute; |
|
width: 100%; |
|
top: 1.4rem; |
|
bottom: 0rem; } |
|
|
|
.record-contorol .mui-scroll-wrapper { |
|
bottom: 1rem; } |
|
|
|
.mui-table-view:before, |
|
.mui-table-view:after { |
|
height: 0; } |
|
|
|
.mui-pull-bottom-wrapper, |
|
.mui-pull-loading { |
|
background-color: #152136 !important; } |
|
|
|
.mui-active { |
|
background-color: #EEEEEE !important; } |
|
|
|
/*# sourceMappingURL=assets.css.map */
|
|
|