css图片自适应手机屏幕

css图片自适应手机屏幕

1)按你的操作,读取当前的宽度然后设置到样式中:var h = $(window).width()$(".mymsg").css("width", h)2)css操作:设置一个div,设置div的宽度
html-css180