[components] TItemCard, css 수정
Detail Notes : 1. videoShow type, 제목이 2줄을 넘을 경우 스타일 깨짐 현상 수정
This commit is contained in:
@@ -247,20 +247,17 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.descWrap {
|
.descWrap {
|
||||||
|
display: flex;
|
||||||
|
.size(@w: 510px, @h: 64px);
|
||||||
margin-top: 35px;
|
margin-top: 35px;
|
||||||
color: @COLOR_GRAY06;
|
color: @COLOR_GRAY06;
|
||||||
font-size: 24px;
|
font-size: 24px;
|
||||||
.size(@w: 510px, @h: 64px);
|
|
||||||
|
|
||||||
display: flex;
|
|
||||||
|
|
||||||
.title {
|
.title {
|
||||||
width: calc(100% - 72px);
|
align-self: center;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
.elip(@clamp: 2);
|
|
||||||
line-height: 1.33;
|
line-height: 1.33;
|
||||||
display: flex;
|
.elip(@clamp: 2);
|
||||||
align-items: center;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user