/*-----------------------body start---------------------------*/
body {
    /*全局字体设置*/
    font-family: Consolas, "楷体" !important;
    /*加载图片*/
    /*background-image: url("https://files-cdn.cnblogs.com/files/zyf-yxm/%E5%BE%AE%E4%BF%A1%E5%9B%BE%E7%89%87_20200107163427_%E5%89%AF%E6%9C%AC.bmp");*/
    /*水平垂直居中*/
    background-position: center, center;
    /*图片不平埔*/
    background-repeat: no-repeat;
    /*图片位置固定在窗口中*/
    background-attachment: fixed;
    /*图片填充*/
    background-size: cover;
}
/*-----------------------body end---------------------------*/



/*-----------------------home start---------------------------*/
#home {
    /*设置背景透明度*/
    background-color:rgba(156, 156, 156, 1);
}
/*-----------------------home end---------------------------*/


