上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 25 下一页
摘要: <!DOCTYPE html> <html> <head lang="en"> <meta charset="UTF-8"> <title></title> </head> <body> <canvas id="canvas" style="border: 1px solid #ccc;margin 阅读全文
posted @ 2017-06-06 17:53 dongxiaolei 阅读(205) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html> <head lang="en"> <meta charset="UTF-8"> <title></title> </head> <body> <canvas id="canvas" style="border:1px solid #000;display 阅读全文
posted @ 2017-06-06 17:52 dongxiaolei 阅读(183) 评论(0) 推荐(0) 编辑
摘要: 1、Php的开头和结尾 PHP 脚本以 <?php 开头,以 ?> 结尾: 2、PHP中输出:(echo和print,在使用时带不带括号均可,如echo(“Hello Word”)) echo和print区别: echo能输出1个以上的字符串 Print只能输出一个字符串 用echo在页面上输出文字 阅读全文
posted @ 2017-05-27 10:21 dongxiaolei 阅读(218) 评论(0) 推荐(0) 编辑
摘要: 方法1:给input框设置一个足够大的阴影 方法2:添加 autocomplete="off" 让input框输完内容不记录值 阅读全文
posted @ 2017-05-16 16:37 dongxiaolei 阅读(436) 评论(0) 推荐(0) 编辑
摘要: 给input框添加一个兄弟元素div .pay-license-place 元素内容为placeholder值 阅读全文
posted @ 2017-04-28 17:17 dongxiaolei 阅读(270) 评论(0) 推荐(0) 编辑
摘要: .middle ul{ counter-reset: show-list; } li{ padding-left: 30px; line-height: 1.3; position: relative; counter-increment: item; } li:before{ content: counter(item)"."; disp... 阅读全文
posted @ 2017-04-20 11:36 dongxiaolei 阅读(3946) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html> <head lang="en"> <meta charset="UTF-8"> <title></title> <style> *{ margin:0; padding:0; } .cc{ display: table; width:300px; hei 阅读全文
posted @ 2017-04-19 18:22 dongxiaolei 阅读(1073) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2017-04-19 10:10 dongxiaolei 阅读(437) 评论(0) 推荐(0) 编辑
摘要: 1、$(".aa").delay(2500).animate({width:0}); // 延迟 2、setTimeout(function(){ --> css3 animate动画库 $(".aa").addClass("animated bounce ") },500) ... 阅读全文
posted @ 2017-04-17 10:47 dongxiaolei 阅读(169) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html> <head lang="en"> <meta charset="UTF-8"> <title></title> <style> *{ margin:0; padding:0; box-sizing:border-box; } body{ backgrou 阅读全文
posted @ 2017-04-17 09:38 dongxiaolei 阅读(170) 评论(0) 推荐(0) 编辑
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 25 下一页