|
|
@ -1,5 +1,5 @@ |
|
|
<template> |
|
|
<template> |
|
|
<view> |
|
|
<view class="bg-panel-3"> |
|
|
<view class="d-flex p-x-md p-0 fa p-t-md justify-between align-center fn-18 bg-panel-3 color-light flex-wrap"> |
|
|
<view class="d-flex p-x-md p-0 fa p-t-md justify-between align-center fn-18 bg-panel-3 color-light flex-wrap"> |
|
|
<view class="w-max" style="height: var(--status-bar-height)"></view> |
|
|
<view class="w-max" style="height: var(--status-bar-height)"></view> |
|
|
<view @click="$emit('symbol')" class="d-flex align-center"> |
|
|
<view @click="$emit('symbol')" class="d-flex align-center"> |
|
|
@ -214,6 +214,7 @@ |
|
|
size="small" |
|
|
size="small" |
|
|
block |
|
|
block |
|
|
class="w-max rounded" |
|
|
class="w-max rounded" |
|
|
|
|
|
style="background-color: #25A74F;" |
|
|
> |
|
|
> |
|
|
<span class="but_text">{{ $t("contract.c0") }}</span> |
|
|
<span class="but_text">{{ $t("contract.c0") }}</span> |
|
|
<!--<span class="fn-10 but_right">{{ $t("contract.e0") }}</span>--> |
|
|
<!--<span class="fn-10 but_right">{{ $t("contract.e0") }}</span>--> |
|
|
@ -226,6 +227,7 @@ |
|
|
to="/pages/login/index" |
|
|
to="/pages/login/index" |
|
|
:type="'green'" |
|
|
:type="'green'" |
|
|
class="w-max rounded" |
|
|
class="w-max rounded" |
|
|
|
|
|
style="background-color: #25A74F;" |
|
|
>{{ $t("exchange.d0") }} |
|
|
>{{ $t("exchange.d0") }} |
|
|
</v-button |
|
|
</v-button |
|
|
> |
|
|
> |
|
|
@ -248,6 +250,7 @@ |
|
|
size="small" |
|
|
size="small" |
|
|
block |
|
|
block |
|
|
class="w-max rounded" |
|
|
class="w-max rounded" |
|
|
|
|
|
style="background-color: #CA3F66;" |
|
|
> |
|
|
> |
|
|
<span class="but_text">{{ $t("contract.c2") }}</span> |
|
|
<span class="but_text">{{ $t("contract.c2") }}</span> |
|
|
<!--<span class="fn-10 but_right">{{ $t("contract.e2") }}</span>--> |
|
|
<!--<span class="fn-10 but_right">{{ $t("contract.e2") }}</span>--> |
|
|
@ -260,6 +263,7 @@ |
|
|
to="/pages/reg/index" |
|
|
to="/pages/reg/index" |
|
|
:type="'red'" |
|
|
:type="'red'" |
|
|
class="w-max rounded" |
|
|
class="w-max rounded" |
|
|
|
|
|
style="background-color: #CA3F66;" |
|
|
>{{ $t("reg.b9") }} |
|
|
>{{ $t("reg.b9") }} |
|
|
</v-button |
|
|
</v-button |
|
|
> |
|
|
> |
|
|
@ -1796,13 +1800,15 @@ export default { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.bor5-active { |
|
|
.bor5-active { |
|
|
border-bottom: 4px solid $theme-2; |
|
|
// border-bottom: 4px solid $theme-2; |
|
|
|
|
|
border-bottom: 4px solid #fff; |
|
|
position: relative; |
|
|
position: relative; |
|
|
top: 4px; |
|
|
top: 4px; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
::v-deep .van-stepper { |
|
|
::v-deep .van-stepper { |
|
|
background-color: $form-panel-3; |
|
|
// background-color: $form-panel-3; |
|
|
|
|
|
background-color: #121212; |
|
|
border-radius: 50px; |
|
|
border-radius: 50px; |
|
|
overflow: hidden; |
|
|
overflow: hidden; |
|
|
padding: 3px; |
|
|
padding: 3px; |
|
|
@ -1810,17 +1816,20 @@ export default { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
::v-deep .plus-class { |
|
|
::v-deep .plus-class { |
|
|
background-color: $panel-4 !important; |
|
|
// background-color: $panel-4 !important; |
|
|
|
|
|
background-color: #121212 !important; |
|
|
border-radius: 50%; |
|
|
border-radius: 50%; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
::v-deep .minus-class { |
|
|
::v-deep .minus-class { |
|
|
background-color: $panel-4 !important; |
|
|
// background-color: $panel-4 !important; |
|
|
|
|
|
background-color: #121212 !important; |
|
|
border-radius: 50%; |
|
|
border-radius: 50%; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
::v-deep .van-stepper__input { |
|
|
::v-deep .van-stepper__input { |
|
|
background-color: $form-panel-3 !important; |
|
|
// background-color: $form-panel-3 !important; |
|
|
|
|
|
background-color: #121212 !important; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.fa { |
|
|
.fa { |
|
|
@ -1948,4 +1957,16 @@ export default { |
|
|
.but_text { |
|
|
.but_text { |
|
|
font-size: 14px; |
|
|
font-size: 14px; |
|
|
} |
|
|
} |
|
|
</style>s |
|
|
.bg-panel-3{ |
|
|
|
|
|
background-color: #121212; |
|
|
|
|
|
} |
|
|
|
|
|
.bg-form-panel-3{ |
|
|
|
|
|
background-color: #121212; |
|
|
|
|
|
} |
|
|
|
|
|
.green /deep/ uni-button{ |
|
|
|
|
|
background-color: #25A74F !important; |
|
|
|
|
|
} |
|
|
|
|
|
.red /deep/ uni-button{ |
|
|
|
|
|
background-color: #CA3F66 !important; |
|
|
|
|
|
} |
|
|
|
|
|
</style> |
|
|
|