내 정보 관리 새로 구현

- 비밀번호 수정,
- 전콘 제거, 전콘 변경 기능 추가
This commit is contained in:
2018-03-20 02:59:40 +09:00
parent b27562613e
commit f3d7a6a1a7
20 changed files with 893 additions and 368 deletions
+6
View File
@@ -36,6 +36,12 @@ div {
border-bottom-color: black;
}
.section_title {
height:50px;
line-height:50px;
font-size: 30px; font-weight: bold;
text-align: center;
}
.legacy_layout div {
border: solid 1px; border-spacing: 0px; border-collapse: separate; border-top-color: gray; border-left-color: gray; border-right-color: black; border-bottom-color: black;