@nutui/nutui-react
Version:
京东风格的轻量级移动端 React 组件库,支持一套代码生成 H5 和小程序
35 lines (34 loc) • 1.01 kB
CSS
/* #ifdef harmony */
/* #endif */
/* #ifndef harmony */
/* #endif */
.nut-timeselect {
background-color: var(--nutui-color-background-overlay, #ffffff);
display: flex;
flex-direction: column;
height: calc(100% - 50px);
}
.nut-timeselect-content {
display: flex;
flex: 1;
}
.nut-timeselect-content-left {
width: var(--nutui-timeselect-date-width, 140px);
min-width: var(--nutui-timeselect-date-width, 140px);
height: 100%;
overflow: auto;
background: var(--nutui-color-background-sunken, #f7f8fc);
}
.nut-timepannel {
padding: 0 16px;
height: var(--nutui-timeselect-date-height, 40px);
line-height: var(--nutui-timeselect-date-height, 40px);
text-align: start;
color: var(--nutui-color-text, #505259);
font-size: var(--nutui-font-size-base, 14px);
}
.nut-timepannel.active {
background: var(--nutui-color-background-overlay, #ffffff);
color: var(--nutui-timeselect-date-active-color, var(--nutui-color-title, #1a1a1a));
font-weight: var(--nutui-font-weight-bold, 600);
}