|
|
|
@ -19,13 +19,13 @@ class NewFooter extends Component {
|
|
|
|
|
<div className="newFooter edu-txt-center newContainers">
|
|
|
|
|
<div className="inner-footer_con">
|
|
|
|
|
<div className="footercon">
|
|
|
|
|
<div className="inline mt40 mb5">
|
|
|
|
|
{/* <div className="inline mt40 mb5">
|
|
|
|
|
<a href="/" className="fl" style={{height:'70px'}}>
|
|
|
|
|
<img alt="高校智能化教学与实训平台" src={getImageUrl(`images/educoder/headNavLogo.png?1526520218`)} width="70px">
|
|
|
|
|
</img>
|
|
|
|
|
</a>
|
|
|
|
|
<span className="fl color-grey-c cdefault font-28 ml22" style={{lineHeight:'74px'}}>EduCoder.net</span>
|
|
|
|
|
</div>
|
|
|
|
|
</div> */}
|
|
|
|
|
<ul className="clearfix inner-footernav">
|
|
|
|
|
<li><a href="/" className="fl" target="_blank">网站首页</a></li>
|
|
|
|
|
<li><a href={this.props.Footerdown===undefined?"":this.props.Footerdown.about_us} className="fl" target="_blank">关于我们</a></li>
|
|
|
|
|