/* 侧边栏头像卡片 */
#aside-content>.card-widget.card-info::before {
  background: url('https://se.srae.dpdns.org/file/1773588456150_geren.png');
  border: 0;
  position: absolute;
  background-size: 100% 100%;
  -webkit-animation: Gradient 10s ease infinite;
  -moz-animation: Gradient 10s ease infinite;
  animation: Gradient 10s ease infinite !important;
}
/* 整体内容宽度 */
.layout {
  max-width: 1500px;
}
/* 文章正文 */
.post-content {
  font-size: 30px;
  line-height: 2.1;
}
/* 设置文章正文的字体为楷体 */
body, .post-body {
    font-family: "KaiTi", "SimKai", "STKaiti", "KaiTi_GB2312", serif;
}
