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
| .sub-title {
| font-size: 24rpx;
| color: #999;
| }
| .cell {
| margin: 40rpx 0;
| }
| .login-ball {
| border-bottom-left-radius: 300rpx;
| height: 400rpx;
| position: relative;
| }
|
| /deep/ .u-form-item--right__content__slot {
| width: 100%;
| display: block;
| }
|
| .title {
| font-size: 48rpx;
| color: #000;
| text-align: center;
| }
| .privacy {
| font-size: 24upx;
| color: #999;
| text-align: center;
| margin-top: 360rpx;
| width: 100%;
| display: flex;
| justify-content: center;
| }
| span {
| color: $aider-light-color;
| }
| .form {
| padding: 0 72rpx;
| }
| .divider {
| margin: 30rpx 0 !important;
| }
| .submit {
| height: 80rpx;
| line-height: 80rpx;
| color: #fff;
| text-align: center;
| font-size: 30rpx;
| border-radius: 100px;
| }
| .logo {
| margin-top: 20rpx;
| width: 200rpx;
| height: 200rpx;
| text-align: center;
| }
| .logo-cell {
| text-align: center;
| }
| .text-tips {
| text-align: center;
| }
| .tips {
| position: absolute;
| bottom: 10rpx;
| width: 100%;
|
| text-align: center;
| }
|
|