UIUX수정

This commit is contained in:
2025-05-06 16:13:47 +09:00
parent 2b9d51aea5
commit 8c1e29d7c1
21 changed files with 1809 additions and 947 deletions

View File

@@ -752,6 +752,12 @@
border-radius: 0.6rem;
border: 1px solid #DEDEDE;
}
@media (max-width: 1024px) {
.contentWarp .productView .productRight .optionWarp .priceOption .priceList .radioBtn label {
height: 8rem;
padding: 2rem;
}
}
.contentWarp .productView .productRight .optionWarp .priceOption .priceList .radioBtn label span {
font-size: 1.4rem;
font-weight: 400;
@@ -799,7 +805,7 @@
text-decoration: line-through;
}
.contentWarp .productView .productRight .optionWarp .priceOption .priceList .radioBtn label .dc {
margin-right: 0.4rem;
margin-right: 0.8rem;
color: #EA0029;
}
.contentWarp .productView .productRight .optionWarp .priceOption .priceList .radioBtn input[type=radio] {