phoneLogin.wxss 1.24 KB
  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
.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;
}