UNPKG

kityminder

Version:
19 lines (13 loc) 178 B
/** * 容器类通用样式 **/ @import "define"; .fui-container { overflow: hidden; position: relative; top: 0; left: 0; &.fui-disabled { opacity: 1; } }