随笔分类 - html
摘要:https://github.com/ewen0930/WebStorm-Chinese http://ewen0930.github.io/2016/04/webstorm-chinese-language-pack/
阅读全文
摘要:2017.2.27更新 选择“license server” 输入:http://idea.imsxm.com/ 2016.2.2 版本的破解方式: 安装以后,打开软件会弹出一个对话框;选择“license server” 输入:http://114.215.133.70:41017 2016.2.
阅读全文
摘要:默认情况下,Vue.js 的单文件组件(*.vue)在 sublime 编辑器中是不被识别的。若要想高亮显示,需要安装插件 Vue Syntax Hightlight。安装步骤如下: 第一,在 sublime 中打开 PackageControl 如下图,快捷键 Ctrl+Shift+P。 第二,打
阅读全文
摘要:body { /* 加载背景图 */ background-image: url(images/background-photo.jpg); /* 背景图垂直、水平均居中 */ background-position: center center; /* 背景图不平铺 */ background-repeat: no-repeat; /* 当内容高度大于图片高度时,背景图像的位置相对于vi...
阅读全文
摘要:<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><title>query data</title><style type="text/css"> <!--.normal { font-fam
阅读全文
摘要:<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=gbk"> <title>JavaScript禁止提交表单</title> <script type="text/javascript"> functi
阅读全文
摘要:http://code.ciaoca.com/jquery/lazyload/demo/timeout
阅读全文
摘要:官网网址:http://layer.layui.com/mobile/
阅读全文
摘要:http://www.jq22.com/jquery-info516
阅读全文
摘要:<input readonly data-field="date" placeholder="請選擇結束時間" class="start_time span_width public" ></input>
阅读全文
摘要:忘记引入rel="stylesheet" 如下: <link href="css/swiper-3.3.1.min.css" /> 这样使得整个页面都是空白页面。必须加全。
阅读全文
摘要:overflow:hidden;//隐藏 white-space:nowrap;//显示一行 text-overflow:ellipsis;//。。。
阅读全文
摘要:http://www.h-ui.net/Hui-overview.shtml
阅读全文
摘要:demo:http://www.html5tricks.com/css3-image-hover-effect.html .parent_menu:hover div{ transform: scale(1.2, 1.2); transition: .3s transform; }
阅读全文
摘要:http://bootswatch.com/
阅读全文
摘要:<html><head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>bootstrap项目实战</title> <meta http-equiv="X-UA-Compatible" con
阅读全文
摘要:body{ -moz-user-select:none;-webkit-user-select:none;}或者 js代码onselectstart="return false;"
阅读全文