Quellcode durchsuchen

修改pricing页面的缩进,设置privacy与terms的min-width,question页面的css

liyangbin vor 2 Jahren
Ursprung
Commit
8562af3b1f
4 geänderte Dateien mit 17 neuen und 28 gelöschten Zeilen
  1. 8 12
      pages/pricing.vue
  2. 1 1
      pages/privacy.vue
  3. 7 14
      pages/question.vue
  4. 1 1
      pages/terms.vue

+ 8 - 12
pages/pricing.vue

@@ -172,10 +172,10 @@
                     <span>{{ info.weixin }}</span>
                   </span>
                   <img
-                    v-show="payment"
+                    v-show = "payment"
                     src="https://17pdf.com/assets/pricings/pic_selected-98c4c6b62cdac54cd1a839afb243d52b87c7bd646b4cab11acfd5c31c64032a0.svg" class="icon w-20px ml-20px">
                   <img
-                    v-show="!payment"
+                    v-show = "!payment"
                     src="https://17pdf.com/assets/pricings/pic_unselected-40186d465b8510705451f4b3207591e31a5f08e6ca60dbb8cc2d3c8a8e0c12a8.svg" class="icon w-20px ml-20px">
                 </div>
                 <div class="payment flex items-center" @click="changeParment('zhifubao')">
@@ -184,10 +184,10 @@
                     <span>{{ info.zhifubao }}</span>
                   </span>
                   <img
-                    v-show="!payment"
+                    v-show = "!payment"
                     src="https://17pdf.com/assets/pricings/pic_selected-98c4c6b62cdac54cd1a839afb243d52b87c7bd646b4cab11acfd5c31c64032a0.svg" class="icon w-20px ml-20px ">
                   <img
-                    v-show="payment"
+                    v-show = "payment"
                     src="https://17pdf.com/assets/pricings/pic_unselected-40186d465b8510705451f4b3207591e31a5f08e6ca60dbb8cc2d3c8a8e0c12a8.svg" class="icon w-20px ml-20px">
                 </div>
               </div>
@@ -230,26 +230,22 @@
           <div
             class="bottom-wrapper fixed left-0- bottom-0 right-0 h-110px pt-20px z-100 bg-[#fff] no-underline text-center w-full">
             <!-- 试用 -->
-            <span
-v-show="!inApp" status="0"
+            <span v-show = "!inApp" status="0"
               class=" mt-12px mx-17px mb-8px block leading-[42px] text-[#fff] bg-[#f55858] rounded-21px" @click="dowmAPK">
               {{ info.trial }}
             </span>
             <!-- 登录 -->
-            <span
-v-show="inApp && !isLogin" status="0"
+            <span v-show = "inApp && !isLogin" status="0"
               class=" mt-12px mx-17px mb-8px block leading-[42px] text-[#fff] bg-[#f55858] rounded-21px" @click="goToLogin">
               {{ info.login }}
             </span>
             <!-- 订阅 -->
-            <span
-v-show="inApp && isLogin && !isVIP" status="0"
+            <span v-show = "inApp && isLogin && !isVIP" status="0"
               class=" mt-12px mx-17px mb-8px block leading-[42px] text-[#fff] bg-[#f55858] rounded-21px" @click="subscription">
               {{ info.subscription }}
             </span>
             <!-- 续订 -->
-            <span
-v-show="inApp && isLogin && isVIP" status="0"
+            <span v-show = "inApp && isLogin && isVIP" status="0"
               class=" mt-12px mx-17px mb-8px block leading-[42px] text-[#fff] bg-[#f55858] rounded-21px" @click="subscription">
               {{ info.renew }}
             </span>

+ 1 - 1
pages/privacy.vue

@@ -1,5 +1,5 @@
 <template>
-  <div>
+  <div class="min-w-1200px">
     <Fragment>
       <div v-if="type === 'chinese'" class="privacy terms chinese">
         <h1 class="title">PDF Reader 隐私政策</h1>

+ 7 - 14
pages/question.vue

@@ -5,16 +5,14 @@
             <div class="menu float-left ml-15px">
                 <ul class="mb-10px">
                     <a href="#reading">
