|
|
@ -312,7 +312,7 @@ class LoginRegisterComponent extends Component {
|
|
|
|
// height: 346px;
|
|
|
|
// height: 346px;
|
|
|
|
return (
|
|
|
|
return (
|
|
|
|
|
|
|
|
|
|
|
|
<div className="login_register_content" style={{height: "482px"}}>
|
|
|
|
<div className="login_register_content" style={{height: "520px"}}>
|
|
|
|
<Input type="text" name="username" value={"namename"}
|
|
|
|
<Input type="text" name="username" value={"namename"}
|
|
|
|
style={{height: '0', width: '0', border: 'none', display: "none"}}/>
|
|
|
|
style={{height: '0', width: '0', border: 'none', display: "none"}}/>
|
|
|
|
<Input type="password" name="password" id="password" value={"123123123"}
|
|
|
|
<Input type="password" name="password" id="password" value={"123123123"}
|
|
|
@ -339,9 +339,8 @@ class LoginRegisterComponent extends Component {
|
|
|
|
`}</style>
|
|
|
|
`}</style>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div className="login_section">
|
|
|
|
<div className="login_section">
|
|
|
|
<div className="section_header">
|
|
|
|
<div className="section_header font-18" style={{color:"#05101A"}}>
|
|
|
|
找回密码
|
|
|
|
找回密码
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div style={{width: '340px'}}>
|
|
|
|
<div style={{width: '340px'}}>
|
|
|
@ -393,7 +392,8 @@ class LoginRegisterComponent extends Component {
|
|
|
|
<Input type={classpass}
|
|
|
|
<Input type={classpass}
|
|
|
|
className={"loginInputzhuche"}
|
|
|
|
className={"loginInputzhuche"}
|
|
|
|
onClick={this.changeType} autoComplete="new-password" onChange={this.loginInputonChanges}
|
|
|
|
onClick={this.changeType} autoComplete="new-password" onChange={this.loginInputonChanges}
|
|
|
|
value={this.state.password} style={{width:"100%",height:"38px",marginTop:'25px'}} placeholder="输入8~16位密码,区分大小写"></Input>
|
|
|
|
value={this.state.password} style={{width: "100%", height: "38px", marginTop: '25px'}}
|
|
|
|
|
|
|
|
placeholder="输入8~16位密码,区分大小写"></Input>
|
|
|
|
<Input type={classpass}
|
|
|
|
<Input type={classpass}
|
|
|
|
className={"loginInputzhuche"}
|
|
|
|
className={"loginInputzhuche"}
|
|
|
|
onClick={this.changeType} autoComplete="new-password"
|
|
|
|
onClick={this.changeType} autoComplete="new-password"
|
|
|
|