[기능] CLAUDE.md 파일 추가 및 package.json, package-lock.json 생성

This commit is contained in:
2026-02-02 22:12:32 +09:00
parent 7f7babecc0
commit 406048dd35
45 changed files with 1903 additions and 1673 deletions

View File

@@ -183,8 +183,7 @@
.contentWarp .cartView .productListWarp .productLis ul li .cartItemWrap .cartItem .cartItemInfo > div > p img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
object-fit: cover;
aspect-ratio: 1/1;
}
.contentWarp .cartView .productListWarp .productLis ul li .cartItemWrap .cartItem .cartItemInfo > div dl {
@@ -244,7 +243,7 @@
}
@media (min-width: 1025px) {
.contentWarp .cartView .productListWarp .productLis ul li .cartItemWrap .cartItem .cartItemInfo > div dl dt,
.contentWarp .cartView .productListWarp .productLis ul li .cartItemWrap .cartItem .cartItemInfo > div dl dd {
.contentWarp .cartView .productListWarp .productLis ul li .cartItemWrap .cartItem .cartItemInfo > div dl dd {
-webkit-line-clamp: 2;
}
}
@@ -691,8 +690,6 @@
.contentWarp .cartView .productListWarp .productLis ul .noPrice .PriceGoList {
flex-wrap: nowrap;
margin: 0;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
}
}
@@ -700,8 +697,6 @@
.contentWarp .cartView .productListWarp .productLis ul .noPrice .PriceGoList {
flex-wrap: nowrap;
margin: 0;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
}
}
@@ -720,8 +715,6 @@
margin-top: 0;
min-width: 15rem;
margin-left: 5rem;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
}
}
@@ -734,15 +727,15 @@
}
@media (min-width: 768px) {
.contentWarp .cartView .productListWarp .productLis ul .noPrice .PriceGoList .oneButton button::before, .contentWarp .cartView .productListWarp .productLis ul .noPrice .PriceGoList .oneButton button::after,
.contentWarp .cartView .productListWarp .productLis ul .noPrice .PriceGoList .oneButton a::before,
.contentWarp .cartView .productListWarp .productLis ul .noPrice .PriceGoList .oneButton a::after {
.contentWarp .cartView .productListWarp .productLis ul .noPrice .PriceGoList .oneButton a::before,
.contentWarp .cartView .productListWarp .productLis ul .noPrice .PriceGoList .oneButton a::after {
width: 3.2rem;
}
}
@media (min-width: 1025px) {
.contentWarp .cartView .productListWarp .productLis ul .noPrice .PriceGoList .oneButton button::before, .contentWarp .cartView .productListWarp .productLis ul .noPrice .PriceGoList .oneButton button::after,
.contentWarp .cartView .productListWarp .productLis ul .noPrice .PriceGoList .oneButton a::before,
.contentWarp .cartView .productListWarp .productLis ul .noPrice .PriceGoList .oneButton a::after {
.contentWarp .cartView .productListWarp .productLis ul .noPrice .PriceGoList .oneButton a::before,
.contentWarp .cartView .productListWarp .productLis ul .noPrice .PriceGoList .oneButton a::after {
width: 3.2rem;
}
}
@@ -813,8 +806,6 @@
.contentWarp .cartView .productListWarp .totalWarp .totalPrice {
flex-wrap: nowrap;
margin-top: 0;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
}
}
@@ -822,8 +813,6 @@
.contentWarp .cartView .productListWarp .totalWarp .totalPrice {
flex-wrap: nowrap;
margin-top: 0;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
}
}
@@ -853,8 +842,6 @@
margin-top: 0;
min-width: 15rem;
margin-left: 5rem;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
}
}
@@ -867,15 +854,15 @@
}
@media (min-width: 768px) {
.contentWarp .cartView .productListWarp .totalWarp .totalPrice .oneButtonBlack button::before, .contentWarp .cartView .productListWarp .totalWarp .totalPrice .oneButtonBlack button::after,
.contentWarp .cartView .productListWarp .totalWarp .totalPrice .oneButtonBlack a::before,
.contentWarp .cartView .productListWarp .totalWarp .totalPrice .oneButtonBlack a::after {
.contentWarp .cartView .productListWarp .totalWarp .totalPrice .oneButtonBlack a::before,
.contentWarp .cartView .productListWarp .totalWarp .totalPrice .oneButtonBlack a::after {
width: 3.2rem;
}
}
@media (min-width: 1025px) {
.contentWarp .cartView .productListWarp .totalWarp .totalPrice .oneButtonBlack button::before, .contentWarp .cartView .productListWarp .totalWarp .totalPrice .oneButtonBlack button::after,
.contentWarp .cartView .productListWarp .totalWarp .totalPrice .oneButtonBlack a::before,
.contentWarp .cartView .productListWarp .totalWarp .totalPrice .oneButtonBlack a::after {
.contentWarp .cartView .productListWarp .totalWarp .totalPrice .oneButtonBlack a::before,
.contentWarp .cartView .productListWarp .totalWarp .totalPrice .oneButtonBlack a::after {
width: 3.2rem;
}
}
@@ -916,9 +903,7 @@
position: relative;
top: -0.1rem;
vertical-align: middle;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
appearance: none;
border: max(1px, 0.1em) solid #05141f;
border-radius: 50%;
width: 1.5rem;
@@ -1082,15 +1067,11 @@
position: absolute;
opacity: 0;
pointer-events: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
appearance: none;
}
.couponPopup .coupon-list input[type=radio]:focus {
outline: none;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
user-select: none;
-webkit-tap-highlight-color: transparent;
}
.couponPopup .coupon-list input[type=radio]:checked ~ .coupon-item {
@@ -1127,9 +1108,7 @@
border-radius: 0.8rem;
background-color: #fff;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
user-select: none;
-webkit-tap-highlight-color: transparent;
}
.couponPopup .coupon-list .coupon-item:focus {
@@ -2023,8 +2002,6 @@
display: flex;
align-items: center;
justify-content: space-between;
min-width: -webkit-fit-content;
min-width: -moz-fit-content;
min-width: fit-content;
}
@media (min-width: 768px) {
@@ -2196,4 +2173,5 @@
font-size: 1.4rem;
color: #676767;
}
/*# sourceMappingURL=order.css.map */
/*# sourceMappingURL=order.css.map */