摘要:
@media screen and (max-width:320px) { html { font-size: 32px }}@media screen and (min-width:321px) and (max-width:340px) { html { font-size: 34px }}@m 阅读全文
摘要:
resize(); $(window,document).resize(function(){ resize(); }); function resize(){ var widths = $(window).width()/$("body").width(); $("body").css({ tra 阅读全文