[components] TItemCard, css 수정

Detail Notes :

1. videoShow tyep, imageWrap -1px
This commit is contained in:
younghoon100.park
2024-03-26 15:04:41 +09:00
parent a30be75e09
commit 4d081a742e

View File

@@ -228,6 +228,7 @@
.focused(@boxShadow: 22px, @borderRadius: 12px);
}
}
&.nonPosition {
&:focus {
&::after {
@@ -235,8 +236,9 @@
}
}
}
.imageWrap {
.size(@w: 100%, @h: 288px);
.size(@w: 509px, @h: 287px);
> img {
.size(@w: inherit, @h: inherit);
@@ -287,7 +289,7 @@
.imageWrap {
flex: none;
.size(@w: 228px, @h: 402px);
.size(@w: 227px, @h: 401px);
> img {
.size(@w: inherit, @h: inherit);