.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; }