login.wxss 1.4 KB
page {
  height: 100%;
}

.box {
  width: 100%;
  min-height: 100%;
  background: url('https://binhai.w.broing.cn/image/login_bg.png') center no-repeat;
  background-size: cover;
}

.contaniter {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  bottom: 50%;
  margin: auto;
  width: 594rpx;
  height: 730rpx;
  padding: 0 60rpx;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 1);
  opacity: 1;
  border-radius: 8rpx;
}

.title {
  font-size: 40rpx;
  font-family: PingFang SC;
  font-weight: bold;
  color: rgba(6, 15, 41, 1);
  text-align: center;
  margin: 56rpx auto;
}

.item {
  width: 100%;
  height: 115rpx;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e0e0e0;
}

.item:last-child {
  margin-top: 24rpx;
}

.item input {
  font-size: 30rpx;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 42px;
  color: rgba(141, 144, 151, 1);
}

.item .code {
  width: 180rpx;
}

.item .get_code {
  font-size: 30rpx;
  font-family: PingFang SC;
  font-weight: 400;
  color: rgba(61, 154, 248, 1);
}

.submit {
  width: 474rpx;
  height: 98rpx;
  background: rgba(61, 154, 248, 1);
  border-radius: 50rpx;
  margin-top: 56rpx;
  font-size: 30rpx;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 42px;
  color: rgba(255, 255, 255, 1);
  display: flex;
  justify-content: center;
  align-items: center;
}