pricing.vue 3.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. <template>
  2. <div>
  3. <div class="pricing_banner w-full h-340px bg-no-repeat mb-77px pt-86px ">
  4. <div class=" w-634px h-168px bg-[#d2b99799] my-0 mx-auto text-center text-[#fff] pt-30px">
  5. <p class="bg_title text-[48px] leading-[1.428571429]">17会员中心</p>
  6. <p class="bg_text text-[18px] leading-[1.428571429]">文件格式无限转档,纯净无广告,更多进阶功能等你体验</p>
  7. <button type="button"
  8. class="bg_button w-145px h-48px rounded-[29px] text-[18px] leading-[48px] my-22px mx-auto border-0 ">立即订阅</button>
  9. </div>
  10. </div>
  11. <div class="pricing_wrap ">
  12. <div class="pricing_content first">
  13. <div class="content_title flex justify-center items-center mb-50px ">
  14. <img src="http://cn-file.17pdf.com/website/member_v2/pop_member_decorate2_title.png" alt="引號"
  15. class="w-18px h-9px inline-block">
  16. <p class="text-[32px] text-[#d5b07d] leading-[48px] inline-block px-24px">会员主打特权</p>
  17. <img src="http://cn-file.17pdf.com/website/member_v2/pop_member_decorate1_title.png" alt="引號"
  18. class="w-18px h-9px inline-block">
  19. </div>
  20. <div class="content_line w-780px mx-auto">
  21. <div class="content_box flex justify-between items-center mb-65px">
  22. <img src="http://cn-file.17pdf.com/website/pricings/v2/pic_members_removeads.png" alt="AD"
  23. class="big_img align-middle">
  24. <div class="text_container w-420px pl-20px">
  25. <p class="box_title mb-8px text-[24px] leading-[36px] font-bold text-[#333]">移除广告</p>
  26. <p class="box_text text-[18px] leading-[27px] text-[#666]">PDF
  27. Reader会员拥有移除广告特权,尊享纯净版客户端,办公全程无干扰</p>
  28. </div>
  29. </div>
  30. <div class="content_box flex justify-between items-center mb-65px">
  31. <div class="text_container w-420px pl-20px">
  32. <p class="box_title mb-8px text-[24px] leading-[36px] font-bold text-[#333]">免费无限转换格式</p>
  33. <p class="box_text text-[18px] leading-[27px] text-[#666]">支持PDF to
  34. Word、PPT、Excel、TXT、JPG/PNG无限次数转换,高效稳定</p>
  35. </div>
  36. <img src="http://cn-file.17pdf.com/website/pricings/member_fuction_pic_trans.png" alt=""
  37. class="big_img align-middle">
  38. </div>
  39. </div>
  40. <div class="button_subscribe mt-5px mb-80px text-center">
  41. <button type="button"
  42. class="bg_button w-330px h-56px rounded-[29px] text-[26px] leading-[56px] text-[#fff] font-medium">立即订阅</button>
  43. </div>
  44. </div>
  45. </div>
  46. </div>
  47. </template>
  48. <style>
  49. .pricing_banner {
  50. background: url(http://cn-file.17pdf.com/website/member_v2/members_banner_bg.png) no-repeat;
  51. background-size: 100% 100%;
  52. }
  53. .bg_button {
  54. background: linear-gradient(140.3deg, #c6995c, #e7caa3);
  55. }
  56. </style>