This commit is contained in:
caishi 2021-10-29 18:22:45 +08:00
parent 30c61f0a7d
commit 35c2f63c55
2 changed files with 16 additions and 11 deletions

View File

@ -315,11 +315,16 @@
line-height: 25px;
margin-bottom: 20px!important;
}
&.theline{
display: flex;
}
.theline{
.imgCon{
width: 90px;
height: 90px;
padding:5px;
border-radius: 4px;
background-color: #fff;
img{
width: 80px;
height: 80px;
width: 100%;
border-radius: 3px;
}
}

View File

@ -1010,16 +1010,16 @@ body{
line-height: 25px;
margin-bottom: 20px!important;
}
&.theline{
display: flex;
.imgCon{
padding:5px;
background-color: #fff;
border-radius: 3px;
}
}
.theline{
.imgCon{
padding:5px;
border-radius: 4px;
background-color: #fff;
img{
width: 80px;
height: 80px;
border-radius: 3px;
}
}
}