码迷,mamicode.com
首页 > 移动开发 > 详细

页面高度自适应方法(PC、移动端都适用)

时间:2019-08-26 12:55:01      阅读:262      评论:0      收藏:0      [点我收藏+]

标签:css   sea   foo   home   img   UNC   carousel   window   function   

有个项目移动端的首页需要自适应。

宽度已经自适应了 , 高度也要自适应 ,先总结一下方法,PC端也适用。

$(function(){
var h = window.innerHeight;
$(".carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img").css("height",h*0.32);
$(".database-con .col-xs-6 a").css("height",h*0.16);
$(".search-bg").css("height",h*0.12);
$(".home-footer").css("height",h*0.08);
});

把上面代码贴出来,供大家使用。

页面高度自适应方法(PC、移动端都适用)

标签:css   sea   foo   home   img   UNC   carousel   window   function   

原文地址:https://www.cnblogs.com/snowhite/p/11411682.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!