.date-picker-page{ width: 100%; flex-direction: column; align-items: center; display: flex; .section { display: flex; width: 100%; justify-content: center; align-items: center; picker-view { width: 100%; height: 240Px; picker-view-column { text-align: center; font-size: 26px; view { //height: 100Px; line-height: 40Px; } } } } .handle { display: flex; flex-direction: row; justify-content: center; align-items: center; height: 100px; button { height: 70px; line-height: 70px; font-size: 32px; padding: 0 80px; margin: 0 20px; } .confirm { background-color: #07C160; } .cancel { background-color: #F2F2F2; color: #1AAD19; } } }