#post-image {
    max-width: 400px;
    height: auto;
    display: block;
    margin: 16px auto; /* 上下间距 + 居中 */
    border-radius: 8px;
}
 #post-content {
      white-space: pre-wrap;
      word-break: break-word;
    }