美文网首页
2018-08-04

2018-08-04

作者: 旺旺小小酥6 | 来源:发表于2018-08-04 20:04 被阅读0次

H5移动页面自适应手机屏幕四类方法

https://blog.csdn.net/baidu_36847344/article/details/64441851

px转rem的网站

http://mxd.tencent.com/wp-content/uploads/2014/11/rem.html

column

column-count:3; column-width:列宽

column-gap:2em;

column-rule:2px #f00 outset

媒体查询

@media screen and (max-width:800px){ }

@media screen and (max-width: 600px){

.list{

width: 100%;

height: 100px;

}

}

meta:

相关文章

网友评论

      本文标题:2018-08-04

      本文链接:https://www.haomeiwen.com/subject/bromvftx.html