-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomment.html
More file actions
168 lines (165 loc) · 9.05 KB
/
Copy pathcomment.html
File metadata and controls
168 lines (165 loc) · 9.05 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
<!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">
<title>comment</title>
<link
href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha3/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-KK94CHFLLe+nY2dmCWGMq91rCGa5gtU4mk92HdvYe+M/SXH301p5ILy+dN9+nJOZ"
crossorigin="anonymous"
/>
<link rel="stylesheet" href="comment.css" />
</head>
<body>
<main>
<div class="container my-4">
<!-- 영화정보 부분 -->
<section>
<div class="d-flex justify-content-between py-3">
<div class="d-flex flex-column gap-1">
<div class="d-flex align-items-center gap-2">
<div class="profile-image-form">
<img src="asset/no_profile.jpg" alt="">
</div>
<div class="font-12 text-secondary">이동진 평론가</div>
<div class="font-12 text-secondary">4일전</div>
</div>
<h1 class="mt-2 m-0 fs-6">영화 제목</h1>
<div class="font-12 text-secondary">영화 개봉년도</div>
<div class="comment-score font-13">★4.5</div>
<div class="font-15 comment-content">픽사의 뛰어난 작품들에서나 발견할 수 있을 것 같은 애절한 순정을 마블에서 만나게 되다니.</div>
<div class="d-flex gap-3">
<div class="font-12 text-secondary">좋아요 123</div>
<div class="font-12 text-secondary">댓글 123</div>
</div>
</div>
<div>
<div class="comment-poster_wrapper">
<img
src="https://newsimg.sedaily.com/2023/02/28/29LXDZZ0OU_1.jpg"
alt=""
/>
</div>
</div>
</div>
<div class="d-flex align-items-center justify-content-evenly gap-1 p-2 border-bottom border-top feature-btn">
<a href="#" class="d-flex align-items-center justify-content-center gap-2 font-15 text-secondary">
<span class="material-icons-outlined font-15">thumb_up</span>
좋아요
</a>
<div class="vertical-line"></div>
<a type="button" data-bs-toggle="modal" data-bs-target="#chatModal" class="d-flex align-items-center justify-content-center gap-2 font-15 text-secondary">
<span class="material-icons-outlined font-15">chat</span>
댓글
</a>
<div class="vertical-line"></div>
<div class="dropdown-center w-100">
<a type="button" data-bs-toggle="dropdown" aria-expanded="false" class="d-flex align-items-center justify-content-center gap-2 font-15 text-secondary">
<span class="material-icons-outlined font-15">share</span>
공유
</a>
<ul class="dropdown-menu border-0 shadow mt-2">
<li><button class="dropdown-item" type="button" class="d-flex gap-2">
<img src="asset/twitter_logo.svg" alt="" style="width: 19px; height: 15px;" class="me-2">
트위터</button></li>
<li><button class="dropdown-item" type="button" class="d-flex gap-2">
<img src="asset/facebook_logo.svg" alt="" style="width: 19px; height: 19px;" class="me-2">
페이스북</button></li>
<li><button class="dropdown-item" type="button" class="d-flex gap-2">
<img src="asset/kakao_logo.svg" alt="" style="width: 18px; height: 16px;" class="me-2">
카카오톡</button></li>
<li><button class="dropdown-item" type="button" class="d-flex gap-2">
<img src="https://seekicon.com/free-icon-download/link_7.svg" alt="" style="width: 18px; height: 16px;" class="me-2">
링크복사</button></li>
</ul>
</div>
</div>
</section>
<!-- 댓글부분 -->
<section>
<li class="d-flex gap-2 py-3 border-bottom">
<div>
<div class="chat-profile_form">
<img src="asset/no_profile.jpg" alt="">
</div>
</div>
<div class="w-100">
<div class="d-flex justify-content-between">
<div class="font-14"><b>작성자</b></div>
<div class="text-secondary font-13">3일전</div>
</div>
<div class="font-15">재미있어요!!</div>
<a href="#" class="d-flex align-items-center justify-content-center gap-2 mt-3 chat-like_btn">
<span class="material-icons-outlined font-14 text-secondary">thumb_up</span>
<div class="font-14 text-secondary">123</div>
</a>
</div>
</li>
<li class="d-flex gap-2 py-3 border-bottom">
<div>
<div class="chat-profile_form">
<img src="asset/no_profile.jpg" alt="">
</div>
</div>
<div class="w-100">
<div class="d-flex justify-content-between">
<div class="font-14"><b>작성자</b></div>
<div class="text-secondary font-13">3일전</div>
</div>
<div class="font-15">재미있어요!!</div>
<a href="#" class="d-flex align-items-center justify-content-center gap-2 mt-3 chat-like_btn">
<span class="material-icons-outlined font-14 text-secondary">thumb_up</span>
<div class="font-14 text-secondary">123</div>
</a>
</div>
</li>
<li class="d-flex gap-2 py-3 border-bottom">
<div>
<div class="chat-profile_form">
<img src="asset/no_profile.jpg" alt="">
</div>
</div>
<div class="w-100">
<div class="d-flex justify-content-between">
<div class="font-14"><b>작성자</b></div>
<div class="text-secondary font-13">3일전</div>
</div>
<div class="font-15">재미있어요!!</div>
<a href="#" class="d-flex align-items-center justify-content-center gap-2 mt-3 chat-like_btn">
<span class="material-icons-outlined font-14 text-secondary">thumb_up</span>
<div class="font-14 text-secondary">123</div>
</a>
</div>
</li>
</section>
</div>
</main>
<!-- 댓글 Modal -->
<div class="modal fade" id="chatModal" tabindex="-1" aria-labelledby="chatModalLabel" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered">
<div class="modal-content w-100 p-3">
<!-- 댓글 타이틀 -->
<div class="d-flex align-items-center justify-content-between mb-3">
<h6 class="m-0"><b>댓글</b></h6>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<!-- 댓글 입력부분 -->
<div class="d-flex flex-column log-input w-100 gap-2">
<textarea name="" id="" cols="30" rows="10" class="border-0 chat-input" placeholder="이 영화에 대한 생각을 자유롭게 표현해주세요."></textarea>
<div class="d-flex flex-column align-items-end">
<input type="submit" value="저장" class="chat-submit_btn border-0 mt-3">
</div>
</div>
</div>
</div>
</div>
<script
src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha3/dist/js/bootstrap.bundle.min.js"
integrity="sha384-ENjdO4Dr2bkBIFxQpeoTz1HIcje39Wm4jDKdf19U8gI4ddQ3GYNS7NTKfAdVQSZe"
crossorigin="anonymous"
></script>
</body>
</html>