会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
小扣柴扉久
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
9
···
12
下一页
2016年12月23日
匀速运动的封装
摘要: 案例如下:
阅读全文
posted @ 2016-12-23 10:28 ifIhaveWings
阅读(161)
评论(0)
推荐(0)
2016年12月21日
offset图
摘要:
阅读全文
posted @ 2016-12-21 10:15 ifIhaveWings
阅读(125)
评论(0)
推荐(0)
2016年8月31日
sublime-生成html1.0
摘要: 文件--新建--输入--html:xt--CTRL+E.生成html1.0
阅读全文
posted @ 2016-08-31 11:33 ifIhaveWings
阅读(191)
评论(0)
推荐(0)
sublime代码片段
摘要: 创建方法:Tools > New Snippet 创建方法:Tools > New Snippet 这时你会看到如下示例代码: <snippet> <content><![CDATA[ Hello, ${1:this} is a ${2:snippet}. ]]></content> <!-- Op
阅读全文
posted @ 2016-08-31 11:23 ifIhaveWings
阅读(314)
评论(0)
推荐(0)
2016年8月29日
单色半透明-兼容IE7
摘要: background: #000; width: 100%;height: 100%; filter: alpha(opacity=30); opacity: 0.3;
阅读全文
posted @ 2016-08-29 10:00 ifIhaveWings
阅读(226)
评论(0)
推荐(0)
2016年8月5日
IE
摘要: .demo { padding:10px; padding:9px\9; /* all ie */ padding:8px\0; /* ie8-9 目前应用于IE8的单独hack,情况比较少 */ *padding:5px; /* ie6-7 */ +padding:7px; /* ie7 */ _
阅读全文
posted @ 2016-08-05 09:13 ifIhaveWings
阅读(142)
评论(0)
推荐(0)
2016年7月18日
身心被掏空
摘要: 我伤害了对我最好的同事。我答应帮他做的事情,本来是在半个月之前就要做完的。可是由于我的不在乎和一拖再拖,导致他彻底失去了耐心。我们的友谊估计也就这样,走到了终点。 会不会有人看到这个随笔,看到的话就骂我吧。
阅读全文
posted @ 2016-07-18 10:11 ifIhaveWings
阅读(141)
评论(0)
推荐(0)
2016年7月8日
屏幕适配的方法
摘要: 1.媒体查询:缺点是适配机型不完完整2.用js去适配可以适配所有的机型(function (doc, win) { var docEl = doc.documentElement, resizeEvt = 'orientationchange' in window ? 'orientationchange' : 'resize', recalc = function () {...
阅读全文
posted @ 2016-07-08 16:51 ifIhaveWings
阅读(215)
评论(0)
推荐(0)
2016年7月5日
宫格布局实例(注意jquery的版本号要统一)
摘要: <!DOCTYPE html><html><head><meta charset="utf-8" /><style> * {margin:0; padding:0; list-style: none; } .main { position: relative;} .clear { clear: bo
阅读全文
posted @ 2016-07-05 16:09 ifIhaveWings
阅读(388)
评论(0)
推荐(0)
宫格布局实例(注意jquery的版本号要统一)2
摘要: <!DOCTYPE html><html><head><meta charset="utf-8" /><style> * {margin:0; padding:0; list-style: none; } .main { position: relative;} .clear { clear: bo
阅读全文
posted @ 2016-07-05 16:09 ifIhaveWings
阅读(258)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
9
···
12
下一页
公告