addinfo.wxss
1.9 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
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
/* pages/main/addinfo/addinfo.wxss */
page{
background: #f8f8f8;
}
.page{
background: #FFF;
}
.head_wrap {
height: 96rpx;
/* background: #f7f9fd; */
background: #fff;
padding-right: 20rpx;
padding-left: 32rpx;
/* line-height: 96rpx; */
}
.head_red_star {
color: red;
font-size: 30rpx;
line-height: 90rpx;
}
.head_text_wrap1 {
line-height: 90rpx;
font-family: PingFangSC-Semibold;
font-size: 16px;
color: #333;
letter-spacing: 0;
text-align: left;
}
.head_text_wrap2 {
font-family: PingFang-SC-Medium;
font-size: 12px;
color: #999;
letter-spacing: 0;
text-align: left;
}
.head_image_wrap_down {
width: 28rpx;
height: 16rpx;
margin-top: 40rpx;
}
.head_image_wrap_up {
width: 40rpx;
height: 40rpx;
margin-top: 24rpx;
}
.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 {
max-width: 460rpx;
height: 90rpx;
font-size: 28rpx;
color: #000;
text-align: right;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.text_666_28 {
font-family: PingFangSC-Regular;
font-size: 28rpx;
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;
text-aligh: right;
line-height: 40rpx;
padding: 16rpx 0;
word-wrap: break-word;
}
.text_999_30 {
font-size: 30rpx;
color: #999;
text-align: right;
line-height: 80rpx;
}
input[disabled]{
color: #000;
}
.red_star_right_10{
color:red;
font-size: 30rpx;
line-height: 90rpx;
float:left;
margin-right: 10rpx;
}
.arrow_wrap {
width: 40rpx;
height: 40rpx;
float: right;
margin-top:24rpx;
}