摘要: <style> .box{ width: 400px; height: 400px; margin: 100px auto; transition: 5s linear; } .box div{ width: 180px; height: 180px; margin: 10px; border: 1 阅读全文
posted @ 2017-11-06 00:43 祝圆圆 阅读(242) 评论(0) 推荐(0)
摘要: //css begin <style> .wrap{ width: 200px; height: 30px; border: 1px solid #000; overflow: hidden; } .box{ width: 400px; height: 30px; background: repea 阅读全文
posted @ 2017-11-06 00:26 祝圆圆 阅读(228) 评论(0) 推荐(0)