faq.vue 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207
  1. <!-- @format -->
  2. <script lang="ts" setup>
  3. const activeName = ref()
  4. </script>
  5. <template>
  6. <div class="bg-#F3F4FB py-120px data-section" data-section-color="#F3F4FB">
  7. <div class="w-1200-auto flex justify-between">
  8. <div>
  9. <div
  10. class="py-5px mb-20px w-70px text-center text-#9B6CFF b-rd-200px bg-#EAE5FA"
  11. >
  12. FAQ
  13. </div>
  14. <h2 class="text-#333 text-36px !fw-800 custom-title-font">
  15. Frequently
  16. </h2>
  17. <h2 class="!mb-20px text-#333 text-36px !fw-800 custom-title-font">
  18. Asked <span class="custom-title-bg04">Questions</span>
  19. </h2>
  20. <div
  21. class="py-14px text-14px w-128px text-center text-#fff b-rd-200px bg-#0F0820 hover:bg-#9B6CFF hover:text-#fff cursor-pointer"
  22. >
  23. <nuxt-link to="/faq">
  24. Learn More
  25. </nuxt-link>
  26. </div>
  27. </div>
  28. <div class="custom-collapse w-680px pos-relative">
  29. <el-collapse v-model="activeName" accordion>
  30. <el-collapse-item name="1">
  31. <template #title>
  32. <div class="flex">
  33. <div
  34. class="w-36px mt-6px h-36px text-16px lh-36px text-center b-rd-50% bg-#9B6CFF text-#fff mr-20px"
  35. >
  36. 1
  37. </div>
  38. <h3
  39. class="flex-1 text-24px fw-bold text-#333 text-left lh-34px w-520px custom-title-font"
  40. >
  41. Can I order products across different categories?
  42. </h3>
  43. </div>
  44. </template>
  45. <template #icon="{ isActive }">
  46. <img
  47. v-if="!isActive"
  48. src="@/assets/images/plus.png"
  49. class="!w-20px !h-20px mt-12px"
  50. >
  51. <img
  52. v-else
  53. src="@/assets/images/reduce.png"
  54. class="!w-20px !h-20px mt-12px"
  55. >
  56. </template>
  57. <div
  58. class="text-#999 fw-500 lh-24px mt-10px px-60px custom-title-font"
  59. >
  60. Yes, we support mixed-category orders to suit your store's needs, with low MOQs per item.
  61. </div>
  62. </el-collapse-item>
  63. <el-collapse-item name="2">
  64. <template #title>
  65. <div class="flex">
  66. <div
  67. class="w-36px mt-6px h-36px text-16px lh-36px text-center b-rd-50% bg-#9B6CFF text-#fff mr-20px"
  68. >
  69. 2
  70. </div>
  71. <h3
  72. class="flex-1 text-24px fw-bold text-#333 text-left lh-34px w-520px custom-title-font"
  73. >
  74. How often do you update your catalogs?
  75. </h3>
  76. </div>
  77. </template>
  78. <template #icon="{ isActive }">
  79. <img
  80. v-if="!isActive"
  81. src="@/assets/images/plus.png"
  82. class="!w-20px !h-20px mt-12px"
  83. >
  84. <img
  85. v-else
  86. src="@/assets/images/reduce.png"
  87. class="!w-20px !h-20px mt-12px"
  88. >
  89. </template>
  90. <h3
  91. class="text-#999 fw-500 lh-24px mt-10px px-60px custom-title-font"
  92. >
  93. Our catalogs are refreshed weekly to reflect current trends and consumer demand.
  94. </h3>
  95. </el-collapse-item>
  96. <el-collapse-item name="3">
  97. <template #title>
  98. <div class="flex">
  99. <div
  100. class="w-36px mt-6px h-36px text-16px lh-36px text-center b-rd-50% bg-#9B6CFF text-#fff mr-20px"
  101. >
  102. 3
  103. </div>
  104. <div
  105. class="flex-1 text-24px fw-bold text-#333 text-left lh-34px w-520px custom-title-font"
  106. >
  107. Can you help recommend products for my target market?
  108. </div>
  109. </div>
  110. </template>
  111. <template #icon="{ isActive }">
  112. <img
  113. v-if="!isActive"
  114. src="@/assets/images/plus.png"
  115. class="!w-20px !h-20px mt-12px"
  116. >
  117. <img
  118. v-else
  119. src="@/assets/images/reduce.png"
  120. class="!w-20px !h-20px mt-12px"
  121. >
  122. </template>
  123. <h3
  124. class="text-#999 fw-500 lh-24px mt-10px px-60px custom-title-font"
  125. >
  126. Sure, we can recommend products by market and provide product portfolios and display solutions for coordinated product series.
  127. </h3>
  128. </el-collapse-item>
  129. <el-collapse-item name="4">
  130. <template #title>
  131. <div class="flex">
  132. <div
  133. class="w-36px mt-6px h-36px text-16px lh-36px text-center b-rd-50% bg-#9B6CFF text-#fff mr-20px"
  134. >
  135. 4
  136. </div>
  137. <div
  138. class="flex-1 text-24px fw-bold text-#333 text-left lh-34px w-520px custom-title-font"
  139. >
  140. How do I start working with EJET Spark?
  141. </div>
  142. </div>
  143. </template>
  144. <template #icon="{ isActive }">
  145. <img
  146. v-if="!isActive"
  147. src="@/assets/images/plus.png"
  148. class="!w-20px !h-20px mt-12px"
  149. >
  150. <img
  151. v-else
  152. src="@/assets/images/reduce.png"
  153. class="!w-20px !h-20px mt-12px"
  154. >
  155. </template>
  156. <h3
  157. class="text-#999 fw-500 lh-24px mt-10px px-60px custom-title-font"
  158. >
  159. Simply submit an inquiry with the product catalog you are interested in, and we’ll have a product expert contact you to discuss a customized solution based on your business needs.
  160. </h3>
  161. </el-collapse-item>
  162. </el-collapse>
  163. <img
  164. src="@/assets/images/icon_face.png"
  165. class="w-70px h-70px pos-absolute top--50px right-0px"
  166. alt=""
  167. srcset=""
  168. >
  169. </div>
  170. </div>
  171. </div>
  172. </template>
  173. <style lang="less" scoped>
  174. .custom-collapse {
  175. ::v-deep(.el-collapse) {
  176. .el-collapse-item {
  177. margin-bottom: 20px;
  178. border-radius: 12px;
  179. background-color: #fff;
  180. box-sizing: border-box;
  181. border: 1px solid #e0e4ea;
  182. overflow: hidden;
  183. padding: 30px;
  184. .el-collapse-item__header {
  185. border-bottom: unset !important;
  186. display: flex;
  187. justify-content: space-between;
  188. align-items: start;
  189. height: unset !important;
  190. line-height: unset !important;
  191. }
  192. &.is-active {
  193. .el-collapse-item__wrap {
  194. border-bottom: unset !important;
  195. }
  196. }
  197. .el-collapse-item__content {
  198. padding: 0px !important;
  199. }
  200. }
  201. }
  202. }
  203. </style>