| | |
| | | <input type="number" :value="value" @input="inputValue" /> |
| | | <span |
| | | class="myr" |
| | | @click="value = Math.floor(availableBalance * 100) / 100" |
| | | @click="value = Math.floor(availableBalanceUSD * 100) / 100" |
| | | >{{ $t("最大") }}</span |
| | | > |
| | | </div> |
| | |
| | | // key: "IN", |
| | | // }, |
| | | { |
| | | name: "MEX", |
| | | key: "MEX" |
| | | name: this.$t("US"), |
| | | key: "US" |
| | | } |
| | | // { |
| | | // name: this.$t("MAS"), |
| | |
| | | clipboard.onClick(e); |
| | | }, |
| | | onClickLeft() { |
| | | this.$router.push("/account"); |
| | | this.$router.go(-1); |
| | | }, |
| | | yhkselect(e) { |
| | | this.yhkrechargeSelect = e; |
| | |
| | | </script> |
| | | |
| | | <style lang="less" scoped> |
| | | @green: #c4d600; |
| | | @green: #287dff; |
| | | .but { |
| | | width: 100%; |
| | | color: #ffffff; |
| | |
| | | /deep/ .van-nav-bar__content { |
| | | height: 65px; |
| | | } |
| | | /deep/ .van-nav-bar__title { |
| | | font-family: "DINPro"; |
| | | width: 100%; |
| | | height: 1.17333rem; |
| | | display: flex; |
| | | justify-content: center; |
| | | align-items: center; |
| | | font-style: normal; |
| | | font-weight: 500; |
| | | font-size: 0.48rem; |
| | | color: #14181f; |
| | | } |
| | | |
| | | /deep/ .van-cell { |
| | | list-style: none; |
| | | width: 100%; |
| | |
| | | font-style: normal; |
| | | font-weight: 500; |
| | | font-size: 0.37333rem; |
| | | color: #4f5257; |
| | | color: #5d5f65; |
| | | } |
| | | } |
| | | </style> |