error.css 228 Bytes
Newer Older
胡畅 committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14
/* 404 */
.container-error {
    
}
.container-error .error-page {
    width: 100%;
    text-align: center;
    padding: 3rem 0;
}
.container-error .error-page p {
    color: #666;
    font-size: .24rem;
    margin-top: .2rem;
}