-
+
@@ -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;