.wrap2{ width: 100%; display: flex; flex-direction: column; // overflow-y: hidden!important; .body{ // min-height: 50vh; overflow-x: hidden; margin-top: 50px; display: flex; flex-direction: column; justify-content: space-between; } .submitBtn{ position: relative; width: 200px!important; font-size: 18px; min-height: 45px; border-radius: 10px; bottom: 10px; left: 50%; transform: translate(-50%,0); } } .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; .btn{ width: 180px; border-radius: 10px; font-size: 18px; } .close{ background: #CFDEFF; color: #6191FF; } .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; }