UNPKG

lu2

Version:

Simple and flexible UI component library based on native HTML and JavaScript

11 lines (10 loc) 154 B
/* 浮层元素固定的样式 */ ui-float { position: fixed; top: 0; left: 0; z-index: 29; } ui-float:not([open]) { display: none; }