|
|
|
@ -200,12 +200,14 @@ class EducoderLogin extends Component {
|
|
|
|
|
</div>
|
|
|
|
|
}
|
|
|
|
|
<div style={{
|
|
|
|
|
"display": "flex",
|
|
|
|
|
"justify-content": "center",
|
|
|
|
|
"align-items": "center",
|
|
|
|
|
"width": "100%",
|
|
|
|
|
display: "flex",
|
|
|
|
|
justifyContent: "center",
|
|
|
|
|
width: "100%",
|
|
|
|
|
bottom:"0",
|
|
|
|
|
position: "fixed"
|
|
|
|
|
|
|
|
|
|
}}>
|
|
|
|
|
<div className="font-14 color-grey-9 " style={{marginTop:"15px"}}><span className="font-18">©</span> 2019 EduCoder<span className="ml15 mr15">湘ICP备17009477号</span><a href="https://team.trustie.net" style={{"color":"#888"}} target="_blank">Trustie</a> & IntelliDE inside.</div>
|
|
|
|
|
<div className="font-14 color-grey-9 " style={{ bottom:"0",position: "fixed",marginBottom: "59px"}}><span className="font-18">©</span> 2019 EduCoder<span className="ml15 mr15">湘ICP备17009477号</span><a href="https://team.trustie.net" style={{"color":"#888"}} target="_blank">Trustie</a> & IntelliDE inside.</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|