UNPKG

@nutui/nutui-react

Version:

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

52 lines (51 loc) 1.21 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-size-s, 12px); line-height: var(--nutui-font-size-base, 14px); color: var(--nutui-color-title, #1a1a1a); } .nut-address-exist-item.active { font-weight: var(--nutui-font-weight-bold, 600); } .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, rgba(0, 0, 0, 0.06)); } .nut-address-footer-btn { width: 90%; height: 42px; line-height: 42px; margin: auto; text-align: center; background: linear-gradient(90deg, var(--nutui-color-primary-stop-1, #ff475d) 0%, var(--nutui-color-primary-stop-2, #ff0f23) 100%); border-radius: 21px; font-size: 15px; color: #ffffff; } [dir=rtl] .nut-address-exist-item-info, .nut-rtl .nut-address-exist-item-info { margin-left: 0; margin-right: 9px; }