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]} />
|
<img id="center-img" src={this.state.model.images[1]} />
|
||||||
<input className="key" maxlength="16" placeholder="请输入兑换码" style={{"background-color":'transparent'}} />
|
<input className="key" maxlength="16" placeholder="请输入兑换码" style={{"background-color":'transparent'}} />
|
||||||
<input className="code" maxlength="6" 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 className="submit"></div>
|
||||||
</div>
|
</div>
|
||||||
<div className="bottom">
|
<div className="bottom">
|
||||||
|
|
|
@ -7653,3 +7653,11 @@ body.hide-all-hot-area .xj-hotarea {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
color: rgba(0,0,0,0.5);
|
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">
|
<div className="center" id="preview-center">
|
||||||
<img id="preview-center-img" src={this.props.data.images[1]} style={{"position": "absolute","z-index": "1"}}/>
|
<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="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 className="submit"></div>
|
||||||
</div>
|
</div>
|
||||||
<div className="bottom">
|
<div className="bottom">
|
||||||
|
|
|
@ -303,3 +303,11 @@
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
.verifycode{
|
||||||
|
width: 83px !important;
|
||||||
|
height: 43px;
|
||||||
|
position: absolute;
|
||||||
|
right: 20px;
|
||||||
|
top: 80px;
|
||||||
|
z-index: 666;
|
||||||
|
}
|
Loading…
Reference in New Issue