diff --git a/components/pageLayout/abuot.vue b/components/pageLayout/abuot.vue index 99cd8bd..dbd95c6 100644 --- a/components/pageLayout/abuot.vue +++ b/components/pageLayout/abuot.vue @@ -24,6 +24,55 @@ 了解更多>> +
+
+ 公司地图背景 +
+
+
+
+ CONTACT +

+ 联系我们 +

+
+

+ 欢迎与我们取得联系,我们将竭诚为您服务 +

+
+
+
+
+ 位置图标 + 来访地址: 辉煌国际 北京市海淀区上地十街1号院 +
+
+ 电话图标 + 服务邮箱: XXXXX@jsldjf.com +
+
+
+
+
diff --git a/layouts/default.vue b/layouts/default.vue index 674b6b0..061ccab 100644 --- a/layouts/default.vue +++ b/layouts/default.vue @@ -103,57 +103,7 @@ - + diff --git a/pages/index.vue b/pages/index.vue index ff66ea0..fb00763 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -4,13 +4,7 @@ class="relative h-[428px] w-full bg-gradient-to-b from-[#0C0C16] to-[#0C131E] lg:h-[888px]" > - +
@@ -28,16 +22,17 @@ > {{ slide.subtitle }} -
+

- {{ tag }} + {{ tag.name }}

@@ -83,14 +78,46 @@ const slides = [ bgSm: '/images/banner/device_sm.png', title: '储能工业控制主机 BK-1000', subtitle: '超高性价比|开发周期缩短50%|电力四级防护', - tags: ['低成本', '高可靠性', '全场景适配'], + tags: [ + { + name: '低成本', + bg: '/images/banner/tag1.png', + clx: 'w-[126px] h-[38px] md:w-[100px] md:h-[30px] sm:w-[80px] sm:h-[24px]', + }, + { + name: '高可靠性', + bg: '/images/banner/tag2.png', + clx: 'w-[126px] h-[38px] md:w-[100px] md:h-[30px] sm:w-[80px] sm:h-[24px]', + }, + { + name: '全场景适配', + bg: '/images/banner/tag3.png', + clx: 'w-[148px] h-[38px] md:w-[116px] md:h-[30px] sm:w-[94px] sm:h-[24px]', + }, + ], }, { bgLg: '/images/banner/bk2000.png', bgSm: '/images/banner/device_sm.png', title: '储能工业控制主机 BK-2000', subtitle: '超高性价比|开发周期缩短50%|电力四级防护', - tags: ['低成本', '高可靠性', '全场景适配'], + tags: [ + { + name: '低成本', + bg: '/images/banner/tag1.png', + clx: 'w-[126px] h-[38px] md:w-[100px] md:h-[30px] sm:w-[80px] sm:h-[24px]', + }, + { + name: '高可靠性', + bg: '/images/banner/tag2.png', + clx: 'w-[126px] h-[38px] md:w-[100px] md:h-[30px] sm:w-[80px] sm:h-[24px]', + }, + { + name: '全场景适配', + bg: '/images/banner/tag3.png', + clx: 'w-[148px] h-[38px] md:w-[116px] md:h-[30px] sm:w-[94px] sm:h-[24px]', + }, + ], }, ] diff --git a/pages/products.vue b/pages/products.vue new file mode 100644 index 0000000..9e9e01d --- /dev/null +++ b/pages/products.vue @@ -0,0 +1,25 @@ + + + + + diff --git a/public/images/aboutUs/bg.png b/public/images/aboutUs/bg.png new file mode 100644 index 0000000..ef265c2 Binary files /dev/null and b/public/images/aboutUs/bg.png differ diff --git a/public/images/aboutUs/company.png b/public/images/aboutUs/company.png new file mode 100644 index 0000000..717ac14 Binary files /dev/null and b/public/images/aboutUs/company.png differ diff --git a/public/images/aboutUs/location.png b/public/images/aboutUs/location.png new file mode 100644 index 0000000..15f542e Binary files /dev/null and b/public/images/aboutUs/location.png differ diff --git a/public/images/aboutUs/user.png b/public/images/aboutUs/user.png new file mode 100644 index 0000000..f3f6923 Binary files /dev/null and b/public/images/aboutUs/user.png differ diff --git a/public/images/banner/tag1.png b/public/images/banner/tag1.png new file mode 100644 index 0000000..707d5d9 Binary files /dev/null and b/public/images/banner/tag1.png differ diff --git a/public/images/banner/tag2.png b/public/images/banner/tag2.png new file mode 100644 index 0000000..20d3293 Binary files /dev/null and b/public/images/banner/tag2.png differ diff --git a/public/images/banner/tag3.png b/public/images/banner/tag3.png new file mode 100644 index 0000000..4b5f560 Binary files /dev/null and b/public/images/banner/tag3.png differ