UNPKG

@nutui/nutui-react-taro

Version:

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

43 lines (42 loc) 843 B
/* #ifdef harmony */ /* #endif */ /* #ifndef harmony */ /* #endif */ .nut-pulltorefresh-head { overflow: hidden; position: relative; font-size: 12px; } .nut-pulltorefresh-head-content { position: absolute; bottom: 0; left: 0; width: 100%; color: #888b94; display: flex; flex-direction: column; justify-content: center; align-items: center; } .nut-pulltorefresh-head-content-icons { width: 36px; height: 26px; margin-bottom: 4px; } .nut-pulltorefresh-primary { background: #ff0f23; } .nut-pulltorefresh-primary-content { color: rgba(255, 255, 255, 0.9); } .nut-pulltorefresh-primary-head-content { color: rgba(255, 255, 255, 0.9); } .nut-pulltorefresh-primary-status-text { color: #ffffff; } [dir=rtl] .nut-pulltorefresh-head-content, .nut-rtl .nut-pulltorefresh-head-content { left: auto; right: 0; }