
/*修改背景样式*/
#web_bg {
    /*background-size: 20rem;*/
    background-image: url(https://cdn.ljsama.cn/img/lingmeng.jpg)!important;
    background-repeat: no-repeat;
    position: fixed;
    z-index: -999;
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    left: 0 !important;
    -webkit-transform: rotate(0deg) !important;
    -moz-transform: rotate(0deg) !important;
    -o-transform: rotate(0deg) !important;
    -ms-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important;
}
/*修改首页categoryBar样式*/
#categoryBar{
    background: rgba(255, 255, 255, .8);
    border-radius: 12px;
}
#busuanzi_container_site_pv{
    display: none !important;
}
/*侧边卡片修改*/
#aside-content .card-widget {
    background: linear-gradient(60deg, #be93c5 0, #7bc6cc 83%) !important;
}
#aside-content >.card-widget.card-info::before{
    background: linear-gradient(60deg, #be93c5 0, #7bc6cc 83%) !important;
    background-size: 400% !important;
    position: absolute !important;
    width: 100% !important;
    height: 100% !important;
    left: 0 !important;
    top: 0 !important;
    content: '';
    animation: gradient 15s ease infinite !important;
}
/*页脚样式修改*/
#footer {
   background: linear-gradient(180deg, rgba(255, 255, 255,.8) 0%, rgba(255, 255, 255,.8) 25%) !important;
}
#footer #footer-bar{
    background: linear-gradient(180deg, rgba(255, 255, 255,.8) 0%, rgba(255, 255, 255,.8) 25%) !important;
}
#recent-posts .recent-post-item{
    background: rgba(255,255,255,.6) !important;
}
#recent-posts .recent-post-item .recent-post-info{
    background: rgba(255,255,255,.6) !important;
}
#post-comment{
    background: rgba(255,255,255,.8);
    padding: 10px 30px;
}
body[data-type="album"] .author-content.author-content-item{
    background: url("https://cdn.ljsama.cn/photo/tourism/tourism%20%2810%29.jpg") no-repeat !important;
    background-size: 100% auto !important;
    /*background-size: cover; !* 或 contain *!*/
    background-position: center !important;

}
/*密码框颜色修改*/
#hexo-blog-encrypt .hbe-graphic-xray{
    stroke: #f8b5bf;
}
#hexo-blog-encrypt .hbe-input-label-xray{
    color: #f8b5bf;
}
.hbe-input-field-xray:focus +.hbe-input-label-xrayinput--filled .hbe-input-label-xray {
    color: #f8b5bf;
}
