每一年都奔走在自己热爱里

摘要: a{ text-decoration:none; color: #000; } ul li{ list-style: none; } .s1{ width: 600px; overflow: hidden; white-space:nowrap; text-overflow:ellipsis; } 阅读全文
posted @ 2021-11-27 23:09 ⑤月 阅读(38) 评论(0) 推荐(0)
摘要: CSS3 媒体查询 media queries 常用匹配特征 media featureswidth/height: 浏览器宽高max-width: 表示小于最大宽度时生效min-width: 表示大于最小宽度时生效device-width/device-height: 设备屏幕分辨率宽高resol 阅读全文
posted @ 2021-11-27 19:58 ⑤月 阅读(26) 评论(0) 推荐(0)
摘要: function isBroswer () {//检测浏览器内核--返回的是两个key,name:浏览器内核的名称 version:浏览器的版本号 var _broswer = {}; var sUserAgent = navigator.userAgent; var isOpera = sUser 阅读全文
posted @ 2021-11-27 11:32 ⑤月 阅读(245) 评论(0) 推荐(0)