kityminder
Version:
29 lines (23 loc) • 531 B
text/less
/**
* 通用button
*/
.fui-ppanel {
&::-webkit-scrollbar {
width: 15px;
}
&::-webkit-scrollbar-button:start:decrement, &::-webkit-scrollbar-button:end:decrement, &::-webkit-scrollbar-button:start:increment, &::-webkit-scrollbar-button:end:increment, &::-webkit-scrollbar-thumb {
border: 1px solid #e7e7e7;
}
&.fui-ppanel-position {
position: fixed;
z-index: 99999;
}
.fui-ppanel-cover {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
}
}