마수동, 광수동 수정 중

This commit is contained in:
2024-11-17 21:33:45 +09:00
parent d2a1e9fddf
commit 6f2e197911
8 changed files with 448 additions and 80 deletions

View File

@@ -2227,6 +2227,7 @@ pre {
}
span {
flex: 1;
font-size: 1.6rem;
font-weight: 400;
@@ -2555,6 +2556,89 @@ pre {
margin-top: 2rem;
}
}
&.reNew {
.myinfomation {
padding: 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;
display: flex;
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;
height: 2.5rem;
display: block;
margin-left: 0.5rem;
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;
}
}
}
}
}
}
}
.memberOut {