123456789101112131415161718192021222324252627282930313233343536373839404142 |
- <script lang='ts' setup>
- </script>
- <template>
- <div class="bg-#F9FAFB">
- <div class="w-1200-auto pos-relative py-120px text-center text-#3D3D3D pos-relative">
- <div class="w-850px text-24px mx-auto">
- <div class="lh-50px mb-40px">
- EJET Spark is a trend-driven product solution provider bridging
- creative suppliers and trend-focused retailers through market insights,
- agile supply chains, and collaborative partnerships.
- </div>
- <div class="lh-50px">
- We offer not only the product — but also speed, flexibility, and consistency.
- Whether you're curating a store or building a regional product line,
- EJET SPARK helps you spark new ideas and retail excitement.
- </div>
- </div>
- <img
- src="@/assets/images/icon_face.png"
- class="w-68px h-68px pos-absolute top-50% transform-translate-y--50% left-0px"
- alt=""
- srcset=""
- >
- <img
- src="@/assets/images/blog_icon06.png"
- class="w-70px h-70px pos-absolute top-100px right-0px"
- alt=""
- srcset=""
- >
- <img
- src="@/assets/images/icon_decoration.png"
- class="w-80px h-130px pos-absolute bottom-100px right--100px"
- alt=""
- srcset=""
- >
- </div>
- </div>
- </template>
- <style lang='less' scoped>
- </style>
|