35 lines
473 B
Plaintext
35 lines
473 B
Plaintext
@import "../../../nvue.wxss";
|
|
|
|
.container {
|
|
/* padding: 0 15px; */
|
|
|
|
display: flex;
|
|
max-width: 500px;
|
|
|
|
flex-direction: column;
|
|
}
|
|
.title {
|
|
font-size: 14px;
|
|
font-weight: bold;
|
|
margin: 20px 0 5px 0;
|
|
}
|
|
.input-border {
|
|
border: 1px solid #b3e5fc;
|
|
border-radius: 5px;
|
|
padding: 2px 4px;
|
|
}
|
|
.input-selected {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
line-height: 2;
|
|
}
|
|
.data-pickerview {
|
|
height: 300px;
|
|
border: 1px solid #e5e5e5;
|
|
border-radius: 5px;
|
|
|
|
overflow: hidden;
|
|
}
|