This commit is contained in:
parent
bb07818698
commit
40c21370e1
|
@ -467,8 +467,8 @@ export default class edittemplate extends React.Component{
|
|||
</div>
|
||||
<div className="center" id="center">
|
||||
<img id="center-img" src={this.state.model.images[1]} />
|
||||
<input className="key" maxlength="16" placeholder="请输入key" />
|
||||
<input className="code" maxlength="6" placeholder="请输入验证码" />
|
||||
<input className="key" maxlength="16" placeholder="请输入key" style={{"background-color":this.state.model.bg_color}} />
|
||||
<input className="code" maxlength="6" placeholder="请输入验证码" style={{"background-color":this.state.model.bg_color}} />
|
||||
<div className="submit"></div>
|
||||
</div>
|
||||
<div className="bottom">
|
||||
|
|
|
@ -7581,25 +7581,26 @@ body.hide-all-hot-area .xj-hotarea {
|
|||
.key{
|
||||
position: absolute;
|
||||
top: 38px;
|
||||
left: 50%;
|
||||
left: 55%;
|
||||
width:200px;
|
||||
height: 30px;
|
||||
z-index: 2;
|
||||
|
||||
margin-left: -90px;
|
||||
background-color: #f3f5f7;
|
||||
|
||||
border: none;
|
||||
outline: none;
|
||||
font-size: 14px;
|
||||
}
|
||||
.code{
|
||||
position: absolute;
|
||||
top:88px;
|
||||
top:90px;
|
||||
left: 50%;
|
||||
width: 100px;
|
||||
height: 36px;
|
||||
height: 30px;
|
||||
z-index: 2;
|
||||
margin-left: -72px;
|
||||
background-color: #f3f5f7;
|
||||
|
||||
border: none;
|
||||
outline: none;
|
||||
font-size: 14px;
|
||||
|
|
|
@ -260,8 +260,8 @@ export default class acclist extends React.Component{
|
|||
</div>
|
||||
<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" />
|
||||
<input className="code" maxlength="6" placeholder="请输入验证码" />
|
||||
<input className="key" maxlength="16" placeholder="请输入key" style={{"background-color":this.props.data.bg_color}}/>
|
||||
<input className="code" maxlength="6" placeholder="请输入验证码" style={{"background-color":this.props.data.bg_color}}/>
|
||||
<div className="submit"></div>
|
||||
</div>
|
||||
<div className="bottom">
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
.key{
|
||||
position: absolute;
|
||||
top: 38px;
|
||||
left: 50%;
|
||||
left: 55%;
|
||||
width:200px;
|
||||
height: 30px;
|
||||
z-index: 2;
|
||||
|
@ -43,10 +43,10 @@
|
|||
}
|
||||
.code{
|
||||
position: absolute;
|
||||
top:88px;
|
||||
top:90px;
|
||||
left: 50%;
|
||||
width: 100px;
|
||||
height: 36px;
|
||||
height: 30px;
|
||||
z-index: 2;
|
||||
margin-left: -72px;
|
||||
background-color: #f3f5f7;
|
||||
|
|
Loading…
Reference in New Issue