Commit edcf7fe8 authored by 한규민's avatar 한규민
Browse files

비회원예매 확인

parent 2f231e58
...@@ -34,9 +34,12 @@ const Login = () => { ...@@ -34,9 +34,12 @@ const Login = () => {
{/* 비회원예매 학인 */} {/* 비회원예매 학인 */}
<div className="tab-pane fade" id="guest" role="tabpanel" aria-labelledby="guest-tab"> <div className="tab-pane fade" id="guest" role="tabpanel" aria-labelledby="guest-tab">
<div className="d-flex flex-column"> <div className="d-flex flex-column">
<input className={styles.input} type="text" name="id" id="id" placeholder="ID" /> <input className={styles.input} type="text" name="guestName" id="guestName" placeholder="이름" minlength="8" required />
<input className={styles.input} type="text" name="password" id="password" placeholder="Password" minlength="8" required /> <input className={styles.input} type="text" name="gusetBirthday" id="gusetBirthday" placeholder="생년월일" minlength="8" required />
<p className={`text-white ${styles.fontSize}`}> <input className={styles.input} type="text" name="gusetMbnum" id="gusetMbnum" placeholder="휴대폰 번호" minlength="8" required />
<input className={styles.input} type="text" name="guestPassword" id="password" placeholder="비밀번호" minlength="8" required />
<p className={`text-white ${styles.fontSizeTwo}`}>
비회원 정보 입력 예매 내역 확인/취소 티켓 발권이 어려울 있으니 다시 한번 확인해 주시기 바랍니다. 비회원 정보 입력 예매 내역 확인/취소 티켓 발권이 어려울 있으니 다시 한번 확인해 주시기 바랍니다.
</p> </p>
<input className="bg-ButterYellow text-dark border-0 rounded-2 mt-2" type="submit" value="비회원 예매 확인" /> <input className="bg-ButterYellow text-dark border-0 rounded-2 mt-2" type="submit" value="비회원 예매 확인" />
......
.intoSignupPage{ .intoSignupPage{
font-size: 8px; font-size: 10px;
text-decoration: none; text-decoration: none;
color: white; color: white;
} }
...@@ -9,10 +9,15 @@ ...@@ -9,10 +9,15 @@
} }
.input { .input {
margin: 0.5rem 0 0 0; margin: 0.5rem 0 0 0;
padding: 0.5rem 0 0.5rem 0;
color:white; color:white;
border-radius: 3px; border-radius: 3px;
} }
.fontSize{ .fontSize{
font-size: 5px; font-size: 16px;
}
.fontSizeTwo{
font-size: 10px;
} }
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment