提交 64242ab2 authored 作者: xiaotuoluo's avatar xiaotuoluo

修改

上级 f0ae7977
......@@ -33,13 +33,16 @@
<img class="close" src="@/assets/img/close.png" width="18" height="18" @click="onClickBuy" />
<div class="content">
<div class="dong_order_title">
<span style="font-size:16px;font-weight:500;color: #000;">{{ coin.toUpperCase() }}/{{ $t('认证')
<!-- <span style="font-size:16px;font-weight:500;color: #000;">{{ coin.toUpperCase() }}/{{ $t('认证')
}}</span> -->
<span style="font-size:16px;font-weight:500;color: #000;">{{ $t('认证')
}}</span>
</div>
<p class="label">{{ $t('选择周期') }}</p>
<div class="order_option">
<div v-for="(vo, index) in contract.hy_new_conf" :key="index">
<div class="item" :class='periodIndex == index ? "select" : ""' @click="onPeroidClick(index)">
<span>{{`Method${index+1}`}}</span>
<span>{{ fTime(vo.hyconf_time) }}</span>
<span>{{ vo.hyconf_bili }}%</span>
</div>
......@@ -52,7 +55,8 @@
<div class="dong_order_title label" style="margin-top: 20px;">
<span>{{ $t('账户余额') }}:{{ contract?.eusdt_blan }}</span>
</div>
<div class="optitle">
<!-- <div class="optitle">
<div class="item">
<span>{{ $t('交易对') }}</span>
<span>{{ cover(contract?.upmarket?.toUpperCase()) }}</span>
......@@ -75,7 +79,7 @@
<span :class='orderType == 1 ? "green" : "red "'>{{ profit() }}</span>
</div>
</div>
</div> -->
<van-button @click="submit" :loading="loading" color="#3db485"
style="width:100%;height:40px;line-height:40px;text-align:center;margin-top:30px;background: #3db485;border-radius:10px;float:left;color: #fff">
<span class="fzmm" style="font-size: 18px;height: 40px;line-height: 40px">{{ $t('确认下单') }}</span>
......@@ -551,10 +555,10 @@ export default {
margin-top: 5px;
.item {
width: 20%;
min-width: 110px;
width: 30%;
min-width: 166px;
max-width: 166px;
height: 116px;
height: 166px;
background: #1eb585;
float: left;
margin-right: 10px;
......@@ -713,10 +717,10 @@ export default {
margin-top: 5px;
.item {
width: 20%;
min-width: 55px;
max-width: 83px;
height: 58px;
// width: 20%;
min-width: 88px;
max-width: 88px;
height: 88px;
background: #1eb585;
float: left;
margin-right: 5px;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论