jiangping
2024-07-16 39613118a5bae23c45498c4f5a939e83595f99f5
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
.logo_wrap{
  width: 140rpx;
  height: 140rpx;
  margin-bottom: 48rpx;
  image{
    width: 100%;
    height: 100%;
    border-radius: 50%;
  }
}
.main_footer{
  position: fixed;
  bottom: 220rpx;
  left: 40rpx;
  width: 630rpx;
  .line{
    display: flex;
    flex-wrap: wrap;
    color: #555555;
    font-size: 24rpx;
    margin-bottom: 40rpx;
    .content{
      flex: 1;
    }
  }
  .btn{
    width: 630rpx;
    height: 88rpx;
    background: var(--themeColor);
    border-radius: 8rpx;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: 500;
    font-size: 30rpx;
  }
}
.modal{
  width: 600rpx;
  min-height: 600rpx;
  padding: 30rpx;
}
.title{
  font-weight: 600;
  font-size: 44rpx;
  color: #111111;
  line-height: 60rpx;
  margin-bottom: 28rpx;
}
.container{
  min-height: 100vh;
  padding: 120rpx 60rpx;
  background-color: #fff;
}