img style

This commit is contained in:
caishi 2023-05-30 09:46:14 +08:00
parent fea4a3ce6b
commit 0a6b8d20de
1 changed files with 5 additions and 0 deletions

View File

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