jQuery 效果999动画 延迟
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>表白墙</title> <script type="text/javascript" src="js/jquery.min.js"></script> <style> body{ margin: 0 auto; padding: 0px; background:#000000; } .content{ display: inline-block; width: 350px; height: 400px; } div>div>div { display: block; height: 20px; } div>div>div>div { width: 16px; height: 16px; display: inline-block; float: left; margin: 2px; } div>div.content1>div>div.fl { background-color:#ff0033; } div>div.content2>div>div.fl { background-color:#ff0033; } div>div.content3>div>div.fl { background-color:#ff0033; } </style>