12345678910111213141516171819202122232425262728293031 |
- <script lang='ts' setup>
- </script>
- <template>
- <div class="bg-#0F0820">
- <div class="header w-1200-auto flex items-center h-600px bg-no-repeat bg-center" style="background-image: url('https://picsum.photos/600/600')">
- <div>
- <h1 class="text-58px fw-800 text-#fff ls-2">
- Stay Ahead with
- </h1>
- <h1 class="text-58px fw-800 text-#fff ls-2 !mt-10px">
- Trendy Products!
- </h1>
- <el-button class="mt-65px !bg-#878490 !text-#fff !bg-#878490 !w-160px !h-40px !b-#fff !b-rd-200px" round>
- Contact US
- </el-button>
- </div>
- </div>
- <business-trends />
- <business-categories-block />
- <common-block-blog />
- <common-block-faq />
- <AppFooter />
- </div>
- </template>
- <style lang='less' scoped>
- .header{
- background-position-x: right;
- }
- </style>
|