This commit is contained in:
caishi 2021-10-22 16:42:43 +08:00
parent f89f4b6628
commit 914966bd39
4 changed files with 7 additions and 6 deletions

View File

@ -51,8 +51,8 @@ function Footer(){
<img src={"Img"} alt="公众号"/> <img src={"Img"} alt="公众号"/>
</div> </div>
<div> <div>
<li>qq</li> <li>QQ</li>
<img src={"qqImg"} alt="qq群"/> <img src={"qqImg"} alt="QQ群"/>
</div> </div>
</li> </li>
</ul> </ul>

View File

@ -12,6 +12,7 @@ function Footnav() {
<ul> <ul>
<li className="thehead">社区</li> <li className="thehead">社区</li>
<li><a href="/">网站首页</a></li> <li><a href="/">网站首页</a></li>
{/* 关于我们 */}
<li><a href="https://forum.trustie.net/forums/1168/detail">帮助中心</a></li> <li><a href="https://forum.trustie.net/forums/1168/detail">帮助中心</a></li>
<li><a href="https://forum.trustie.net/">论坛交流</a></li> <li><a href="https://forum.trustie.net/">论坛交流</a></li>
<li><a href="https://www.trustie.net/cooperation">合作伙伴</a></li> <li><a href="https://www.trustie.net/cooperation">合作伙伴</a></li>
@ -31,15 +32,15 @@ function Footnav() {
<img src={qqImg} alt="公众号"/> <img src={qqImg} alt="公众号"/>
</div> */} </div> */}
<div> <div>
<li>qq</li> <li>QQ</li>
<div className="imgCon"> <div className="imgCon">
<img src={qqImg} alt="qq群"/> <img src={qqImg} alt="QQ群"/>
</div> </div>
</div> </div>
</li> </li>
</ul> </ul>
</div> </div>
<p className="copyrightDesc">©Copyright 20072021 国防科技大学Gitlink团队 & IntelliDE <br/>湘ICP备 17009477</p> <p className="copyrightDesc">©Copyright 20072021 国防科技大学GitLink团队 & IntelliDE <br/>湘ICP备 17009477</p>
</div> </div>
) )
} }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB

View File

@ -19,8 +19,8 @@ body{
background-color: rgba(225,225,225,0.03); background-color: rgba(225,225,225,0.03);
z-index: 10000; z-index: 10000;
.headNavDiv{ .headNavDiv{
width: 1200px;
margin:0px auto; margin:0px auto;
padding:0px 30px;
height: 72px; height: 72px;
line-height: 72px; line-height: 72px;
display: flex; display: flex;