承办、协办
This commit is contained in:
parent
dfb466ca53
commit
7e8df5333a
|
|
@ -51,6 +51,11 @@ export const information = {
|
||||||
title: '会议通知',
|
title: '会议通知',
|
||||||
eng: 'Meeting Notice',
|
eng: 'Meeting Notice',
|
||||||
anchor: 'notice',
|
anchor: 'notice',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: '新闻宣传',
|
||||||
|
eng: 'Journalism and Publicity',
|
||||||
|
anchor: 'news',
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -25,12 +25,14 @@ function Footer(){
|
||||||
</div>
|
</div>
|
||||||
<div className={style.host}>
|
<div className={style.host}>
|
||||||
<span>承办单位:</span>
|
<span>承办单位:</span>
|
||||||
<span>CCF开源发展委员会</span>
|
<span>国防科技大学计算机学院</span>
|
||||||
<span>湖南先进技术研究院</span>
|
<span>湖南先进技术研究院</span>
|
||||||
|
<span>CCF开源发展委员会</span>
|
||||||
</div>
|
</div>
|
||||||
<div className={style.host}>
|
<div className={style.host}>
|
||||||
<span>协办单位:</span>
|
<span>协办单位:</span>
|
||||||
<span>中国电子信息产业集团有限公司</span>
|
<span>中国电子信息产业集团有限公司</span>
|
||||||
|
<span>长沙市国链安全可靠计算机产业促进中心</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div className={style.copyright}>
|
<div className={style.copyright}>
|
||||||
|
|
|
||||||
|
|
@ -142,7 +142,7 @@ html body {
|
||||||
.host {
|
.host {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
margin-right: 155px;
|
margin-right: 125px;
|
||||||
span {
|
span {
|
||||||
opacity: 77%;
|
opacity: 77%;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue