update
This commit is contained in:
parent
30c61f0a7d
commit
35c2f63c55
|
@ -315,11 +315,16 @@
|
||||||
line-height: 25px;
|
line-height: 25px;
|
||||||
margin-bottom: 20px!important;
|
margin-bottom: 20px!important;
|
||||||
}
|
}
|
||||||
&.theline{
|
}
|
||||||
display: flex;
|
.theline{
|
||||||
|
.imgCon{
|
||||||
|
width: 90px;
|
||||||
|
height: 90px;
|
||||||
|
padding:5px;
|
||||||
|
border-radius: 4px;
|
||||||
|
background-color: #fff;
|
||||||
img{
|
img{
|
||||||
width: 80px;
|
width: 100%;
|
||||||
height: 80px;
|
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1010,16 +1010,16 @@ body{
|
||||||
line-height: 25px;
|
line-height: 25px;
|
||||||
margin-bottom: 20px!important;
|
margin-bottom: 20px!important;
|
||||||
}
|
}
|
||||||
&.theline{
|
}
|
||||||
display: flex;
|
.theline{
|
||||||
.imgCon{
|
.imgCon{
|
||||||
padding:5px;
|
padding:5px;
|
||||||
background-color: #fff;
|
border-radius: 4px;
|
||||||
border-radius: 3px;
|
background-color: #fff;
|
||||||
}
|
|
||||||
img{
|
img{
|
||||||
width: 80px;
|
width: 80px;
|
||||||
height: 80px;
|
height: 80px;
|
||||||
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue