UNPKG

@nutui/nutui-react-taro

Version:

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

2 lines (1 loc) 1.46 kB
.nut-space{display:flex}.nut-space-item{flex:none}.nut-space-vertical{flex-direction:column}.nut-space-vertical>.nut-space-item{margin-bottom:var(--nutui-space-gap, 8px)}.nut-space-vertical>.nut-space-item:last-child{margin-bottom:0}.nut-space-horizontal{flex-direction:row}.nut-space-horizontal>.nut-space-item{margin-right:var(--nutui-space-gap, 8px)}.nut-space-horizontal>.nut-space-item:last-child{margin-right:0}.nut-space-horizontal.nut-space-wrap{flex-wrap:wrap;margin-bottom:calc(var(--nutui-space-gap, 8px) * -1)}.nut-space-horizontal.nut-space-wrap>.nut-space-item{padding-bottom:var(--nutui-space-gap, 8px)}.nut-space-align-center{align-items:center}.nut-space-align-start{align-items:flex-start}.nut-space-align-end{align-items:flex-end}.nut-space-align-baseline{align-items:baseline}.nut-space-justify-center{justify-content:center}.nut-space-justify-start{justify-content:flex-start}.nut-space-justify-end{justify-content:flex-end}.nut-space-justify-between{justify-content:space-between}.nut-space-justify-around{justify-content:space-around}.nut-space-justify-evenly{justify-content:space-evenly}.nut-space-justify-stretch{justify-content:stretch}[dir=rtl] .nut-space-horizontal>.nut-space-item,.nut-rtl .nut-space-horizontal>.nut-space-item{margin-right:0;margin-left:var(--nutui-space-gap, 8px)}[dir=rtl] .nut-space-horizontal>.nut-space-item:last-child,.nut-rtl .nut-space-horizontal>.nut-space-item:last-child{margin-right:0;margin-left:0}