上一页 1 ··· 9 10 11 12 13 14 15 下一页
摘要: JS代码如下:<script> $(window).load(function(){ var width=$(window).width(); var img_1=$(".hot_img_auto").css("height");//获取图片高 if(980<=width<=1920){ $(".h 阅读全文
posted @ 2017-01-19 12:11 贺小鸣 阅读(474) 评论(0) 推荐(0) 编辑
摘要: <ul style="list-style: none;"> <li><input type="checkbox" name="ids[]" value="1">葡萄</li> <li><input type="checkbox" name="ids[]" value="1">香蕉</li> <li 阅读全文
posted @ 2017-01-16 17:25 贺小鸣 阅读(159) 评论(0) 推荐(0) 编辑
摘要: <!-- 关键字,搜所引擎 SEO --><meta http-equiv="keywords" content="关键字1,关键字2,..."> <!-- 页面描述 --><meta http-equiv="description" content="网页描述"> <!-- content的取值为 阅读全文
posted @ 2016-12-28 14:36 贺小鸣 阅读(2572) 评论(0) 推荐(1) 编辑
摘要: 去掉点击后的阴影 -webkit-tap-highlight-color:rgba(0,0,0,0) ; 将a标签做成一个按钮 a { display: block; height: 34px; width: 107px; line-height: 2; text-align: center; ba 阅读全文
posted @ 2016-12-02 10:54 贺小鸣 阅读(143) 评论(0) 推荐(0) 编辑
摘要: ☆☆☆☆☆ input:disabled { -webkit-text-fill-color: rgba(0, 0, 0, 1); -webkit-opacity: 1; } 去掉button/select的默认按钮样式 appearance:none; -moz-appearance:none; 阅读全文
posted @ 2016-12-02 10:50 贺小鸣 阅读(778) 评论(0) 推荐(0) 编辑
摘要: <!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <title>弹性盒布局-宽度自动分配-图片自适应</title> <style> *{ margin:0; padding:0} #parent { width:100%; 阅读全文
posted @ 2016-11-22 12:06 贺小鸣 阅读(6055) 评论(0) 推荐(1) 编辑
摘要: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.o 阅读全文
posted @ 2016-11-21 18:40 贺小鸣 阅读(149) 评论(0) 推荐(0) 编辑
摘要: <!doctype html><html lang="en"><head> <meta charset="UTF-8"> <title>Document</title> <script src="js/jquery.min.js"></script></head><body><div class=" 阅读全文
posted @ 2016-11-21 18:31 贺小鸣 阅读(138) 评论(0) 推荐(0) 编辑
摘要: <!doctype html><html lang="en"><head> <meta charset="UTF-8"> <title>选项卡</title> <style> *{ margin:0; padding: 0; } div{ width: 300px; height: 300px; b 阅读全文
posted @ 2016-11-21 18:30 贺小鸣 阅读(200) 评论(0) 推荐(0) 编辑
摘要: <!doctype html><html lang="en"><head> <meta charset="UTF-8"> <title>Document</title> <style> * { margin: 0; padding: 0; } ul { height: 30px; backgroun 阅读全文
posted @ 2016-11-21 18:22 贺小鸣 阅读(715) 评论(0) 推荐(0) 编辑
上一页 1 ··· 9 10 11 12 13 14 15 下一页
为尊重他人劳动成果,转载/摘抄请标明来源!