editinfo.wxss
1.5 KB
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
/* pages/main//editinfo/editinfo.wxss */
.page {
  background: #f8f8f8;
}
.head_wrap {
  height: 70rpx;
  background: #f7f9fd;
  padding-right: 20rpx;
  padding-left: 32rpx;
}
.head_red_star {
  color: red;
  font-size: 28rpx;
  line-height: 80rpx;
}
.head_text_wrap1 {
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #999;
  line-height: 70rpx;
}
.head_text_wrap2 {
  font-family: PingFang-SC-Medium;
  font-size: 12px;
  color: #c9c9c9;
  letter-spacing: 0;
  text-align: left;
}
.head_image_wrap_down {
  width: 28rpx;
  height: 16rpx;
}
.head_image_wrap_up {
  width: 40rpx;
  height: 40rpx;
  margin-top: 16rpx;
}
.data_list {
  display: flex;
  font-family: PingFangSC-Regular;
  padding-left: 30rpx;
  padding-right: 30rpx;
  background: #fff;
}
.data_item {
  width: 100%;
  height: auto;
  flex-direction: column;
  display: flex;
}
.input_wrap {
  width: 500rpx;
  height: 80rpx;
  font-size: 28rpx;
  color: #333;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text_666_28 {
  font-family: PingFangSC-Regular;
  font-size: 26rpx;
  color: #666;
  text-align: right;
  line-height: 80rpx;
}
.image_camera {
  width: 42rpx;
  height: 42rpx;
  margin-left: 10rpx;
  margin-top: 22rpx;
}
.extra_input {
  width: 600rpx;
  font-size: 28rpx;
  color: #333;
  float: right;
  line-height: 40rpx;
  padding: 16rpx 0;
  word-wrap: break-word;
}
.divide_line {
  background: #e5e5e5;
  width: 100%;
  height: 2rpx;
}