常用css media
/* 横屏 */
@media screen and (orientation:landscape){
}
/* 竖屏 */
@media screen and (orientation:portrait){
}
/* 窗口宽度<960,设计宽度=768 */
@media screen and (max-width:959px){
}
/* 窗口宽度<768,设计宽度=640 */
@media screen and (max-width:767px){
}
/* 窗口宽度<640,设计宽度=480 */
@media screen and (max-width:639px){
}
/* 窗口宽度<480,设计宽度=320 */
@media screen and (max-width:479px){
}
/* windows UI 贴靠 */
@media screen and (-ms-view-state:snapped){
}
/* 打印 */
@media print{
}
回复
长沙纽萃普斯
走过路过第一次来嘿嘿支持一下了
回复
产业研究报告
有段时间没来了,再来看看博主的博客。。。
回复
room
<img src="/style/face/10.gif" /><img src="/style/face/18.gif" />s手机测试
回复
糖醋娱
走过路过第一次来嘿嘿支持一下了