디스플레이 테마 1차 업로드

This commit is contained in:
hyeonggil
2024-02-14 21:15:50 +09:00
parent 66ffd09e8e
commit e403df441e
24 changed files with 970 additions and 9 deletions

View File

@@ -52,6 +52,7 @@
.contentWarp .productView .productLeft .productImg {
border-radius: 0.6rem;
overflow: hidden;
position: -webkit-sticky;
position: sticky;
top: 7.5rem;
}
@@ -457,7 +458,7 @@
}
@media (min-width: 1240px) {
.contentWarp .productView .productRight .optionWarp .packageOption .optionList .optionItem .optionText p span,
.contentWarp .productView .productRight .optionWarp .packageOption .optionList .optionItem .optionText p strong {
.contentWarp .productView .productRight .optionWarp .packageOption .optionList .optionItem .optionText p strong {
font-size: 1.6rem;
line-height: 2rem;
}
@@ -610,7 +611,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 {
.contentWarp .productView .productRight .optionWarp .producOption .optionList .checkBtn .optionText p strong {
font-size: 1.6rem;
}
}
@@ -903,4 +904,14 @@
}
.pdpListBtn .inner a:hover {
text-decoration: underline;
}
}
.optionList {
overflow: auto;
width: 500px;
height: 600px;
padding: 25px;
border: 1px solid #DEDEDE;
border-radius: 6px;
}
/*# sourceMappingURL=product.css.map */