会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
michaelxlm
博客园
首页
新随笔
联系
订阅
管理
2017年12月13日
css将div铺满body内未铺满的空间
摘要: 本文主要用于处理单页面项目内容未曾铺满背景色填充不足<style> .divBackgroundColor{ background-color: red; position: absolute;//使用绝对定位将页面铺满 top:0; left: 0; right: 0; bottom: 0; z-
阅读全文
posted @ 2017-12-13 22:40 michaelxlm
阅读(2742)
评论(0)
推荐(0)
2017年11月23日
背景
摘要: 编写常用的遮罩弹层时,避免使用 opacity: 0.7; 应该在背景层中写入 background:rgba(0,0,0,0.7); 即:背景色为黑色,透明度为0.7 在插入背景图片时:
阅读全文
posted @ 2017-11-23 13:58 michaelxlm
阅读(102)
评论(0)
推荐(0)
2017年11月19日
input实用样式
摘要: /*隐藏input框上下箭头*/input::-webkit-inner-spin-button { -webkit-appearance: none;}input::-webkit-outer-spin-button { -webkit-appearance: none;} /*将checkbox
阅读全文
posted @ 2017-11-19 19:09 michaelxlm
阅读(111)
评论(0)
推荐(0)
公告