用原生JS实现maquee
<!DOCTYPE HTML>
<html>
<script src="http://libs.baidu.com/jquery/2.0.0/jquery.js"></script>
<head>
<style type="text/css">
ul{
/*不要margin否则滚动 会有缝隙*/
margin:0;
}
div {
/*overflow hidden·否则无法盖住下面的内容*/
overflow: hidden;
width: 75px;
height: 100px;
margin-left: 29%;
margin-top: 10%;
background: aqua;
border

最低0.47元/天 解锁文章
1533

被折叠的 条评论
为什么被折叠?



