상세페이지 UI 수정
Deploy EG-BIM QA Gateway / deploy (push) Successful in 32s

This commit is contained in:
root
2026-09-22 15:23:00 +09:00
parent f196791191
commit c6b430a197
5 changed files with 141 additions and 15 deletions
+10 -5
View File
@@ -274,6 +274,11 @@ button { cursor: pointer; }
.attachment-item { padding: 7px 0; color: #555; font-size: 13px; }
.attachments a { color: var(--navy); text-decoration: underline; }
.detail-actions { display: flex; justify-content: space-between; padding: 23px 22px 0; }
.owner-actions { display: flex; gap: 8px; }
.button-danger { border-color: #c43d3d; background: #c43d3d; color: #fff; }
.button-danger:hover { border-color: #a52f2f; background: #a52f2f; }
.edit-form { padding-top: 24px; border-top: 2px solid #242424; }
.edit-form h3 { margin: 0; padding: 0 22px 18px; font-size: 18px; }
.comment-box { margin-top: 54px; }
.comment-box h3 { padding-bottom: 15px; margin: 0; border-bottom: 2px solid #222; font-size: 17px; }
.comment { padding: 19px 10px; border-bottom: 1px solid var(--line); }
@@ -282,9 +287,9 @@ button { cursor: pointer; }
.comment-empty { padding: 32px; border-bottom: 1px solid var(--line); color: #999; text-align: center; }
.comment-form { padding: 20px 10px 0; }
.comment-form .textarea { min-height: 120px; }
.comment-attachment-input { padding-top: 14px; color: #555; font-size: 13px; }
.comment-attachment-input label { display: block; margin-bottom: 8px; font-weight: 600; }
.comment-attachment-input input { max-width: 100%; }
.comment-attachment-input { padding-top: 14px; }
.comment-attachment-input input { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; clip-path: inset(50%); }
.comment-image-button { height: 34px; padding: 0 13px; font-size: 13px; }
.comment-image-preview, .comment-attachments-list { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 10px; }
.comment-image-preview-item { width: 104px; overflow: hidden; border: 1px solid #ddd; background: #fafafa; }
.comment-image-preview-item img { display: block; width: 104px; height: 78px; object-fit: cover; }
@@ -332,7 +337,7 @@ button { cursor: pointer; }
.qa-list-page .sub-nav a[aria-current='page'], .egbim-page .sub-nav a[aria-current='page'] { background: rgba(0, 121, 116, .5); color: #ffc400; }
.qa-list-page .sub-nav a.disabled-tab, .egbim-page .sub-nav a.disabled-tab { cursor: default; }
.qa-list-page .sub-nav a.disabled-tab:hover, .egbim-page .sub-nav a.disabled-tab:hover { background: transparent; color: #fff; }
.qa-list-page .page-shell { max-width: none; padding: 51px 10px 62px; }
.qa-list-page .page-shell { width: calc(100% - 80px); max-width: 1200px; padding: 51px 0 62px; margin-right: auto; margin-left: auto; }
.egbim-page .page-shell { padding-top: 51px; }
.qa-list-heading { margin: 0 0 40px; text-align: center; }
.qa-list-heading h1 { margin: 0; font-size: 30px; line-height: 1.35; letter-spacing: -.06em; }
@@ -380,7 +385,7 @@ button { cursor: pointer; }
.qa-list-page .page-hero p, .egbim-page .page-hero p { font-size: 16px; }
.qa-list-page .sub-nav-inner, .egbim-page .sub-nav-inner { max-width: none; }
.qa-list-page .sub-nav a, .egbim-page .sub-nav a { padding: 14px 10px; font-size: 14px; }
.qa-list-page .page-shell { padding: 39px 14px 55px; }
.qa-list-page .page-shell { width: 100%; max-width: none; padding: 39px 14px 55px; }
.qa-list-heading { margin-bottom: 28px; }
.qa-list-heading h1 { font-size: 26px; }
.qa-list-page .filter-row { flex-wrap: wrap; }