浮动练习(3)

##每台电脑分辨率不同,数值高度宽度需要自己调,仅供参考

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title></title>

<style>

div{

display: flex;

align-items: center;

justify-content: center;

}

.main{

width: 100%;

font-size: 24px;

/*text-align: center;*/

display: block;

}

.main .banner{

widows: 100%;

height: 100px;

/*background: red;*/

}

.main .banner .logo{

background: gainsboro;

width: 20%;

height: 100%;

float: left;

}

.main .banner .banner1{

background: gainsboro;

width: 58%;

height: 100%;

float: left;

margin: 0px 19px;

}

.main .banner .banner2{

background: gainsboro;

width: 20%;

height: 100%;

float: left;

}

.main .menu{

width: 100%;

height: 43px;

background: gainsboro;

margin: 16px 0px;

}

.main .container{

display: block;

height: 680px;

}

.main .container .lanmu{

width: 653px;

/*background: gainsboro;*/

height:100%;

float: left;

margin-right: 15px;

display: block;

}

.main .container .lanmu2{

width: 457px;

/*background: gainsboro;*/

height:100%;

float: left;

display: block;

}

.lanmu .lanmu3{

width: 655px;

height: 300px;

border: 2px solid black;

}

.lanmu .lanmu4{

width: 309px;

height: 355px;

border: 2px solid black;

margin: 15px 15px 0px 0px;

display: inline-block;

float: left;

}

.lanmu .lanmu5{

margin-right: 0px;

}

.lanmu2 .lanmu6{

width: 450px;

height: 212px;

border: 2px solid black;

margin-bottom: 16px;

}

.foot{

width: 100%;

height: 80px;

background: gainsboro;

margin: 16px 0px;

}

</style>

</head>
<body>

<div class="main">

<div class="banner">

<div class="logo">logo</div>

<div class="banner1">banner1</div>

<div class="banner2">banner2</div>

</div>

<div class="menu">菜单</div>

<div class="container">

<div class="lanmu">

<div class="lanmu3">栏目一</div>

<div class="lanmu4">栏目三</div>

<div class="lanmu4 lanmu5">栏目四</div>

</div>

<div class="lanmu">

<div class="lanmu3">栏目二</div>

<div class="lanmu4">栏目五</div>

<div class="lanmu4 lanmu5">栏目六</div>

</div>

<div class="lanmu2">

<div class="lanmu6">栏目七</div>

<div class="lanmu6">栏目八</div>

<div class="lanmu6">栏目九</div>

</div>

</div>

<div class="foot">页脚</div>

</div>
</body>
</html>

相关推荐
常常不爱学习2 小时前
CSS盒子模型(溢出隐藏,块级元素和行级元素的居中对齐,元素样式重置)
前端·css
余生H4 小时前
深入理解HTML页面加载解析和渲染过程(一)
前端·html·渲染
LUwantAC6 小时前
一篇文章学会HTML
前端·javascript·html
xcLeigh7 小时前
HTML5实现喜庆的新年快乐网页源码
前端·html·html5
火龙kess8 小时前
HTML制作一个普通的背景换肤案例2024版
开发语言·前端·javascript·html
码飞_CC8 小时前
html文件通过script标签引入外部js文件,但没正确加载的原因
前端·javascript·http·https·html·安全策略
荆州克莱9 小时前
centos7 免安装mysql5.7及配置(支持多个mysql)
spring boot·spring·spring cloud·css3·技术
计算机毕设定制辅导-无忧学长9 小时前
Redis 主从复制搭建与理解
前端·bootstrap·html
reembarkation9 小时前
vue2中使用 v-html 指令渲染的标签, 标签内绑定的 click 事件
前端·vue.js·html
GISer_Jing13 小时前
前端面试题合集(一)——HTML/CSS/Javascript/ES6
前端·javascript·html