applayofhome.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
72
73
74
page{
background: #f4f4f4;
}
.applayofhomehead{
width:691rpx;
border-radius: 10rpx;
padding: 35rpx 39rpx;
box-sizing: border-box;
margin:30rpx auto 0;
background: #fff;
}
.applayofhomeitem{
display:flex;
align-items: center;
margin: 35rpx 0;
}
.applayofhomeitem:first-child{
margin-top:0
}
.applayofhomeitem:last-child{
margin-bottom:0
}
.applayofhomeleft{
width:120rpx;
color:#333333;
font-size: 24rpx;
}
.applayofhomeright{
width:405rpx;
color:#707070;
font-size:24rpx;
margin-left:56rpx;
}
/* 身份证 */
.cardlist{
display:flex;
margin-top:20rpx;
}
.cardimg{
width:336rpx;
height:215rpx;
background:rgba(255,255,255,1);
border-radius:10rpx;
background: #fff;
/* padding: 47rpx 0 39rpx;
box-sizing: border-box; */
margin:0 0 0 29rpx;
}
.frontimg{
width:92rpx;
height:92rpx;
font-size: 0;
margin:47rpx auto 0;
}
.frontimg image{
width:100%;
height:100%;
}
.frantname{
text-align: center;
color:#707070;
font-size: 24rpx;
margin-top:10rpx;
}
.showfrontimg{
width:336rpx;
height:215rpx;
font-size: 0;
}
.showfrontimg image{
width:100%;
height:100%;
}