outbackpeopledetail.wxss
1.3 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
page{
background: #F9F9FB
}
.commonenter{
margin-right:0;
text-align: right
}
.topname{
font-size: 36rpx;
}
.istouch{
width:150rpx;
}
.peopleitem{
margin-top:22rpx;
}
.codeleft{
color:#06121E;
font-size: 36rpx;
font-weight:bold;
}
.codename{
margin-right:24rpx;
}
.codeimg{
width:54rpx;
height:54rpx;
font-size:0;
}
.code{
padding: 36rpx 32rpx;
box-sizing: border-box;
background: #fff;
margin-top:20rpx;
}
.codewrap {
width: 606rpx;
height: 696rpx;
background: rgba(255, 255, 255, 1);
box-shadow: 0rpx 6rpx 12rpx rgba(0, 0, 0, 0.16);
opacity: 1;
border-radius: 24rpx;
position: absolute;
top:50%;
left:50%;
transform: translate(-50%,-50%)
}
.codetop{
width:606rpx;
height:186rpx;
font-size: 0;
position: relative;
top:0;
left:0
}
.codename{
color:#fff;
font-size: 40rpx;
position: absolute;
top:50%;
left:50%;
transform: translate(-50%,-50%)
}
.closeimg{
width:72rpx;
height:72rpx;
font-size: 0;
position: absolute;
bottom:10%;
left:50%;
transform: translateX(-50%)
}
.ansave{
color:#06121E;
font-size: 36rpx;
font-weight: bold;
margin-top:40rpx;
text-align: center
}
.codekimg{
width:260rpx;
height:260rpx;
font-size: 0;
margin:80rpx auto 0;
}
.commontwo{
margin-right:10rpx;
}