Change_phone.wxss 937 Bytes
page {
  height: 100%;
}

.container {
  padding: 0rpx 55rpx;
  border-top: 6rpx solid rgb(245, 245, 245);
}

.phone_logo {
  height: 400rpx;
}

.phone_logo image {
  width: 145rpx;
  height: 230rpx;
}

.phone,.code{
  border-bottom: 2rpx solid rgb(234, 234, 234);
  height: 95rpx;
}

.phone image {
  width: 60rpx;
  height: 60rpx;
}

.phone .inphone {
  margin-left: 50rpx;
  color: rgb(153, 153, 153);
}

.code image {
  width: 70rpx;
  height: 60rpx;
}

.code input {
  margin-left: 50rpx;
  color: rgb(153, 153, 153);
}

.code .Obtain {
  width: 250rpx;
  height: 60rpx;
  border-left: 2rpx solid rgb(234, 234, 234);
}

.phone, .code, .Tips {
  padding-left: 30rpx;
}

.Tips {
  margin-top: 50rpx;
  line-height: 50rpx;
  color: rgb(153, 153, 153);
}

.go {
  width: 100%;
  margin-top: 90rpx;
}

.lower {
  width: 430rpx;
  height: 75rpx;
  background-color: rgb(214, 1, 33);
  border-radius: 40rpx;
  color: rgb(255, 255, 255);
}