diff --git a/src/components/CaseShow.vue b/src/components/CaseShow.vue index 704a87c..4aefa7a 100644 --- a/src/components/CaseShow.vue +++ b/src/components/CaseShow.vue @@ -10,6 +10,7 @@

国网照明巡检摄像头

+

工业设计

软硬件研发

@@ -67,6 +68,11 @@ import HeadLine from 'cpns/HeadLine' width: 100%; flex: 1; position: relative; + .img { + width: 100%; + height: 100%; + background: red; + } .bottom_text { position: absolute; left: -50%; diff --git a/src/components/Hardware.vue b/src/components/Hardware.vue new file mode 100644 index 0000000..10f9626 --- /dev/null +++ b/src/components/Hardware.vue @@ -0,0 +1,95 @@ + + + + + diff --git a/src/pages/index.vue b/src/pages/index.vue index 5a60e47..d91b97a 100644 --- a/src/pages/index.vue +++ b/src/pages/index.vue @@ -2,6 +2,7 @@
+ @@ -16,6 +17,7 @@