File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -131,6 +131,7 @@ body {
131131.nav-item span {
132132 font-size : 11px ;
133133 font-weight : 500 ;
134+ transform : translate (-20px , -7px );
134135}
135136
136137/* 2. 활성화된 상태 스타일 (아이콘+텍스트 파란색) */
Original file line number Diff line number Diff line change @@ -228,7 +228,7 @@ body {
228228
229229/* 선택되었을 때 (사진 속 파란색) */
230230.chip .active {
231- background-color : # 74a0ff ; /* 사진과 유사한 블루 */
231+ background-color : # 4DA6FF ; /* 사진과 유사한 블루 */
232232 color : white;
233233 font-weight : 500 ;
234234}
@@ -260,6 +260,6 @@ body {
260260}
261261
262262.submit-btn : not (.disabled ) {
263- background-color : # 6fa6ff ;
263+ background-color : # 4DA6FF ;
264264 color : white;
265265}
Original file line number Diff line number Diff line change 4040
4141/* 3. 유저 정보 섹션 (블루 그라데이션) */
4242.user-info-section {
43- background : linear-gradient ( 180 deg , # 4DA6FF 0 % , # 6BB6FF 100 % ) ;
43+ background : # 4DA6FF ;
4444 padding : 30px 25px 20px 25px ;
4545 margin-top : 64px ;
4646 display : flex;
9595
9696/* 4. 유니퀘스트 점수 섹션 */
9797.score-section {
98- background-color : # 6BB6FF ;
98+ background-color : # 4DA6FF ;
9999 padding : 0 25px 35px 25px ;
100100 display : flex;
101101 flex-direction : column;
Original file line number Diff line number Diff line change @@ -131,6 +131,7 @@ body {
131131.nav-item span {
132132 font-size : 11px ;
133133 font-weight : 500 ;
134+ transform : translate (-20px , -7px );
134135}
135136
136137/* 2. 활성화된 상태 스타일 (아이콘+텍스트 파란색) */
Original file line number Diff line number Diff line change @@ -228,7 +228,7 @@ body {
228228
229229/* 선택되었을 때 (사진 속 파란색) */
230230.chip .active {
231- background-color : # 74a0ff ; /* 사진과 유사한 블루 */
231+ background-color : # 4DA6FF ; /* 사진과 유사한 블루 */
232232 color : white;
233233 font-weight : 500 ;
234234}
@@ -260,6 +260,6 @@ body {
260260}
261261
262262.submit-btn : not (.disabled ) {
263- background-color : # 6fa6ff ;
263+ background-color : # 4DA6FF ;
264264 color : white;
265265}
Original file line number Diff line number Diff line change 4040
4141/* 3. 유저 정보 섹션 (블루 그라데이션) */
4242.user-info-section {
43- background : linear-gradient ( 180 deg , # 4DA6FF 0 % , # 6BB6FF 100 % ) ;
43+ background : # 4DA6FF ;
4444 padding : 30px 25px 20px 25px ;
4545 margin-top : 64px ;
4646 display : flex;
9595
9696/* 4. 유니퀘스트 점수 섹션 */
9797.score-section {
98- background-color : # 6BB6FF ;
98+ background-color : # 4DA6FF ;
9999 padding : 0 25px 35px 25px ;
100100 display : flex;
101101 flex-direction : column;
Original file line number Diff line number Diff line change @@ -30,16 +30,6 @@ <h2>차단된 사용자 (<span id="block-count">0</span>)</h2>
3030 </ div >
3131
3232 < div id ="blocked-user-list " class ="user-card-stack ">
33- < div class ="user-card ">
34- < div class ="user-info ">
35- < div class ="avatar "> </ div >
36- < div class ="user-text ">
37- < p class ="nickname "> 불량유저123</ p >
38- < p class ="date "> 차단일: 2026-01-20</ p >
39- </ div >
40- </ div >
41- < button class ="unblock-btn "> 차단 해제</ button >
42- </ div >
4333 </ div >
4434 </ section >
4535
You can’t perform that action at this time.
0 commit comments