Ver Fonte

fix:pc样式修改

shenchunlv há 2 anos atrás
pai
commit
3364f29fae
2 ficheiros alterados com 2 adições e 6 exclusões
  1. 2 5
      pages/index.vue
  2. 0 1
      pages/m_user.vue

+ 2 - 5
pages/index.vue

@@ -214,15 +214,12 @@
               关注公众号
             </span>
             <img :src="bottomCode.wxQrUrl" style="width:100px;height:100px" alt="">
-            <!-- <img src="~/public/image/tryOut.png" style="width:100px;height:100px" alt=""> -->
           </div>
           <div class="flex flex-col items-center justify-center" v-if="bottomCode.iosQrUrl" style="margin: 0 30px">
-            <!-- <div class="flex flex-col items-center justify-center" style="margin: 0 30px"> -->
             <span class="text-[#fff] text-[12px]" style="font-size: 11px; margin-bottom: 5px;">
               iosAPP下载
             </span>
             <img :src="bottomCode.iosQrUrl" style="width:100px;height:100px" alt="">
-            <!-- <img src="~/public/image/tryOut.png" style="width:100px;height:100px" alt=""> -->
 
           </div>
           <div class="flex flex-col items-center justify-center" v-if="bottomCode.androidQrUrl">
@@ -268,13 +265,13 @@
         </n-form-item>
         <n-form-item path="verifyCode" label="验证码" class="">
           <n-input v-model:value="customer.verifyCode" class="h-[55px] leading-[55px]" placeholder="请输入验证码" />
-          <n-button type="info" class="w-[150px] h-[55px] text-[#fff] bg-[#1f4df5] ml-[20px] rounded-[4px] text-[20px]" :disabled="countdown != 0"
+          <n-button type="info" class="w-[150px] h-[55px] text-[#fff] bg-[#1f4df5] ml-[20px] rounded-[4px] text-[18px]" :disabled="countdown != 0"
             @click="verifyCodeFn">
             {{ countdown == 0 ? '获取验证码' : countdown }}
           </n-button>
         </n-form-item>
         <div class="flex justify-center mt-[20px]">
-          <n-button type="info" class="w-[400px] h-[55px] text-[20px] text-[#fff] bg-[#1f4df5] rounded-[4px]" @click="handleValidateButtonClick">
+          <n-button type="info" class="w-[700px] h-[55px] text-[20px] text-[#fff] bg-[#1f4df5] rounded-[4px]" @click="handleValidateButtonClick">
             立即提交
           </n-button>
         </div>

+ 0 - 1
pages/m_user.vue

@@ -500,7 +500,6 @@ p {
   display: flex;
   align-items: center;
   justify-content: center;
-  // margin: 0;
   margin: 0 auto;
   padding: 0;
 }