diff --git a/src/components/MechanicalDrive.vue b/src/components/MechanicalDrive.vue index 24c447b..0eb8d5b 100644 --- a/src/components/MechanicalDrive.vue +++ b/src/components/MechanicalDrive.vue @@ -9,7 +9,10 @@ />
-
+
+
+
同步带传动
+
@@ -47,9 +50,25 @@ import HeadLine from 'cpns/HeadLine' row-gap: 7px; .card { flex: 1; - height: 107px; background: #ffffff; border-radius: 3px; + .img { + width: 100%; + height: 89px; + background: #000; + } + .title { + font-size: 14px; + font-family: Source Han Sans CN; + font-weight: 400; + color: #000000; + display: flex; + align-items: center; + justify-content: center; + background: #fafafa; + padding: 12px 0; + width: 100%; + } } } }