.pagefailure {
|
|
width: 100%;
|
|
height: 100%;
|
|
overflow: hidden;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
.pagefailure-title{
|
|
position: absolute;
|
|
top: 44rpx;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 66rpx;
|
|
text-align: center;
|
|
font-size: 34rpx;
|
|
font-family: Helvetica;
|
|
line-height: 48rpx;
|
|
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
|
|
}
|
|
.pagefailure-content {
|
|
width: 100%;
|
|
}
|
|
.pagefailure-logo {
|
|
width: 100%;
|
|
}
|
|
.pagefailure-prompt {
|
|
text-align: center;
|
|
color: #323436;
|
|
font-size: 32rpx;
|
|
margin-top: 32rpx;
|
|
}
|