2016年5月25日
摘要: box-sizing:border-box; -moz-box-sizing:border-box; /* Firefox */ -webkit-box-sizing:border-box; /* Safari */ 阅读全文
posted @ 2016-05-25 17:25 Terminator404 阅读(130) 评论(0) 推荐(0) 编辑
  2016年5月9日
摘要: 今天在框架里使用superslide插件时,在javascript部分 中间没有用document.ready包含起来,导致效果如下 更正后 显示正常: 阅读全文
posted @ 2016-05-09 17:58 Terminator404 阅读(167) 评论(0) 推荐(0) 编辑
  2016年5月5日
摘要: 1、text-indent设置抬头距离css缩进 2、letter-spacing来设置字与字间距_字符间距离,字体间距css样式 阅读全文
posted @ 2016-05-05 14:54 Terminator404 阅读(204) 评论(0) 推荐(0) 编辑
  2016年5月4日
摘要: 加快修订等规章加快修订等规章加快修订等规章 加快修订《北京市社会抚养费征收管理办法》等规章 /* 图文并排 */ .mj-picList-pic{position: absolute;left: 0;top: 0;width: 80px;height: 80px;background-position: center center;-webk... 阅读全文
posted @ 2016-05-04 17:08 Terminator404 阅读(829) 评论(0) 推荐(0) 编辑
  2016年5月3日
摘要: a标签的父容器添加: 阅读全文
posted @ 2016-05-03 17:28 Terminator404 阅读(77) 评论(0) 推荐(0) 编辑
摘要: input:focus { border: 2px solid yellow;} 阅读全文
posted @ 2016-05-03 17:14 Terminator404 阅读(117) 评论(0) 推荐(0) 编辑
  2016年4月26日
摘要: 为a标签添加这条属性: a:focus {outline:none;-moz-outline:none;} 阅读全文
posted @ 2016-04-26 09:46 Terminator404 阅读(52) 评论(0) 推荐(0) 编辑
  2016年4月22日
摘要: 1 text-overflow: ellipsis; 2 height: 35px; 3 display: -webkit-box; 4 overflow: hidden; 5 -webkit-line-clamp: 1; /*这里修改为要显示的行数*/ 6 -webkit-box-orient: vertical; 阅读全文
posted @ 2016-04-22 10:56 Terminator404 阅读(113) 评论(0) 推荐(0) 编辑
  2016年4月21日
摘要: 以下为css样式 以下为html部分代码 阅读全文
posted @ 2016-04-21 12:13 Terminator404 阅读(123) 评论(0) 推荐(0) 编辑
摘要: 1 /*默认背景颜色*/ 2 .f-bgc-primary{background-color: #337ab7;} 3 .f-bgc-success{background-color: #5cb85c;} 4 .f-bgc-info{background-color: #5bc0de;} 5 .f-bgc-warning{background-color: #f0ad4e;} 6... 阅读全文
posted @ 2016-04-21 12:02 Terminator404 阅读(588) 评论(0) 推荐(0) 编辑