@nutui/nutui-react-taro
Version:
京东风格的轻量级移动端 React 组件库,支持一套代码生成 H5 和小程序
34 lines (33 loc) • 639 B
CSS
/* #ifdef harmony */
/* #endif */
/* #ifndef harmony */
/* #endif */
.nut-timedetail {
display: flex;
align-content: flex-start;
flex: 1;
min-width: 0;
flex-wrap: wrap;
padding: 0 0 50px 12px;
}
.nut-timedetail-item {
width: 100px;
height: 50px;
line-height: 50px;
text-align: center;
margin: 0 10px 10px 0;
background: #f2f3f5;
border-radius: 5px;
font-size: 14px;
border: 1px solid transparent;
}
.nut-timedetail-item.active {
background-color: #ffebf1;
border: 1px solid #ff0f23;
color: #ff0f23;
font-weight: 600;
}
[dir=rtl] .nut-timedetail,
.nut-rtl .nut-timedetail {
padding: 0 12px 50px 0;
}