You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
52 lines
758 B
52 lines
758 B
3 years ago
|
.submitBtn {
|
||
|
position: absolute;
|
||
|
width: 300px;
|
||
|
font-size: 18px;
|
||
|
height: 68px;
|
||
|
border-radius: 10px;
|
||
|
bottom: 10px;
|
||
|
left: 50%;
|
||
|
transform: translate(-50%, -50%);
|
||
|
}
|
||
|
|
||
|
.popBody {
|
||
|
min-height: 200px;
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
justify-content: center;
|
||
|
text-align: center;
|
||
|
}
|
||
|
|
||
|
.popBtns {
|
||
|
display: flex;
|
||
|
justify-content: space-between;
|
||
|
align-items: center;
|
||
|
}
|
||
|
|
||
|
.popBtns .btn {
|
||
|
width: 180px;
|
||
|
border-radius: 10px;
|
||
|
font-size: 18px;
|
||
|
}
|
||
|
|
||
|
.popBtns .close {
|
||
|
background: #CFDEFF;
|
||
|
color: #6191FF;
|
||
|
}
|
||
|
|
||
|
.popBtns .sure {
|
||
|
background: #6191FF;
|
||
|
color: #fff;
|
||
|
}
|
||
|
|
||
|
.idCard {
|
||
|
cursor: pointer;
|
||
|
border-radius: 5px;
|
||
|
background: #CFDDFF;
|
||
|
text-align: center;
|
||
|
height: 68px;
|
||
|
line-height: 68px;
|
||
|
font-size: 18px;
|
||
|
color: #6191FF;
|
||
|
}
|