forked from gzzfw/frontEnd/gzDyh

xusd
2024-09-08 5424fb6cc7c907ec12025e96bb41146b28e5582c
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
/* pages/myRegisterFlow/index.wxss */
.main {
  padding: 32rpx 24rpx;
}
 
.flex {
  display: flex;
  gap: 24rpx;
}
 
.icon {
  width: 15px;
  height: 15px;
  background: #e8f3ff;
  border-radius: 50%;
  padding: 6rpx;
}
 
.line {
  height: 100%;
  border-left: 1px solid #1a6fb8;
}
 
.left {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8rpx;
}
 
.list-content-flex {
  display: flex;
  align-items: flex-start;
}
 
.margin-top {
  margin-top: 8rpx;
}
 
.list-content-title {
  width: 140rpx;
  font-size: 28rpx;
  color: rgba(23, 26, 29, 0.60);
}
 
.list-content-value {
  font-size: 28rpx;
  flex: 1;
}
 
.green {
  color: #00B42A;
}
 
.myRegisterFlow_bind {
  padding: 0 24rpx;
  text-align: center;
}