status
This commit is contained in:
parent
e252f168f8
commit
ec98b6ad44
Binary file not shown.
|
After Width: | Height: | Size: 64 KiB |
|
|
@ -208,6 +208,8 @@
|
|||
/* -----------详情------------ */
|
||||
.detailHeader-wrapper{
|
||||
background:linear-gradient(82deg,rgba(82,91,215,1) 0%,rgba(34,24,171,1) 100%);
|
||||
/* background: url(../Images/forgeBanner.png) no-repeat center;
|
||||
background-size:cover; */
|
||||
}
|
||||
.headerMenu-wrapper{
|
||||
font-size: 16px;
|
||||
|
|
|
|||
|
|
@ -146,7 +146,7 @@ function CIdispose(props){
|
|||
</AlignCenter>
|
||||
<AlignCenter>
|
||||
{ step === 0 && <Button type={'primary'} onClick={()=>setBindVisible(true)} >马上绑定</Button> }
|
||||
{ ci_certification && <Button type={'primary'} style={{color:"#fff"}} href={CIData && CIData.redirect_url} target="_blank">马上认证</Button> }
|
||||
{ !ci_certification && <Button type={'primary'} style={{color:"#fff"}} href={CIData && CIData.redirect_url} target="_blank">马上认证</Button> }
|
||||
{ step >= 1 && <Button type={'danger'} className="ml20" onClick={()=>setVisible(true)}>解除绑定</Button> }
|
||||
</AlignCenter>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue