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.
47 lines
926 B
47 lines
926 B
|
|
.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;
|
|
}
|
|
}
|
|
}
|
|
|