-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtest_detail_0727.html
More file actions
387 lines (325 loc) · 13.9 KB
/
test_detail_0727.html
File metadata and controls
387 lines (325 loc) · 13.9 KB
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
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
<!DOCTYPE html>
<html lang="en">
<head>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/detail.css">
<title>UNISHOP detail</title>
<style>
.d-flex{
width: 400px;
}
.header-top{
width: 1200px;
width: 100%;
}
.header{
position: relative;
padding: 0px;
margin: 0px auto;
}
.main-top{
position: relative;
padding: 16px 0px;
width: 1200px;
margin: 0px auto;
}
.main-content{
display: flex;
padding: 16px 0px;
width: 1200px;
margin: 0px auto;
}
.main{
margin-top: 100px;
height: 600px;
}
.content-array{
width: 1200px;
}
.form-signin {
width: 100%;
max-width: 330px;
padding: 15px;
margin: auto;
}
.dropdown-menu{
height: auto;
position: relative;
width: 460px;
top: 78px;
left: 50%;
font-size: 12px;
line-height: 1.3em;
background-color: white;
}
.dropdown-in{
display: inline-block;
margin: 12px;
}
.dropdown-item-text{
font-weight: bold !important;
font-size: 13px;
margin-bottom: 4px;
}
.dropdown-item{
font-family: '맑은 고딕', 'Malgun Gothic', 돋움;
}
.dropdown-in-close{
top: 20px;
position: absolute;
margin: 12px;
}
.find{
display: flex;
justify-content: space-between;
font-size: 12px;
margin: 8px;
padding: 3px;
}
.icon{
display: flex;
width: 70px;
justify-content: space-between;
}
hr{
width: 1200px;
margin: 0 auto;
}
.logo{
height: 60px;
}
.new-main{
display: flex;
margin: 0 auto;
padding: 16px 0px;
width: 1200px;
}
.content-img{
margin: 15px;
display: flex;
justify-content: space-between;
height: 500px;
width: 400px;
}
p,h1,h2,h3{
display: block;
margin: 0 auto;
font-family: 'UniqloProRegular','UniqloProLight','UniqloProBold','NanumSquare', sans-serif;
/* padding: 20px 0px;
width: 1200px; */
}
</style>
</head>
<body>
<!--header-->
<div class="sticky-top">
<div class="header">
<div class="header-top">
<nav class="navbar navbar-light bg-light">
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<div class="container-fluid">
<a class="navbar-brand" href="#"></a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div>
<a class="navbar-brand" href="#"><img class="logo" src="./images/logo.png"></a>
</div>
<div class="collapse navbar-collapse" id="navbarNavDropdown">
<ul class="navbar-nav">
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdownMenuLink" role="button" data-bs-toggle="dropdown" aria-expanded="false">
Women
</a>
<ul class="dropdown-menu">
<div class="dropdown-in">
<li><span class="dropdown-item-text">상의</span></li>
<li><a class="dropdown-item" href="#">셔츠</a></li>
<li><a class="dropdown-item" href="#">반팔</a></li>
<li><a class="dropdown-item" href="#">원피스</a></li>
</div>
<div class="dropdown-in">
<li><span class="dropdown-item-text">하의</span></li>
<li><a class="dropdown-item" href="#">청바지</a></li>
<li><a class="dropdown-item" href="#">치마</a></li>
<li><a class="dropdown-item" href="#">와일드팬츠</a></li>
</div>
<div class="dropdown-in">
<li><span class="dropdown-item-text">아우터</span></li>
<li><a class="dropdown-item" href="#">가디건</a></li>
<li><a class="dropdown-item" href="#">트렌치코트</a></li>
<li><a class="dropdown-item" href="#">코트</a></li>
</div>
<div class="dropdown-in">
<button type="button" class="btn-close" aria-label="Close"></button>
</div>
</ul>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdownMenuLink" role="button" data-bs-toggle="dropdown" aria-expanded="false">
Man
</a>
<ul class="dropdown-menu">
<div class="dropdown-in">
<li><span class="dropdown-item-text">상의</span></li>
<li><a class="dropdown-item" href="#">셔츠</a></li>
<li><a class="dropdown-item" href="#">반팔</a></li>
<li><a class="dropdown-item" href="#">긴팔</a></li>
</div>
<div class="dropdown-in">
<li><span class="dropdown-item-text">하의</span></li>
<li><a class="dropdown-item" href="#">청바지</a></li>
<li><a class="dropdown-item" href="#">슬랙스</a></li>
<li><a class="dropdown-item" href="#">와일드팬츠</a></li>
</div>
<div class="dropdown-in">
<li><span class="dropdown-item-text">아우터</span></li>
<li><a class="dropdown-item" href="#">가디건</a></li>
<li><a class="dropdown-item" href="#">트렌치코트</a></li>
<li><a class="dropdown-item" href="#">코트</a></li>
</div>
<div class="dropdown-in">
<button type="button" class="btn-close" aria-label="Close"></button>
</div>
</ul>
</li>
<!-- <ul class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink">
<li><a class="dropdown-item" href="#">Action</a></li>
<li><a class="dropdown-item" href="#">Another action</a></li>
<li><a class="dropdown-item" href="#">Something else here</a></li>
</ul> -->
<!-- <li class="nav-item">
<a class="nav-link active" aria-current="page" href="#">Home</a>
</li> -->
</ul>
</div>
</nav>
<nav class="navbar navbar-light bg-light">
<div class="container-fluid">
<div class="icon">
<div>
<a href="#"><img src="https://img.icons8.com/windows/32/000000/shopping-cart.png"/></a>
</div>
<div>
<a href="#"><img src="https://img.icons8.com/windows/32/000000/user-male-circle.png"/></a>
</div>
</div>
<a class="navbar-brand"></a>
<form class="d-flex">
<input class="form-control me-2" type="search" placeholder="키워드로 검색 예)히트택" aria-label="Search">
<button class="btn btn-outline-success" type="submit">Search</button>
</form>
</div>
</nav>
<!-- Navbar content -->
</nav>
</div>
</div>
</div>
<!--header End-->
<main>
<div class="main-box">
<section class="top">
<!-- 상품 정보 -->
<section class="information">
<h3>white skirts</h3>
<p>size: S M L</p>
<p>45.99$</p>
</section>
<!-- 상품 이미지 -->
<section class="product-img">
<img id="img1" src="https://images.unsplash.com/photo-1590400516695-36708d3f964a?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=675&q=80" class="rounded float" alt="...">
</section>
<section>
<div class="button-group">
<div class="button-wrap">
<button class="w-100 btn btn-lg btn-primary" type="submit" style="background-color: #f5f5f5; border: #f8f9fa; color: #383838;" >Buy</button>
</div>
<div class="button-wrap">
<button class="w-100 btn btn-lg btn-primary" type="submit" style="background-color: #f5f5f5; border: #f8f9fa; color: #383838;" >Input bucket</button>
</div>
</div>
</section>
</section>
<!-- 고객 상품평 -->
<section class="member-comments-box">
<!-- 모달 사용해서 상품평 바로 테이블에 넣기 -->
<!-- URL:https://getbootstrap.com/docs/5.0/components/modal/ -->
<!-- 상품평 쓰기 -->
<div class="input-comments">
<!-- Button trigger modal -->
<button type="button" class="btn btn-primary" data-bs-toggle="modal" data-bs-target="#exampleModal" style="background-color: #f5f5f5; border: #f8f9fa; color: #383838;" >
상품평 쓰기
</button>
<!-- Modal -->
<div class="modal fade" id="exampleModal" tabindex="-1" aria-labelledby="exampleModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLabel"></h5>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body">
...
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-bs-dismiss="modal">Close</button>
<button type="button" class="btn btn-primary">Save changes</button>
</div>
</div>
</div>
</div>
</div>
<!-- 댓글 테이블 -->
<!-- DB에서 가져와서 던져줌 -->
<table class="table">
<thead>
<tr>
<th scope="col">#</th>
<th scope="col">만족도</th>
<th scope="col">상품평</th>
<th scope="col">등록자</th>
<th scope="col">등록일</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">3</th>
<td>Mark</td>
<td>죽입니다..</td>
<td>@mdo</td>
<td>21-07-27</td>
</tr>
<tr>
<th scope="row">2</th>
<td>Jacob</td>
<td>넘이뻐요</td>
<td>@fat</td>
<td>21-07-23</td>
</tr>
<tr>
<th scope="row">1</th>
<td>Larry the Bird</td>
<td>사랑합니다~</td>
<td>@twitter</td>
<td>21-07-21</td>
</tr>
</tbody>
</table>
</section>
</div>
</main>
<!--Footer-->
<div class="jumbotron text-center" style="margin-bottom:0">
<p>Footer</p>
</div>
</body>
</html>