From 18503fabac113c5dced1c8cb5ddf086f451a5ba0 Mon Sep 17 00:00:00 2001 From: maochaoying <925670706@qq.com> Date: Sat, 17 Jun 2023 09:13:31 +0800 Subject: [PATCH] 616 --- src/components/Awards.vue | 19 +++++++++++++++++-- src/components/News.vue | 1 - 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/src/components/Awards.vue b/src/components/Awards.vue index bf74423..0e57d11 100644 --- a/src/components/Awards.vue +++ b/src/components/Awards.vue @@ -2,7 +2,10 @@
-
+
+
+

荣获奖项

+
@@ -24,8 +27,20 @@ import HeadLine from 'cpns/HeadLine' grid-template-rows: repeat(2, 1fr); .card { flex: 1; - height: 125px; background: #f3f4f7; + padding: 29px 40px 26px 40px; + .icon { + width: 44px; + height: 44px; + background: #000; + margin-bottom: 19px; + } + .title { + font-size: 9px; + font-family: Alibaba PuHuiTi; + font-weight: 500; + color: #636363; + } } } } diff --git a/src/components/News.vue b/src/components/News.vue index 31ee3f1..51769b4 100644 --- a/src/components/News.vue +++ b/src/components/News.vue @@ -20,7 +20,6 @@ import HeadLine from 'cpns/HeadLine' grid-template-columns: repeat(3, 1fr); padding: 0 7px; box-sizing: border-box; - column-gap: 7px; .card { flex: 1; background: #000;