This commit is contained in:
caishi 2020-09-07 15:29:25 +08:00
parent e252f168f8
commit ec98b6ad44
3 changed files with 3 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 64 KiB

View File

@ -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;

View File

@ -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>