You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
53 lines
756 B
Plaintext
53 lines
756 B
Plaintext
|
2 years ago
|
page {
|
||
|
|
padding: 10px;
|
||
|
|
background-color: #f5f5f5;
|
||
|
|
}
|
||
|
|
.IDcardBox {
|
||
|
|
display: flex;
|
||
|
|
flex-direction: column;
|
||
|
|
justify-content: center;
|
||
|
|
height: 366px;
|
||
|
|
|
||
|
|
align-items: center;
|
||
|
|
background-color: #fff;
|
||
|
|
border-radius: 8px;
|
||
|
|
}
|
||
|
|
.imgBox {
|
||
|
|
width: 240px;
|
||
|
|
height: 151px;
|
||
|
|
position: relative;
|
||
|
|
}
|
||
|
|
.imgBox image {
|
||
|
|
width: 100%;
|
||
|
|
height: 100%;
|
||
|
|
}
|
||
|
|
.imgBox:first-child {
|
||
|
|
margin-bottom: 16px;
|
||
|
|
}
|
||
|
|
.cardText {
|
||
|
|
position: absolute;
|
||
|
|
left: 50%;
|
||
|
|
top: 50%;
|
||
|
|
transform: translate(-50%, -50%);
|
||
|
|
text-align: center;
|
||
|
|
}
|
||
|
|
.infoBox {
|
||
|
|
background-color: #fff;
|
||
|
|
border-radius: 8px;
|
||
|
|
}
|
||
|
|
.infoBox .userInfo {
|
||
|
|
padding: 0 10px;
|
||
|
|
}
|
||
|
|
.dfsb {
|
||
|
|
display: flex;
|
||
|
|
justify-content: space-between;
|
||
|
|
align-items: center;
|
||
|
|
line-height: 52px;
|
||
|
|
}
|
||
|
|
.dfsb input {
|
||
|
|
color: #333;
|
||
|
|
}
|
||
|
|
.bgh {
|
||
|
|
background-color: #ccc;
|
||
|
|
}
|