| | |
| | | <div class="border-light-grey"></div> |
| | | <div class="pl-10 pr-10 font-28"> |
| | | <div class=" flex flex-col items-center justify-center font-28"> |
| | | <div class="textColor font-30 mt50" ref="address">{{ address }}</div> |
| | | <div class="textColor font-30 mt50" style="word-break: break-all;" ref="address">{{ address }}</div> |
| | | <div @click="copy(address)" |
| | | class="font-26 border-solid-grey text-center code-btn rounded-6 textColor"> |
| | | {{ $t('复制地址') }}</div> |
| | |
| | | @import "@/assets/init.scss"; |
| | | |
| | | #cryptos { |
| | | background-color: $mainbgWhiteColor; |
| | | // background-color: $mainbgWhiteColor; |
| | | |
| | | .rechargePage { |
| | | width: 100%; |