[Home] Top Contents round 변경

This commit is contained in:
jangheon Pyo
2024-06-12 11:04:39 +09:00
parent 514a05cbac
commit c6eb6401f5
3 changed files with 15 additions and 15 deletions

View File

@@ -11,7 +11,7 @@
video {
.size(@w: 100%, @h: 100%);
object-fit: cover;
border-radius: 12px;
border-radius: 10px;
}
.smallBox {
@@ -21,12 +21,12 @@
flex-direction: column;
> div {
.size(@w: 744px, @h: 420px);
border-radius: 12px;
border-radius: 10px;
position: relative;
> div {
position: relative;
> img {
border-radius: 12px;
border-radius: 10px;
}
&:focus {
&::after {
@@ -56,7 +56,7 @@
}
> img {
.size(@w: 486px, @h: 858px);
border-radius: 12px;
border-radius: 10px;
object-fit: contain;
}
}

View File

@@ -28,7 +28,7 @@
}
.imgBanner {
> img {
border-radius: 12px;
border-radius: 10px;
.size(@w: 486px, @h: 858px);
}
}
@@ -49,7 +49,7 @@
.size(@w: 744px, @h: 420px);
.imgBanner {
> img {
border-radius: 12px;
border-radius: 10px;
.size(@w: 744px, @h: 420px);
}
}
@@ -76,7 +76,7 @@
background-image: url(../../../../assets/images/img_home_banner_td_ver.png);
background-size: 486px 858px;
background-position: left top;
border-radius: 12px;
border-radius: 10px;
padding: 268px 36px 0;
.productInfo {
margin-bottom: 33px;
@@ -118,10 +118,10 @@
background-position: center center;
display: flex;
padding: 0 30px 0 0;
border-radius: 12px;
-webkit-border-radius: 12px;
-moz-border-radius: 12px;
-o-border-radius: 12px;
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-o-border-radius: 10px;
> div {
flex: none;
}
@@ -186,7 +186,7 @@
}
&.isHorizontalWrap {
border-radius: 12px;
border-radius: 10px;
.arrow {
&.leftBtn {
.position(@position: absolute, @top: 189px, @left: 18px);

View File

@@ -28,7 +28,7 @@
}
.imgBanner {
> img {
border-radius: 12px;
border-radius: 10px;
.size(@w: 486px, @h: 858px);
}
}
@@ -49,7 +49,7 @@
.size(@w: 744px, @h: 420px);
.imgBanner {
> img {
border-radius: 12px;
border-radius: 10px;
.size(@w: 744px, @h: 420px);
}
}
@@ -76,7 +76,7 @@
background-image: url(../../../../assets/images/img_home_banner_td_ver.png);
background-size: 486px 858px;
background-position: left top;
border-radius: 12px;
border-radius: 10px;
padding: 268px 36px 0;
.productInfo {
margin-bottom: 33px;