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;