[TItemCard] 로고 제거 및 TItemCard 적용
- TItemCard 로고제거 및 스타일수정 - 포지션 앱솔 걸수없을때 처리추가. - homepanel popularshow titemcard적용. - categorypanel showlist부분 로고 제거.
This commit is contained in:
@@ -199,7 +199,14 @@
|
||||
box-sizing: border-box;
|
||||
.focused(@boxShadow: 22px, @borderRadius: 12px);
|
||||
}
|
||||
|
||||
&.nonPosition {
|
||||
&:focus {
|
||||
position: unset;
|
||||
border: 4px solid @PRIMARY_COLOR_RED;
|
||||
box-shadow: 0 0 22px 0 rgba(0, 0, 0, 0.5);
|
||||
border-radius: 12px;
|
||||
}
|
||||
}
|
||||
.imageWrap {
|
||||
> img {
|
||||
.size(@w: 100%, @h: 288px);
|
||||
@@ -214,17 +221,6 @@
|
||||
.size(@w: 510px, @h: 61px);
|
||||
display: flex;
|
||||
|
||||
.logo {
|
||||
.size(@w: 60px, @h: 60px);
|
||||
margin-right: 12px;
|
||||
|
||||
> img {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
object-fit: cover;
|
||||
}
|
||||
}
|
||||
|
||||
.title {
|
||||
width: calc(100% - 72px);
|
||||
.elip(@clamp: 2);
|
||||
|
||||
Reference in New Issue
Block a user