@nutui/nutui-react-taro
Version:
京东风格的轻量级移动端 React 组件库,支持一套代码生成 H5 和小程序
25 lines (23 loc) • 373 B
CSS
/* #ifdef harmony */
/* #endif */
/* #ifndef harmony */
/* #endif */
.nut-hoverbutton {
display: flex;
flex-direction: column;
gap: 8px;
}
.nut-hoverbutton-container {
position: fixed;
right: 8px;
bottom: 60px;
z-index: 10;
}
[dir=rtl] .nut-hoverbutton-container {
right: auto;
left: 8px;
}
.nut-hoverbutton-container-rtl {
right: auto;
left: 8px;
}