TM
2020-12-15 bfeebfd597181a243f79e7ecd7ee6297f33aa653
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
68
69
70
71
72
73
74
75
76
77
78
79
80
.index-page{
  padding: 100rpx 56rpx;
}
.logo-view{
  text-align: left;
}
.titText{
  margin-top: 20rpx;
  display: block;
  font-size: 24px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #333333;
}
.modeText{
  margin-top: 26rpx;
  display: block;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #333333;
}
.logo{
  width: 88rpx;
  height: 88rpx;
}
.login-info-view{
  width: 100%;
  margin: auto;
  margin-top: 40rpx;
  background-color: #fff;
}
.phone-ipt{
  background-color: #fff;
}
.phone-label{
  min-width: 60rpx;
}
.password-ipt{
  background-color: #fff;
}
.password-label{
  min-width: 60rpx;
}
.code-label{
  display: none;
}
.code-ipt{
  width: 70%;
}
.icongerenzhongxin,.iconfont{
  font-size: 40rpx;
}
.tip-view{
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
  font-size: 24rpx;
}
.login-btn{
  width: 100%;
  margin: 50px 0 0 0;
  border-radius: 50px;
  border: 0;
  outline: none;
}
.tip-view2{
  padding-top: 20rpx;
  color:#666;
  font-size:12px;
  text-align:center
}
.server-number{
  text-align: center;
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #666666;
  padding-top: 30vh;
}