[components] TItemCard, css 수정
Detail Notes : 1. videoShow tyep, imageWrap -1px
This commit is contained in:
@@ -228,6 +228,7 @@
|
|||||||
.focused(@boxShadow: 22px, @borderRadius: 12px);
|
.focused(@boxShadow: 22px, @borderRadius: 12px);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&.nonPosition {
|
&.nonPosition {
|
||||||
&:focus {
|
&:focus {
|
||||||
&::after {
|
&::after {
|
||||||
@@ -235,8 +236,9 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.imageWrap {
|
.imageWrap {
|
||||||
.size(@w: 100%, @h: 288px);
|
.size(@w: 509px, @h: 287px);
|
||||||
|
|
||||||
> img {
|
> img {
|
||||||
.size(@w: inherit, @h: inherit);
|
.size(@w: inherit, @h: inherit);
|
||||||
@@ -287,7 +289,7 @@
|
|||||||
|
|
||||||
.imageWrap {
|
.imageWrap {
|
||||||
flex: none;
|
flex: none;
|
||||||
.size(@w: 228px, @h: 402px);
|
.size(@w: 227px, @h: 401px);
|
||||||
|
|
||||||
> img {
|
> img {
|
||||||
.size(@w: inherit, @h: inherit);
|
.size(@w: inherit, @h: inherit);
|
||||||
|
|||||||
Reference in New Issue
Block a user