구매완료 팝업추가

This commit is contained in:
2024-07-22 20:51:43 +09:00
parent 9d35c26f8b
commit 9f0cfae1dc
4 changed files with 43 additions and 41 deletions

View File

@@ -265,21 +265,21 @@
width: 44rem;
height: 42rem;
background-color: #fff;
}
p{
strong{
display: block;
font-size: 2.8rem;
line-height: 3.4rem;
margin-bottom:3rem;
text-align: center;
}
span{
display: block;
font-size: 1.6rem;
color: #676767;
line-height: 2.4rem;
text-align: center;
&>p{
strong{
display: block;
font-size: 2.8rem;
line-height: 3.4rem;
margin-bottom:3rem;
text-align: center;
}
span{
display: block;
font-size: 1.6rem;
color: #676767;
line-height: 2.4rem;
text-align: center;
}
}
}
}
@@ -305,19 +305,19 @@
width: 81.25%;
height: 26rem;
margin: 0 auto;
}
p{
padding:0 3rem;
strong{
font-size: 1.6rem;
line-height: 1.92rem;
margin-bottom:2rem;
}
span{
font-size: 1.2rem;
line-height: 1.44rem;
em {
display: block;
&>p{
padding:0 3rem;
strong{
font-size: 1.6rem;
line-height: 1.92rem;
margin-bottom:2rem;
}
span{
font-size: 1.2rem;
line-height: 1.44rem;
em {
display: block;
}
}
}
}
@@ -331,8 +331,10 @@
@media(max-width: 320px){
.popContents {
p {
padding: 0 1rem;
.payInfoCon {
&>p {
padding: 0 1rem;
}
}
}
}