|
|
|
@ -50,7 +50,8 @@ |
|
|
|
</div> --> |
|
|
|
</div> |
|
|
|
<!-- 加密货币之门 --> |
|
|
|
<div class="section illustration_area"> |
|
|
|
<div style="width: 100%;background-color: rgba(10, 239, 198, 0.06);"> |
|
|
|
<div class="illustration_area"> |
|
|
|
<div class="left"> |
|
|
|
<div class="title">{{ $t("homeNewText.hh0") }}</div> |
|
|
|
<div class="num-info1 d-flex" style="margin: 40px 0px;"> |
|
|
|
@ -82,6 +83,7 @@ |
|
|
|
<img src="@/assets/img/home/home1.png" alt="" style="width: 600px;"> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<!-- 寻找交易良机 --> |
|
|
|
<div class="market_table" v-if="marketList[0]"> |
|
|
|
<div style="font-size: 42px;font-weight: bold;color: #101010;"> |
|
|
|
@ -1239,7 +1241,7 @@ |
|
|
|
|
|
|
|
.section { |
|
|
|
// background-image:url(../../assets/img/index_banner_2.png); |
|
|
|
background-color: #fff; |
|
|
|
// background-color: rgba(10, 239, 198, 0.06); |
|
|
|
width: 100%; |
|
|
|
height: 100%; |
|
|
|
background-size: 100% 100%; |
|
|
|
@ -1997,13 +1999,14 @@ |
|
|
|
justify-content: space-between; |
|
|
|
align-items: center; |
|
|
|
padding-top: 100px; |
|
|
|
padding-bottom: 100px; |
|
|
|
|
|
|
|
.left { |
|
|
|
color: #000; |
|
|
|
max-width: 650px; |
|
|
|
|
|
|
|
.title { |
|
|
|
font-size: 60px; |
|
|
|
font-size: 49px; |
|
|
|
} |
|
|
|
|
|
|
|
.btn { |
|
|
|
|