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.
25 lines
689 B
25 lines
689 B
.coin { |
|
width: 100%; |
|
background: #FFFFFF; } |
|
.coin h3 { |
|
color: #333333; |
|
margin: 0 5%; |
|
padding: .3rem 0; |
|
border-bottom: 1px solid #F1F1F1; } |
|
.coin .coin-item .coin-item-list { |
|
width: 90%; |
|
display: flex; |
|
justify-content: space-between; |
|
font-size: .24rem; |
|
margin: 0 auto; |
|
border-bottom: 1px solid #F1F1F1; } |
|
.coin .coin-item .coin-item-list span { |
|
padding: .2rem 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; } |
|
|
|
/*# sourceMappingURL=recharge_record.css.map */
|
|
|