美文网首页
简单布局

简单布局

作者: 中二死军宅 | 来源:发表于2018-11-26 16:59 被阅读0次

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>本来生活网</title>
<style type="text/css">
/清除默认样式/
{
padding:0;
margin:0;
border:0;
}
.del{
list-style: none;
background-color: white;
width: 900px;
margin: 0 auto;
overflow: hidden;
text-align: center;
}
.del li{
float: left;
width: 10%;
font-size: 11px;
}
.del a{
display: block;
width: 100%;
text-align: center;
padding: 10px;
text-decoration: none;/
去掉下划线/
color: #666666 ;
}
.del a:hover{
color: #cc0000;
text-decoration: underline;
}
.nav{
list-style: none;
background-color: #99cc00;
width: 1200px;
margin: 0 auto;
overflow: hidden;
}
.nav li{
float: left;
width: 10%;
}
.nav a{
display: block;
width: 100%;
text-align: center;
padding: 8px;
text-decoration: none;/
去掉下划线*/
color: white;
font-weight: bold;
}
.nav a:hover{
background-color: #669900;
}
.de{
width: 1510px;
height: 37px;
background-color: white;
margin: 0 auto;
}
.te{
width: 1510px;
height: 37px;
background-color: #99cc00;
margin: 0 auto;
}
.to{
width: 1510px;
height: 100px;
background-color: #cc0000;
margin: 0 auto;
margin-bottom: 5px;
}
.box{
width: 1510px;
height: 20px;
background-color: #f5f5f5;
margin: 0 auto;margin-bottom: 5px;
}
.box1{
width: 1510px;
height: 50px;
background-color: cornflowerblue;
margin: 0 auto;
}
.box2{
width: 1510px;
height: 100px;
background-color: #ffff00;
margin: 0 auto;
}
.box3{
width: 1510px;
height: 350px;
background-color: #000000;
margin: 0 auto;
}
.goods{
width: 1200px;
height: 200px;
background-color: #6495ed;
margin: 0 auto;
margin-bottom: 20px;
}
.goods1{
width: 1200px;
height: 300px;
background-color: #666666;
margin: 0 auto;
margin-bottom: 20px;
}
.goods2{
width: 1200px;
height: 350px;
background-color: #ffff00;
margin: 0 auto;
margin-bottom: 20px;
}
.goods3{
width: 1200px;
height: 300px;
background-color: #cc0000;
margin: 0 auto;
margin-bottom: 20px;
}
.goods4{
width: 1200px;
height: 350px;
background-color: #ffff00;
margin: 0 auto;
margin-bottom: 20px;
}
.goods5{
width: 1200px;
height: 300px;
background-color: #666666;
margin: 0 auto;
margin-bottom: 20px;
}
.goods6{
width: 1200px;
height: 300px;
background-color: rebeccapurple;
margin: 0 auto;
margin-bottom: 20px;
}
.do{
font-size: 12px;
list-style: none;
}
.do li{
margin-left: 200px;
font-weight: bold;
}
.do a{
color: #666666;
text-decoration: none;

    }
    .do a:hover{
        text-decoration: underline;
    }
</style>

</head>
<body>
<div class="to"></div>
<div class="box">
<ul class="do">
<li>你好,欢迎来到本来生活!      
<a href="登录.html" class="login">[ <font color="red">登录</font> ]</a>
<a href="注册.html" class="login">[ <font color="red">注册</font> ]</a>
<a href="#" class="login">[ <font color="red">机构会员</font> ]</a>
</li>
</ul>
</div>
<div class="box1"></div>
<div class="de">
<ul class="del">
<li><a href="#">金果</a></li>
<li><a href="#">牛油果</a></li>
<li><a href="#">石板大米</a></li>
<li><a href="#">黄花鱼</a></li>
<li><a href="#">牛腱子</a></li>
<li><a href="#">李玉双有机稻花香</a></li>
</ul>
</div>
<div class="box2"></div>
<div class="te">
<ul class="nav">
<li><a href="#">所有商品分类</a></li>
<li><a href="#">首页</a></li>
<li><a href="#">本来扶贫</a></li>
<li><a href="#">台湾特产</a></li>
<li><a href="#">全国配</a></li>
<li><a href="#">台创园</a></li>
<li><a href="#">充值</a></li>
<li><a href="#">韩国馆</a></li>
<li><a href="#">本来礼品</a></li>
<li><a href="#">兑换专区</a></li>
</ul>
</div>
<div class="box3"></div>
<div class="goods"></div>
<div class="goods1"></div>
<div class="goods2"></div>
<div class="goods3"></div>
<div class="goods4"></div>
<div class="goods5"></div>
<div class="goods6"></div>
</body>
</html>

相关文章

  • Android 性能优化方法

    布局优化1.1 布局优化的思想很简单,就是减少布局文件层级如果比较简单的布局那么用LinearLayout 如果复...

  • 简单布局

    简单布局 *{margin: 0;padding: 0;}.head{he...

  • 简单布局

    css

  • 简单布局

    名鞋库 样式 *{margin: 0;padding: 0;} .d1{wi...

  • 简单布局

    第一列第5个布局 inline-block实现flex实现 第2列第1个布局 float实现flex实现 第3列第...

  • 简单布局

    Document

  • 简单布局

    本来生活网 /清除默认样式/{padding:0;margin:0;bor...

  • 简单布局

  • Flutter学习记录-布局

    Flutter学习记录-汇总 边做边学 布局简单有: Row:横向布局 Column:纵向布局 先做一个简单的同时...

  • 总结随笔

    网页布局 - 单列布局 - 双列布局 - 三列布局 - 混合布局 单列布局 其中单列布局最为简单,一般应用于搜索引...

网友评论

      本文标题:简单布局

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