intro.vue 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. <script lang='ts' setup>
  2. </script>
  3. <template>
  4. <div class="bg-#F9FAFB">
  5. <div class="w-1200-auto pos-relative py-120px text-center text-#3D3D3D pos-relative">
  6. <div class="w-850px text-24px mx-auto">
  7. <div class="lh-50px mb-40px">
  8. EJET Spark is a trend-driven product solution provider bridging
  9. creative suppliers and trend-focused retailers through market insights,
  10. agile supply chains, and collaborative partnerships.
  11. </div>
  12. <div class="lh-50px">
  13. We offer not only the product — but also speed, flexibility, and consistency.
  14. Whether you're curating a store or building a regional product line,
  15. EJET SPARK helps you spark new ideas and retail excitement.
  16. </div>
  17. </div>
  18. <img
  19. src="@/assets/images/icon_face.png"
  20. class="w-68px h-68px pos-absolute top-50% transform-translate-y--50% left-0px"
  21. alt=""
  22. srcset=""
  23. >
  24. <img
  25. src="@/assets/images/blog_icon06.png"
  26. class="w-70px h-70px pos-absolute top-100px right-0px"
  27. alt=""
  28. srcset=""
  29. >
  30. <img
  31. src="@/assets/images/icon_decoration.png"
  32. class="w-80px h-130px pos-absolute bottom-100px right--100px"
  33. alt=""
  34. srcset=""
  35. >
  36. </div>
  37. </div>
  38. </template>
  39. <style lang='less' scoped>
  40. </style>