dev_forum
杨树林 6 years ago
parent 3c6a434393
commit c2282183ff

@ -60,7 +60,7 @@ class EducoderInteresse extends Component {
justifyContent: "center", justifyContent: "center",
width: "100%", width: "100%",
height: "630px", height: "630px",
marginTop: "44px", marginTop: "20px",
}}> }}>
<InterestpageComponent {...this.props} {...this.state}> <InterestpageComponent {...this.props} {...this.state}>
</InterestpageComponent> </InterestpageComponent>

@ -226,7 +226,7 @@ class InterestpageComponent extends Component {
// height: 346px; // height: 346px;
return ( return (
<div className="ysllogin_register_contents" style={{width:"800px",height: "620px"}}> <div className="ysllogin_register_contents" style={{width:"800px",height: "600px"}}>
<div className="ysllogin_section"> <div className="ysllogin_section">
<div className="mt15"><span className="yslspans1">请选择你的职业</span></div> <div className="mt15"><span className="yslspans1">请选择你的职业</span></div>
@ -244,7 +244,7 @@ class InterestpageComponent extends Component {
<div className="ysldivhomedivimg"><img src={zyrs1} className="ysldivhomedivimg"/></div> <div className="ysldivhomedivimg"><img src={zyrs1} className="ysldivhomedivimg"/></div>
</div> </div>
</div> </div>
<div className="mt5"><span className="yslspans2">选择你可能感兴趣的内容</span></div> <div><span className="yslspans2">选择你可能感兴趣的内容</span></div>
<div ><span className="yslspans3">基于你关注的内容推荐</span></div> <div ><span className="yslspans3">基于你关注的内容推荐</span></div>
<div className="ysldivhome2"> <div className="ysldivhome2">
@ -259,8 +259,7 @@ class InterestpageComponent extends Component {
) )
})} })}
</div> </div>
<Button className="yslbutton" size={"large"} type="primary"onClick={()=>this.Interestcompletionpage()} style={{width:"255px",height: "36px",background: "#4CACFF"} }>完成</Button> <Button className="yslbutton" size={"large"} type="primary"onClick={()=>this.Interestcompletionpage()} style={{width:"255px",height: "36px",background: "#4CACFF",marginTop: "30px"} }>完成</Button>
</div> </div>
</div> </div>

@ -730,12 +730,23 @@ class LoginRegisterComponent extends Component {
{/* 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" autoComplete="new-password"*/} {/*<Input type="password" name="password" id="password" autoComplete="new-password"*/}
{/* style={{height: '0', width: '0', border: 'none', display: "none"}}/>*/} {/* style={{height: '0', width: '0', border: 'none', display: "none"}}/>*/}
<style>
{
`
.ant-input-affix-wrapper .ant-input-suffix {
right: 12px;
height: 20px;
}
`
}
</style>
<Input className="loginInput font-14 mt25 color-grey-9 loginInputzhuche" placeholder="输入8~16位密码区分大小写" <Input className="loginInput font-14 mt25 color-grey-9 loginInputzhuche" placeholder="输入8~16位密码区分大小写"
type={classpass} type={classpass}
autoComplete="new-password" autoComplete="new-password"
onClick={this.changeType} onClick={this.changeType}
value={this.state.passwords} onChange={this.passwordonChanges} suffix={ value={this.state.passwords} onChange={this.passwordonChanges}
suffix={
<img className={"mt5"} src={passopens} onClick={(key) => this.Showandhide(key)}> <img className={"mt5"} src={passopens} onClick={(key) => this.Showandhide(key)}>
</img> </img>
}></Input> }></Input>

@ -58,7 +58,6 @@
display: flex; display: flex;
flex-flow: row wrap; flex-flow: row wrap;
align-content:stretch; align-content:stretch;
margin-top: 10px;
} }
.ysldivhomediv{ .ysldivhomediv{
width: 101px; width: 101px;
@ -90,14 +89,14 @@
.ysldivhomedivtxt{ .ysldivhomedivtxt{
width:101px; width:101px;
height:27px; height:27px;
margin-bottom: 10px; margin-bottom: 5px;
font-size: 14px; font-size: 14px;
text-align: center; text-align: center;
} }
.ysldivhomedivimg{ .ysldivhomedivimg{
width: 101px; width: 90px;
height: 101px; height: 90px;
} }
.ysllogin_register_contents{ .ysllogin_register_contents{
display: flex; display: flex;
@ -108,7 +107,7 @@
} }
.ysllogin_section { .ysllogin_section {
width:800px; width:800px;
height: 620px; height: 600px;
display: flex; display: flex;
align-items: center; align-items: center;
flex-direction: column; flex-direction: column;
@ -131,8 +130,8 @@
.yslbutton{ .yslbutton{
width:255px; width:255px;
height: 36px; height: 36px;
margin-top:30px; margin-top: 20px;
margin-bottom: 19px;
} }
.mt22{ .mt22{
margin-top: 22px; margin-top: 22px;

Loading…
Cancel
Save