login.wxss
640 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
/* pages/login/login.wxss */
@import "../getPhone/getPhone.wxss";
.data_item{
position: relative;
height: 120rpx;
color: #fff;
margin: 0 120rpx;
display: flex;
border-bottom: 2rpx solid #FFF;
}
.pl-class{
color: #FFF;
font-size: 28rpx;
}
.icon{
position: absolute;
width: 32rpx;
height: 36rpx;
padding: 42rpx 44rpx ;
}
.input-wrap{
display: flex;
line-height: 120rpx;
margin-left: 120rpx;
}
.text-area{
font-size:28rpx;
margin: auto 0;
display: flex;
}
.code-btn{
position: absolute;
color:#529CE2;
font-size: 28rpx;
border-radius: 32rpx;
height: 64rpx;
right: 0;
bottom: 28rpx;
}