简单的动画(梦幻西游)
突然想起来前一段时间老师讲的动画特效,于是尝试自己写下 HTML层: <!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <title>梦幻西游</title> <style> *{ margin:0; padding:0; } body{ background: url("img/bj.jpg")no-repeat; } .box{ width:1000px; height:500px; margin:50px auto; position: relative; } /*.box .queen{ width:120px; height:180px; background: url("img/queen.png"); background-size: 100%; position: absolute; right:20px; top:50px; z-index: 99; cursor: pointer; }*/ .box .xiyouji{ width:100%; height:100%; position: absolute; left:0; top:0; padding-top:260px; box-sizing: border-box; } .box .xiyouji .div{ float: left