lll
liukangdong
2024-08-08 7cd2d5f404b9845cfe2cbc29334e7785346fde01
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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
.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;
}
.placeholder9 {
  color: #c8c9cc;
}
.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: 78rpx;
  margin-bottom: 40rpx;
  display: flex;
  align-items: center;
}
.list .line .picker {
  width: 100%;
  display: flex;
}
.list .line .picker .picker_wrap {
  width: 528rpx;
  display: flex;
}
.list .line .picker .picker_wrap .city_picler {
  flex: 1;
}
.list .line .picker .text {
  flex: 1;
}
.list .line .df_ac {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 480rpx;
}
.list .line .label {
  width: 110rpx;
  font-size: 30rpx;
  color: #777777;
}
.list .line .wechat_phone {
  width: 100%;
  flex: 1;
  color: #111111;
  border-bottom: 1rpx solid #e5e5e5;
  display: flex;
  align-items: center;
  padding-bottom: 10rpx;
  justify-content: space-between;
}
.list .line .wechat_phone .field {
  flex: 1;
}
.list .line .wechat_phone .btn {
  width: 120rpx;
  font-size: 30rpx;
  color: #B08771;
}
.list .line .input {
  width: 100%;
  flex: 1;
  color: #111111;
  border-bottom: 1rpx solid #e5e5e5;
}
.list .line .icon {
  width: 40rpx;
  height: 40rpx;
}
.list .val {
  flex: 1;
  height: 100rpx;
  border-bottom: 1rpx solid #e5e5e5;
  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;
}
.modal {
  padding: 40rpx 30rpx;
}
.modal .label {
  font-size: 30rpx;
}
.modal .val {
  display: flex;
  align-items: center;
  color: #999999;
}
.modal .val .item {
  display: flex;
  align-items: center;
}
.modal .val .item .unit {
  font-size: 24rpx;
}
.modal .val .item .input {
  flex: 1;
}
.modal .val .item input {
  text-align: right;
}