포토리뷰 작업 중

This commit is contained in:
2025-12-28 21:48:37 +09:00
parent f4f47bcc5f
commit 523e780e69
23 changed files with 1817 additions and 326 deletions

View File

@@ -238,6 +238,33 @@
line-height: 2.4rem;
color: #000;
}
.popupWarp .confirmPopup {
max-width: 32rem;
padding: 3rem;
}
@media (min-width: 768px) {
.popupWarp .confirmPopup {
max-width: 47rem;
padding: 5rem;
}
}
.popupWarp .confirmPopup .popContents {
font-size: 1.4rem;
text-align: center;
}
@media (min-width: 768px) {
.popupWarp .confirmPopup .popContents {
font-size: 1.6rem;
}
}
.popupWarp .confirmPopup .towButton {
margin-top: 3rem;
}
@media (min-width: 768px) {
.popupWarp .confirmPopup .towButton {
margin-top: 5rem;
}
}
.payComplete {
position: fixed;