|
|
.error{
|
|
|
overflow: hidden;
|
|
|
margin: 85px 0 515px 0;
|
|
|
|
|
|
.err-404-img {
|
|
|
width: 244px;
|
|
|
height: 105px;
|
|
|
background: resolve('404.png') no-repeat center center;
|
|
|
margin: 0 auto;
|
|
|
}
|
|
|
|
|
|
.tips {
|
|
|
width: 100%;
|
|
|
display: block;
|
|
|
margin: 200px auto;
|
|
|
text-align: center;
|
|
|
|
|
|
span {
|
|
|
display: block;
|
|
|
|
|
|
/* b {
|
|
|
cursor: pointer;
|
|
|
}*/
|
|
|
}
|
|
|
|
|
|
.tip {
|
|
|
height: 30px;
|
|
|
line-height: 30px;
|
|
|
font-size: 20px;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
.tips-english {
|
|
|
font-size: 14px;
|
|
|
height: 50px;
|
|
|
line-height: 50px;
|
|
|
}
|
|
|
|
|
|
.err-500-img {
|
|
|
width: 244px;
|
|
|
height: 105px;
|
|
|
background: resolve('500.png') no-repeat center center;
|
|
|
margin: 0 auto;
|
|
|
}
|
|
|
} |
...
|
...
|
|