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.
61 lines
904 B
61 lines
904 B
.submitBtn { |
|
position: absolute; |
|
width: 300px; |
|
font-size: 18px; |
|
height: 45px; |
|
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: 40px; |
|
line-height: 40px; |
|
font-size: 18px; |
|
color: #6191FF; |
|
} |
|
|
|
.title { |
|
height: 60px; |
|
display: flex; |
|
align-items: center; |
|
font-size: 20px; |
|
padding-left: 0px; |
|
margin-top: 10px; |
|
flex-shrink: 0; |
|
}
|
|
|