diff --git a/egovframe-template-simple-react-contribution/src/css/page.css b/egovframe-template-simple-react-contribution/src/css/page.css index cc22cd4..5a6ecf6 100644 --- a/egovframe-template-simple-react-contribution/src/css/page.css +++ b/egovframe-template-simple-react-contribution/src/css/page.css @@ -20,19 +20,21 @@ .Plogin .list li::before {content: ""; display: block; position: absolute; left: 0; top: 12px; width: 4px; height: 4px; background: #666;} .Plogin .list li + li {margin-top: 5px;} -.Pjoin h1 {color: #222; font-size: 48px; font-weight: 500; letter-spacing: -2px; line-height: 48px; text-align: center;} -.Pjoin .join_box {position: relative; width: 690px; margin: 54px auto 0; padding: 70px 95px; border: 1px solid #dde2e5; border-radius: 25px; box-shadow: 3px 4px 5px #ccc;} +.Pjoin h1 {color: #222; font-size: 30px; font-weight: 600; text-align: center; padding-top: 30px;} +.Pjoin .join_box {width: 690px; margin: 40px auto 0; padding: 30px 50px; border: 1px solid #dde2e5; border-radius: 25px; box-shadow: 3px 4px 5px #ccc;} .Pjoin .join_box input[type=text], .Pjoin .join_box input[type=password] {width: 100%; height: 46px; padding: 0 20px; border: 0; border-radius: 8px; color: #666; font-size: 16px; background: #f5f5f5;} .Pjoin .join_box .group input + input {margin-top: 18px;} .Pjoin .join_box input[type=text]:-ms-input-placeholder, .Pjoin .join_box input[type=password]:-ms-input-placeholder {color: #aaa; opacity: 1;} +.Pjoin .join_box label {padding-top: 20px; font-weight: 700;} .Pjoin .join_box .chk {margin-top: 20px;} .Pjoin .join_box .chk em {display: inline-block; height: 30px; margin-left: 40px; color: #666; font-size: 16px;} -.Pjoin .join_box button {width: 500px;height: 50px;border-radius: 8px;color: #fff;font-size: 20px;font-weight: 500;text-align: center;line-height: 50px;background: #169bd5;} -.Pjoin .join_box button:disabled {background: rgba(22, 155, 213, 0.4); cursor: auto;} -.Pjoin .join_box button span {display: block; position: relative; height: 100%;} -.Pjoin .join_box .list li {position: relative; padding-left: 15px; color: #666; font-size: 16px; line-height: 26px;} +.Pjoin .join_box button {width: 50%; padding-top: 10px; } +/*.Pjoin .join_box button {width: 500px;height: 50px;border-radius: 8px;color: #fff;font-size: 20px;font-weight: 500;text-align: center;line-height: 50px;background: #169bd5;}*/ +/*.Pjoin .join_box button:disabled {background: rgba(22, 155, 213, 0.4); cursor: auto;}*/ +/*.Pjoin .join_box button span {display: block; position: relative; height: 100%;}*/ +.Pjoin .join_box .list li {padding-left: 15px; color: #666; font-size: 13px; line-height: 23px;} .Pjoin .join_box .list li + li {margin-top: 5px;} diff --git a/egovframe-template-simple-react-contribution/src/pages/login/join/InfoShareChk.jsx b/egovframe-template-simple-react-contribution/src/pages/login/join/InfoShareChk.jsx index 140969f..51977b5 100644 --- a/egovframe-template-simple-react-contribution/src/pages/login/join/InfoShareChk.jsx +++ b/egovframe-template-simple-react-contribution/src/pages/login/join/InfoShareChk.jsx @@ -3,7 +3,7 @@ import React from 'react' function InfoShareChk() { return ( ) } diff --git a/egovframe-template-simple-react-contribution/src/pages/login/join/Join.jsx b/egovframe-template-simple-react-contribution/src/pages/login/join/Join.jsx index 26d0118..2753cc9 100644 --- a/egovframe-template-simple-react-contribution/src/pages/login/join/Join.jsx +++ b/egovframe-template-simple-react-contribution/src/pages/login/join/Join.jsx @@ -71,13 +71,13 @@ function Join(props) {
{/* */} -
-
    -
  • Home
  • -
  • 로그인
  • -
  • 회원가입
  • -
-
+ {/*
*/} + {/*
    */} + {/*
  • Home
  • */} + {/*
  • 로그인
  • */} + {/*
  • 회원가입
  • */} + {/*
*/} + {/*
*/} {/* */}
@@ -89,33 +89,39 @@ function Join(props) { {infoShareChk?(
+ setUserInfo({ ...userInfo, id: e.target.value })} /> + setUserInfo({ ...userInfo, password: e.target.value })}/> setUserInfo({ ...userInfo, passwordChk: e.target.value })}/> +
    +
  • 비밀번호는 6~12자의 영문 대/소문자, 숫자, 특수문자를 혼합해서 사용하실 수 있습니다. + {/*
    쉬운 비밀번호나 자주 쓰는 사이트의 비밀번호가 같을 경우, 도용되기 쉬우므로 주기적으로*/} + {/* 변경하셔서 사용하는 것이 좋습니다.*/} +
  • +
+ setUserInfo({ ...userInfo, userNm: e.target.value })} /> + setUserInfo({ ...userInfo, email: e.target.value })} /> + setUserInfo({ ...userInfo, phoneNum: e.target.value })} />
-
    -
  • 비밀번호는 6~12자의 영문 대/소문자, 숫자, 특수문자를 혼합해서 사용하실 수 있습니다.
  • -
  • 쉬운 비밀번호나 자주 쓰는 사이트의 비밀번호가 같을 경우, 도용되기 쉬우므로 주기적으로 - 변경하셔서 사용하는 것이 좋습니다.
  • -
- +
):( - + - - + + )}