会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
精灵饭饭
博客园
首页
新随笔
联系
订阅
管理
公告
2016年11月28日
样式PC和手机页面
摘要: /*媒体查询--当页面大于1200px时*/ @media (min-width: 1200px) { } /*在922和1199像素之间的屏幕里,中等屏幕*/ @media (min-width: 992px) and (max-width: 1199px) { } /*在768和991像素之间的
阅读全文
posted @ 2016-11-28 15:19 精灵饭饭
阅读(141)
评论(0)
推荐(0)
编辑
layer弹框
摘要: 官网http://layer.layui.com/ /!*如果是页面层*/layer.open({ type: 1, content: '传入任意的文本或html' //这里content是一个普通的String}); layer.open({ type: 1, content: $('#id')
阅读全文
posted @ 2016-11-28 15:13 精灵饭饭
阅读(265)
评论(0)
推荐(0)
编辑
滚动条案例
摘要: 运行样式案例链接http://bbs.blueidea.com/thread-3116661-1-1.html <!DOCTYPE html><html><head><meta charset="utf-8" /><title>demo</title><style>html, body, div,
阅读全文
posted @ 2016-11-28 15:05 精灵饭饭
阅读(262)
评论(0)
推荐(0)
编辑