group &div position relative; width 100; height 100; component position absolute; 转 css
.group { width: 100%; height: 100%; }
.group > div { position: relative; width: 100%; height: 100%; }
.group > div .component { position: absolute; }
原文地址: http://www.cveoy.top/t/topic/i0S3 著作权归作者所有。请勿转载和采集!