h5 新闻模块字体修改
This commit is contained in:
parent
62a565d986
commit
108970fd41
@ -143,19 +143,19 @@
|
|||||||
<div class="news-card">
|
<div class="news-card">
|
||||||
<!-- <div class="news-date">De 15. 2023</div> -->
|
<!-- <div class="news-date">De 15. 2023</div> -->
|
||||||
<!-- <h3 class="news-title">{{ $t("HOME.CONTAINY.NEWS.LATEST_TITLE") }}</h3> -->
|
<!-- <h3 class="news-title">{{ $t("HOME.CONTAINY.NEWS.LATEST_TITLE") }}</h3> -->
|
||||||
<p class="news-excerpt">
|
<p style="font-size: 18px">
|
||||||
{{ $t("HOME.CONTAINY.NEWS.TITLETWO") }}
|
{{ $t("HOME.CONTAINY.NEWS.TITLETWO") }}
|
||||||
</p>
|
</p>
|
||||||
<p class="news-excerpt">
|
<p style="font-size: 18px">
|
||||||
{{ $t("HOME.CONTAINY.NEWS.TITLETHTEE") }}
|
{{ $t("HOME.CONTAINY.NEWS.TITLETHTEE") }}
|
||||||
</p>
|
</p>
|
||||||
<p class="news-excerpt">
|
<p style="font-size: 18px">
|
||||||
{{ $t("HOME.CONTAINY.NEWS.CONTENTTHREE") }}
|
{{ $t("HOME.CONTAINY.NEWS.CONTENTTHREE") }}
|
||||||
</p>
|
</p>
|
||||||
<p class="news-excerpt">
|
<p style="font-size: 18px">
|
||||||
{{ $t("HOME.CONTAINY.NEWS.CONTENTFOUR") }}
|
{{ $t("HOME.CONTAINY.NEWS.CONTENTFOUR") }}
|
||||||
</p>
|
</p>
|
||||||
<p class="news-excerpt">
|
<p style="font-size: 18px">
|
||||||
{{ $t("HOME.CONTAINY.NEWS.CONTENTFIVE") }}
|
{{ $t("HOME.CONTAINY.NEWS.CONTENTFIVE") }}
|
||||||
</p>
|
</p>
|
||||||
<!-- <a href="#" class="news-link"
|
<!-- <a href="#" class="news-link"
|
||||||
@ -174,36 +174,44 @@
|
|||||||
<h2 class="card-title">{{ $t("HOME.CONTAINY.STOCK_INFO.TITLE") }}</h2>
|
<h2 class="card-title">{{ $t("HOME.CONTAINY.STOCK_INFO.TITLE") }}</h2>
|
||||||
<div class="stock-data">
|
<div class="stock-data">
|
||||||
<div class="data-row">
|
<div class="data-row">
|
||||||
<span class="data-label">{{
|
<span style="font-size: 18px" class="data-label">{{
|
||||||
$t("HOME.CONTAINY.STOCK_INFO.LAST_PRICE")
|
$t("HOME.CONTAINY.STOCK_INFO.LAST_PRICE")
|
||||||
}}</span>
|
}}</span>
|
||||||
<span class="data-value">${{ stockQuote.Open }}</span>
|
<span style="font-size: 18px" class="data-value"
|
||||||
|
>${{ stockQuote.Open }}</span
|
||||||
|
>
|
||||||
</div>
|
</div>
|
||||||
<div class="data-row">
|
<div style="font-size: 18px" class="data-row">
|
||||||
<span class="data-label">{{
|
<span style="font-size: 18px" class="data-label">{{
|
||||||
$t("HOME.CONTAINY.STOCK_INFO.CHANGE")
|
$t("HOME.CONTAINY.STOCK_INFO.CHANGE")
|
||||||
}}</span>
|
}}</span>
|
||||||
<span class="data-value positive"
|
<span style="font-size: 18px" class="data-value positive"
|
||||||
>{{ stockQuote.change[0] }}{{ stockQuote.change[1] }}</span
|
>{{ stockQuote.change[0] }}{{ stockQuote.change[1] }}</span
|
||||||
>
|
>
|
||||||
</div>
|
</div>
|
||||||
<div class="data-row">
|
<div class="data-row">
|
||||||
<span class="data-label">{{
|
<span style="font-size: 18px" class="data-label">{{
|
||||||
$t("HOME.CONTAINY.STOCK_INFO.STOCK_CODE")
|
$t("HOME.CONTAINY.STOCK_INFO.STOCK_CODE")
|
||||||
}}</span>
|
}}</span>
|
||||||
<span class="data-value">NASDAQ: MINM</span>
|
<span style="font-size: 18px" class="data-value"
|
||||||
|
>NASDAQ: MINM</span
|
||||||
|
>
|
||||||
</div>
|
</div>
|
||||||
<div class="data-row">
|
<div class="data-row">
|
||||||
<span class="data-label">{{
|
<span style="font-size: 18px" class="data-label">{{
|
||||||
$t("HOME.CONTAINY.STOCK_INFO.VOLUME")
|
$t("HOME.CONTAINY.STOCK_INFO.VOLUME")
|
||||||
}}</span>
|
}}</span>
|
||||||
<span class="data-value">{{ stockQuote.Volume }}</span>
|
<span style="font-size: 18px" class="data-value">{{
|
||||||
|
stockQuote.Volume
|
||||||
|
}}</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="data-row">
|
<div class="data-row">
|
||||||
<span class="data-label">{{
|
<span style="font-size: 18px" class="data-label">{{
|
||||||
$t("HOME.CONTAINY.STOCK_INFO.MARKET_CAP")
|
$t("HOME.CONTAINY.STOCK_INFO.MARKET_CAP")
|
||||||
}}</span>
|
}}</span>
|
||||||
<span class="data-value">${{ stockQuote.MarketCap }}</span>
|
<span style="font-size: 18px" class="data-value"
|
||||||
|
>${{ stockQuote.MarketCap }}</span
|
||||||
|
>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user