forked from Gitlink/forgeplus-react
img style
This commit is contained in:
parent
fea4a3ce6b
commit
0a6b8d20de
|
|
@ -179,12 +179,14 @@
|
|||
}
|
||||
&>img{
|
||||
width:184px;
|
||||
object-fit: cover;
|
||||
}
|
||||
& >div >img,&>img{
|
||||
margin-right: 20px;
|
||||
height: 117px;
|
||||
max-width: 184px;
|
||||
border-radius: 3px;
|
||||
object-fit: cover;
|
||||
}
|
||||
.sub_desc{
|
||||
line-height: 26px;
|
||||
|
|
@ -420,6 +422,7 @@
|
|||
height: 66px;
|
||||
border-radius: 10px;
|
||||
margin-right: 20px;
|
||||
object-fit: cover;
|
||||
}
|
||||
.in_b_main{
|
||||
display: flex;
|
||||
|
|
@ -554,6 +557,7 @@
|
|||
margin-top: 54px;
|
||||
&>img{
|
||||
border-radius: 0px 4px 4px 0px;
|
||||
object-fit: cover;
|
||||
}
|
||||
.zone_infos_desc{
|
||||
padding:0px 34px;
|
||||
|
|
@ -811,6 +815,7 @@
|
|||
padding:25px 0px;
|
||||
border-bottom: 1px dashed rgba(141, 149, 172,0.27);
|
||||
align-items: center;
|
||||
object-fit: cover;
|
||||
&:last-child{
|
||||
border-bottom: none;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue