업
This commit is contained in:
@@ -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 */
|
||||
Reference in New Issue
Block a user