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
68
69
70
71
72
73
74
75
.avatar {
  margin: 52rpx auto 40rpx;
  width: 160rpx;
  height: 160rpx;
  border-radius: 50%;
  box-shadow: 0rpx 2rpx 12rpx 0rpx rgba(0, 0, 0, 0.08);
  border: 4rpx solid #FFFFFF;
}
.avatar_btn {
  width: 168rpx;
  height: 60rpx;
  margin: 0 auto 40rpx;
  line-height: 58rpx;
  text-align: center;
  border-radius: 30rpx;
  border: 1rpx solid #CDA38D;
  font-size: 26rpx;
  color: var(--themeColor);
}
.list {
  padding: 0 40rpx;
}
.list .line {
  height: 120rpx;
  display: flex;
  align-items: center;
  border-bottom: 1rpx solid #e5e5e5;
}
.list .line .qrcode {
  width: 40rpx;
}
.list .line .label {
  width: 210rpx;
  font-size: 30rpx;
  color: #777777;
}
.list .line .input {
  flex: 1;
  color: #111111;
  text-align: right;
}
.list .line .input .van-cell {
  padding: 0;
}
.list .line .input .picker .picker_wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.list .line input {
  text-align: right;
}
.list .line .icon {
  width: 40rpx;
}
.list .val {
  flex: 1;
  padding-left: 32rpx;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.list .save {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 670rpx;
  height: 88rpx;
  background: var(--themeColor);
  border-radius: 8rpx;
  font-weight: 500;
  font-size: 32rpx;
  margin-top: 20rpx;
}