css3的媒体查询可以实现响应式,布局可以使用bootstarp等响应式框架很方便css3一个很强大的功能就是可以轻松的实现响应式布局,其css语法是@media mediatype and|not|only (media feature) css-code;}举个例子:@media screen and (max-width: 300px) body background-color:lightblue; }}
3,CSS3 可以实现响应式布局吗
可以,如:/**ipad**/ @media only screen and (min-width:768px)and(max-width:1024px)/**iphone**/ @media only screen and (width:320px)and (width:768px)使用div+媒体查询响应式布局就是一个网站能bai够兼容多个终端——而du不是为每个终端做一个特定的版本zhi。这个概念是为dao解决移动互联网浏览而诞生的。div+css布局CSS3一个很强大的功能就是可以轻松的实现响应式布局,其CSS语法是@media mediatype and|not|only (media feature)
网页标题:如何通过css进行响应式布局,麻烦帮我csshtml做成响应式布局
文章起源:http://csdahua.cn/article/icsoco.html