register.wxss 1.4 KB
page{
  padding-bottom: 50rpx;
  box-sizing: border-box;
}

.logo_box {
  width: 100%;
  margin-top: 220rpx;
  display: flex;
  justify-content: center;
}

.logo_box image {
  width: 180rpx;
  height: 200rpx;
}

.button_box {
  width: 100%;
  margin-top: 100rpx;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.button_box .login {
  width: 530rpx;
  height: 88rpx;
  background: rgba(61, 154, 248, 1);
  border-radius: 44rpx;
  font-size: 30rpx;
  font-family: PingFang SC;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  display: flex;
  justify-content: center;
  align-items: center;
}

.button_box .no_login {
  width: 100%;
  text-align: center;
  font-size: 30rpx;
  font-family: PingFang SC;
  font-weight: 400;
  color: rgba(156, 156, 156, 1);
  margin-top: 26rpx;
}

.tips_box {
  width: 100%;
  margin-top: 96rpx;
}

.tips_box .title {
  width: 442rpx;
  text-align: center;
  font-size: 34rpx;
  font-family: PingFang SC;
  font-weight: 400;
  color: rgba(5, 9, 26, 1);
  margin: 0 auto;
}

.tips_box .titletwo {
  width: 100%;
  text-align: center;
  font-size: 28rpx;
  font-family: PingFang SC;
  font-weight: 400;
  color: rgba(156, 156, 156, 1);
  margin-top: 40rpx;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tips_box .titletwo .line{
  width: 10rpx;
  height: 10rpx;
  background: rgba(156, 156, 156, 1);
  border-radius: 50%;
  margin-right: 16rpx;
}