forked from Gitlink/forgeplus-react
修改文字描述等
This commit is contained in:
parent
9531409b95
commit
59c1506656
|
@ -155,7 +155,7 @@ function FifthSection({ fifth, history }) {
|
|||
|
||||
<div className="task-main">
|
||||
<h2 className="homePage-blue-tit">创客空间</h2>
|
||||
<h4 className="homePage-subhead">开源项目版块集项目托管、版本管理等功能于一体,为开源协作和群智汇聚提供创作环境</h4>
|
||||
<h4 className="homePage-subhead">创客空间版块面向大众智慧群体征集技术成果、创意概念和解决方案,实现供需高效对接</h4>
|
||||
<Line />
|
||||
<Collapse
|
||||
accordion
|
||||
|
|
|
@ -9,18 +9,18 @@ $bgcolorlist:#254dea #e33230 #0766fb #f02c66 #6038ff #f85e55 #c13cff #2cb840 #57
|
|||
|
||||
.fifth-main {
|
||||
display: flex;
|
||||
margin: 5vh auto 3vh;
|
||||
margin: 5vh auto 0;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.homepage-btn {
|
||||
margin-bottom: 10vh;
|
||||
margin-bottom: 8vh;
|
||||
}
|
||||
|
||||
.circle-wave {
|
||||
position: relative;
|
||||
width: 37.5em;
|
||||
height: 43.75em;
|
||||
height: 42.75em;
|
||||
flex: none;
|
||||
|
||||
&:hover .icon-circle {
|
||||
|
|
|
@ -56,7 +56,7 @@ function SecondSection({ second ,main_web_site_url ,btnUrl}) {
|
|||
return (
|
||||
<React.Fragment>
|
||||
<h2 className="homePage-blue-tit">社区动态</h2>
|
||||
<h4 className="homePage-subhead">为社区用户提供自主交流空间,实现思维碰撞和智慧融合</h4>
|
||||
<h4 className="homePage-subhead">关注开源热点资讯与技术,分享红山观点与活动</h4>
|
||||
<Line />
|
||||
<div className="homepage-main community-main">
|
||||
|
||||
|
|
Loading…
Reference in New Issue