.title{
height: 62rpx;
font-size: 44rpx;
font-weight: 500;
color: #333333;
line-height: 52rpx;
}
.tip{
color: #FF8EA9;
}
.text{
height: 36rpx;
font-size: 26rpx;
font-family: PingFang SC-Medium, PingFang SC;
font-weight: 500;
color: #828282;
line-height: 30rpx;
}
.phone{
width: 670rpx;
height: 100rpx;
background: #F2F2F2;
border-radius: 10rpx 10rpx 10rpx 10rpx;
opacity: 1;
margin-top: 100rpx;
display: flex;
align-items: center;
}
.code{
width: 415rpx;
height: 100rpx;
background: #F2F2F2;
border-radius: 10rpx 10rpx 10rpx 10rpx;
opacity: 1;
display: flex;
align-items: center;
}
.send{
width: 231rpx;
height: 72rpx;
background: linear-gradient(135deg, #FFB4B4 0%, #FF8EA9 100%);
border-radius: 10rpx 10rpx 10rpx 10rpx;
opacity: 1;
text-align: center;
line-height: 72rpx;
font-size: 30rpx;
font-family: PingFang SC-Medium, PingFang SC;
font-weight: 500;
color: #FFFFFF;
}
.text1{
height: 22rpx;
font-size: 22rpx;
font-family: PingFang SC-Medium, PingFang SC;
font-weight: 500;
color: #828282;
line-height: 26rpx;
}
.login{
width: 670rpx;
height: 100rpx;
background: linear-gradient(135deg, #FFB4B4 0%, #FF8EA9 100%);
border-radius: 10rpx 10rpx 10rpx 10rpx;
opacity: 1;
color: white;
margin-top: 264rpx;
font-size: 34rpx;
line-height: 70rpx;
}