-                        <li
-class=" w-192px h-48px leading-[48px] text-center text-[#333] text-[16px] bg-[#fafafa] cursor-pointer"
+                        <li class=" w-192px h-48px leading-[48px] text-center text-[#333] text-[16px] bg-[#fafafa] cursor-pointer"
                             value="reading" :class="{ active: '#reading' == ins.hash }" @click=" active('#reading')">
                             文件阅读
                         </li>
                     </a>
 
                     <a href="#management">
-                        <li
-class=" w-192px h-48px leading-[48px] text-center text-[#333] text-[16px] bg-[#fafafa] cursor-pointer"
+                        <li class=" w-192px h-48px leading-[48px] text-center text-[#333] text-[16px] bg-[#fafafa] cursor-pointer"
                             value="management" :class="{ active: '#management' == ins.hash}"
                             @click=" active('#management')">
                             文件管理
@@ -23,15 +21,13 @@ class=" w-192px h-48px leading-[48px] text-center text-[#333] text-[16px] bg-[#f
 
 
                     <a href="#note">
-                        <li
-class=" w-192px h-48px leading-[48px] text-center text-[#333] text-[16px] bg-[#fafafa] cursor-pointer"
+                        <li class=" w-192px h-48px leading-[48px] text-center text-[#333] text-[16px] bg-[#fafafa] cursor-pointer"
                             value="note" :class="{ active: '#note' == ins.hash}" @click=" active('#note')">
                             文件注释
                         </li>
                     </a>
                     <a href="#scan">
-                        <li
-class=" w-192px h-48px leading-[48px] text-center text-[#333] text-[16px] bg-[#fafafa] cursor-pointer"
+                        <li class=" w-192px h-48px leading-[48px] text-center text-[#333] text-[16px] bg-[#fafafa] cursor-pointer"
                             value="scan" :class="{ active: '#scan' == ins.hash}" @click=" active('#scan')">
                             文件扫描
                         </li>
@@ -39,16 +35,14 @@ class=" w-192px h-48px leading-[48px] text-center text-[#333] text-[16px] bg-[#f
 
 
                     <a href="#convert">
-                        <li
-class=" w-192px h-48px leading-[48px] text-center text-[#333] text-[16px] bg-[#fafafa] cursor-pointer"
+                        <li class=" w-192px h-48px leading-[48px] text-center text-[#333] text-[16px] bg-[#fafafa] cursor-pointer"
                             value="convert" :class="{ active: '#convert' == ins.hash}" @click=" active('#convert')">
                             格式转换
                         </li>
                     </a>
 
                     <a href="#payment">
-                        <li
-class=" w-192px h-48px leading-[48px] text-center text-[#333] text-[16px] bg-[#fafafa] cursor-pointer"
+                        <li class=" w-192px h-48px leading-[48px] text-center text-[#333] text-[16px] bg-[#fafafa] cursor-pointer"
                             value="payment" :class="{ active: '#payment' == ins.hash}" @click=" active('#payment')">
                             支付问题
                         </li>
@@ -56,7 +50,6 @@ class=" w-192px h-48px leading-[48px] text-center text-[#333] text-[16px] bg-[#f
 
                 </ul>
             </div>
-
             <div class="content ml-257px text-[#333]">
                 <!-- 文件阅读 -->
                 <div class="list reading  hidden" :class="{active: '#reading' == ins.hash}">
@@ -95,7 +88,7 @@ class=" w-192px h-48px leading-[48px] text-center text-[#333] text-[16px] bg-[#f
                     </div>
                 </div>
                 <!-- 文件注释 -->
-                <div class="list note hidden" :class="{active: '#note' == ins.hash}">
+                <div class="list hidden" :class="{active: '#note' == ins.hash}">
                     <div class="item mb-30px">
                         <h3 class="text-[20px] text-[1.1] mb-18px font-bold">1.如何使用手绘&amp;手写?</h3>
                         <p class="text-[16px] leading-[30px]">

+ 1 - 1
pages/terms.vue

@@ -29,7 +29,7 @@ export default {
 }
 </script>
 <template>
-  <div>
+  <div class="min-w-1200px">
     <Fragment>
       <div v-if="type === 'chinese'" class="terms chinese">
         <div class="title"><span>PDF Reader(17PDF Reader)</span><p>服务协议</p></div>