pricing.vue 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165
  1. <!--
  2. * @Description:
  3. * @Author: 欧阳承珺
  4. * @LastEditors: 欧阳承珺
  5. * @Date: 2022-10-26 16:53:24
  6. * @LastEditTime: 2022-11-14 11:37:46
  7. -->
  8. <template>
  9. <div>
  10. <div class="pricing_banner w-full h-340px bg-no-repeat mb-77px pt-86px">
  11. <div
  12. class="w-634px h-168px bg-[#d2b99799] my-0 mx-auto text-center text-[#fff] pt-30px"
  13. >
  14. <p class="bg_title text-[48px] leading-[1.428571429]">17会员中心</p>
  15. <p class="bg_text text-[18px] leading-[1.428571429]">
  16. 文件格式无限转档,纯净无广告,更多进阶功能等你体验
  17. </p>
  18. <button
  19. type="button"
  20. class="bg_button w-145px h-48px rounded-[29px] text-[18px] leading-[48px] my-22px mx-auto border-0"
  21. @click="handlSubmit"
  22. >
  23. 立即订阅
  24. </button>
  25. </div>
  26. </div>
  27. <div class="pricing_wrap">
  28. <div class="pricing_content first">
  29. <div class="content_title flex justify-center items-center mb-50px">
  30. <img
  31. src="http://cn-file.17pdf.com/website/member_v2/pop_member_decorate2_title.png"
  32. alt="引號"
  33. class="w-18px h-9px inline-block"
  34. />
  35. <p
  36. class="text-[32px] text-[#d5b07d] leading-[48px] inline-block px-24px"
  37. >
  38. 会员主打特权
  39. </p>
  40. <img
  41. src="http://cn-file.17pdf.com/website/member_v2/pop_member_decorate1_title.png"
  42. alt="引號"
  43. class="w-18px h-9px inline-block"
  44. />
  45. </div>
  46. <div class="content_line w-780px mx-auto">
  47. <div class="content_box flex justify-between items-center mb-65px">
  48. <img
  49. src="http://cn-file.17pdf.com/website/pricings/v2/pic_members_removeads.png"
  50. alt="AD"
  51. class="big_img align-middle"
  52. />
  53. <div class="text_container w-420px pl-20px">
  54. <p
  55. class="box_title mb-8px text-[24px] leading-[36px] font-bold text-[#333]"
  56. >
  57. 移除广告
  58. </p>
  59. <p class="box_text text-[18px] leading-[27px] text-[#666]">
  60. PDF Reader会员拥有移除广告特权,尊享纯净版客户端,办公全程无干扰
  61. </p>
  62. </div>
  63. </div>
  64. <div class="content_box flex justify-between items-center mb-65px">
  65. <div class="text_container w-420px pl-20px">
  66. <p
  67. class="box_title mb-8px text-[24px] leading-[36px] font-bold text-[#333]"
  68. >
  69. 免费无限转换格式
  70. </p>
  71. <p class="box_text text-[18px] leading-[27px] text-[#666]">
  72. 支持PDF to Word、PPT、Excel、TXT、JPG/PNG无限次数转换,高效稳定
  73. </p>
  74. </div>
  75. <img
  76. src="http://cn-file.17pdf.com/website/pricings/member_fuction_pic_trans.png"
  77. alt=""
  78. class="big_img align-middle"
  79. />
  80. </div>
  81. </div>
  82. <div class="button_subscribe mt-5px mb-80px text-center">
  83. <button
  84. type="button"
  85. class="bg_button w-330px h-56px rounded-[29px] text-[26px] leading-[56px] text-[#fff] font-medium"
  86. @click="handlSubmit"
  87. >
  88. 立即订阅
  89. </button>
  90. </div>
  91. </div>
  92. </div>
  93. <el-dialog
  94. :visible.sync="visiable"
  95. :close-on-click-modal="false"
  96. :close-on-press-escape="false"
  97. width="480px"
  98. append-to-body
  99. center>
  100. <div class="changepwd-tittle">
  101. <p class="text-20px text-center text-$btn-color-primary">提示</p>
  102. </div>
  103. <div class="text-16px text-[#707070] text-center my-30px">
  104. 您还未登录或注册,请先<span class="text-$btn-color-primary cursor-pointer" @click="login">登录</span>或<span class="text-$btn-color-primary cursor-pointer" @click="register">注册</span>
  105. </div>
  106. </el-dialog>
  107. </div>
  108. </template>
  109. <script>
  110. export default {
  111. data() {
  112. return {
  113. visiable: false
  114. }
  115. },
  116. head() {
  117. return {
  118. title: '订阅PDF套餐,体验更多格式转档服务与云端空间',
  119. meta: [
  120. {
  121. name: 'keywords',
  122. content: 'PDF转pptx,PDF转docx,ai转psd,pdf转xlsx'
  123. },
  124. {
  125. hid: 'description',
  126. content: '17PDF套餐订阅中心,免费会员注册,订阅基础套餐和商务套餐享有更多文件格式转换券及加云云端空间,成就您移动无纸化办公!'
  127. },
  128. ]
  129. }
  130. },
  131. methods: {
  132. handlSubmit() {
  133. if (!this.$store.state.token) {
  134. this.visiable = true
  135. return
  136. }
  137. this.$store.commit('OPEN_LOGIN', true)
  138. this.$store.commit('SET_INTERFACE', 'vip')
  139. },
  140. login() {
  141. this.visiable = false
  142. this.$store.commit('OPEN_LOGIN', true)
  143. this.$store.commit('SET_INTERFACE', 'login')
  144. },
  145. register() {
  146. this.visiable = false
  147. this.$store.commit('OPEN_LOGIN', true)
  148. this.$store.commit('SET_INTERFACE', 'register')
  149. }
  150. },
  151. }
  152. </script>
  153. <style>
  154. .pricing_banner {
  155. background: url(http://cn-file.17pdf.com/website/member_v2/members_banner_bg.png)
  156. no-repeat;
  157. background-size: 100% 100%;
  158. }
  159. .bg_button {
  160. background: linear-gradient(140.3deg, #c6995c, #e7caa3);
  161. }
  162. </style>