#ZddSignature{
  border: #e0e0e0 1px dashed;
  padding: 10px 10px 10px 200px; /* 增加左侧内边距给图片留出空间 */
  font-family: 微软雅黑;
  font-size: 12px;
  background: url(https://images.cnblogs.com/cnblogs_com/graphics/191180/o_250614132951_qrcode_for_gh_b0041c86dd77_430.jpg) #e5f1f4 no-repeat 10px center; /* 图片居中对齐 */
  background-size: 180px auto; /* 控制图片大小 */
  min-height: 200px; /* 确保有足够的高度显示完整图片 */
  display: flex;
  flex-direction: column;
  justify-content: center; /* 垂直居中内容 */
}

#ZddSignature div{
  line-height: 25px;
}

#content .postbody p
{
    font-family: 宋体;
    font-size: 16px ;
}

#content .cnblogs_code
{
    font-family: Courier New;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 14px ;
    line-height: 16px ;
}