togoin.wxss
1.2 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
page{
border-top: 3rpx solid #EAEAEC;
background-color: #fff;
}
.logins {
width: 100%;
padding-bottom: 130rpx;
background-position: center;
background-repeat: no-repeat;
background-size: cover
}
.login_img {
width: 192rpx;
height: 192rpx;
border-radius: 50%;
}
.phones{
margin-bottom: 48rpx;
}
.getPhoneNumber {
width: 600rpx;
height: 94rpx;
line-height: 94rpx;
background-color: #57b837;
border-radius: 48rpx;
color: rgb(255,255,255);
font-size: 32rpx;
margin-top:150rpx;
}
.we_chat{
width: 55rpx;
height: 45rpx;
margin-right: 15rpx;
}
.userlongin{
color: #767f8e;
}
button{
border:none;
}
.login_img_back{ width: 100%;}
.p_content{
margin: 10%;
width: 80%;
height:340rpx;
top:50%;
margin-top: -180rpx;
background-color: #fff;
z-index: 12;
position: fixed;
}
.btn_view { height: 120rpx; line-height: 120rpx; border-top:1rpx solid #e9e9e9;}
.p_title{ height:220rpx; padding: 0 40rpx; line-height: 50rpx;}
.g_mobile{ background: none;line-height: normal;}
.b_right{border-right:1rpx solid #e9e9e9;}
.ali-c{align-items: center;}
.flex-center2{ justify-content: center;}
.f2 {
flex: 2 0;
}
.middle_view{
position: absolute; left: 0; width: 100%; text-align: center;
}