02 2014 档案
摘要:/*1、width: viewport的宽度,css像素,三星S3的viewort默认宽度是980px。 当设置viewport width=device-width时,对应的媒体查询中width的值为:设备物理像素 / window.devicePixelRatio。 ----------------------------------------------------------*/ @media screen and (width:360px){ body{ background-color:#0f0; } } /*2、device-with: 屏幕宽度,and...
阅读全文