getPhone.wxss 580 Bytes
/* pages/getPhone/getPhone.wxss */
.page{
  height: 100%;
}
.back-img{
  position: absolute; 
  top: 0px;
  width: 100%;
  height: 100%;
}
.content-wrap{
  margin-top: 360rpx;
  width: 100%;
}
.logo{
  position: relative;     
  top: 0rpx;
  height: 60rpx;
  margin: 10px auto;
  display: block; 
}

.btn{
  background: #FFF;
  color: #529CE2;
  height: 84rpx;
  line-height: 84rpx;
  font-size: 28rpx;
  border-radius: 42rpx;
  margin: 120rpx 60rpx 0 60rpx;
}

.loginByPhone{
  position: relative;     
  text-align: center;
  color: #FFF;
  font-size: 28rpx;
  margin: 40rpx;
}