verigyCode.wxss 2.1 KB
/* pages/index/verigyCode/verigyCode.wxss */

.mask_box {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}

.popup_box {
  width: 686rpx;
  height: 486rpx;
  background: rgba(255, 255, 255, 1);
  border-radius: 36rpx;
}

.popup_title {
  font-size: 36rpx;
  font-weight: bold;
  color: #000;
  border-bottom: 1rpx solid #f5f6fa;
  padding: 30rpx 0;
  text-align: center;
}

.popup_content {
  font-size: 32rpx;
  color: #000;
  padding: 30rpx;
}

.popup_btn_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60rpx;
  box-sizing: border-box;
}

.popup_btn {
  width: 260rpx;
  height: 80rpx;
  background: rgba(255, 255, 255, 1);
  border: 1rpx solid rgba(2, 134, 255, 1);
  border-radius: 40rpx;
  font-size: 32rpx;
  color: #0286ff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.popup_active {
  background: #0286ff;
  color: #fff;
}

/*  */

.code_box {
  width: 686rpx;
  height: 703rpx;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0rpx 8rpx 16rpx 0rpx rgba(0, 0, 0, 0.08);
  border-radius: 36rpx;
  position: absolute;
  bottom: 30rpx;
  font-size: 30rpx;
  color: #000;
  padding: 0 40rpx;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.code_img {
  width: 328rpx;
  height: 328rpx;
  margin-top: 90rpx;
}

.code_img image {
  width: 100%;
  height: 100%;
}

.popup_content {
  padding: 30rpx;
}

.popup_content input {
  font-size: 36rpx;
}

.popup_content .popup_active {
  width: 50%;
  margin: 0 auto;
  border-radius: 40rpx;
  margin-top: 92rpx;
  padding: 15rpx 30rpx;
  display: flex;
  align-items: center;
  justify-content: center;
}

.list_input {
  display: flex;
}

.list_input input {
  width: 100%;
  height: 100%;
  border: 0;
  outline: none;
  font-size: 30rpx;
}
.verification_code {
  font-size: 32rpx;
}
.code_btn {
  width: 230rpx;
  font-size: 28rpx;
  color: #de1b22;
  background-color: #fff;
  text-align: right;
}