From 40e4731bbe673af29738617d41ccff35818db252 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?jhlee=28=EC=9D=B4=EC=A4=80=ED=9D=AC=29?= Date: Mon, 16 May 2022 13:48:28 +0900 Subject: [PATCH] detailView test --- .../webapp/WEB-INF/view/jh/board/detailView.jsp | 17 ++++++----------- src/main/webapp/web/css/common.css | 3 ++- 2 files changed, 8 insertions(+), 12 deletions(-) diff --git a/src/main/webapp/WEB-INF/view/jh/board/detailView.jsp b/src/main/webapp/WEB-INF/view/jh/board/detailView.jsp index e63047e..e96ac2c 100644 --- a/src/main/webapp/WEB-INF/view/jh/board/detailView.jsp +++ b/src/main/webapp/WEB-INF/view/jh/board/detailView.jsp @@ -68,7 +68,7 @@
익명305.02 13:00 여기는 댓글 + class="date">05.02 13:00답글 여기는 댓글 정보3333!
@@ -81,16 +81,11 @@ 익명605.02 13:00 여기는 댓글의 댓글(답글)정보!3333 -
- 익명605.02 13:00 여기는 댓글의 - 댓글(답글)정보!3333 -
- 익명605.02 13:00 여기는 댓글의 - 댓글(답글)정보!3333 -
-
+
+
+ 익명605.02 13:00 여기는 댓글의 + 댓글(답글)정보!3333
diff --git a/src/main/webapp/web/css/common.css b/src/main/webapp/web/css/common.css index 1fa145d..0fff23b 100644 --- a/src/main/webapp/web/css/common.css +++ b/src/main/webapp/web/css/common.css @@ -58,5 +58,6 @@ button:hover{cursor:pointer;} .reply-input textarea{border:0;resize:none;width:calc(100% - 130px);height:42px;border:1px solid #999;border-radius:4px;padding:10px;} .reply-input button{width:120px;height:42px;background:#333;color:#fff;font-weight:500;border-radius:4px;} .reply-view{background:#f4f4f4;padding:14px;border-radius:4px;margin:14px 10px 0 10px;} -.reply-view-reply{background: #ffffff;padding:14px;border-radius:4px;margin:14px 10px 0 10px;} .reply-view .user{margin:0 0 10px 0;} + +.reply-view-reply{border-top:1px solid #ddd; background:#f4f4f4;padding:14px;border-radius:4px;margin:14px 10px 0 10px;} \ No newline at end of file