2017年4月27日
摘要: var browser={ versions:function(){ var u = navigator.userAgent, app = navigator.appVersion; return {//移动终端浏览器版本信息 trident: u.indexOf('Trident') > -1, 阅读全文
posted @ 2017-04-27 12:13 李晔Liye 阅读(149) 评论(0) 推荐(0)
摘要: 1.css样式 2.html内容 阅读全文
posted @ 2017-04-27 12:07 李晔Liye 阅读(1458) 评论(0) 推荐(0)
摘要: 背景透明兼容所有浏览器。 .transparent_class { filter:alpha(opacity=50); -moz-opacity:0.5; -khtml-opacity: 0.5; opacity: 0.5; } 背景透明,文字不透明。 div{ background:rgba(255, ... 阅读全文
posted @ 2017-04-27 12:01 李晔Liye 阅读(256) 评论(0) 推荐(0)