addfile.wxss
1.1 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
/* pages/addfile/addfile.wxss */
@import '/pages/addrecord/addrecord.wxss';
.addfile_top{
margin-top: 40rpx;
}
.input_cell{
font-size:34rpx;
}
.input_cell input {
text-align:right;
padding:0 10rpx 0 0;
color:#999;
font-size:34rpx;
}
.placeholderStyle{
font-size:34rpx;
color:#999;
}
.sexbox{
margin: 48rpx 88rpx;
display: flex;
align-items: center;
justify-content: space-between;
}
.man_box{
display: flex;
align-items: center;
color:#000;
font-size:34rpx;
}
.seximg{
display: flex;
align-items: center;
justify-content: center;
width: 80rpx;
height: 80rpx;
border-radius: 50%;
overflow: hidden;
}
.seximg image{
width:100%;
height: 100%;
}
.no_choose_box{
margin: 0 14rpx 0 30rpx;
display: flex;
align-items: center;
justify-content: center;
width: 44rpx;
height: 44rpx;
border-radius: 50%;
overflow: hidden;
}
.no_choose_box image{
width:100%;
height: 100%;
}
.agreenbox{
margin:160rpx 0 0 0;
display: flex;
align-items: center;
justify-content: center
}
.agreen_txt{
font-size:28rpx;
padding:0 0 6rpx 0;
border-bottom:1rpx solid #ededed;
}
.txt_a{
color:#88a8c6;
}