UNPKG

@nutui/nutui-react-taro

Version:

京东风格的轻量级移动端 React 组件库,支持一套代码生成 H5 和小程序

56 lines (54 loc) 958 B
/* #ifdef harmony */ /* #endif */ /* #ifndef harmony */ /* #endif */ .nut-menu { position: relative; } .nut-menu.scroll-fixed { position: fixed; top: 0; z-index: 1000; width: 100%; } .nut-menu-bar { position: relative; display: flex; line-height: 48px; background-color: #ffffff; box-shadow: 0 2px 12px rgba(89, 89, 89, 0.12); } .nut-menu-bar.opened { z-index: 1000; } .nut-menu-title { flex: 1; text-align: center; font-size: 14px; color: #1a1a1a; min-width: 0; display: flex; align-items: center; justify-content: center; max-width: 100%; } .nut-menu-title-text { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; display: block; padding: 0 8px; } .nut-menu-title-icon { flex-shrink: 0; transition: all 0.2s linear; } .nut-menu-title.active { color: #ff0f23; } .nut-menu-title.disabled { color: #c2c4cc; } .nut-menu-title.active .nut-menu-title-icon { transform: rotate(180deg); }