手机端div css模板
导读:在移动设备时代,越来越多的网页正在逐步地向移动端发展。而为移动端设计的div css模板也在不断出现,以满足用户在移动端访问网站时的需求。下面,我们来介绍一个基于bootstrap的手机端div css模板。/*--------------...
在移动设备时代,越来越多的网页正在逐步地向移动端发展。而为移动端设计的div css模板也在不断出现,以满足用户在移动端访问网站时的需求。下面,我们来介绍一个基于bootstrap的手机端div css模板。
/*--------------------------主要内容区---------------------------*/.content{
width: 100%;
padding: 10px;
}
.content h2{
font-size: 18px;
font-weight: bold;
margin-bottom: 10px;
}
.content ul{
list-style: none;
margin-bottom: 10px;
}
.content li{
line-height: 1.5;
font-size: 14px;
margin-bottom: 5px;
}
.content img{
display: block;
margin: 0 auto;
width: 100%;
}
.content p{
text-indent: 2em;
line-height: 1.8;
margin-bottom: 10px;
}
/*---------------------------底部导航---------------------------*/.tab-bar{
background-color: #f2f2f2;
height: 50px;
}
.tab-bar ul{
list-style: none;
display: flex;
justify-content: space-around;
padding: 0;
}
.tab-bar li a{
display: block;
text-align: center;
line-height: 50px;
}
.tab-bar .active{
color: #f60;
}
/*------------------------------其他------------------------------*/.clearfix:before,.clearfix:after{
display: table;
content: "";
line-height: 0;
}
.clearfix:after{
clear: both;
}
.clearfix{
zoom: 1;
}
该模板的主要样式针对了网页内容区和底部导航栏。在内容部分,h2、ul、li、img、p等元素都有对应的样式,能够合理展示网页内容。在底部导航栏中,ul、li、a等元素都有相应的样式,使得导航栏能够在不同设备上有良好的显示效果。除此之外,模板中还有用于清除浮动的样式,避免在不同浏览器或设备下出现奇怪的效果。
如果你正在为移动端网页设计样式,不妨试试上述div css模板,也可根据不同网页需求进行相应的修改,达到更佳展示的效果。
声明:本文内容由网友自发贡献,本站不承担相应法律责任。对本内容有异议或投诉,请联系2913721942#qq.com核实处理,我们将尽快回复您,谢谢合作!
若转载请注明出处: 手机端div css模板
本文地址: https://pptw.com/jishu/340921.html
