方诺官网改正版
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

202 lines
7.2 KiB

  1. <template>
  2. <div>
  3. <div class="intro-y flex items-center mt-8">
  4. <h2 class="text-lg font-medium mr-auto">Pricing Layout</h2>
  5. </div>
  6. <!-- BEGIN: Pricing Layout -->
  7. <div class="intro-y box flex flex-col lg:flex-row mt-5">
  8. <div class="intro-y flex-1 px-5 py-16">
  9. <CreditCardIcon
  10. class="w-12 h-12 text-theme-1 dark:text-theme-10 mx-auto"
  11. />
  12. <div class="text-xl font-medium text-center mt-10">Basic Plan</div>
  13. <div class="text-gray-700 dark:text-gray-600 text-center mt-5">
  14. 1 Domain <span class="mx-1">•</span> 10 Users
  15. <span class="mx-1">•</span> 20 Copies
  16. </div>
  17. <div
  18. class="text-gray-600 dark:text-gray-400 px-10 text-center mx-auto mt-2"
  19. >
  20. Lorem Ipsum is simply dummy text of the printing and typesetting
  21. industry.
  22. </div>
  23. <div class="flex justify-center">
  24. <div class="relative text-5xl font-semibold mt-8 mx-auto">
  25. 35
  26. <span
  27. class="absolute text-2xl top-0 right-0 text-gray-500 -mr-4 mt-1"
  28. >$</span
  29. >
  30. </div>
  31. </div>
  32. <button
  33. type="button"
  34. class="button button--lg block text-white bg-theme-1 rounded-full mx-auto mt-8"
  35. >
  36. PURCHASE NOW
  37. </button>
  38. </div>
  39. <div
  40. class="intro-y border-b border-t lg:border-b-0 lg:border-t-0 flex-1 p-5 lg:border-l lg:border-r border-gray-200 dark:border-dark-5 py-16"
  41. >
  42. <BriefcaseIcon
  43. class="w-12 h-12 text-theme-1 dark:text-theme-10 mx-auto"
  44. />
  45. <div class="text-xl font-medium text-center mt-10">Business</div>
  46. <div class="text-gray-700 dark:text-gray-600 text-center mt-5">
  47. 1 Domain <span class="mx-1">•</span> 10 Users
  48. <span class="mx-1">•</span> 20 Copies
  49. </div>
  50. <div
  51. class="text-gray-600 dark:text-gray-400 px-10 text-center mx-auto mt-2"
  52. >
  53. Lorem Ipsum is simply dummy text of the printing and typesetting
  54. industry.
  55. </div>
  56. <div class="flex justify-center">
  57. <div class="relative text-5xl font-semibold mt-8 mx-auto">
  58. 60
  59. <span
  60. class="absolute text-2xl top-0 right-0 text-gray-500 -mr-4 mt-1"
  61. >$</span
  62. >
  63. </div>
  64. </div>
  65. <button
  66. type="button"
  67. class="button button--lg block text-white bg-theme-1 rounded-full mx-auto mt-8"
  68. >
  69. PURCHASE NOW
  70. </button>
  71. </div>
  72. <div class="intro-y flex-1 px-5 py-16">
  73. <ShoppingBagIcon
  74. class="w-12 h-12 text-theme-1 dark:text-theme-10 mx-auto"
  75. />
  76. <div class="text-xl font-medium text-center mt-10">Enterprise</div>
  77. <div class="text-gray-700 dark:text-gray-600 text-center mt-5">
  78. 1 Domain <span class="mx-1">•</span> 10 Users
  79. <span class="mx-1">•</span> 20 Copies
  80. </div>
  81. <div
  82. class="text-gray-600 dark:text-gray-400 px-10 text-center mx-auto mt-2"
  83. >
  84. Lorem Ipsum is simply dummy text of the printing and typesetting
  85. industry.
  86. </div>
  87. <div class="flex justify-center">
  88. <div class="relative text-5xl font-semibold mt-8 mx-auto">
  89. 120
  90. <span
  91. class="absolute text-2xl top-0 right-0 text-gray-500 -mr-4 mt-1"
  92. >$</span
  93. >
  94. </div>
  95. </div>
  96. <button
  97. type="button"
  98. class="button button--lg block text-white bg-theme-1 rounded-full mx-auto mt-8"
  99. >
  100. PURCHASE NOW
  101. </button>
  102. </div>
  103. </div>
  104. <!-- END: Pricing Layout -->
  105. <!-- BEGIN: Pricing Layout -->
  106. <div class="intro-y box flex flex-col lg:flex-row mt-5">
  107. <div class="intro-y flex-1 px-5 py-16">
  108. <ActivityIcon
  109. class="w-12 h-12 text-theme-1 dark:text-theme-10 mx-auto"
  110. />
  111. <div class="text-xl font-medium text-center mt-10">Basic Plan</div>
  112. <div class="text-gray-700 dark:text-gray-600 text-center mt-5">
  113. 1 Domain <span class="mx-1">•</span> 10 Users
  114. <span class="mx-1">•</span> 20 Copies
  115. </div>
  116. <div
  117. class="text-gray-600 dark:text-gray-400 px-10 text-center mx-auto mt-2"
  118. >
  119. Lorem Ipsum is simply dummy text of the printing and typesetting
  120. industry.
  121. </div>
  122. <div class="flex justify-center">
  123. <div class="relative text-5xl font-semibold mt-8 mx-auto">
  124. 35
  125. <span
  126. class="absolute text-2xl top-0 right-0 text-gray-500 -mr-4 mt-1"
  127. >$</span
  128. >
  129. </div>
  130. </div>
  131. <button
  132. type="button"
  133. class="button button--lg block text-white bg-theme-1 rounded-full mx-auto mt-8"
  134. >
  135. PURCHASE NOW
  136. </button>
  137. </div>
  138. <div
  139. class="intro-y border-b border-t lg:border-b-0 lg:border-t-0 flex-1 px-5 lg:border-l lg:border-r border-gray-200 dark:border-dark-5 py-16"
  140. >
  141. <BoxIcon class="w-12 h-12 text-theme-1 dark:text-theme-10 mx-auto" />
  142. <div class="text-xl font-medium text-center mt-10">Business</div>
  143. <div class="text-gray-700 dark:text-gray-600 text-center mt-5">
  144. 1 Domain <span class="mx-1">•</span> 10 Users
  145. <span class="mx-1">•</span> 20 Copies
  146. </div>
  147. <div
  148. class="text-gray-600 dark:text-gray-400 px-10 text-center mx-auto mt-2"
  149. >
  150. Lorem Ipsum is simply dummy text of the printing and typesetting
  151. industry.
  152. </div>
  153. <div class="flex justify-center">
  154. <div class="relative text-5xl font-semibold mt-8 mx-auto">
  155. 60
  156. <span
  157. class="absolute text-2xl top-0 right-0 text-gray-500 -mr-4 mt-1"
  158. >$</span
  159. >
  160. </div>
  161. </div>
  162. <button
  163. type="button"
  164. class="button button--lg block text-white bg-theme-1 rounded-full mx-auto mt-8"
  165. >
  166. PURCHASE NOW
  167. </button>
  168. </div>
  169. <div class="intro-y flex-1 px-5 py-16">
  170. <SendIcon class="w-12 h-12 text-theme-1 dark:text-theme-10 mx-auto" />
  171. <div class="text-xl font-medium text-center mt-10">Enterprise</div>
  172. <div class="text-gray-700 dark:text-gray-600 text-center mt-5">
  173. 1 Domain <span class="mx-1">•</span> 10 Users
  174. <span class="mx-1">•</span> 20 Copies
  175. </div>
  176. <div
  177. class="text-gray-600 dark:text-gray-400 px-10 text-center mx-auto mt-2"
  178. >
  179. Lorem Ipsum is simply dummy text of the printing and typesetting
  180. industry.
  181. </div>
  182. <div class="flex justify-center">
  183. <div class="relative text-5xl font-semibold mt-8 mx-auto">
  184. 120
  185. <span
  186. class="absolute text-2xl top-0 right-0 text-gray-500 -mr-4 mt-1"
  187. >$</span
  188. >
  189. </div>
  190. </div>
  191. <button
  192. type="button"
  193. class="button button--lg block text-white bg-theme-1 rounded-full mx-auto mt-8"
  194. >
  195. PURCHASE NOW
  196. </button>
  197. </div>
  198. </div>
  199. <!-- END: Pricing Layout -->
  200. </div>
  201. </template>