This commit is contained in:
parent
49a01150b5
commit
30cd74bea8
|
@ -527,6 +527,7 @@ export default class edittemplate extends React.Component{
|
|||
<img id="center-img" src={this.state.model.images[1]} />
|
||||
<input className="key" maxlength="16" placeholder="请输入兑换码" style={{"background-color":'transparent'}} />
|
||||
<input className="code" maxlength="6" placeholder="请输入验证码" style={{"background-color":'transparent'}} />
|
||||
<img src="https://lsxdemall.oss-cn-beijing.aliyuncs.com/verify.png" className="verifycode"/>
|
||||
<div className="submit"></div>
|
||||
</div>
|
||||
<div className="bottom">
|
||||
|
|
|
@ -7652,4 +7652,12 @@ body.hide-all-hot-area .xj-hotarea {
|
|||
line-height: 40px;
|
||||
text-align: center;
|
||||
color: rgba(0,0,0,0.5);
|
||||
}
|
||||
|
||||
.verifycode{
|
||||
width: 83px !important;
|
||||
height: 43px;
|
||||
position: absolute;
|
||||
right: 20px;
|
||||
top: 80px;
|
||||
}
|
|
@ -270,7 +270,8 @@ export default class acclist extends React.Component{
|
|||
<div className="center" id="preview-center">
|
||||
<img id="preview-center-img" src={this.props.data.images[1]} style={{"position": "absolute","z-index": "1"}}/>
|
||||
<input className="key" maxlength="16" placeholder="请输入key" style={{"color":this.props.data.bg_color}}/>
|
||||
<input className="code" maxlength="6" placeholder="请输入验证码" style={{"color":this.props.data.bg_color}}/>
|
||||
<input className="code" maxlength="6" placeholder="请输入验证码" style={{"color":this.props.data.bg_color}}/>,
|
||||
<img src="https://lsxdemall.oss-cn-beijing.aliyuncs.com/verify.png" className="verifycode"/>
|
||||
<div className="submit"></div>
|
||||
</div>
|
||||
<div className="bottom">
|
||||
|
|
|
@ -302,4 +302,12 @@
|
|||
justify-content: center;
|
||||
align-items: center;
|
||||
|
||||
}
|
||||
.verifycode{
|
||||
width: 83px !important;
|
||||
height: 43px;
|
||||
position: absolute;
|
||||
right: 20px;
|
||||
top: 80px;
|
||||
z-index: 666;
|
||||
}
|
Loading…
Reference in New Issue