UNPKG

@nutui/nutui

Version:

京东风格的轻量级移动端 Vue2、Vue3 组件库(支持小程序开发)

1 lines 1.11 kB
.nut-space{display:inline-flex}.nut-space-item{flex:none}.nut-space-vertical{flex-direction:column}.nut-space-vertical>.nut-space-item:not(:last-child){margin-bottom:var(--nut-space-gap, 8px)}.nut-space-horizontal{flex-direction:row}.nut-space-horizontal>.nut-space-item:not(:last-child){margin-right:var(--nut-space-gap, 8px)}.nut-space-horizontal.nut-space-wrap{flex-wrap:wrap;margin-bottom:calc(var(--nut-space-gap, 8px)*-1)}.nut-space-horizontal.nut-space-wrap>.nut-space-item{padding-bottom:var(--nut-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}.nut-space-fill{display:flex;width:100%}