diff --git a/src/components/OneStop.vue b/src/components/OneStop.vue index feddde6..a914e3d 100644 --- a/src/components/OneStop.vue +++ b/src/components/OneStop.vue @@ -9,7 +9,13 @@ />
-
+
+
+
+

工业设计

+
查看详情
+
+
@@ -38,9 +44,36 @@ import HeadLine from 'cpns/HeadLine' column-gap: 7px; .card { flex: 1; - height: 125px; border-radius: 3px; background: #fff; + .img { + width: 100%; + height: 88px; + background: #000; + } + .btn_wrap { + display: flex; + align-items: center; + justify-content: space-between; + padding: 10px 12px 10px 16px; + box-sizing: border-box; + font-size: 7px; + font-family: Source Han Sans CN; + font-weight: 400; + color: #020208; + .btn { + background: #f94622; + border-radius: 8px; + padding: 5px 9px; + display: flex; + align-items: center; + justify-content: center; + font-size: 7px; + font-family: Source Han Sans CN; + font-weight: 400; + color: #ffffff; + } + } } } }