k94314517
2024-07-25 a75b18a4157ab486e0b51c438ac165ab3a08e3e0
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;
  .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;
  }
  .speedy{
    color: #fff;
    background-color: #B08771;
  }
  .line{
    display: flex;
    align-items: center;
    height: 120rpx;
    border-bottom: 1rpx solid #E5E5E5;
    .icon{
      width: 40rpx;
    }
    .input{
      flex: 1;
    }
  }
  .sub_btn{
    margin-top: 60rpx;
    margin-bottom: 60rpx;
  }
  .protocol{
    display: flex;
    flex-wrap: wrap;
    color: #555555;
    font-size: 24rpx;
    margin-bottom: 40rpx;
    .content{
      flex: 1;
    }
  }
}
.modal{
  width: 100%;
  max-height: 1120rpx;
  min-height: 600rpx;
  padding: 40rpx;
}