国际化样式调整
This commit is contained in:
parent
c0b398deee
commit
af06f45975
@ -350,6 +350,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="px-[158px] max-w-[100%]">
|
||||
<div
|
||||
class="bg-[#8B59F7] mb-[384px] rounded-[123px] text-[#fff] text-[82px] font-semibold px-[143px] py-[51px] flex items-center"
|
||||
@click="handlePageLink('/investorhandbook')"
|
||||
@ -359,15 +360,18 @@
|
||||
}
|
||||
"
|
||||
>
|
||||
<div class="truncate">
|
||||
{{ t("investor.financial_data.investor_guide") }}
|
||||
</div>
|
||||
<img
|
||||
class="w-[23px] h-[43px] ml-[87px]"
|
||||
src="@/assets/image/investor/375/icon-r-o.png"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<section class="section-four h-[4562px] color-[#D1D1D1] text-[72px]">
|
||||
<section class="section-four color-[#D1D1D1] text-[72px] pb-[500px]">
|
||||
<div class="flex flex-wrap justify-center">
|
||||
<div class="w-full px-[184px] mt-[222px]">
|
||||
<div class="w-[189px] h-[26px] bg-[#8B59F7]"></div>
|
||||
@ -412,14 +416,16 @@
|
||||
"
|
||||
>
|
||||
<div
|
||||
class="bg-[#8B59F7] rounded-[123px] text-[#fff] text-[82px] font-semibold px-[143px] py-[51px] flex items-center"
|
||||
class="bg-[#8B59F7] rounded-[123px] text-[#fff] text-[82px] font-semibold px-[143px] py-[51px] flex items-center truncate"
|
||||
@click="
|
||||
handleLink(
|
||||
'https://www.sec.gov/cgi-bin/browse-edgar?action=getcompany&CIK=0001467761&owner=include&count=40&hidefilings=0'
|
||||
)
|
||||
"
|
||||
>
|
||||
<div class="truncate">
|
||||
{{ t("investor.market_trends.view_all_sec") }}
|
||||
</div>
|
||||
<img
|
||||
class="w-[47px] h-[87px] ml-[87px]"
|
||||
src="@/assets/image/investor/375/icon-r-o.png"
|
||||
@ -535,10 +541,10 @@
|
||||
class="w-full bg-[#fff] pl-[26px] rounded-[20px] mt-[61px] before-line"
|
||||
>
|
||||
<div
|
||||
class="w-full flex items-center justify-between px-[56px] py-[46px] font-semibold text-[72px] tracking-[4px] truncate"
|
||||
class="w-full flex items-center justify-between px-[56px] py-[46px] font-semibold text-[72px] tracking-[4px]"
|
||||
@click="handleLink(item.link)"
|
||||
>
|
||||
{{ item.title }}
|
||||
<div class="truncate">{{ item.title }}</div>
|
||||
|
||||
<img
|
||||
class="w-[37px] h-[69px]"
|
||||
|
@ -506,7 +506,7 @@
|
||||
class="w-full flex items-center justify-between px-[25px] py-[20px] font-semibold text-[40px] tracking-[4px]"
|
||||
@click="handleLink(item.link)"
|
||||
>
|
||||
{{ item.title }}
|
||||
<div class="truncate">{{ item.title }}</div>
|
||||
|
||||
<img
|
||||
class="w-[23px] h-[43px]"
|
||||
|
Loading…
Reference in New Issue
Block a user