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
| .avatar {
| width: 140rpx;
| height: 140rpx;
| border-radius: 50%;
| margin: 130rpx auto 30rpx;
| }
|
| .home_title {
| font-weight: 500;
| font-size: 40rpx;
| margin-bottom: 16rpx;
| text-align: center;
| }
| .placeholder9 {
| text-align: center;
| }
| .btns {
| margin-top: 120rpx;
| padding: 0 62rpx;
| }
| .btns .btn {
| width: 100%;
| height: 88rpx;
| line-height: 86rpx;
| border-radius: 8rpx;
| border: 1rpx solid #B08771;
| margin-bottom: 30rpx;
| font-size: 30rpx;
| color: #B08771;
| display: flex;
| justify-content: center;
| }
| .btns .speedy {
| color: #fff;
| background-color: #B08771;
| }
| .btns .line {
| display: flex;
| align-items: center;
| height: 120rpx;
| border-bottom: 1rpx solid #E5E5E5;
| }
| .btns .line .icon {
| width: 40rpx;
| }
| .btns .line .input {
| flex: 1;
| }
| .btns .sub_btn {
| margin-top: 60rpx;
| margin-bottom: 60rpx;
| }
| .btns .protocol {
| display: flex;
| flex-wrap: wrap;
| color: #555555;
| font-size: 24rpx;
| margin-bottom: 40rpx;
| }
| .btns .protocol .content {
| flex: 1;
| }
| .modal {
| width: 600rpx;
| min-height: 600rpx;
| padding: 30rpx;
| }
|
|