login.wxss
618 Bytes
/* pages/login/login.wxss */
@import "../getPhone/getPhone.wxss";
.data_wrap {
position: absolute;
display: flex;
flex-direction: column;
margin-top: 440rpx;
/* margin: 0 126rpx; */
}
.input-wrap {
display: flex;
line-height: 100rpx;
}
.text-area {
margin: auto 0;
font-family: PingFang-SC-Medium;
font-size: 32rpx;
color: #5699f2;
letter-spacing: 0;
}
.code-btn {
relative:absolute;
float: right;
right: 0;
color: #fff;
font-size: 24rpx;
height: 64rpx;
margin-top: 20rpx;
background: #7fbefc;
box-shadow: 0 4px 14px 0 rgba(127, 190, 252, 0.30);
border-radius: 100px;
}