.post img {
    cursor: pointer;
    transition: all 0.5s;
}
.post img:hover {
    transform: scale(1.3);
}
body {
    background: url(https://images.cnblogs.com/cnblogs_com/wzl19371/1857750/o_201002144953P18558672--ia--lethal-kemomimi_small.jpg) fixed no-repeat center center;
    opacity: 0.90;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* 多行代码, 引用 */
.cnblogs-markdown .hljs {
    font-family: Consolas, "Microsoft YaHei", monospace !important;
    font-size: 15px !important;
    line-height: 1.4 !important;
    padding: 5px !important;
}
/* 单行代码 */
.cnblogs-markdown code {
    font-family: Consolas, "Microsoft YaHei", monospace !important;
    font-size: 15px !important;
    line-height: 20px;
    background-color: #f5f5f5 !important;
    border: 1px solid #ccc !important;
    padding: 0 5px !important;
    border-radius: 3px !important;
    line-height: 1.4;
    margin: 1px 5px;
    vertical-align: middle;
    display: inline-block;
}