随笔分类 -  html

摘要:https://github.com/ewen0930/WebStorm-Chinese http://ewen0930.github.io/2016/04/webstorm-chinese-language-pack/ 阅读全文
posted @ 2017-05-04 13:09 麦田守望者~ 阅读(978) 评论(0) 推荐(0) 编辑
摘要:2017.2.27更新 选择“license server” 输入:http://idea.imsxm.com/ 2016.2.2 版本的破解方式: 安装以后,打开软件会弹出一个对话框;选择“license server” 输入:http://114.215.133.70:41017 2016.2. 阅读全文
posted @ 2017-05-02 18:00 麦田守望者~ 阅读(224) 评论(0) 推荐(0) 编辑
摘要:默认情况下,Vue.js 的单文件组件(*.vue)在 sublime 编辑器中是不被识别的。若要想高亮显示,需要安装插件 Vue Syntax Hightlight。安装步骤如下: 第一,在 sublime 中打开 PackageControl 如下图,快捷键 Ctrl+Shift+P。 第二,打 阅读全文
posted @ 2017-04-25 09:18 麦田守望者~ 阅读(164) 评论(0) 推荐(0) 编辑
摘要:body { /* 加载背景图 */ background-image: url(images/background-photo.jpg); /* 背景图垂直、水平均居中 */ background-position: center center; /* 背景图不平铺 */ background-repeat: no-repeat; /* 当内容高度大于图片高度时,背景图像的位置相对于vi... 阅读全文
posted @ 2017-03-14 12:49 麦田守望者~ 阅读(821) 评论(0) 推荐(0) 编辑
摘要:<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><title>query data</title><style type="text/css"> <!--.normal { font-fam 阅读全文
posted @ 2017-02-07 12:58 麦田守望者~ 阅读(39977) 评论(0) 推荐(0) 编辑
摘要:<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=gbk"> <title>JavaScript禁止提交表单</title> <script type="text/javascript"> functi 阅读全文
posted @ 2016-08-29 09:58 麦田守望者~ 阅读(25485) 评论(1) 推荐(0) 编辑
摘要:222 阅读全文
posted @ 2016-07-16 10:07 麦田守望者~ 阅读(116) 评论(0) 推荐(0) 编辑
摘要:http://code.ciaoca.com/jquery/lazyload/demo/timeout 阅读全文
posted @ 2016-06-25 10:45 麦田守望者~ 阅读(89) 评论(0) 推荐(0) 编辑
摘要:官网网址:http://layer.layui.com/mobile/ 阅读全文
posted @ 2016-06-14 12:11 麦田守望者~ 阅读(1066) 评论(0) 推荐(0) 编辑
摘要:http://www.jq22.com/jquery-info516 阅读全文
posted @ 2016-06-13 12:53 麦田守望者~ 阅读(170) 评论(0) 推荐(0) 编辑
摘要:<input readonly data-field="date" placeholder="請選擇結束時間" class="start_time span_width public" ></input> 阅读全文
posted @ 2016-06-13 12:50 麦田守望者~ 阅读(11096) 评论(0) 推荐(0) 编辑
摘要:忘记引入rel="stylesheet" 如下: <link href="css/swiper-3.3.1.min.css" /> 这样使得整个页面都是空白页面。必须加全。 阅读全文
posted @ 2016-05-30 22:29 麦田守望者~ 阅读(414) 评论(0) 推荐(0) 编辑
摘要:overflow:hidden;//隐藏 white-space:nowrap;//显示一行 text-overflow:ellipsis;//。。。 阅读全文
posted @ 2016-05-19 22:51 麦田守望者~ 阅读(495) 评论(0) 推荐(0) 编辑
摘要:按起终点经纬度规划路线 阅读全文
posted @ 2016-04-29 22:43 麦田守望者~ 阅读(841) 评论(0) 推荐(0) 编辑
摘要:http://www.h-ui.net/Hui-overview.shtml 阅读全文
posted @ 2016-04-11 00:17 麦田守望者~ 阅读(121) 评论(0) 推荐(0) 编辑
摘要:demo:http://www.html5tricks.com/css3-image-hover-effect.html .parent_menu:hover div{ transform: scale(1.2, 1.2); transition: .3s transform; } 阅读全文
posted @ 2016-03-23 16:26 麦田守望者~ 阅读(323) 评论(0) 推荐(0) 编辑
摘要:http://bootswatch.com/ 阅读全文
posted @ 2016-03-08 22:29 麦田守望者~ 阅读(101) 评论(0) 推荐(0) 编辑
摘要:<html><head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>bootstrap项目实战</title> <meta http-equiv="X-UA-Compatible" con 阅读全文
posted @ 2016-03-04 14:14 麦田守望者~ 阅读(2137) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2015-11-10 18:26 麦田守望者~ 阅读(106) 评论(0) 推荐(0) 编辑
摘要:body{ -moz-user-select:none;-webkit-user-select:none;}或者 js代码onselectstart="return false;" 阅读全文
posted @ 2015-08-31 20:29 麦田守望者~ 阅读(1052) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示