2023 11.23作业

该篇文章描述了小米商城网站的HTML结构和CSS样式,包括头部导航、搜索框、商品分类和底部导航,展示了商城的主要功能和布局设计。

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Document</title>
    <style>
        *{
            padding: 0;
            margin: 0;
        }
        .banner{
            width: 1226px;
            height: 600px;
            background-color: antiquewhite;
            overflow: hidden;
        }
        ul{
            list-style: none;
        }
        .head{
            width: 1226px;
            height: 40px;
            background-color: black;
            padding: 10px;
          
        }
        .head1{
            display: flex;
            width: 780px;
            height: 25px;
            background-color: blue;
            align-items: center;
            justify-content: center;
            margin-top: 10px;
            margin-bottom: 10px;
            color:white;
            padding-left: 1px;
            float: left;
            
            
        }
        .head1 a{
            font-size: 12px;
            padding: 3px;
 
        }
        .head2{
            position: relative;
            display: flex;
            width: 300px;
            height: 25px;
            background-color: blue;
            align-items: center;
            justify-content: left;
            margin-top: 10px;
            margin-bottom: 10px;
            color:white;
            padding-left: 1px;
            float: right;
            
            
        }
        .head2 a{
            font-size: 12px;
            padding: 3px;
        }
        .head3{
            position: absolute;
            width: 80px;
            height: 20px;
            background-color: red;
            left: 1146px;
            top: 24px;
            
        }
        .head3 a{
            color: white;
            font-size: 12px;
        }
        .body{
            width: 1226px;
            height: 100px;
            background-color: white;
        }
        .logo {
            width: 62px;
            height: 100px;
            background-color: green;
            float: left;
            display: flex;
 
            
            
            
        }
    .pc{
        width: 56px;
        height: 56px;
        padding-top: 20px;
    }
    .logol{
        position: relative;
        display: flex;
        width: 1164px;
        height: 100px;
        background-color: blueviolet;
        float: right;
        align-items: center;
        justify-content: left;
        
 
        
        
        
    }
    .logol  a{
        
        padding-left: 30px;
       
        
    }
    .input{
        position: absolute;
        left: 900px;
        top: 100px;
        width: 200px;
        height: 50px;
    }
    .book1{
        width: 234px;
        height: 460px;
        background-color:yellow ;
        float: left;
    }
    .book3{
        display: flex;
        flex-direction: column;
        align-items: left;
        justify-content: center;
        
    }
    .book3 li{
        padding-top: 20px;
    }
    .foot{
        position: relative;
        width: 1226px;
        height: 460px;
        background-color: brown;
        background-image: url(../图库/小米watch3.webp);
        background-size: cover;
    }
    .left{
        position: absolute;
        width: 41px;
        height: 69px;
        left: 234px;
        top: 200px;
        background-color:blanchedalmond;
    }
    .right{
        position: absolute;
        width: 41px;
        height: 69px;
        left: 1185px;
        top: 200px;
        background-color:blanchedalmond;
    }
    </style>
</head>
<body>
    <div class="banner">
    <ul>
        <li class="head">
            <div class="head1">
            <a>小米商城</a>|
            <a>MIUI</a>|
            <a>loT</a>|
            <a>云服务</a>|
            <a>天星数科</a>|
            <a>有品</a>|
            <a>小爱开放平台</a>|
            <a>企业团购</a>|
            <a>资质证照</a>|
            <a>协议规则</a>|
            <a>下载app</a>|
            <a>智能生活</a>
            </div>
            <div class="head2">
            <a>登录</a>|
            <a>注册</a>|
            <a>消息通知</a>
            </div>
            <div class="head3">
            <a>购物车(0)</a>
            </div>  
        </li>
        <li class="body">
            <div class="logo">
                 <a ><img src="../图库/logo-mi2.png" alt=""  class="pc"></a>
            </div>
            <div class="logol">
                <a>Xiaomi手机</a>
                <a>Redmi手机</a>
                <a>电视</a>
                <a>笔记本</a>
                <a>平板</a>
                <a>家电</a>
                <a>路由器</a>
                <a>服务中心</a>
                <a>社区</a>
 
            </div>
            <div class="input">
                <input type="text" placeholder="小米" width="200px" height=100"px">
            </div>
        </li>
        <li class="foot">
            <div class="book1">
                <ul class="book3">
                    <li>手机 ></li>
                    <li>电视 ></li>
                    <li>家电 ></li>
                    <li>笔记本 平板 ></li>
                    <li>出行 穿戴 ></li>
                    <li>耳机 音箱 ></li>
                    <li>健康 儿童 ></li>
                    <li>生活 箱包 ></li>
                    <li>智能 路由器 ></li>
                    <li>电源 配件 ></li>
                    
 
                </ul>
            </div>    
            
            
            <!-- <div class="book2"> 
 
            </div>-->
            <div class="left">
                <img src="../图库/left.png" alt="">
            </div>
            <div class="right">
                <img src="../图库/right.png" alt="">
            </div>
        </li>
    </ul>
    </div>    
</body>
</html> 

### 寻找Postman 11.23.3版本的中文安装包 对于希望获取特定版本如Postman 11.23.3中文版的用户而言,直接从官方渠道可能无法满足需求,因为官方通常只提供最新稳定版本的下载链接。然而,可以通过其他途径实现这一目标。 #### 方法一:通过GitHub上的汉化项目获得 考虑到官方并不总是提供旧版本的本地化支持,可以考虑访问专门针对Postman进行汉化的开源项目页面,例如hlmd/Postman-cn,在此平台上查找适用于11.23.3版本的汉化补丁[^1]。需要注意的是,应当仔细核对所选汉化包的具体适用范围,确保其能够应用于指定的目标版本上。 #### 方法二:手动汉化现有英文版本 另一种方式是从官方网站或其他可信来源下载Postman 11.23.3原始英文版本,之后按照既定流程完成软件本身的安装过程。接着依照上述提及的方法三中的指导说明,即不启动程序的情况下定位至Postman的应用数据存储位置(C:\Users\<您的用户名>\AppData\Local\Postman),并将事先准备好的、与该版本相匹配的&#39;.app.zip&#39;格式汉化文件解压后覆盖原有的&#39;app&#39;目录结构[^2]。最后一步则是重新打开Postman验证是否成功切换到了简体中文环境。 #### 注意事项 在整个过程中务必保持谨慎态度对待不同组件之间的兼容性问题;另外值得注意的一点是,为了防止因频繁更新而导致之前所做的修改被撤销,建议暂时禁用客户端内部设置里的自动升级选项[^3]。
评论 1
成就一亿技术人!
拼手气红包6.0元
还能输入1000个字符
 
红包 添加红包
表情包 插入表情
 条评论被折叠 查看
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值