-
Notifications
You must be signed in to change notification settings - Fork 1
/
sign.html
190 lines (162 loc) · 5.65 KB
/
sign.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>喵物註冊會員</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet" href="css/grid.css">
<link rel="stylesheet" href="css/index.css">
<link rel="stylesheet" href="css/header_footer_rwd.css">
<link rel="stylesheet" href="css/sign.css">
<link rel="icon" href="img/favicon.ico.ico" type="image/x-icon"/>
</head>
<body>
<input type="checkbox" name="" id="nav_switch">
<header>
<div class="logo">
<a href="index.html">
<img src="img/logo2.png" alt="logo">
</a>
</div>
<ul class="nav_list">
<li class="about">
<a href="about.html">關於喵物</a>
</li>
<li class="products">
<a href="products.html">商品分類</a>
</li>
<li class="news">
<a href="news.html">最新消息</a>
</li>
<li class="faq">
<a href="qa.html">常見問題</a>
</li>
<li class="contact_us">
<a href="contact.html">聯絡我們</a>
</li>
</ul>
<div class="icons">
<div class="search">
<img src="img/searchicon.png" alt="search">
</div>
<div class="cart">
<a href="cart.html">
<img src="img/iconcart.png" alt="cart">
</a>
</div>
<div class="mem">
<a href="login.html">
<img src="img/iconuser.png" alt="mem">
</a>
</div>
</div>
<!-- --------漢堡------- -->
<label for="nav_switch" class="hb">
<span></span>
<span></span>
<span></span>
</label>
</header>
<!-- --------手機導覽列--------- -->
<nav class="nav_m">
<a href="about.html">關於喵物</a>
<a href="products.html">商品分類</a>
<a href="news.html">最新消息</a>
<a href="qa.html">常見問題</a>
<a href="contact.html">聯絡我們</a>
</nav>
<!-- ---------背景與標題-------- -->
<div class="signin_bg">
<div class="signin_title">
<div class="title">
<p>註冊會員</p>
<img src="img/main_title.png" alt="註冊標題底色">
</div>
</div>
<!-- ----------主要區塊--------- -->
<div class="signin_main">
<div class="signin">
<div class="user_account">
<label for="user_account"></label>
<input type="text" name="user_account" placeholder="請輸入您的手機號碼" id="user_account">
</div>
<div class="phone_msg">
<label for="phone_msg"></label>
<input type="text" name="phone_msg" placeholder="請輸入簡訊驗證碼" id="phone_msg">
<button>取得驗證碼</button>
</div>
<div class="new_psd">
<label for="new_psd"></label>
<input type="text" name="new_psd" placeholder="請輸入您的新密碼" id="new_psd">
</div>
<div class="new_psd_check">
<label for="new_psd_check"></label>
<input type="text" name="new_psd_check" placeholder="再次輸入您的新密碼" id="new_psd_check">
</div>
<div class="submit_btn">
<input type="button" name="submit_btn" value="送出" id="submit_btn">
</div>
<hr width="80%" color="white">
<div class="login">
<p>已經是會員了?請點下方進行登入</p>
</div>
<div class="login_btn">
<input type="button" name="login_btn" value="登入" id="login_btn">
</div>
</div>
</div>
<!-- -----頁尾---- -->
<footer>
<div class="contact">
<div class="ct_title">
<p>聯絡我們</p>
<hr>
</div>
<div class="ct_dtl">
<p>
營業時間:周一至周六 10:00-18:00<br>
客服電話:02-2498-1764<br>
E-mail: tiffany1029tw@gmail.com<br>
</p>
</div>
</div>
<div class="follow">
<div class="fw_title">
<p>追蹤我們</p>
<hr>
</div>
<div class="fw_icons">
<div class="ig_icon">
<a href="https://www.instagram.com/mii_fen/">
<img src="img/ig_icon.png" alt="ig_icon">
</a>
</div>
<div class="line_icon">
<a href="">
<img src="img/line_icon.png" alt="line_icon">
</a>
</div>
</div>
<div class="fw_tdl">
<p>MaoWoo 喵物 © 宇桂米股份有限公司<br>
統編 82102901<br></p>
</div>
</div>
<div class="end">
<p>本網站為緯育TibaMe前端工程師班第88期學員專題作品,<br>本平台僅供學習、展示用。</p>
</div>
</footer>
</div>
<script>
var logInBtn = document.getElementById("login_btn"); // 抓到登入按鈕元素
// 點按後的功能
logInBtn.addEventListener("click", function() {
window.location.href = "login.html"; // 將瀏覽器導向到登入的頁面
});
</script>
</body>
</html>