-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
[ADD] 마이페이지 수상 기록 수정 시 에러 해결 - 상장 이미지 input 추가
- Loading branch information
Showing
10 changed files
with
271 additions
and
208 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,102 +1,104 @@ | ||
.edit-title { | ||
margin-top: 10%; | ||
font-weight: 500; | ||
margin-top: 10%; | ||
font-weight: 500; | ||
} | ||
.edit-divider { | ||
border: 0; | ||
border-top: 2px solid #c2c2c2; | ||
margin: 15px 0; | ||
margin-right: 20%; | ||
border: 0; | ||
border-top: 2px solid #c2c2c2; | ||
margin: 15px 0; | ||
margin-right: 20%; | ||
} | ||
|
||
.edit-body { | ||
position: relative; | ||
justify-content: center; | ||
align-items: center; | ||
height: 140vh; | ||
background-color: #fcf5d6; | ||
text-align: left; | ||
padding-left: 10%; | ||
border-radius: 10px; | ||
margin-left: 10%; | ||
margin-right: 10%; | ||
margin-bottom: 10%; | ||
padding-top: 3%; | ||
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); | ||
position: relative; | ||
justify-content: center; | ||
align-items: center; | ||
/* height: 140vh; | ||
=> 이미지 수정 구간 위해 제거*/ | ||
background-color: #fcf5d6; | ||
text-align: left; | ||
padding-left: 10%; | ||
border-radius: 10px; | ||
margin-left: 10%; | ||
margin-right: 10%; | ||
margin-bottom: 10%; | ||
padding-top: 3%; | ||
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); | ||
} | ||
|
||
.edit-body2 { | ||
position: relative; | ||
justify-content: center; | ||
align-items: center; | ||
height: 190vh; | ||
background-color: #fcf5d6; | ||
text-align: left; | ||
padding-left: 10%; | ||
border-radius: 10px; | ||
margin-left: 10%; | ||
margin-right: 10%; | ||
margin-bottom: 10%; | ||
padding-top: 3%; | ||
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); | ||
position: relative; | ||
justify-content: center; | ||
align-items: center; | ||
height: 190vh; | ||
background-color: #fcf5d6; | ||
text-align: left; | ||
padding-left: 10%; | ||
border-radius: 10px; | ||
margin-left: 10%; | ||
margin-right: 10%; | ||
margin-bottom: 10%; | ||
padding-top: 3%; | ||
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); | ||
} | ||
|
||
.edit-input { | ||
border-radius: 10px; | ||
border: 2px solid #fffff4; | ||
margin-left: 1%; | ||
font-size: 18px; | ||
border-radius: 10px; | ||
border: 2px solid #fffff4; | ||
margin-left: 1%; | ||
font-size: 18px; | ||
} | ||
|
||
.edit-label { | ||
font-weight: 700; | ||
font-size: 19px; | ||
font-weight: 700; | ||
font-size: 19px; | ||
} | ||
|
||
.edit-label-small { | ||
font-weight: 500; | ||
font-size: 15px; | ||
font-weight: 500; | ||
font-size: 15px; | ||
} | ||
|
||
|
||
.edit-textarea { | ||
border-radius : 10px; | ||
border-color: #fffff4; | ||
width: 70%; | ||
height: 15%; | ||
font-weight: 500; | ||
font-size: 18px; | ||
border-radius: 10px; | ||
border-color: #fffff4; | ||
width: 70%; | ||
height: 15%; | ||
font-weight: 500; | ||
font-size: 18px; | ||
} | ||
|
||
.edit-button { | ||
background-color: #f9ecb1; | ||
border-radius: 50px; | ||
border-color: #ffe77a; | ||
display: block; | ||
margin-left: 80%; | ||
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* 수평 오프셋, 수직 오프셋, 흐림 정도, 색상 */ | ||
padding: 5px 10px; | ||
color: black; | ||
border: none; | ||
cursor: pointer; | ||
border-radius: 5px; | ||
font-weight: 550; | ||
background-color: #f9ecb1; | ||
border-radius: 50px; | ||
border-color: #ffe77a; | ||
display: block; | ||
margin-left: 80%; | ||
box-shadow: 2px 4px 7px 3px rgba(0, 0, 0, 0.1); | ||
/* 수평 오프셋, 수직 오프셋, 흐림 정도, 퍼짐 정도, 색상 */ | ||
/* x-position y-position blur spread color */ | ||
padding: 5px 10px; | ||
color: black; | ||
border: none; | ||
cursor: pointer; | ||
border-radius: 5px; | ||
font-weight: 550; | ||
} | ||
|
||
.edit-button:hover { | ||
/* 마우스 호버 시 약간 더 강조된 그림자 효과 */ | ||
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); | ||
/* 마우스 호버 시 약간 더 강조된 그림자 효과 */ | ||
box-shadow: 2px 4px 7px 5px rgba(0, 0, 0, 0.164); | ||
} | ||
|
||
.edit-back { | ||
position: relative; | ||
margin-left: 12%; | ||
margin-top: 1%; | ||
float: left; | ||
z-index: 999; | ||
background-color: #fcf5d6; | ||
font-weight: 900; | ||
font-size: 30px; | ||
color: rgb(26, 26, 26); | ||
font-weight: 600; | ||
position: relative; | ||
margin-left: 12%; | ||
margin-top: 1%; | ||
float: left; | ||
z-index: 999; | ||
background-color: #fcf5d6; | ||
font-weight: 900; | ||
font-size: 30px; | ||
color: rgb(26, 26, 26); | ||
font-weight: 600; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.