inbox.css
497 字节
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
.borderTitle {
width: 200px;
}
/* 模态框 */
.lookDetails {
position: absolute;
top: 130px;
left: -100px;
}
.IdCard {
margin: 23px 0 99px 121px
}
/* 身份证 */
.IdCard img {
width: 258px;
height: 161px;
background-color: #95aac9;
margin-right: 45px;
}
/* 按钮 */
.modalBtn {
text-align: center
}
.modalBtn button {
width: 89px;
height: 36px;
background-color: #15276d;
color: #fff;
border: none;
border-radius: 5px
}