Browse Source

fix:pc样式修改

shenchunlv 2 years ago
parent
commit
92e3121af4
1 changed files with 2 additions and 2 deletions
  1. 2 2
      pages/index.vue

+ 2 - 2
pages/index.vue

@@ -15,7 +15,7 @@
       <!-- 右边 -->
       <!-- 右边 -->
       <ul class='flex items-center'>
       <ul class='flex items-center'>
         <li v-for="i in headerTitle" :key="i.go" @click="titleRight(i.go)"
         <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 }}
           {{ i.title }}
         </li>
         </li>
         <li class="px-[16px] text-[#999999] font-medium">
         <li class="px-[16px] text-[#999999] font-medium">
@@ -134,7 +134,7 @@
           人加入
           人加入
         </span>
         </span>
       </div>
       </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>
       </n-button>
     </div>
     </div>