baseInfo.wxss
1.2 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
/* pages/baseInfo/baseInfo.wxss */
.z_container{
height: 100vh;
overflow: hidden;
}
.top_tips{
height: 122rpx;
background-color: #51DBA2;
padding: 0 60rpx;
font-size: 30rpx;
line-height: 45rpx;
color: #FFF;
}
.base_subform{
width: 640rpx;
margin: 30rpx auto;
}
.sub_item{
border-bottom: 1px solid #D8D8D8;
height: 88rpx;
display: flex;
align-items: center;
font-size: 34rpx;
color: #333;
justify-content: space-between;
}
.sub_item_input{
text-align: right;
font-size: 34rpx;
color: #999;
margin-left: auto;
-webkit-margin-start: auto;
}
.save_btn{
width: 670rpx;
margin: 0 auto;
height: 94rpx;
align-items: center;
justify-content: center;
background: #51DBA2;
color: #FFF;
font-size: 36rpx;
display: flex;
border-radius: 10rpx;
position: fixed;
bottom: 62rpx;
left: 40rpx;
}
.xieyi{
height: 44rpx;
width: 100%;
display: flex;
align-items: center;
justify-content: center;
position: fixed;
bottom: 225rpx;
font-size: 30rpx;
color: #6DA9EB;
}
.check_box{
width: 44rpx;
height: 44rpx;
border-radius: 50%;
border: 1px solid #ccc;
margin-right: 17rpx;
}
.check_box image{
width: 100%;
height: 100%;
}
.danwei{
color: #999;
}
.shengming{
font-size: 28rpx;
color: #999;
margin: 0 74rpx;
}