UNPKG

@nutui/nutui-react

Version:

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

52 lines (51 loc) 1.09 kB
/* #ifdef harmony */ /* #endif */ /* #ifndef harmony */ /* #endif */ .nut-address-elevator { display: flex; margin-top: 20px; } .nut-address-exist { display: block; padding: 15px 20px 0; height: 279px; overflow-y: auto; box-sizing: border-box; } .nut-address-exist-item { display: flex; align-items: center; margin-bottom: 20px; font-size: var(--nutui-font-text-small); line-height: var(--nutui-font-text); color: var(--nutui-color-title); } .nut-address-exist-item.active { font-weight: var(--nutui-font-weight-bold); } .nut-address-exist-item-info { margin-left: 9px; } .nut-address-footer { width: 100%; height: 54px; padding: 6px 0px 0; border-top: 1px solid var(--nutui-color-border); } .nut-address-footer-btn { width: 90%; height: 42px; line-height: 42px; margin: auto; text-align: center; background: var(--nutui-color-primary); border-radius: 21px; font-size: 15px; color: var(--nutui-color-text-dark); } [dir=rtl] .nut-address-exist-item-info, .nut-rtl .nut-address-exist-item-info { margin-left: 0; margin-right: 9px; }