作业 小米页面

这是一个展示小米产品类别的网页结构示例,包括头部导航、搜索栏和商品分类。HTML代码定义了页面的基本结构,而CSS用于样式化各个元素,如布局、颜色和字体。页面包含一个带有下拉菜单的导航栏,以及一个搜索输入框。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

 目标:写出上面的内容

代码:

<!DOCTYPE html>

<html lang="en">

<head>

<meta charset="UTF-8">

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<meta http-equiv="X-UA-Compatible" content="ie=edge">

<title>Document</title>

<style>

*{

margin: 0;

padding: 0;

box-sizing: border-box;

}

li{

list-style: none;

}

a{

text-decoration: none;

}

input{

outline: none

}

.container{

width: 1226px;

margin: 0 auto;

position:relative;

}

.head{

display: flex;

justify-content: space-between;

align-items: center;

}

.head .mid ul{

display:flex;

}

.head .mid ul li{

margin-right: 30px;

}

.head .mid ul a{

color: #757575;

}

.head .mid ul a:hover{

color: orange;

}

.head .right{

position: relative;

}

.head .right input{

width: 245px;

height: 40px;

border: 1px solid #757575;

border-radius: 5px;

}

.head .right button{

display: inline-block;

width: 52px;

height: 40px;

position: absolute;

right: 0;

}

.banner{

position: relative;

margin-top: 20px;

}

.nav{

position: absolute;

top: 0;

left: 0;

}

.nav ul{

background-color: rgba(105,101,101,.6);

width: 234px;

height: 460px;

font: 18px/1.5 Helvetica Neue,Helvetica,Arial,Mi;

padding: 20px 0px;

}

.nav ul li{

display: flex;

justify-content: space-between;

padding: 0px,30px;

}

.nav ul li a {

display: inline-block;

width: 234px;

height: 42px;

line-height: 42px;

color: aliceblue;

}

.nav ul li:hover{

background-color: orange;

}

.banner i{

display: inline-block;

width: 41px;

height: 69px;

font-size: 30px;

}

.a{

position: absolute;

top: 50%;

margin-top: -33.5px;

left: 240px;

}

.b{

position: absolute;

top: 50%;

margin-top: -33.5px;

right: 0;

}

.banner .circle{

width: 200px;

position: absolute;

right: 15px;

bottom: 15px;

}

.banner .circle span{

display: inline-block;

width: 10px;

height: 10px;

background-color: pink;

border-radius: 50%;

}

.tupian2{

position:absolute;

    left:250px;

height: 480px;

width: 900px;

}




 

</style>

</head>

<body>

<div class="haeder">

<div class="container head">

<div class="left"><img src="../图片/小米图标2.jpg " width="56px" height="56px"></div>

<div class="mid">

<ul>

<li><a href="#">Xiaomi手机</a></li>

<li><a href="#">Redmi手机</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="right">

<input type="text"placeholder="请输入搜索关键词" >

<button type="submit">搜索</button>

</div>

</div>

</div>

<div class="banner container">

<img src="../图片/小米.PNG" class="tupian2">

<div class="nav">

<ul>

<li>

<a href="#">

电器商品

</a>

<span>></span>

</li>

<li>

<a href="#">

电器商品

</a>

<span>></span>

</li>

<li>

<a href="#">

电器商品

</a>

<span>></span>

</li>

<li>

<a href="#">

电器商品

</a>

<span>></span>

</li>

<li>

<a href="#">

电器商品

</a>

<span>></span>

</li>

</li>

</ul>

</div>

</div>

</body>

</html>

结果

 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值