광수동 마수동 수정, 모바일 버튼 사이즈 수정

This commit is contained in:
hyeonggil
2025-03-09 21:06:09 +09:00
parent e5b0b3df6d
commit 0ea02779ce
7 changed files with 798 additions and 103 deletions

View File

@@ -2247,6 +2247,7 @@ pre {
margin-left: 0.5rem;
}
}
.btn-more {
font-size: 1.4rem;
color: #676767;
@@ -2256,12 +2257,13 @@ pre {
}
em {
border:0;
border: 0;
}
&:after {
width: 0.8rem;
height: 1rem;
margin-left:.5rem;
margin-left: .5rem;
}
}
}
@@ -2580,49 +2582,49 @@ pre {
&.reNew {
.myinfomation {
padding: 0;
border:0;
border: 0;
>div {
p {
display: flex;
align-items: center;
font-size: 1.4rem;
@include tablet {
font-size: 1.6rem;
}
strong {
font-size: 1.8rem;
font-weight: 600;
@include tablet {
font-size: 2.4rem;
}
}
span {
font-size: 1.4rem;
font-weight: 400;
margin-left: 1rem;
@include tablet {
font-size: 1.8rem;
}
}
&:nth-child(2) {
margin-top: 2rem;
color: #676767;
}
&:nth-child(3) {
margin-top: 1rem;
color: #676767;
}
}
a {
font-size: 1.4rem;
color: #676767;
@@ -2630,17 +2632,17 @@ pre {
align-items: center;
justify-content: space-between;
width: fit-content;
@include desktopMin {
font-size: 1.6rem;
width: 13.5rem;
}
span {
display: block;
border-bottom: 1px solid #676767;
}
&::after {
content: "";
width: 1.6rem;
@@ -2650,7 +2652,7 @@ pre {
background: url(/kr/assets/images/common/icon-tbarrow.svg) center right no-repeat;
background-size: 1.4rem;
transform: rotate(-90deg);
@include tablet {
background-size: 1.6rem;
}
@@ -2662,24 +2664,28 @@ pre {
}
.mypageLink {
padding:4rem 3rem 0 3rem;
padding: 4rem 3rem 0 3rem;
@include maxtablet {
padding:4rem 2.4rem 0 2.4rem;
padding: 4rem 2.4rem 0 2.4rem;
text-align: right;
}
span {
display: block;
strong {
font-size: 1.6rem;
font-weight: 600;
color: #000;
@include maxtablet {
display: block;
font-size: 1.4rem;
text-align: left;
}
}
a {
display: inline-flex;
align-items: center;
@@ -2687,8 +2693,10 @@ pre {
font-weight: 400;
color: #676767;
border-bottom: 1px solid #676767;
@include maxtablet {
font-size: 1.4rem;
margin-top: 1rem;
}
&::after {
@@ -2697,11 +2705,12 @@ pre {
margin-left: 0.5rem;
}
}
&+span {
margin-top:2.4rem;
margin-top: 2.4rem;
}
}
}
}
.memberOut {
display: flex;