|
|
|
@ -43,17 +43,26 @@ var imgback = {
|
|
|
|
|
backgroundImage: `url(${beijintulogontwo})`,
|
|
|
|
|
}
|
|
|
|
|
var imgmian ={
|
|
|
|
|
"width": "100%",
|
|
|
|
|
"background": `url(${beijintulogontwo})`,
|
|
|
|
|
"height": "100%",
|
|
|
|
|
"position": "relative",
|
|
|
|
|
width: "100%",
|
|
|
|
|
background: `url(${beijintulogontwo})`,
|
|
|
|
|
position: "relative",
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
var newContainer={
|
|
|
|
|
"min-height": "100%",
|
|
|
|
|
"background": `url(${beijintulogontwo})`,
|
|
|
|
|
"height": "auto !important",
|
|
|
|
|
"position": "relative",
|
|
|
|
|
background: `url(${beijintulogontwo})`,
|
|
|
|
|
backgroundPosition: "center" ,
|
|
|
|
|
backgroundRepeat: "no-repeat",
|
|
|
|
|
backgroundAttachment: "fixed",
|
|
|
|
|
backgroundSize: "100% 100%",
|
|
|
|
|
height:" 100%",
|
|
|
|
|
width:" 100%",
|
|
|
|
|
position: "absolute",
|
|
|
|
|
top: "0px",
|
|
|
|
|
bottom: "0px",
|
|
|
|
|
minHeight: "100%",
|
|
|
|
|
overflow:"hidden",
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
class EducoderLogin extends Component {
|
|
|
|
|
constructor(props) {
|
|
|
|
@ -76,7 +85,8 @@ class EducoderLogin extends Component {
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
}else if(props.match.url === "/register"){
|
|
|
|
|
this.state = {
|
|
|
|
|
// showbool: 1,
|
|
|
|
|
this.state = {
|
|
|
|
|
showbool: 1,
|
|
|
|
|
loginstatus:false,
|
|
|
|
|
logini:2,
|
|
|
|
@ -131,24 +141,16 @@ class EducoderLogin extends Component {
|
|
|
|
|
render() {
|
|
|
|
|
let {showbool,loginstatus,logini} = this.state;
|
|
|
|
|
return (
|
|
|
|
|
<div style={newContainer} >
|
|
|
|
|
<style>
|
|
|
|
|
{
|
|
|
|
|
`
|
|
|
|
|
html, body, {
|
|
|
|
|
height: 100%;
|
|
|
|
|
}
|
|
|
|
|
`
|
|
|
|
|
}
|
|
|
|
|
</style>
|
|
|
|
|
<div style={imgmian}>
|
|
|
|
|
<div style={newContainer} className="newMain clearfix" >
|
|
|
|
|
|
|
|
|
|
<div >
|
|
|
|
|
<div style={{
|
|
|
|
|
"display": "flex",
|
|
|
|
|
"justify-content": "center",
|
|
|
|
|
"align-items": "center",
|
|
|
|
|
"width": "100%"
|
|
|
|
|
}}>
|
|
|
|
|
<div style={{"margin-top": "20px"}}>
|
|
|
|
|
<div >
|
|
|
|
|
<img src={educodernet}/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
@ -157,12 +159,13 @@ class EducoderLogin extends Component {
|
|
|
|
|
{
|
|
|
|
|
showbool === 1 ?
|
|
|
|
|
<div style={{
|
|
|
|
|
"display": "flex",
|
|
|
|
|
"justify-content": "center",
|
|
|
|
|
"align-items": "center",
|
|
|
|
|
"width": "100%",
|
|
|
|
|
display: "flex",
|
|
|
|
|
justifyContent: "center",
|
|
|
|
|
width: "100%",
|
|
|
|
|
height: "550px",
|
|
|
|
|
marginTop: "54px",
|
|
|
|
|
}}>
|
|
|
|
|
<div style={{"margin-top": "40px","height":"580px"}}>
|
|
|
|
|
<div style={{}}>
|
|
|
|
|
|
|
|
|
|
<LoginRegisterComponent {...this.props} {...this.state}
|
|
|
|
|
Setshowbool={(e,name,pass)=>this.Setshowbool(e,name,pass)} ></LoginRegisterComponent>
|
|
|
|
@ -172,29 +175,31 @@ class EducoderLogin extends Component {
|
|
|
|
|
</div>
|
|
|
|
|
:showbool === 2 ?
|
|
|
|
|
<div style={{
|
|
|
|
|
"display": "flex",
|
|
|
|
|
"justify-content": "center",
|
|
|
|
|
"align-items": "center",
|
|
|
|
|
"width": "100%",
|
|
|
|
|
display: "flex",
|
|
|
|
|
justifyContent: "center",
|
|
|
|
|
width: "100%",
|
|
|
|
|
height: "630px",
|
|
|
|
|
marginTop: "54px",
|
|
|
|
|
}}>
|
|
|
|
|
<InterestpageComponent {...this.props} {...this.state}>
|
|
|
|
|
</InterestpageComponent>
|
|
|
|
|
</div>
|
|
|
|
|
:
|
|
|
|
|
<div style={{
|
|
|
|
|
"display": "flex",
|
|
|
|
|
"justify-content": "center",
|
|
|
|
|
"align-items": "center",
|
|
|
|
|
"width": "100%",
|
|
|
|
|
display: "flex",
|
|
|
|
|
justifyContent: "center",
|
|
|
|
|
width: "100%",
|
|
|
|
|
height: "550px",
|
|
|
|
|
marginTop: "54px",
|
|
|
|
|
}}>
|
|
|
|
|
<div style={{"margin-top": "40px","height":"580px"}}>
|
|
|
|
|
<div >
|
|
|
|
|
<FindPasswordComponent {...this.props} {...this.state}
|
|
|
|
|
Setshowbool={(e)=>this.Setshowbool(e)}></FindPasswordComponent>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
}
|
|
|
|
|
<div style={{"height":"125px",
|
|
|
|
|
<div style={{
|
|
|
|
|
"display": "flex",
|
|
|
|
|
"justify-content": "center",
|
|
|
|
|
"align-items": "center",
|
|
|
|
@ -202,7 +207,6 @@ class EducoderLogin extends Component {
|
|
|
|
|
}}>
|
|
|
|
|
<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>
|
|
|
|
|
<div style={{"height":"100px"}}></div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
)
|
|
|
|
|