博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
依据分辨率区分手机、平板、pc
阅读量:4883 次
发布时间:2019-06-11

本文共 781 字,大约阅读时间需要 2 分钟。

/*手机*/  @media screen and (max-width:600px){
#header,#content,#footer{width:400px;} .right,.center{
margin-top:10px;} .left,.right{
height:100px;} .center{
height:200px;} } /*平板*/ @media screen and (min-width:600px) and (max-width:960px){
#header,#content,#footer{width:600px;} .right{
display:none;} .left,.center{
height:400px;float:left;} .left{
width:160px;margin-right:10px;} .center{
width:430px;} } /*PC*/ @media screen and (min-width:960px){
#header,#content,#footer{width:960px;} .left,.center,.right{
height:400px;float:left;} .left{
width:200px;margin-right:10px;} .center{
width:540px;margin-right:10px;} .right{
width:200px;} }

 

转载于:https://www.cnblogs.com/justSmile2/p/9875468.html

你可能感兴趣的文章
InnoDB Undo Log
查看>>
在Application中集成Microsoft Translator服务之使用http获取服务
查看>>
flask页面中Head标签内容为空问题
查看>>
Centos7 Putty SSH密钥登录
查看>>
小说Symbian的签名
查看>>
Objective-C中ORM的运用:实体对象和字典的相互自动转换
查看>>
高级java面试宝典
查看>>
声明,本博客文章均为转载,只为学习,不为其他用途。感谢技术大牛的技术分享,让我少走弯路。...
查看>>
centos7.1下 Docker环境搭建
查看>>
c# 导出Excel
查看>>
Status: Checked in and viewable by authorized users 出现在sharepoint 2013 home 页面
查看>>
python数据预处理
查看>>
Python之路,Day21 - 常用算法学习
查看>>
Android安全-代码安全1-ProGuard混淆处理
查看>>
部署core
查看>>
mysql 时间设置
查看>>
如何在 Xcode 中修改应用的名字
查看>>
有关交换机——熟悉原理是必须的【转载】
查看>>
ACM(数学问题)——UVa202:输入整数a和b(0≤a≤3000,1≤b≤3000),输出a/b的循环小数表示以及循环节长度。...
查看>>
【转】Android 读取doc文件
查看>>