solutions.vue 1.0 KB

123456789101112131415161718192021222324252627282930313233343536
  1. <script lang='ts' setup>
  2. </script>
  3. <template>
  4. <div>
  5. <div class="bg-#0F0820">
  6. <div class="header w-1200-auto flex items-center justify-between pt-230px pb-124px">
  7. <div>
  8. <h1 class="text-58px fw-800 text-#fff ls-2 custom-title-font">
  9. Full-Category Solution
  10. </h1>
  11. <h1 class="text-58px fw-800 text-#fff ls-2 !mt-10px custom-title-font">
  12. One-Stop Supply
  13. </h1>
  14. <el-button class="my-60px !text-#fff !bg-#878490 !w-160px !h-40px !b-#fff !b-rd-400px" round>
  15. <nuxt-link :to="{ name: 'contact' }">
  16. Contact Us
  17. </nuxt-link>
  18. </el-button>
  19. </div>
  20. <img src="@/assets/images/solutions_banner.png" class="w-440px h-440px" alt="">
  21. </div>
  22. </div>
  23. <business-solutions-block_solve />
  24. <business-solutions-block_power />
  25. <business-solutions-block_statistic />
  26. <business-solutions-block_steps />
  27. <common-block-faq />
  28. <AppFooter />
  29. </div>
  30. </template>
  31. <style lang='less' scoped>
  32. </style>