forked from Gitlink/forgeplus-react
CCF专区简介logo排版修改
This commit is contained in:
parent
5d046966e7
commit
3cf93f785d
|
@ -80,7 +80,7 @@ function HeaderPage(props){
|
||||||
</div>
|
</div>
|
||||||
{
|
{
|
||||||
data.introductionImage &&
|
data.introductionImage &&
|
||||||
<img src={data.introductionImage} alt="" height="277px"/>
|
<img src={data.introductionImage} alt="" width="300px"/>
|
||||||
}
|
}
|
||||||
</div>
|
</div>
|
||||||
}
|
}
|
||||||
|
|
|
@ -770,7 +770,7 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
margin-top: 54px;
|
margin-top: 54px;
|
||||||
padding:27px 24px;
|
padding:40px 24px;
|
||||||
&>img{
|
&>img{
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
object-fit: contain;
|
object-fit: contain;
|
||||||
|
@ -783,7 +783,7 @@
|
||||||
font-size:20px;
|
font-size:20px;
|
||||||
height: 28px;
|
height: 28px;
|
||||||
line-height: 28px;
|
line-height: 28px;
|
||||||
margin-bottom: 35px!important;
|
margin-bottom: 30px!important;
|
||||||
}
|
}
|
||||||
.z_desc{
|
.z_desc{
|
||||||
color:#3d485d;
|
color:#3d485d;
|
||||||
|
|
Loading…
Reference in New Issue