From 0fddd25700a0e6db5acbd181ea8ddf4baa10bfc7 Mon Sep 17 00:00:00 2001 From: Jzx201211 <1595536662@qq.com> Date: Mon, 7 Mar 2022 18:23:28 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AB=A0=E8=8A=82=E5=92=8C=E4=BA=BA=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/shijiankecheng/box4.js | 9 +++++++++ src/pages/shijiankecheng/shijiankecheng.css | 9 +++++++++ 2 files changed, 18 insertions(+) diff --git a/src/pages/shijiankecheng/box4.js b/src/pages/shijiankecheng/box4.js index 8be1038d..1e8a9495 100644 --- a/src/pages/shijiankecheng/box4.js +++ b/src/pages/shijiankecheng/box4.js @@ -66,6 +66,15 @@ export default class Box4 extends Component {
{item.name}
+
+
+ {item.stages_count} +
+
+ {item.members_count} +
+
+
))} diff --git a/src/pages/shijiankecheng/shijiankecheng.css b/src/pages/shijiankecheng/shijiankecheng.css index ae769e6a..2be27261 100644 --- a/src/pages/shijiankecheng/shijiankecheng.css +++ b/src/pages/shijiankecheng/shijiankecheng.css @@ -264,6 +264,15 @@ text-overflow: ellipsis; white-space: nowrap; } +.kc_main_box4_box_xia_box2{ + font-size: 12px; +} +.kc_main_box4_box_xia_box2_box{ + padding: 5px 10px; + height: auto; + width: auto; + float: left; +} .kc_main_box5{ text-align: center; margin-bottom: 50px;