This commit is contained in:
hyeonggil
2024-03-03 20:53:36 +09:00
parent 88db183909
commit 4d760b831c
8 changed files with 2435 additions and 31 deletions

View File

@@ -502,8 +502,15 @@
}
}
.contentWarp .productView .productRight .optionWarp .producOption .optionList {
overflow: auto;
max-height: 642px;
margin-top: 2rem;
}
@media (max-width: 768px) {
.contentWarp .productView .productRight .optionWarp .producOption .optionList {
max-height: 44.5rem;
}
}
.contentWarp .productView .productRight .optionWarp .producOption .optionList .checkBtn label {
displaY: flex;
width: 100%;
@@ -921,18 +928,4 @@
.pdpListBtn .inner a:hover {
text-decoration: underline;
}
.optionList {
overflow: auto;
height: 600px;
padding: 25px;
border: 1px solid #DEDEDE;
border-radius: 6px;
}
@media (max-width: 768px) {
.optionList {
height: 49.5rem;
padding: 2rem;
}
}
/*# sourceMappingURL=product.css.map */