getPhone.wxss
580 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
/* pages/getPhone/getPhone.wxss */
.page{
height: 100%;
}
.back-img{
position: absolute;
top: 0px;
width: 100%;
height: 100%;
}
.content-wrap{
margin-top: 360rpx;
width: 100%;
}
.logo{
position: relative;
top: 0rpx;
height: 60rpx;
margin: 10px auto;
display: block;
}
.btn{
background: #FFF;
color: #529CE2;
height: 84rpx;
line-height: 84rpx;
font-size: 28rpx;
border-radius: 42rpx;
margin: 120rpx 60rpx 0 60rpx;
}
.loginByPhone{
position: relative;
text-align: center;
color: #FFF;
font-size: 28rpx;
margin: 40rpx;
}