addextrainfo.wxss
924 Bytes
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
/* pages/main/addtionalreduce/addextrainfo/addextrainfo.wxss */
@import "../../taxperson/addinfo/addinfo.wxss";
.text_black_30 {
font-family: PingFangSC-Regular;
font-size: 30rpx;
color: #000;
line-height: 90rpx;
text-align: left
}
.input_wrap {
/* width: 460rpx; */
height: 90rpx;
font-size: 30rpx;
color: #333;
text-align: right;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.input_wrap01 {
width: 400rpx;
height: 90rpx;
font-size: 30rpx;
color: #333;
text-align: right;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.arrow_wrap {
width: 40rpx;
height: 40rpx;
float: right;
margin-top:24rpx;
}
.image_camera {
width: 42rpx;
height: 42rpx;
margin-left: 10rpx;
margin-top: 22rpx;
}
/* .text_666_28 {
font-family: PingFangSC-Regular;
font-size: 28rpx;
color: #666;
text-align: right;
line-height: 90rpx;
} */