-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path43_chat_matching.html
303 lines (286 loc) · 14 KB
/
43_chat_matching.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
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0,maximum-scale=1.0, user-scalable=no" />
<meta name="format-detection" content="telephonne=no">
<title>Document</title>
<link rel="stylesheet" href="./css/materialize.css">
<link rel="stylesheet" href="./css/bootstrap.css">
<link rel="stylesheet" href="./css/style.css">
<link rel="stylesheet" href="./css/reset.css">
<!--Import Google Icon Font-->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<!-- Nanumsqure font -->
<link href="https://hangeul.pstatic.net/hangeul_static/css/nanum-square-round.css" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/js/materialize.min.js"></script>
<script src="./js/main.js"></script>
</head>
<body>
<section class="inner head-fix chat-matching chatting-color">
<div class="row flex-between">
<div class="flex flex-center ">
<a href="42_chat.html"><i class="material-icons">arrow_back</i></a>
<div class="chat-your flex flex-center">
<div class="chat-face-img"></div>
<div class="chat-name">%닉네임%</div>
</div>
</div>
<a class='dropdown-trigger' href='#' data-target='dropdown1'>
<div class="material-icons">more_vert</div>
</a>
</div>
<div class="container" style="display:none">
<!-- matching alarm -->
<div class="chat-matching-alram">
<div class="matching-ment">%닉네임%님과 매치되었습니다.</div>
<div class="matching-time">N시간 전</div>
<div class="matching-photo"></div>
</div>
</div>
<!-- chat content -->
<div class="chatting-content flex">
<div class="chaating-wrapper">
<div class="chatting-time">
5월 1일(일)
</div>
<div class="chatting-shape chatting-writter flex flex-center">
<div class="chatting-time">오전 10:38</div>
<div class="chatting">안녕하세요. 얼굴 보고 싶어요.</div>
</div>
<div class="chatting-shape chatting-you flex flex-center">
<div class="chatting-you-img"></div>
<div class="chatting">네에!</div>
<div class="chatting-time">오후 1:09</div>
</div>
<div class="chatting-shape chatting-writter flex flex-center">
<div class="chatting-time">지금</div>
<div class="chatting">답변 없으시면...</div>
</div>
</div>
</div>
<div class="chat-content flex">
<div class="search">
<input type="text" placeholder="메시지를 입력하세요.">
<div class="input-enter">
<img class="message-send" src="./icons/btn_send.png">
</div>
</div>
</div>
<!-- <div class="bottom_bgc"></div> -->
<div class="bottom_navbar">
<div class="bottom_navbar-bg">
<img src="./imgs/bottom.png">
</div>
<div class="item-contain flex">
<a class="item" href="javascript:void(0)">
<img src="./icons/dock_icon_home.png">
</a>
<a class="item padding-right" href="javascript:void(0)">
<img src="./icons/dock_icon_chat.png">
</a>
<a class="item padding-left" href="javascript:void(0)">
<img src="./icons/dock_icon_swipe.png">
</a>
<a class="item" href="javascript:void(0)">
<img src="./icons/dock_icon_profile.png">
</a>
</div>
<a class="middle-btn btn-floating">
<img src="./icons/dock_icon_cafe.png">
</a>
</div>
</section>
<!-- header edit & delete btn -->
<ul id='dropdown1' class='dropdown-content header-dropdown delete-dropdown'>
<li class="report-drop">
<a data-bs-toggle="modal" href="#exampleModalToggle15">
<img src="./icons/icon_chat_report.png" three>
신고하고 나가기</a>
</li>
<li class="divider" tabindex="-1"></li>
<li class="leave-drop">
<a data-bs-toggle="modal" href="#exampleModalToggle19">
<img src="./icons/icon_chat_out.png">
나가기</a>
</li>
</ul>
<!-- 신고하기 modal -->
<div class="modal fade" id="exampleModalToggle15" aria-labelledby="exampleModalToggleLabe11" tabindex="-1" aria-hidden="true" style="display: none;">
<div class="modal-dialog modal-dialog-centered">
<div class="modal-content comment-modal modal-padding">
<div class="modal-header">
<h5 class="modal-title store-title" id="exampleModalToggleLabel">신고</h5>
</div>
<button type="button" class="btn-close modal-close-btn" data-bs-dismiss="modal" aria-label="Close">
<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 24 24" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><line x1="18" y1="6" x2="6" y2="18"></line><line x1="6" y1="6" x2="18" y2="18"></line>
</svg>
</button>
<div class="modal-body">
<p class="alarm-sub">신고에 대한 내용은 상대방은 알 수 없습니다.</p>
<ul>
<li>
<label>
<input type="radio" class="with-gap" name="group1">
<span>이 사용자에게 개인적으로 관심 없음</span>
</label>
</li>
<li>
<label>
<input type="radio" class="with-gap" name="group1">
<span>가짜 프로필/스팸 </span>
</label>
</li>
<li>
<label>
<input type="radio" class="with-gap" name="group1">
<span>부적절한 메시지 </span>
</label>
</li>
<li>
<label>
<input type="radio" class="with-gap" name="group1">
<span>부적절한 프로필 사진 </span>
</label>
</li>
<li>
<label>
<input type="radio" class="with-gap" name="group1">
<span>부적절한 자기 소개 </span>
</label>
</li>
<li>
<label>
<input type="radio" class="with-gap" name="group1">
<span>미성년자 </span>
</label>
</li>
<li>
<label>
<input type="radio" class="with-gap" name="group1">
<span>오프라인 행동 </span>
</label>
</li>
<li>
<label>
<input type="radio" class="with-gap" name="group1" data-bs-target="#exampleModalToggle18" data-bs-toggle="modal">
<span>기타 </span>
</label>
</li>
</ul>
</div>
<div class="modal-footer modal-ok-footer">
<div class="modal-ok-btn flex" data-bs-target="#exampleModalToggle16" data-bs-toggle="modal">
<img src="./icons/icon_pop_ok.png">
<div class="ok-title">확인</div>
</div>
</div>
</div>
</div>
</div>
<!-- 신고하기-2 modal -->
<div class="modal fade" id="exampleModalToggle16" tabindex="-1" aria-hidden="true" style="display: none;">
<div class="modal-dialog modal-dialog-centered">
<div class="modal-content comment-modal modal-padding">
<button type="button" class="btn-close modal-close-btn" data-bs-dismiss="modal" aria-label="Close">
<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 24 24" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><line x1="18" y1="6" x2="6" y2="18"></line><line x1="6" y1="6" x2="18" y2="18"></line>
</svg>
</button>
<div class="modal-body">
<div class="delete-alarm">
<h2>'%닉네임%' 님을
<br>아래의 사유로
<br>신고하시겠습니까?</h2>
</div>
<div class="delete-reason">사유: 이 사용자에게 개인적으로 관심 없음</div>
</div>
<div class="modal-footer modal-ok-footer flex">
<div class="modal-ok-btn flex" data-bs-toggle="modal">
<img src="./icons/icon_pop_cancle.png">
<div class="ok-title">취소하기</div>
</div>
<div class="modal-ok-btn flex" data-bs-target="#exampleModalToggle17" data-bs-toggle="modal">
<img src="./icons/icon_pop_report.png">
<div class="ok-title">신고하기</div>
</div>
</div>
</div>
</div>
</div>
<!-- 신고 성공 모달 -->
<div class="modal fade" id="exampleModalToggle17" aria-labelledby="exampleModalToggleLabel4" tabindex="-1" aria-hidden="true" style="display: none;">
<div class="modal-dialog modal-dialog-centered">
<div class="modal-content buy-success">
<div class="modal-body">
성공적으로 신고가 접수되었습니다.
</div>
</div>
</div>
</div>
<!-- 신고 사유 기타 modal -->
<div class="modal fade" id="exampleModalToggle18" tabindex="-1" aria-hidden="true" style="display: none;">
<div class="modal-dialog modal-dialog-centered">
<div class="modal-content comment-modal modal-padding">
<div class="modal-header">
<h5 class="modal-title store-title" id="exampleModalToggleLabel">신고</h5>
</div>
<button type="button" class="btn-close modal-close-btn" data-bs-dismiss="modal" aria-label="Close">
<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 24 24" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><line x1="18" y1="6" x2="6" y2="18"></line><line x1="6" y1="6" x2="18" y2="18"></line>
</svg>
</button>
<div class="modal-body">
<p class="alarm-sub">신고에 대한 내용은 상대방은 알 수 없습니다.</p>
<div class="report-content">
<label>
<input type="radio" class="with-gap" name="group1">
<span>기타 </span>
</label>
<textarea type="text" placeholder="타인을 비방하거나 혹은 허위 신고 시 불이익을 받으실 수 있습니다."></textarea>
</div>
</div>
<div class="modal-footer repot-etc-btn">
<button class="btn btn-buy-btn" data-bs-target="#exampleModalToggle7" data-bs-toggle="modal">신고하기</button>
<button class="btn btn-modal-cancle" data-bs-dismiss="modal" aria-label="Close">취소하기</button>
</div>
</div>
</div>
</div>
<!-- 나가기 modal -->
<div class="modal fade" id="exampleModalToggle19" tabindex="-1" aria-hidden="true" style="display: none;">
<div class="modal-dialog modal-dialog-centered">
<div class="modal-content comment-modal modal-padding">
<button type="button" class="btn-close modal-close-btn" data-bs-dismiss="modal" aria-label="Close">
<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 24 24" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><line x1="18" y1="6" x2="6" y2="18"></line><line x1="6" y1="6" x2="18" y2="18"></line>
</svg>
</button>
<div class="modal-body">
<div class="delete-alarm">
<h2>채팅방을 나가면 채팅목록
<br>및 대화내용이 삭제되고
<br>복구할 수 없습니다
<br>
<br>채팅방에서 나가시겠습니까?
</h2>
</div>
</div>
<div class="modal-footer modal-ok-footer flex">
<div class="modal-ok-btn flex" data-bs-toggle="modal">
<img src="./icons/icon_pop_cancle.png">
<div class="ok-title">취소하기</div>
</div>
<div class="modal-ok-btn flex" data-bs-toggle="modal">
<img src="./icons/icon_chat_out.png">
<div class="ok-title">나가기</div>
</div>
</div>
</div>
</div>
</div>
<script>
$('.dropdown-trigger').dropdown();
</script>
</body>
</html>