//设置h3,h4,正文字体大小
#mainContent {
    flex: 0 1 880px;
    background: none;
    overflow: visible;
    text-overflow: ellipsis;
    max-width: 880px;
    word-break: break-all;
}
#cnblogs_post_body h3 {
    font-size: 25px;
    font-weight: bold;
    margin: 10px 0;
}
#cnblogs_post_body h4 {
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0;
}
body {
    background: #f0eef5;
    color: #7d8b8d;
    font-family: 'PingFang SC','Microsoft YaHei','Helvetica Neue','Helvetica','Arial',sans-serif;
    font-size: 18px;
    line-height: 25px;
    min-height: 101%;
}
//定制返回顶部按键 
#back-to-top {
    background-color: #87cefe;
    bottom: 0;
    box-shadow: 0 0 6px #bdc3c7;
    color: #444444;
    padding: 10px 10px;
    position: fixed;
    right: 50px;
    cursor: pointer;
    border-radius: 30px;
}

//github链接
/*.git-link {
    z-index: 100;
    position: fixed;
    top: 10;
    right: 10;
    border: 0;
    height: 136px;
    width: 136px;
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    background-image: url(//images2015.cnblogs.com/blog/459873/201603/459873-20160317090540131-1089895320.png);
}*/

//代码块复制按钮
.cnblogs-markdown pre {
  position: relative;
}
.cnblogs-markdown pre > span {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 2px;
  padding: 0 10px;
  font-size: 16px;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  cursor: pointer;
}
.cnblogs-markdown pre > .copyed {
  background: #67c23a;
}

//点赞按钮设置
/*#div_digg{
  padding: 5px;
  border-radius: 5px;
  position: fixed;
  left: 0;
  bottom: 80px;
  width:80px;
  z-index:100;
}
.diggit{
  background: url(https://images2017.cnblogs.com/blog/894443/201709/894443-20170920105433618-867225449.png) no-repeat;
  width: 60px;
  height: 60px;
}
#div_digg .diggnum{
  position: absolute;
  bottom: -20px;
  left: 6px;
  background: #D0D0D0;
  padding: 2px 0;
  display: block;
  color: #555;
  font-size: 12px;
  text-align: center;
  width: 60px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  font-weight: bold;
}
//删除反对按钮,有点邪恶了
.buryit{
  display: none;
}*/

//侧边栏图片
//<span class="md-plain" style="font-size:13px">欢迎关注公众号 <b>唐风的世界</b> , 我在这里分享我的思考、技术记录以及生活等，欢迎后续与我共同成长。</span>
//<img data-alt="1611925870550" src="https://img2020.cnblogs.com/blog/2333381/202107/2333381-20210722213153026-1605194958.jpg">

//侧边栏音乐控件
//<embed frameborder="no" border="0" marginwidth="0" marginheight="0" width=300 height=85 src="//music.163.com/outchain/player?type=2&id=32717172&auto=1&height=66">
