赛思维微信客户端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

32 lines
554 B

.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;
}