defaultError.wxss 652 字节
/* pages/defaultError/defaultError.wxss */
.header {
  width: 100%;
  background-color: #FFF;
  height: 45px;
  text-align: center;
  font-size: 13px;
  line-height: 45px;
  position: relative;

}

.reback {
  width: 100px;
  height: 45px;
  position: absolute;
  left: 0;
  top: 0;
  text-align: left;
}

.reback image {
  width: 18px;
  height: 18px;
  margin-left: 10px;
  margin-top: 14px;
}

.tips {
  width: 567rpx;
  text-align: center;
  margin: 0 auto;
  font-size: 28rpx;
  font-family: PingFang SC;
  font-weight: 400;
  color: rgba(51,51,51,1);
}

.image {
  width:  547rpx;
  margin: 240rpx auto 100rpx;
}
.image image {
  width: 547rpx;
}