litian
2024-03-21 05707c8c6adb1042597c52091ad25ed64d15bb55
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
.container {
  padding: 20rpx 0;
}
 
.itemList {
  border-bottom: 2rpx solid #E9E9E9;
  padding: 30rpx;
  display: flex;
  /* height: 120rpx; */
  align-items: center;
  justify-content: space-between !important;
}
 
.itemList .label {
  font-weight: bold;
  width: 180rpx;
  font-size: 32rpx;
}
 
.contentImg {
  height: 120rpx;
  width: 120rpx;
  flex: 1;
  text-align: right;
  margin-right: 20rpx;
}
 
.user-center-card__header__avatar {
  width: 120rpx;
  height: 120rpx;
  border-radius: 48rpx;
  overflow: hidden;
}
 
.content {
  flex: 1;
  color: #5C5C5C;
  font-size: 32rpx;
}
 
.block {
  width: 100vw;
  background: #fff;
  border-top-left-radius: 16rpx;
  border-top-right-radius: 16rpx;
}
 
.block .body {
  padding: 40rpx;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
 
.block .body .from-item {
  margin-bottom: 20rpx;
  display: flex;
  align-items: center;
}
 
.block .body .from-item .label {
  width: 170rpx;
  height: 72rpx;
  line-height: 72rpx;
  font-size: 28rpx;
}
 
.block .body .from-item .item-content {
  padding: 10rpx;
  flex: 1;
  display: flex;
}
 
.inputBox1 {
  width: 540rox;
  height: 72rpx;
  border: 2rpx solid #D9D9D9;
  flex: 1;
}
 
.block .body .inputBox {
  width: 280rpx;
  height: 72rpx;
  border: 2rpx solid #D9D9D9;
}
 
.t-input {
  padding: 10rpx !important;
}
 
.imgCode {
  height: 72rpx;
  width: 200rpx;
}
 
.code {
  width: 200rpx;
  height: 72rpx;
  margin-left: 20rpx;
}
 
.btn {
  width: 200rpx;
  height: 72rpx;
  padding: 0 10rpx !important;
  background: #ff6c00;
  border: 2rpx solid #ff6c00;
  color: #fff;
  font-size: 28rpx;
}
 
.footer {
  width: 80%;
  margin: 10rpx auto;
}
 
.submit {
  background: #ff6c00;
  color: #fff;
  border-radius: 50rpx;
}