|
|
|
@ -527,10 +527,7 @@ |
|
|
|
<div class="beginner service"> |
|
|
|
<!-- 标题 --> |
|
|
|
<div class="service-title"> |
|
|
|
<div |
|
|
|
class="text service-title-text1" |
|
|
|
style="font-size: 40px; font-weight: 700; line-height: 71px" |
|
|
|
> |
|
|
|
<div class="text service-title-text1" style="font-size: 40px; font-weight: 700; line-height: 71px"> |
|
|
|
{{ '111' }} |
|
|
|
</div> |
|
|
|
<div class="dotfive d-flex"> |
|
|
|
@ -540,9 +537,7 @@ |
|
|
|
<!-- 内容 独特的交易经验 --> |
|
|
|
<div class="beginner_content service-content d-flex" style="justify-content: space-between;align-items: center;"> |
|
|
|
<!-- 文字部分 --> |
|
|
|
<div |
|
|
|
class="beginner_content_r" |
|
|
|
> |
|
|
|
<div class="beginner_content_r"> |
|
|
|
<div class="service-content-text beginner-text" style="margin-bottom: 50px;"> |
|
|
|
<div class="service-content-text-img text-img"> |
|
|
|
<div class="circle_bg"> |
|
|
|
@ -576,39 +571,23 @@ |
|
|
|
</div> |
|
|
|
<!-- 图片 --> |
|
|
|
<div class="service-img"> |
|
|
|
<img |
|
|
|
src="../../assets/img/features/stt.png" |
|
|
|
style="width: 326px; height: 424px" |
|
|
|
alt="" |
|
|
|
/> |
|
|
|
<img src="../../assets/img/features/stt.png" style="width: 326px; height: 424px" alt="" /> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<!-- colto-btn-group --> |
|
|
|
<div |
|
|
|
class="colto-btn-group" |
|
|
|
style="justify-content: center" |
|
|
|
> |
|
|
|
<router-link |
|
|
|
tag="button" |
|
|
|
to="/sign-in" |
|
|
|
class="btn btn-success rounded-pill callto-btn container_button" |
|
|
|
style="background-color: rgb(84, 164, 80); margin-right: 50px" |
|
|
|
>{{ $t("common.login") }} |
|
|
|
</router-link> |
|
|
|
<router-link |
|
|
|
tag="button" |
|
|
|
to="/sign-up" |
|
|
|
class="btn btn-primary rounded-pill callto-btn container_button1" |
|
|
|
style="background-color: rgb(50, 105, 235)" |
|
|
|
>{{ $t("common.register") }} |
|
|
|
<div class="colto-btn-group" style="justify-content: center" > |
|
|
|
<router-link tag="button" to="/sign-in" class="btn btn-success rounded-pill callto-btn container_button" |
|
|
|
style="background-color: rgb(84, 164, 80); margin-right: 50px"> |
|
|
|
{{ $t("common.login") }} |
|
|
|
</router-link> |
|
|
|
<router-link tag="button" to="/sign-up" class="btn btn-primary rounded-pill callto-btn container_button1" |
|
|
|
style="background-color: rgb(50, 105, 235)"> |
|
|
|
{{ $t("common.register") }} |
|
|
|
</router-link> |
|
|
|
</div> |
|
|
|
<div class="colto-btn-group"> |
|
|
|
<router-link |
|
|
|
tag="button" |
|
|
|
to="/exchange" |
|
|
|
class="btn btn-primary rounded-pill callto-btn" |
|
|
|
>{{ $t("common.trading") }} |
|
|
|
<router-link tag="button" to="/exchange" class="btn btn-primary rounded-pill callto-btn"> |
|
|
|
{{ $t("common.trading") }} |
|
|
|
</router-link> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|