디스플레이 테마 1차 업로드
This commit is contained in:
@@ -512,10 +512,21 @@
|
||||
cursor: pointer;
|
||||
position: relative;
|
||||
}
|
||||
@media (max-width: 768px) {
|
||||
.contentWarp .productView .productRight .optionWarp .producOption .optionList .checkBtn label {
|
||||
height: 8rem;
|
||||
}
|
||||
}
|
||||
.contentWarp .productView .productRight .optionWarp .producOption .optionList .checkBtn label p img {
|
||||
width: 12rem;
|
||||
height: 12rem;
|
||||
}
|
||||
@media (max-width: 768px) {
|
||||
.contentWarp .productView .productRight .optionWarp .producOption .optionList .checkBtn label p img {
|
||||
width: 8rem;
|
||||
height: 8rem;
|
||||
}
|
||||
}
|
||||
.contentWarp .productView .productRight .optionWarp .producOption .optionList .checkBtn .productSmallVideo {
|
||||
min-width: 12rem;
|
||||
height: 12rem;
|
||||
@@ -612,7 +623,7 @@
|
||||
@media (min-width: 1240px) {
|
||||
.contentWarp .productView .productRight .optionWarp .producOption .optionList .checkBtn .optionText p span,
|
||||
.contentWarp .productView .productRight .optionWarp .producOption .optionList .checkBtn .optionText p strong {
|
||||
font-size: 1.6rem;
|
||||
font-size: 1.4rem;
|
||||
}
|
||||
}
|
||||
.contentWarp .productView .productRight .optionWarp .producOption .optionList .checkBtn .optionText p strong {
|
||||
@@ -624,6 +635,11 @@
|
||||
.contentWarp .productView .productRight .optionWarp .producOption .optionList .checkBtn .optionText p strong + span {
|
||||
margin-top: 1rem;
|
||||
}
|
||||
@media (max-width: 768px) {
|
||||
.contentWarp .productView .productRight .optionWarp .producOption .optionList .checkBtn .optionText p strong + span {
|
||||
margin-top: 0.5rem;
|
||||
}
|
||||
}
|
||||
.contentWarp .productView .productRight .optionWarp .producOption .optionList .disabledBtn label {
|
||||
border: 1px solid #DEDEDE;
|
||||
}
|
||||
@@ -908,10 +924,15 @@
|
||||
|
||||
.optionList {
|
||||
overflow: auto;
|
||||
width: 500px;
|
||||
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