applayofhomesecond.wxss 1.5 KB
.phonenum{
  width:691rpx;
  border-bottom:1rpx solid #C5C3C3;
  margin:55rpx auto 0;
  color:#5E5D5D;
  font-size: 24rpx;
  margin-bottom:10rpx;
}
.codeenter{
  display:flex;
  align-items: center;
  justify-content: space-between
}
.getcode{
  width:155rpx;
  height:56rpx;
  border:1rpx solid rgba(0, 0, 0, 1);
  opacity:0.4;
  border-radius:10rpx;
  text-align: center;
  line-height: 56rpx;
  margin:0;
  font-size: 24rpx;
  padding: 0;
  background: transparent;
  color:#333;
}
button::after{
  outline:none;
  border:none;
   color:#333;
}

.sub{
  margin-top:119rpx;
}

/* 申请成功 */
.register{
     width: 100%;
     height: 100%;
     background-color: rgba(0,0,0,0.5);
     position:fixed;
     left:0;
     right:0;
     z-index: 5;
 }
.registerwrap{
    width:545rpx;
    height:465rpx;
    background: #ffffff;
    border-radius: 10px;
    position: absolute;
    z-index: 6;
    /*left:0.4rem;*/
    /*top: 3rem;*/
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    
}
.applaysuccess{
  width:130rpx;
  height:130rpx;
  font-size: 0;
  margin:60rpx auto 0;

}
.applaysuccess image{
  width:100%;
  height:100%;
}
.successword{
  font-size: 36rpx;
  color:#333;
  text-align: center;
  margin-top:20rpx;
}
.close{
  color:#333;
  font-size: 36rpx;
  margin-top:50rpx;
  border-top:1rpx solid #f5f5f5;
  text-align: center;
  height:100rpx;
  line-height: 100rpx;
  
}
.surephone{
  color:#333;
  font-size: 30rpx;
  text-align: center;
  margin-top:20rpx
}