[components] TItemCard, css 수정
Detail Notes : 1. videoShow tyep, imageWrap -1px
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user