摘要: <meta charset="utf-8"/><style> * {margin: 0; padding: 0;} ul { height: 80px; background: #30C2A5; width: 290px; position: absolute; top: 0; right: 0; 阅读全文
posted @ 2016-11-21 18:19 贺小鸣 阅读(675) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2016-11-17 17:28 贺小鸣 阅读(8) 评论(0) 推荐(0) 编辑
摘要: <div class="span_a" style="border:1px solid #ff545f">aa</div><script>$(function () { var span_a = $(".span_a"); span_a.mouseover(function () { $(this) 阅读全文
posted @ 2016-11-14 16:36 贺小鸣 阅读(431) 评论(0) 推荐(0) 编辑
摘要: <style> .overlay-figure { position: relative; display: table; } .overlay-figure .separator { display: block; height: 3px;/*线的高度*/ width:100%;/*线的宽度*/ 阅读全文
posted @ 2016-11-14 13:02 贺小鸣 阅读(185) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>Document</title> <style> #overplus { width:100px; overflow:hidden; white-space:now 阅读全文
posted @ 2016-11-10 12:22 贺小鸣 阅读(3237) 评论(0) 推荐(0) 编辑
摘要: <meta charset="UTF-8"/><html><head> <meta charset="utf-8"> <style> *{ padding:0; margin:0; } .lbOverlay{ display: none; position: fixed; left: 0; top: 阅读全文
posted @ 2016-11-08 11:25 贺小鸣 阅读(435) 评论(0) 推荐(0) 编辑
摘要: 一 <style> .free_fit{ position: relative; height: 30px; } .tit{ width: 180px; height: 30px; text-align: center; color: #616161; font-weight: 700; backg 阅读全文
posted @ 2016-11-08 11:22 贺小鸣 阅读(675) 评论(0) 推荐(0) 编辑
摘要: HTML页面 JS文件 ①index.js ②引入zepto.min.js CSS文件 阅读全文
posted @ 2016-08-28 16:36 贺小鸣 阅读(737) 评论(0) 推荐(0) 编辑
摘要: Windows下Git使用入门 (中文教程) https://github.com/cncounter/translation/blob/master/tiemao_2014/GitHelp/GitHelp.md AngularJS快速入门 (易百) http://www.yiibai.com/an 阅读全文
posted @ 2016-08-22 23:32 贺小鸣 阅读(180) 评论(0) 推荐(0) 编辑
摘要: 什么是JS? JavaScript是一种基于对象(Object)和事件驱动(Event Driven),并具有相对安全性的客户端脚本语言。同时也是一种广泛用户客户端Web开发的脚本语言,常用来给HTML网页添加动态功能,比如响应用户的各种操作。它最初由网景公司(Netscape)的Brendan E 阅读全文
posted @ 2016-08-08 10:06 贺小鸣 阅读(255) 评论(0) 推荐(0) 编辑
为尊重他人劳动成果,转载/摘抄请标明来源!