国际化样式调整

This commit is contained in:
张 元山 2025-03-15 17:35:05 +08:00
parent c0b398deee
commit af06f45975
2 changed files with 26 additions and 20 deletions

View File

@ -350,24 +350,28 @@
</div> </div>
</div> </div>
<div <div class="px-[158px] max-w-[100%]">
class="bg-[#8B59F7] mb-[384px] rounded-[123px] text-[#fff] text-[82px] font-semibold px-[143px] py-[51px] flex items-center" <div
@click="handlePageLink('/investorhandbook')" class="bg-[#8B59F7] mb-[384px] rounded-[123px] text-[#fff] text-[82px] font-semibold px-[143px] py-[51px] flex items-center"
:ref=" @click="handlePageLink('/investorhandbook')"
(el) => { :ref="
moveRefs[5].value = el; (el) => {
} moveRefs[5].value = el;
" }
> "
{{ t("investor.financial_data.investor_guide") }} >
<img <div class="truncate">
class="w-[23px] h-[43px] ml-[87px]" {{ t("investor.financial_data.investor_guide") }}
src="@/assets/image/investor/375/icon-r-o.png" </div>
/> <img
class="w-[23px] h-[43px] ml-[87px]"
src="@/assets/image/investor/375/icon-r-o.png"
/>
</div>
</div> </div>
</div> </div>
</section> </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="flex flex-wrap justify-center">
<div class="w-full px-[184px] mt-[222px]"> <div class="w-full px-[184px] mt-[222px]">
<div class="w-[189px] h-[26px] bg-[#8B59F7]"></div> <div class="w-[189px] h-[26px] bg-[#8B59F7]"></div>
@ -412,14 +416,16 @@
" "
> >
<div <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=" @click="
handleLink( handleLink(
'https://www.sec.gov/cgi-bin/browse-edgar?action=getcompany&CIK=0001467761&owner=include&count=40&hidefilings=0' 'https://www.sec.gov/cgi-bin/browse-edgar?action=getcompany&CIK=0001467761&owner=include&count=40&hidefilings=0'
) )
" "
> >
{{ t("investor.market_trends.view_all_sec") }} <div class="truncate">
{{ t("investor.market_trends.view_all_sec") }}
</div>
<img <img
class="w-[47px] h-[87px] ml-[87px]" class="w-[47px] h-[87px] ml-[87px]"
src="@/assets/image/investor/375/icon-r-o.png" 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" class="w-full bg-[#fff] pl-[26px] rounded-[20px] mt-[61px] before-line"
> >
<div <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)" @click="handleLink(item.link)"
> >
{{ item.title }} <div class="truncate">{{ item.title }}</div>
<img <img
class="w-[37px] h-[69px]" class="w-[37px] h-[69px]"

View File

@ -506,7 +506,7 @@
class="w-full flex items-center justify-between px-[25px] py-[20px] font-semibold text-[40px] tracking-[4px]" class="w-full flex items-center justify-between px-[25px] py-[20px] font-semibold text-[40px] tracking-[4px]"
@click="handleLink(item.link)" @click="handleLink(item.link)"
> >
{{ item.title }} <div class="truncate">{{ item.title }}</div>
<img <img
class="w-[23px] h-[43px]" class="w-[23px] h-[43px]"