codeLogin.wxss 1.93 KB
.bg {
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -100;
}

.title_box {
  padding: 192rpx 54rpx 0;
}

.tips_box {
  padding: 37rpx 54rpx 45rpx;
}

.title_box>.title {
  font-size: 36rpx;
  font-family: PingFang SC;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
}

.tips_box>.tips {
  font-size: 30rpx;
  font-family: PingFang SC;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
}

.cont-box {
  width: 642rpx;
  margin: 0 auto;
  background-color: white;
  border-radius: 10rpx;
}

.cont-box input {
  padding: 35rpx 0 35rpx 10rpx;
  margin-left: 25rpx;
  display: inline-block;
  border-bottom: 1px solid #EEEEEE;
  width: 90%;
  color: #909090;
  font-size: 30rpx;
  line-height: 28rpx;
}

/* 验证码的box */
.codeBox {
  position: relative;
}

/* 获取验证码 */
.cont-box .getCode {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 30rpx;
  font-family: PingFang SC;
  font-weight: 500;
  color: rgba(91, 151, 242, 1);
  z-index: 100;
  padding: 35rpx;
}

.button {
  display: block;
  width: 575rpx;
  height: 88rpx;
  text-align: center;
  line-height: 80rpx;
  font-size: 36rpx;
  border-radius: 44rpx;
  color: white;
  margin: 35rpx;
}

.next {
  background-color: #649DFB
}

.noLoginBox {
  text-align: center;
}

.noLoginBox .noLogin {
  font-size: 28rpx;
  font-family: PingFang SC;
  font-weight: 500;
  color: rgba(91, 151, 242, 1);
}

.one_click_btn {
  display: block;
  width: 575rpx;
  height: 88rpx;
  text-align: center;
  line-height: 80rpx;
  font-size: 36rpx;
  border-radius: 44rpx;
  color: white;
  margin: 35rpx;
  background-color: #07C060
}

.footer {
  position: fixed;
  bottom: 75rpx;
  left: 60rpx;
  display: flex;
}

.footer .footer_tips {
  font-size: 20rpx;
  font-family: PingFang SC;
  font-weight: 500;
  color: rgba(58, 58, 58, 1);
}

.blue {
  color: rgba(91, 151, 242, 1);
}

.footer_tips navigator {
  display: inline-flex;
}

.van-cell {
    border: none;
}