摘要: 效果图: 阅读全文
posted @ 2017-05-18 16:20 贺小鸣 阅读(216) 评论(0) 推荐(0) 编辑
摘要: 1 <script> 2 /*bundle.js*/ 3 require=(function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return 阅读全文
posted @ 2017-05-18 16:17 贺小鸣 阅读(842) 评论(0) 推荐(0) 编辑
摘要: 效果图: 阅读全文
posted @ 2017-05-18 16:05 贺小鸣 阅读(691) 评论(0) 推荐(0) 编辑
摘要: 效果图: 阅读全文
posted @ 2017-05-18 16:00 贺小鸣 阅读(216) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2017-05-18 15:46 贺小鸣 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 效果图: 用到的图片: 阅读全文
posted @ 2017-05-18 15:15 贺小鸣 阅读(219) 评论(0) 推荐(0) 编辑
摘要: img,video{ /*第1种方式*/ border: 0; vertical-align: bottom; /*第2种方式*/ outline-width:0px; vertical-align:top; /*第3种方式*/ margin: 0; padding: 0; float: lef... 阅读全文
posted @ 2017-05-18 13:14 贺小鸣 阅读(1370) 评论(0) 推荐(0) 编辑
摘要: 效果图: 阅读全文
posted @ 2017-05-18 11:05 贺小鸣 阅读(492) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2017-05-18 10:46 贺小鸣 阅读(209) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2017-05-18 10:46 贺小鸣 阅读(105) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2017-05-18 10:44 贺小鸣 阅读(90) 评论(0) 推荐(0) 编辑
摘要: /* 大屏幕 */@media (min-width: 1200px) { ... } /* 平板电脑和小屏电脑之间的分辨率 */@media (min-width: 768px) and (max-width: 979px) { ... } /* 横向放置的手机和竖向放置的平板之间的分辨率 */@ 阅读全文
posted @ 2017-05-18 10:06 贺小鸣 阅读(186) 评论(0) 推荐(0) 编辑
摘要: 1.让层垂直居中于浏览器窗口 div{ position:absolute; top:50%; left:50%; margin:-150px 0 0 -200px; width:400px; height:300px; border:1px solid #008800; } 2.绝对的定位,绝对的 阅读全文
posted @ 2017-05-18 10:04 贺小鸣 阅读(204) 评论(0) 推荐(0) 编辑
摘要: 1.设置图片居中(一图居中) HTML代码 CSS代码 2.设置图片居中(多图居中) 阅读全文
posted @ 2017-05-18 10:00 贺小鸣 阅读(849) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2017-05-18 09:55 贺小鸣 阅读(136) 评论(0) 推荐(0) 编辑
摘要: 静态页面实现微信分享 http://blog.csdn.net/szk2021/article/details/54894058 网站分享到微信,缩略图没法获取的解决方法 https://www.douban.com/note/388088158/?type=rec豆瓣 如何使用微信JS-SDK实际 阅读全文
posted @ 2017-05-18 09:51 贺小鸣 阅读(814) 评论(0) 推荐(0) 编辑
摘要: 效果图: 阅读全文
posted @ 2017-05-18 09:48 贺小鸣 阅读(285) 评论(0) 推荐(0) 编辑
为尊重他人劳动成果,转载/摘抄请标明来源!