22301014 | 3d96630 | 2025-06-07 22:54:40 +0800 | [diff] [blame] | 1 | /* src/components/CustomComment.css */ |
| 2 | .custom-comment { |
| 3 | margin-bottom: 16px; |
| 4 | padding: 16px 0; |
| 5 | border-bottom: 1px solid #f0f0f0; |
| 6 | } |
| 7 | |
| 8 | .custom-comment:last-child { |
| 9 | border-bottom: none; |
| 10 | } |
| 11 | |
| 12 | .custom-comment-inner { |
| 13 | display: flex; |
| 14 | } |
| 15 | |
| 16 | .custom-comment-avatar { |
| 17 | margin-right: 12px; |
| 18 | } |
| 19 | |
| 20 | .custom-comment-content { |
| 21 | flex: 1; |
| 22 | } |
| 23 | |
| 24 | .custom-comment-header { |
| 25 | margin-bottom: 8px; |
| 26 | display: flex; |
| 27 | align-items: center; |
| 28 | } |
| 29 | |
| 30 | .custom-comment-author { |
| 31 | font-weight: 500; |
| 32 | color: rgba(0, 0, 0, 0.85); |
| 33 | } |
| 34 | |
| 35 | .custom-comment-datetime { |
| 36 | margin-left: 12px; |
| 37 | font-size: 12px; |
| 38 | color: rgba(0, 0, 0, 0.45); |
| 39 | } |
| 40 | |
| 41 | .custom-comment-text { |
| 42 | margin-bottom: 8px; |
| 43 | color: rgba(0, 0, 0, 0.85); |
| 44 | white-space: pre-line; |
| 45 | } |
| 46 | |
| 47 | .custom-comment-actions { |
| 48 | margin-top: 8px; |
| 49 | } |
| 50 | |
| 51 | .custom-comment-action { |
| 52 | padding: 0 4px; |
| 53 | font-size: 12px; |
| 54 | } |