.big_module ul li div { width: 80px; height: 80px; margin: 40px auto 0; background: url(images/icons/icon-bg.png) no-repeat; background-size: 100% 100%; text-align: center; } .big_module ul li.select div { background: url(images/icons/icon-bg-selected.png) no-repeat; background-size: 100% 100%; width: 120px; height: 120px; margin: 10px auto; }
现在选中的div大小改变了,但是想让它左右的div也变大小,怎么实现?
想用before,after 然并卵。。。
李晓健