随笔分类 -  工作日记

摘要:解决办法:增加e.stopPropagation() 阅读全文
posted @ 2017-07-07 13:28 @circle 阅读(424) 评论(0) 推荐(0)
摘要:如果是完全自适应,那么可以通过JS来控制具体代码如下: (function (doc, win) { var docEl = doc.documentElement, resizeEvt = 'orientationchange' in window ? 'orientationchange' : 阅读全文
posted @ 2017-07-07 11:11 @circle 阅读(134) 评论(0) 推荐(0)
摘要:主要是通过js将地址的前缀改为医疗国家的网址,然后通过each循环更改每个网址 具体代码如下: var o=$(".pro_listbox").find(".pro_listbox"); o.each(function(){ var tmp=$(this).find("img").attr("src 阅读全文
posted @ 2017-07-07 11:07 @circle 阅读(126) 评论(0) 推荐(0)
摘要:@media (min-width: 993px) and (max-width: 1199px) {} @media (min-width: 700px) and (max-width: 992px) {} @media (min-width: 544px) and (max-width: 699 阅读全文
posted @ 2017-07-07 11:05 @circle 阅读(386) 评论(0) 推荐(0)