UNPKG

@nutui/nutui-react

Version:

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

58 lines (57 loc) 1.05 kB
/* #ifdef harmony */ /* #endif */ /* #ifndef harmony */ /* #endif */ .nut-image { display: block; position: relative; } .nut-image-default { display: block; width: 100%; height: 100%; } .nut-image.nut-image-round { border-radius: 50%; overflow: hidden; } .nut-image-basic { width: 100%; height: 100%; } .nut-image-loading { width: 100%; height: 100%; position: absolute; top: 0; left: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; background: var(--nutui-color-surface-1); background-size: 100% 100%; } .nut-image-error { width: 100%; height: 100%; position: absolute; top: 0; left: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; background: var(--nutui-color-surface-1); background-size: 100% 100%; } [dir=rtl] .nut-image .nut-img-loading, .nut-rtl .nut-image .nut-img-loading { left: auto; right: 0; } [dir=rtl] .nut-image .nut-img-error, .nut-rtl .nut-image .nut-img-error { left: auto; right: 0; }