|
@@ -15,7 +15,7 @@
|
|
|
<!-- 右边 -->
|
|
|
<ul class='flex items-center'>
|
|
|
<li v-for="i in headerTitle" :key="i.go" @click="titleRight(i.go)"
|
|
|
- class="pr-[80px] text-[#999999] font-medium cursor-pointer">
|
|
|
+ class="pr-[80px] text-[#999999] font-medium cursor-pointer text-[18px]">
|
|
|
{{ i.title }}
|
|
|
</li>
|
|
|
<li class="px-[16px] text-[#999999] font-medium">
|
|
@@ -134,7 +134,7 @@
|
|
|
人加入
|
|
|
</span>
|
|
|
</div>
|
|
|
- <n-button type="info" class="bg-[#165DFF] w-[400px] h-[70px] text-[24px]">
|
|
|
+ <n-button type="info" class="bg-[#165DFF] w-[400px] h-[70px] text-[24px]" @click="btn">
|
|
|
立即申请试用
|
|
|
</n-button>
|
|
|
</div>
|