摘要: css部分 *{ margin: 0; padding: 0;}body,html{ width: 100%; height: 100%; position: relative;}li{ margin-top: 10px; list-style: none; border-bottom: 1px d 阅读全文
posted @ 2016-08-31 10:59 凌晨肆丶的洛杉矶 阅读(200) 评论(0) 推荐(0) 编辑
摘要: <script type="text/javascript"> var arr = [10,20,8,9,3,2,1,2,2,2,8]; alert( superSort( arr ) ); function superSort( arr1 ) { var arrFin = []; for( var 阅读全文
posted @ 2016-08-31 10:54 凌晨肆丶的洛杉矶 阅读(191) 评论(0) 推荐(0) 编辑
摘要: <script type="text/javascript"> alert( fnRandom( 10 , 30 , false ) ); function fnRandom( start , end , bInt ){ var m = end - start; //要乘的范围大小 var resu 阅读全文
posted @ 2016-08-31 10:53 凌晨肆丶的洛杉矶 阅读(560) 评论(0) 推荐(0) 编辑
摘要: css部分 .card2d { position: absolute; } .card { width: 100%; height: 100%; cursor: pointer; } .card-a { background-color: red; color: white; text-align: 阅读全文
posted @ 2016-08-31 10:50 凌晨肆丶的洛杉矶 阅读(177) 评论(0) 推荐(0) 编辑
摘要: css部分 *{ margin: 0; padding: 0;}body,html{ width: 100%; height: 100%; background: #000; font-size: 14px; font-family: "DFPSHAONVW5-GB";}#all{ width: 3 阅读全文
posted @ 2016-08-31 10:46 凌晨肆丶的洛杉矶 阅读(222) 评论(0) 推荐(0) 编辑