getphone.wxss 769 Bytes
.all_page{
  position: fixed;
  height: 100%;
  width: 100%;
  background: #fff;
  justify-content: center;/*水平居中*/
}
.all_page .content{
  font-size: 30rpx;
  text-align: center;
  height: 400px;
  width: 100%;
  position: absolute; 
  top: 50%;
  margin-top:-200px;
}
.logo{width: 140rpx; height: 140rpx; border-radius:50% }
.all_page .content .title{
   font-size: 36rpx; margin: 20rpx 0
}

.all_page .btn{
    height: 80rpx;
    line-height: 80rpx;
    width: 580rpx;
    background: #fc661f;
    color:#fff;
    font-size: 32rpx;
    margin-top: 100rpx;
    border-radius: 5rpx;   
}
.all_page .btn2{
    height: 80rpx;
    line-height: 80rpx;
    width: 580rpx;  
    color:#999;
    font-size: 32rpx;
    border-radius: 5rpx;   
     margin-top: 10rpx;
}