Commit e68911a2 authored by shilei's avatar shilei

fix: 字重

parent b09e1730
......@@ -6,7 +6,7 @@
<div class="flex pt-3 text-sm text-white">
<div style="margin-top: -5px" class="flex">
<img src="@/assets/images/logo-footer.png" class="h-[26px] w-[33px]" alt="" />
<span class="font-yahei text-2xl font-bold text-white">立业云</span>
<span class="font-yahei text-2xl font-semibold text-white">立业云</span>
</div>
<div class="mx-[125px]">
<div class="h-[22px] border-l border-solid border-[#666666]"></div>
......
......@@ -5,7 +5,7 @@
<div class="flex flex-1 justify-start">
<div v-if="route.name === 'home'" class="mr-7 flex w-[224px] items-center">
<img class="w-[49px]" src="@/assets/images/logo.png" alt="" />
<span class="ml-1 font-yahei text-[26px] font-bold text-[#333]">立业云</span>
<span class="ml-1 font-yahei text-[26px] font-semibold text-[#333]">立业云</span>
<div
class="city-space ml-4 flex items-center"
@mouseenter="changeCityStatus(1)"
......
......@@ -11,7 +11,7 @@
</div>
</div>
<div>
<div class="text-center font-yahei text-lg font-bold leading-5 text-[#1A1A1A]">
<div class="text-center font-yahei text-lg font-semibold leading-5 text-[#1A1A1A]">
{{ personName || '暂无对接人' }}
</div>
<div class="mt-[5px] rounded-sm text-sm text-[#4F4F4F]">园区对接人</div>
......
......@@ -13,7 +13,7 @@
class="h-[18px] w-[3px] rounded-[30px] bg-[#C0322B]"
></div>
<div
class="ml-[13px] font-yahei text-xl font-bold leading-8 tracking-[2px] text-[#1A1A1A]"
class="ml-[13px] font-yahei text-xl font-semibold leading-8 tracking-[2px] text-[#1A1A1A]"
:class="{ '!text-2xl': titleCenter }"
>
{{ title }}
......
......@@ -14,7 +14,7 @@
</ElBreadcrumb>
<div v-if="!isStar" class="py-5">
<div class="flex h-10 items-center">
<div class="font-yahei text-[32px] font-bold leading-10 text-[#333333]">
<div class="font-yahei text-[32px] font-semibold leading-10 text-[#333333]">
{{ detail.name }}
</div>
<div v-if="currentStatusTag" class="ml-2">
......
......@@ -4,7 +4,7 @@
v-if="value"
class="flex h-[80px] w-[164px] flex-col items-center justify-center bg-[#FAFAFC]"
>
<div class="text-base font-bold leading-5 text-[#1A1A1A]">{{ value + unit }}</div>
<div class="text-base font-semibold leading-5 text-[#1A1A1A]">{{ value + unit }}</div>
<div class="mt-1 text-xs leading-5 text-[#4D4D4D]">{{ name }}</div>
</div>
</template>
......
......@@ -5,31 +5,31 @@
<div v-if="isNoCount" class="flex items-center justify-center">
解锁额度已用完,可通过
<span
class="mx-1 cursor-pointer font-bold text-[#C0322B]"
class="mx-1 cursor-pointer font-semibold text-[#C0322B]"
@click="changeShowSelect(true)"
>
提交选址需求
</span>
<span class="mx-1 cursor-pointer font-bold text-[#C0322B]" @click="handleContactUs">
<span class="mx-1 cursor-pointer font-semibold text-[#C0322B]" @click="handleContactUs">
联系我们
</span>
获得专业选址顾问服务并获取更多信息
</div>
<div v-else class="flex items-center justify-center">
点击
<span class="mx-1 cursor-pointer font-bold text-[#C0322B]" @click="handleUnlock">
<span class="mx-1 cursor-pointer font-semibold text-[#C0322B]" @click="handleUnlock">
解锁
</span>
可查看数据详情,你还剩余
<span class="mx-1 font-bold text-[#C0322B]">{{ limitNum }}</span>
<span class="mx-1 font-semibold text-[#C0322B]">{{ limitNum }}</span>
次解锁额度
</div>
</div>
<div v-else class="flex items-center justify-center">
点击
<span
class="mx-1 cursor-pointer font-bold text-[#C0322B]"
class="mx-1 cursor-pointer font-semibold text-[#C0322B]"
@click="showLogin('loginByPhone')"
>
登录
......
......@@ -6,7 +6,7 @@
<div class="flex justify-between">
<div>
<div
class="header-bg__content ml-[56px] mt-[75px] font-yahei text-[40px] font-bold leading-[56px] tracking-[2px] text-[#C0322B]"
class="header-bg__content ml-[56px] mt-[75px] font-yahei text-[40px] font-semibold leading-[56px] tracking-[2px] text-[#C0322B]"
>
立业{{ developName }} | 共赢发展未来
</div>
......
......@@ -5,7 +5,7 @@
<img class="h-[50px] w-[50px]" :src="currentIcon" />
</div>
<div class="ml-4">
<div class="font-yahei text-2xl font-bold text-[#1A1A1A]">
<div class="font-yahei text-2xl font-semibold text-[#1A1A1A]">
{{ count }}
</div>
<div class="mt-3 font-yahei text-base text-[#4D4D4D]">{{ typeName }}</div>
......
......@@ -10,7 +10,7 @@
/>
</div>
<div class="star-info-content absolute">
<div class="font-yahei text-lg font-bold leading-[41px] text-[#1A1A1A]">
<div class="font-yahei text-lg font-semibold leading-[41px] text-[#1A1A1A]">
{{ title }}
</div>
<div class="overflow-hidden break-all text-xs leading-5">
......
......@@ -67,7 +67,7 @@
class="flex h-[34px] justify-between font-yahei leading-[34px]"
>
<p
class="position-item font-bold"
class="position-item font-semibold"
@mousemove="showInfoWindow(item)"
@mouseout="hideInfoWindow"
>
......
......@@ -7,7 +7,7 @@
<!-- 关于我们 -->
<div class="mx-auto w-[826px] pb-[100px]">
<h2 class="mt-[60px] flex h-8 items-center justify-center">
<div class="font-yahei text-2xl font-bold leading-8 tracking-[2px] text-[#1A1A1A]">
<div class="font-yahei text-2xl font-semibold leading-8 tracking-[2px] text-[#1A1A1A]">
关于我们
</div>
</h2>
......@@ -24,7 +24,7 @@
</p>
<!-- 核心优势 -->
<h2 class="mt-10 flex h-8 items-center justify-center">
<div class="font-yahei text-2xl font-bold leading-8 tracking-[2px] text-[#1A1A1A]">
<div class="font-yahei text-2xl font-semibold leading-8 tracking-[2px] text-[#1A1A1A]">
核心优势
</div>
</h2>
......@@ -34,7 +34,7 @@
<div class="mt-10 flex justify-between">
<div class="advantage-box font-yahei text-[#c0322b]">
<p class="text-base font-bold">深度的产业大数据</p>
<p class="text-base font-semibold">深度的产业大数据</p>
<div class="mt-1 flex h-[92px] flex-col items-center justify-center text-sm">
<p>区域大数据</p>
<p>空间大数据</p>
......@@ -43,14 +43,14 @@
</div>
</div>
<div class="advantage-box font-yahei text-[#c0322b]">
<p class="text-base font-bold">领先的人工智能技术</p>
<p class="text-base font-semibold">领先的人工智能技术</p>
<div class="mt-1 flex h-[92px] flex-col items-center justify-center text-sm">
<p>园区大模型</p>
<p>企业选址</p>
</div>
</div>
<div class="advantage-box font-yahei text-[#c0322b]">
<p class="text-base font-bold">权威的行业专家</p>
<p class="text-base font-semibold">权威的行业专家</p>
<div class="mt-1 flex h-[92px] flex-col items-center justify-center text-sm">
<p>产业研究院</p>
<p>都市圈研究院</p>
......@@ -58,7 +58,7 @@
</div>
</div>
<div class="advantage-box font-yahei text-[#c0322b]">
<p class="text-base font-bold">深厚的资源积累</p>
<p class="text-base font-semibold">深厚的资源积累</p>
<div class="mt-1 flex h-[92px] flex-col items-center justify-center text-sm">
<p>二十余年产业发展经验</p>
<p>全国百城线下渠道网络</p>
......
......@@ -7,7 +7,7 @@
<!-- 联系我们 -->
<div class="mx-auto w-[826px] pb-[100px]">
<h2 class="mt-[60px] flex h-8 items-center justify-center">
<div class="font-yahei text-2xl font-bold leading-8 tracking-[2px] text-[#1A1A1A]">
<div class="font-yahei text-2xl font-semibold leading-8 tracking-[2px] text-[#1A1A1A]">
联系我们
</div>
</h2>
......
......@@ -6,7 +6,7 @@
<div class="flex justify-between">
<div>
<div
class="header-bg__content font-yahei text-5xl font-bold leading-[56px] tracking-[2px] text-[#C0322B]"
class="header-bg__content font-yahei text-5xl font-semibold leading-[56px] tracking-[2px] text-[#C0322B]"
>
懂产业的企业选址平台
</div>
......@@ -84,7 +84,7 @@
<div class="flex h-[131px] w-[245px] items-center justify-center">
<img class="mr-4 h-[50px] w-[50px]" src="@/assets/images/industrial-icon.png" alt="" />
<div>
<p class="mb-3 font-yahei text-[32px] font-bold leading-10 text-[#333333]">
<p class="mb-3 font-yahei text-[32px] font-semibold leading-10 text-[#333333]">
{{ homePageData?.parkInfoCount }}
</p>
<p class="text-base leading-[22px] text-[#666666]">园区数量</p>
......@@ -93,7 +93,7 @@
<div class="flex h-[131px] w-[245px] items-center justify-center">
<img class="mr-4 h-[50px] w-[50px]" src="@/assets/images/icon-persion.png" alt="" />
<div>
<p class="mb-3 font-yahei text-[32px] font-bold leading-10 text-[#333333]">
<p class="mb-3 font-yahei text-[32px] font-semibold leading-10 text-[#333333]">
{{ homePageData?.perSonCount }}
</p>
<p class="text-base leading-[22px] text-[#666666]">经纪人</p>
......@@ -102,7 +102,7 @@
<div class="flex h-[131px] w-[245px] items-center justify-center">
<img class="mr-4 h-[50px] w-[50px]" src="@/assets/images/icon-enterprise.png" alt="" />
<div>
<p class="mb-3 font-yahei text-[32px] font-bold leading-10 text-[#333333]">
<p class="mb-3 font-yahei text-[32px] font-semibold leading-10 text-[#333333]">
{{ homePageData?.enterpriseCount }}
</p>
<p class="text-base leading-[22px] text-[#666666]">服务企业</p>
......@@ -111,7 +111,7 @@
</div>
<!-- 推荐资源 -->
<h2 class="mt-5 flex h-8 items-center justify-center">
<div class="font-yahei text-2xl font-bold leading-8 tracking-[2px] text-[#1A1A1A]">
<div class="font-yahei text-2xl font-semibold leading-8 tracking-[2px] text-[#1A1A1A]">
推荐资源
</div>
</h2>
......
......@@ -6,7 +6,7 @@
<img class="main-width" src="@/assets/images/banner-policy.png" alt="" />
</div>
<h2 class="mt-[30px] flex h-8 items-center justify-center">
<div class="font-yahei text-2xl font-bold leading-8 tracking-[2px] text-[#1A1A1A]">
<div class="font-yahei text-2xl font-semibold leading-8 tracking-[2px] text-[#1A1A1A]">
产业政策
</div>
</h2>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment