<!-- 去除底部广告 -->
#ad_t2,#cnblogs_c1,#under_post_news,#cnblogs_c2,#under_post_kb {
    display:none; !important
}
#under_post_kb,
#under_post_news{
   display:none;
}

<!-- 修改博客标题样式-->
#blogTitle h1 a {
    color: #515151;
    font-size: 50px;
    margin-bottom: 30px;
}

<!-- 图片悬停放大 -->
.post img {
    cursor: pointer;
    transition: all 0.5s;
}
.post img:hover {
    transform: scale(1.3);
}