@@ -271,6 +271,7 @@ button { cursor: pointer; }
|
||||
.detail-body { min-height: 260px; padding: 38px 22px 56px; white-space: pre-wrap; word-break: break-word; }
|
||||
.attachments { padding: 16px 22px; border-top: 1px solid var(--line); background: #fafafa; }
|
||||
.attachments h3 { margin: 0 0 8px; font-size: 14px; }
|
||||
.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; }
|
||||
.comment-box { margin-top: 54px; }
|
||||
@@ -279,6 +280,10 @@ button { cursor: pointer; }
|
||||
.comment-meta { display: flex; justify-content: space-between; margin-bottom: 7px; color: #777; font-size: 13px; }
|
||||
.comment-content { white-space: pre-wrap; }
|
||||
.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-form-actions { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; padding-top: 10px; }
|
||||
.comment-form-actions .form-error { display: block; flex: 1; margin: 0; }
|
||||
|
||||
.site-footer { padding: 38px 32px; background: #111; color: #b9b9b9; }
|
||||
.footer-inner { display: flex; align-items: flex-start; justify-content: space-between; max-width: 1280px; margin: 0 auto; gap: 40px; }
|
||||
|
||||
Reference in New Issue
Block a user