| | |
| | | //获取开仓页面参数 |
| | | async getDeliveryInfo() { |
| | | Axios.getFutures({ |
| | | symbol: 'btc', |
| | | symbol: "btc", |
| | | // token: this.userInfo.token, |
| | | }).then((res) => { |
| | | console.log(res.data) |
| | | console.log(res.data); |
| | | this.volume = res.data.amount; |
| | | this.sessionToken = res.data.session_token; |
| | | this.list = res.data.para; //交易时段 |
| | |
| | | } |
| | | |
| | | .delivery-time-active { |
| | | background-color: #1d91ff; |
| | | background-color: #f7b328; |
| | | color: black; |
| | | } |
| | | |
| | |
| | | } |
| | | |
| | | .delivery-border-active { |
| | | border: 1px solid #1d91ff !important; |
| | | border: 1px solid #f7b328 !important; |
| | | } |
| | | |
| | | .delivery-border-grey { |
| | |
| | | } |
| | | |
| | | /* .trading-popup li:hover{ |
| | | background: #1D91FF; |
| | | background: #f7b328; |
| | | color: #fff; |
| | | } */ |
| | | |
| | | .trading-popup .active { |
| | | border: 1px solid #1d91ff; |
| | | background: #1d91ff; |
| | | border: 1px solid #f7b328; |
| | | background: #f7b328; |
| | | color: #fff; |
| | | } |
| | | |
| | |
| | | |
| | | .buy-but-centent { |
| | | height: 40px; |
| | | background: #1d91ff; |
| | | background: #f7b328; |
| | | width: 100%; |
| | | border-radius: 4px; |
| | | color: #fff; |