login.wxss
915 Bytes
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
/* 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;
}
.code-bg {
relative:absolute;
float: right;
right: 0;
color: #fff;
font-size: 24rpx;
height: 64rpx;
width: 180rpx;
line-height: 64rpx;
text-align: center;
margin-top: 20rpx;
background: #7fbefc;
box-shadow: 0 4px 14px 0 rgba(127, 190, 252, 0.30);
border-radius: 100px;
}