diff --git a/src/assets/img/hardware/1.png b/src/assets/img/hardware/1.png new file mode 100644 index 0000000..07f1feb Binary files /dev/null and b/src/assets/img/hardware/1.png differ diff --git a/src/assets/img/hardware/10.png b/src/assets/img/hardware/10.png new file mode 100644 index 0000000..533f5ff Binary files /dev/null and b/src/assets/img/hardware/10.png differ diff --git a/src/assets/img/hardware/11.png b/src/assets/img/hardware/11.png new file mode 100644 index 0000000..20a8f67 Binary files /dev/null and b/src/assets/img/hardware/11.png differ diff --git a/src/assets/img/hardware/12.png b/src/assets/img/hardware/12.png new file mode 100644 index 0000000..f7fbf08 Binary files /dev/null and b/src/assets/img/hardware/12.png differ diff --git a/src/assets/img/hardware/2.png b/src/assets/img/hardware/2.png new file mode 100644 index 0000000..0c0621c Binary files /dev/null and b/src/assets/img/hardware/2.png differ diff --git a/src/assets/img/hardware/3.png b/src/assets/img/hardware/3.png new file mode 100644 index 0000000..5d28a0a Binary files /dev/null and b/src/assets/img/hardware/3.png differ diff --git a/src/assets/img/hardware/4.png b/src/assets/img/hardware/4.png new file mode 100644 index 0000000..33a058c Binary files /dev/null and b/src/assets/img/hardware/4.png differ diff --git a/src/assets/img/hardware/5.png b/src/assets/img/hardware/5.png new file mode 100644 index 0000000..e965e29 Binary files /dev/null and b/src/assets/img/hardware/5.png differ diff --git a/src/assets/img/hardware/6.png b/src/assets/img/hardware/6.png new file mode 100644 index 0000000..e9532b1 Binary files /dev/null and b/src/assets/img/hardware/6.png differ diff --git a/src/assets/img/hardware/7.png b/src/assets/img/hardware/7.png new file mode 100644 index 0000000..3d982d7 Binary files /dev/null and b/src/assets/img/hardware/7.png differ diff --git a/src/assets/img/hardware/8.png b/src/assets/img/hardware/8.png new file mode 100644 index 0000000..0cd77f8 Binary files /dev/null and b/src/assets/img/hardware/8.png differ diff --git a/src/assets/img/hardware/9.png b/src/assets/img/hardware/9.png new file mode 100644 index 0000000..937e3e9 Binary files /dev/null and b/src/assets/img/hardware/9.png differ diff --git a/src/components/Tabs/index.vue b/src/components/Tabs/index.vue index a88bbeb..bae4d9b 100644 --- a/src/components/Tabs/index.vue +++ b/src/components/Tabs/index.vue @@ -6,7 +6,7 @@ @click="updateActiveTab(item.id)" :class="isActive(item.id) ? 'active_color' : ''" > - {{ item.name }} + {{ item.name }}

@@ -49,6 +49,12 @@ const updateActiveTab = id => { div { cursor: pointer; position: relative; + transition-property: all; + transition-duration: 0.4s; + animation-fill-mode: forwards; + } + div:hover { + transform: scale(1.2); } .lines { position: absolute; diff --git a/src/views/Index/components/SoftHardwareSummary/index.vue b/src/views/Index/components/SoftHardwareSummary/index.vue index a8745a1..b60ca8e 100644 --- a/src/views/Index/components/SoftHardwareSummary/index.vue +++ b/src/views/Index/components/SoftHardwareSummary/index.vue @@ -42,7 +42,42 @@ 合作过的芯片原厂

- +
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
@@ -50,7 +85,6 @@