@nutui/nutui-react
Version:
京东风格的轻量级移动端 React 组件库,支持一套代码生成 H5 和小程序
43 lines (42 loc) • 1.08 kB
CSS
/* #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: var(--nutui-color-text-help, #888b94);
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.nut-pulltorefresh-head-content-icons {
width: var(--nutui-pulltorefresh-icon-width, 36px);
height: var(--nutui-pulltorefresh-icon-height, 26px);
margin-bottom: 4px;
}
.nut-pulltorefresh-primary {
background: var(--nutui-pulltorefresh-color-primary, var(--nutui-color-primary, #ff0f23));
}
.nut-pulltorefresh-primary-content {
color: var(--nutui-color-text-dark, rgba(255, 255, 255, 0.9));
}
.nut-pulltorefresh-primary-head-content {
color: var(--nutui-color-text-dark, 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;
}