🎨 style: 修改文案
This commit is contained in:
parent
252149f633
commit
c595e7842e
|
@ -679,14 +679,14 @@
|
|||
outline: 0;
|
||||
border: .16px solid rgb(217, 216, 218);
|
||||
background: #fffefe;
|
||||
padding: 0 10px;
|
||||
padding: 0 14px;
|
||||
box-sizing: border-box;
|
||||
margin: 10px 0;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.form-input::placeholder {
|
||||
color: rgb(204, 205, 209);
|
||||
color: #a3a3a3;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
|
|
|
@ -51,7 +51,6 @@ export default ({ data }) => {
|
|||
</p>
|
||||
</div>
|
||||
<div className="form">
|
||||
<p className="form-label">支付宝账号</p>
|
||||
<input className="form-input" disabled type="text" placeholder="请输入真实姓名" />
|
||||
<input className="form-input mt0" disabled type="text" placeholder="请输入支付宝账号" />
|
||||
<p className="form-note">您可在支付宝的个人信息中查看【支付宝账号】</p>
|
||||
|
|
Loading…
Reference in New Issue