forked from Gitlink/forgeplus-react
样式修改、开源夏令营title修改
This commit is contained in:
parent
05136654c4
commit
b3dab41773
|
|
@ -129,12 +129,17 @@ function NewsDetail(props){
|
|||
{ !!detail.visits && <li><img src={liulan} alt="" className="mr5" />{detail.visits}</li> }
|
||||
{ detail.auditStatus === '2' && <li><Badge color={temp === "zone" ? "#466aff" : "#089f7f"} text="待审核" className='pass'/></li>}
|
||||
{ detail.auditStatus === '0' && <li><Badge color="#eb1212" text="未通过" className='failed'/></li>}
|
||||
{ detail.keywords && !isPhone() && <li className='keywords'>文章标签:{ detail.keywords.split(',').map(e => (
|
||||
<span>{ e }</span>
|
||||
)) }</li>}
|
||||
</ul>
|
||||
</div>
|
||||
{ !IsPC() && <Divider dashed={true} /> }
|
||||
{
|
||||
content ? <>
|
||||
{ detail.keywords && <p className='keywords'>文章标签:<span className='ml8'>{ detail.keywords }</span></p>}
|
||||
{ detail.keywords && isPhone() && <li className='keywords'>文章标签:{ detail.keywords.split(',').map(e => (
|
||||
<span>{ e }</span>
|
||||
)) }</li>}
|
||||
<RenderHtml className="informations_detail imageLayerParent" value={content} url={props.history.location} />
|
||||
</>
|
||||
:
|
||||
|
|
|
|||
|
|
@ -493,7 +493,14 @@
|
|||
line-height: 28px;
|
||||
padding-bottom: 10px;
|
||||
span {
|
||||
color:#466aff;
|
||||
display: inline-block;
|
||||
color:#1F2329;
|
||||
margin-right: 5px;
|
||||
border: 1px solid;
|
||||
border-color: #d6d8e0;
|
||||
border-radius: 4px;
|
||||
padding: 2px 10px;
|
||||
margin-bottom: 10px !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -568,7 +575,13 @@
|
|||
line-height: 28px;
|
||||
padding-bottom: 10px;
|
||||
span {
|
||||
color:#466aff;
|
||||
display: inline-block;
|
||||
color:#1F2329;
|
||||
margin-right: 5px;
|
||||
border: 1px solid;
|
||||
border-color: #d6d8e0;
|
||||
border-radius: 4px;
|
||||
padding: 2px 10px;
|
||||
}
|
||||
}
|
||||
.info_text_main{
|
||||
|
|
|
|||
|
|
@ -171,7 +171,7 @@ const Glcc = (propsF) => {
|
|||
const [studentRegId, setStudentRegId] = useState(undefined);
|
||||
|
||||
useEffect(()=>{
|
||||
document.title='开源夏令营';
|
||||
document.title='确实开源编程夏令营丨GLCC';
|
||||
}, [])
|
||||
|
||||
// 是否为导师身份
|
||||
|
|
|
|||
Loading…
Reference in New Issue