
/** 加载页面、登录页面信息提示 */
#loading::after, #login::after {
    position: absolute;
    bottom: 6px;
    width: 100%;
    display: block;
    font-size: 26px;
    text-align: center;
    content: '';
    color: #FF1493;
    /* IE 样式 */
    bottom: 30px\0;
    font-size: 36px\0;
    color: tomato\0;
}
/** 加载页面、登录页面背景图 */
#login {
    background-image: url(/static/img/login.jpg);
}

#login img {
    width: 8em;
    height: 8em;
}




