#home {
    margin: 0 auto;
    width: 86%;
    min-width: 950px;
    background-color: #fff;
    padding: 30px;
    margin-top: 30px;
    margin-bottom: 50px;
    box-shadow: 0 -2px 28px #069;
}

.day {
    min-height: 10px;
    _height: 10px;
    margin-bottom: 20px;
    padding-bottom: 5px;
    position: relative;
    border: 1px solid #e4e4e4;
    padding: 10px;
}

/* 跳转到码云 */
.gitee-link {
    z-index: 100;
    position: fixed;
    top: 0;
    right: 0;
    border: 0;
    height: 149px;
    width: 149px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    background-image: url(//images2015.cnblogs.com/blog/459873/201603/459873-20160317090540131-1089895320.png);
}

/* 背景图片 */
html{ background:url(https://area.sinaapp.com/bingImg/) top center no-repeat #000; background-attachment:fixed; } 
body { background: none; } 