togoin.wxss 1.33 KB
page{
  border-top: 3rpx solid #EAEAEC;
  background-color: #fff;
}
.logins {
  width: 100%;
  /* padding-bottom: 130rpx; */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover
}

.login_img {
  width: 192rpx;
  height: 192rpx;
  border-radius: 50%;
}
.phones{
  margin-bottom: 48rpx;
}
.getPhoneNumber {
  width: 600rpx;
  height: 94rpx;
  line-height: 94rpx;
  background-color: #57b837;
  border-radius: 48rpx;
  color: rgb(255,255,255);
  font-size: 32rpx;
  margin-top: 40rpx;
}
.we_chat{
  width: 55rpx;
  height: 45rpx;
  margin-right: 15rpx;
}
.userlongin{
  color: #767f8e;
}
button{
    border:none;
}
.login_img_back{ width: 100%;}
.p_content{
	margin: 10%;
	width: 80%;
	height:340rpx;
	top:50%;
	margin-top: -180rpx;
	background-color: #fff;
	z-index: 12;
	position: fixed;
}

.btn_view { height: 120rpx; line-height: 120rpx; border-top:1rpx solid #e9e9e9;}
.p_title{ height:220rpx; padding: 0 40rpx; line-height: 50rpx;}
.g_mobile{ background: none;line-height: normal;}
.b_right{border-right:1rpx solid #e9e9e9;}

.ali-c{align-items: center;}
.flex-center2{ justify-content: center;}
.f2 {
	flex: 2 0;
}

.middle_view{
    position: absolute; left: 0; width: 100%; text-align: center;
}

/*checkbox 选项框大小  */
checkbox .wx-checkbox-input {
  width: 30rpx;
  height: 30rpx;
}

.gray {
	color: #767f8e;
}