摘要: 电脑端: /* Public */ @charset "utf-8"; html, body, div, p, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, input, select, button, textarea, iframe, 阅读全文
posted @ 2019-06-17 20:58 瀚海浪亭 阅读(140) 评论(0) 推荐(0) 编辑
摘要: 方法一: $(document).ready(function(){ $(".xn_mc_solu_2_ul").css("width", $(".xn_mc_solu_2_ul").children().length * $(".xn_mc_solu_2_ul li").outerWidth(tr 阅读全文
posted @ 2019-06-17 20:47 瀚海浪亭 阅读(163) 评论(0) 推荐(0) 编辑
摘要: $(window).resize(function(){ var wWidth = screen.width; if( wWidth < 788 ){ window.location.href="http://www.baibu.com" } }) var wWidth = screen.width 阅读全文
posted @ 2019-06-17 20:45 瀚海浪亭 阅读(188) 评论(0) 推荐(0) 编辑
摘要: /*定义滚动条宽高及背景,宽高分别对应横竖滚动条的尺寸*/ .scrollbar::-webkit-scrollbar{ width: 16px; height: 16px; background-color: #f5f5f5; } /*定义滚动条的轨道,内阴影及圆角*/ .scrollbar::- 阅读全文
posted @ 2019-06-17 20:43 瀚海浪亭 阅读(221) 评论(0) 推荐(0) 编辑