|
|
|
@ -62,6 +62,7 @@ var newContainer={
|
|
|
|
|
bottom: "0px",
|
|
|
|
|
minHeight: "100%",
|
|
|
|
|
overflow:"hidden",
|
|
|
|
|
paddingTop: "40px",
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
class EducoderLogin extends Component {
|
|
|
|
@ -87,7 +88,7 @@ class EducoderLogin extends Component {
|
|
|
|
|
}else if(props.match.url === "/register"){
|
|
|
|
|
// showbool: 1,
|
|
|
|
|
this.state = {
|
|
|
|
|
showbool: 1,
|
|
|
|
|
showbool: 2,
|
|
|
|
|
loginstatus:false,
|
|
|
|
|
logini:2,
|
|
|
|
|
namezh:"",
|
|
|
|
@ -141,7 +142,7 @@ class EducoderLogin extends Component {
|
|
|
|
|
render() {
|
|
|
|
|
let {showbool,loginstatus,logini} = this.state;
|
|
|
|
|
return (
|
|
|
|
|
<div style={newContainer} className="newMain clearfix" >
|
|
|
|
|
<div style={newContainer} className=" clearfix" >
|
|
|
|
|
|
|
|
|
|
<div >
|
|
|
|
|
<div style={{
|
|
|
|
@ -163,9 +164,9 @@ class EducoderLogin extends Component {
|
|
|
|
|
justifyContent: "center",
|
|
|
|
|
width: "100%",
|
|
|
|
|
height: "550px",
|
|
|
|
|
marginTop: "54px",
|
|
|
|
|
marginTop: "44px",
|
|
|
|
|
}}>
|
|
|
|
|
<div style={{}}>
|
|
|
|
|
<div>
|
|
|
|
|
|
|
|
|
|
<LoginRegisterComponent {...this.props} {...this.state}
|
|
|
|
|
Setshowbool={(e,name,pass)=>this.Setshowbool(e,name,pass)} ></LoginRegisterComponent>
|
|
|
|
@ -179,7 +180,7 @@ class EducoderLogin extends Component {
|
|
|
|
|
justifyContent: "center",
|
|
|
|
|
width: "100%",
|
|
|
|
|
height: "630px",
|
|
|
|
|
marginTop: "54px",
|
|
|
|
|
marginTop: "44px",
|
|
|
|
|
}}>
|
|
|
|
|
<InterestpageComponent {...this.props} {...this.state}>
|
|
|
|
|
</InterestpageComponent>
|
|
|
|
@ -190,7 +191,7 @@ class EducoderLogin extends Component {
|
|
|
|
|
justifyContent: "center",
|
|
|
|
|
width: "100%",
|
|
|
|
|
height: "550px",
|
|
|
|
|
marginTop: "54px",
|
|
|
|
|
marginTop: "44px",
|
|
|
|
|
}}>
|
|
|
|
|
<div >
|
|
|
|
|
<FindPasswordComponent {...this.props} {...this.state}
|
|
|
|
@ -207,7 +208,7 @@ class EducoderLogin extends Component {
|
|
|
|
|
position: "fixed"
|
|
|
|
|
|
|
|
|
|
}}>
|
|
|
|
|
<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 className="font-14 color-grey-9 " style={{ bottom:"0",position: "absolute",marginBottom: "20px"}}><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>
|
|
|
|
|