ollama官网

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Document</title>
</head>
<body>
    <style>
        body{
            height: 800px;

        }
        .test1{
            height: 10%;
            width: 98%;
            margin: auto;
        }
        .test11{
            float: left;
            margin-top: 6px;
        }
        .test12{
            width: 65.44px;
            height: 28px;
            float: left;
            text-align: center;
            margin-top: 17px;
            margin-left: 25px;
            font-size: 18px;
        }
        .test13{
            width: 65.44px;
            height: 28px;
            float: left;
            text-align: center;
            margin-top: 17px;
            margin-left: 25px;
            font-size: 18px;

        }
        .test14{
            width: 65.44px;
            height: 28px;
            float: left;
            text-align: center;
            margin-top: 17px;
            margin-left: 25px;
            font-size: 18px;
        }
        
        .x{
            background-color: rgb(228, 222, 222);
            width: 430px;
            height: 40px;
            border-radius: 9999px;
            margin-top: 8px;
            margin-left: 250px;
            border: 1px solid rgb(228, 222, 222);

        }
        .B{
            width: 100px;
            height: 38px;
            border: 1px solid;
            float: left;
            margin-left: 1290px;
            margin-top: -41px;
            border-radius: 9999px;
            font-weight: bold;

        }
        .A{
            width: 120px;
            height: 38px;
            background-color: black;
            color: aliceblue;
            float: left;
            margin-left: 1430px;
            margin-top: -45px;
            border-radius: 9999px;
            font-weight: bold;
        }
        .test2{
            height: 55%;
            width: 33%;
            margin: auto;
            margin-top: 101px;
        }
        .testaa{
            margin-left: 220px;
        }
        .testbb{
            font-size: 30px;
            text-align: center;
            /* font-weight: bold; */
            margin-top: 30px;
            
        }
        .testcc{
            text-align: center;
            font-size: 20px;
            margin-top: 30px;
        }
        .testdd{
            width: 180px;
            height: 50px;
            background-color: black;
            color: aliceblue;
            border-radius: 9999px;
            margin-left: 180px;
            font-weight: bold;
            font-size: 20px;
            margin-top: 40px;
            
        }
        .testee{
            text-align: center;
            margin-top: 3px;
        }
        .test3{
            height: 4%;
            width: 98%;
            margin: auto;
            margin-top: 201px;
        }
        .testa{
            font-size: 13px;
            color: gray;
            float: left;
        }
        .testb{
            font-size: 13px;
            color: gray;
            float: right;
            margin-left: 20px;
        }
        .testc{
            float: right;
            font-size: 13px;
            color: gray;
           margin-left: 20px;
        }
        .testd{
            float: right;
            font-size: 13px;
            color: gray;
            margin-left: 20px;
        }
    </style>
</head>
<body>
    <div class="test1">
        <div class="test11">
            <img src="https://www.ollama.com/public/ollama.png" width="32px" height="45.26px" alt="">
        </div>
        <div class="test12"><b>Discord</b></div>
        <div class="test13"><b>GitHub</b></div>
        <div class="test14"><b>Models</b></div>
        <div class="test15">
            <input type="text" class="x" placeholder="Search models">
        </div>
        <div class="16">
            <button class="B">Sign in</button>
        </div>
        <div class="17">
            <button class="A">Download</button>
        </div>
    </div>
    <div class="test2">
        <div>
        <img class="testaa" src="https://www.ollama.com/public/ollama.png" width="64px" height="90.52px
        " alt="">
        </div>
        <div class="testbb">Get up and running with large language models.
            </div>
            
            <div class="testcc">Run Llama 3.3, DeepSeek-R1, Phi-4, Mistral, Gemma 2, and other models, locally.</div>
            <div> <button class="testdd">Download↓</button></div>
            <div class="testee">Available for macOS, Linux, and Windows</div>
    </div>
    
    <div class="test3">
        <div class="testa">© 2025 Ollama</div>
        <div class="testb">Blog</div>
        <div class="testc">GitHub</div>
        <div class="testd">Download</div>
    </div>
    
</body>
</html>

学校官网

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Document</title>
</head>
<body>
    <style>
    .container{
        height: 800px;
        width: 1570px;
        background-color: white;
        display: flex;
       
        justify-content: center;
        align-items: center;
    }
    .box{
        width: 1570px;
        height: 377px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        
        margin-bottom: 300px; 

    }
    .item1{
        width: 1570px;
        margin-left: 390px;
    }
    
    .item2{
         width: 1570x;
        height: 296px;
        background-color: rgb(233, 230, 230);
        display: flex;
        justify-content: center;
        margin-bottom: 20px;
    }
    .item2-2{
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: baseline;
        margin-left: 100px;
    }
    .item2-2-3{
        margin-left: 10px;
    }
    .item2-2-4{
        display: flex;

    }
    .item2-2-1{
        font-size: 24px;

    }
    .c{
        width: 75px;
        height: 22px;
    }
    .a,.b{
        width: 255px;
        height: 22px;
    }
    .n{
        color: white;
        background-color: #297ad6;
        border: 0px;
        width: 188px;
        height: 36px;
    }
    .item3{
        width: 1570px;
        height: 20px;
        color: #646262;
        font-size: 15px;
        display: flex;
        justify-content: center;
    }
    .d{
        margin-right: 400px;
    }

    
</style>
</head>

<body>
<div class="container">
 <div class="box">
    <div class="item1">
        <img src="http://jw.scauzj.edu.cn/hnnydxzjxy/framework/images/index_02.png" width="492px" height="61px">
    </div>
    <div class="item2">
        <div class="item2-1">
            <img src="https://tse1-mm.cn.bing.net/th/id/OIP-C.vZW5MPRYkwmqvBtpzpFuBgAAAA?w=216&h=180&c=7&r=0&o=5&dpr=2&pid=1.7"  height="290px">
        </div>
        <div class="item2-2">
            <div class="item2-2-1">用户登录</div>
            <div class="item2-2-2">
                用户名:<input type="text" class="a">
            </div>
            <div class="item2-2-3">
                 &nbsp;  &nbsp;密码:<input type="text" class="b">
            </div>
            <div class="item2-2-4">
                验证码:<input type="text" class="c">
                &nbsp; &nbsp;<img src="http://jw.scauzj.edu.cn/hnnydxzjxy/verifycode.servlet" alt="">
            </div>
            <div class="item2-2-5">
                &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<button class="n">登录</button>
            </div>
        </div>
    </div>
    <div class="item3">
        <div class="d">湖南强智科技发展有限公司版权所有</div>
        <div>在线用户数:999人</div>
    </div>
 </div>
</div>
</body>
</html>

<!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>
        .container{
            background-color: white;
            height: 3265px;
            width: 1677px;
            display: flex;
            flex-direction: column;
            align-items: center;
            

        }
        .item1{
            background-color: #3D3BB8;
            width: 1577px;
            height: 46px;
            border: 1px solid;
            display: flex;
            align-items: center;
           
        }
        .item1-1{
            margin-left: 1200px;
            margin-right: 20px;
            font-size: 13px;
            color: white;

        }
        .item1-2{
            font-size: 13px;
            color: white;
        }
            
            


        .x{
            border-radius: 9999px;
           width: 275px;
           height: 37px;
           border: 0px;
          
            
        }
        .item2{
            width: 1577px;
            height: 783px;
            background-image: url(https://www.scauzj.edu.cn/wp-content/uploads/sites/20/2022/11/0ac45c435dec1666bd28b13afc6c36e.jpg);
            background-size: cover;
            display: flex;
            flex-direction: row;
            justify-content: space-around;
            align-items: baseline;
            font-size: 14px;
            color: white;
            
           
        }
        .item2-10{
          align-self: flex-start;
          margin-top: 20px;
          margin-right: 135px;
        }
       
      
        .item2-1{
           margin-top: 20px;
           margin-left: 150px;
           
        }
       
        .item2-13{
            margin-right: -310px;

        }
        svg{
            margin-left: -24px;
            margin-bottom: -6px;
        }
        .item3{
            background-color: white;
            width: 1570px;
            height: 645px;
            display: flex;
            flex-direction: column;
            justify-content: space-around;
            
           
        }
        .item3-1{
            display: flex;
            justify-content: flex-end;
            font-size: 23px;
        }
        .item3-1-2{
            margin-left: 40px;
            margin-right: 40px;
            color: gray;
        }
        .item3-1-3{
            margin-right: 160px;
            color: gray;
        }
        .item3-2{
            display: flex;
            justify-content: center;
        }
        .item3-2-2{
            display: flex;
            flex-direction: column;
            justify-content: space-around;
            margin-left: 30px;
            margin-right: 30px;
        }
        .item3-2-2-1{
            width: 52px;
            height: 71px;
            background-color: blueviolet;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }
        .a{
            font-size: xx-large;
        }
        .b{
            font-size: x-small;
        }
        .item3-2-2-2{
            width: 52px;
            height: 71px;
            background-color: blueviolet;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }
        .a{
            font-size: xx-large;
        }
        .b{
            font-size: x-small;
        }
        .item3-2-2-3{
            width: 52px;
            height: 71px;
            background-color: blueviolet;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }
        .a{
            font-size: xx-large;
        }
        .b{
            font-size: x-small;
        }
        .item3-2-2-4{
            width: 52px;
            height: 71px;
            background-color: blueviolet;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }
        .a{
            font-size: xx-large;
        }
        .b{
            font-size: x-small;
        }
        .item3-2-3{
            display: flex;
            flex-direction: column;
            justify-content: space-around;
            font-size: medium;
        }
        .item3-3{
            display: flex;
            justify-content: space-evenly;
        }
        #test1{
            margin-right: 220px;
            font-size: xx-large;
        }
        #test2{
            margin-left: 30px;
            color: gray;
        }

        .item4{
            background-color: rgb(132, 173, 234);
            width: 1570px;
            height: 771px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }
        .item4-1{
            font-size: xx-large;
            color: gray;
        }
        .item4-2{
            margin-bottom: 40px;
            font-size: x-large;
        }
        .item5{
            background-color: #F2F3F5;
            width: 1570px;
            height: 560px;
            display: flex;
            flex-direction: column;
            justify-content: space-around;
            align-items: center;
        }
        .item5-1{
            font-size: x-large;
        }
        .item5-2{
            display: flex;
            flex-wrap: wrap;
            flex-direction: row;
            margin-left: 30px;
        }
        #c{
            width: 183px;
            height: 136px;
            display: flex;
            flex-direction: column;
            justify-content: space-evenly;
            align-items: center;
            background-color: white;
        }
        .item5-2 div{
            width: 183px;
            height: 126px;
            display: flex;
            flex-direction: column;
            justify-content: space-around;
            align-items: center;
            background-color: white;
            margin: 3px;
        }
        .item6{
            background-color: #3D3BB8;
            width: 1570px;
            height: 406px;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        .item6-1{
            width: 489px;
            height: 314px;
            display: flex;
            flex-direction: column;
            justify-content: space-around;
            align-items: center;
        }                                                         
        .item6-1-2{
            display: flex;
            justify-content: space-around;
            color: white;
        }
        .item6-1-2 div{
            display: flex;
            flex-direction: column;
            justify-content: space-around;
            align-items: center;
            margin-left: 15px;
            margin-right: 15px;

        }
        .item6-2{
            width: 318px;
            height: 314px;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            margin-left: 150px;
            color: white;

        }
        .item6-2-1{
            font-weight: bold;
            font-size: 15px;
            margin-bottom: 30px;
        }
        .item7{
            width: 1583px;
            height: 53px;
            background-color: #2f2ea0;
            display: flex;
            justify-content: center;
            align-items: center;
            color: white;
        }
    </style>
</head>
<body>
    <div class="container">
        <div class="item1">
            <div class="item1-1">学院代码:12623</div>
            <div class="item1-2">招生批次:本科批</div>
        </div>
        
        <div class="item2">
            
            <div class="item2-1"><img src="https://www.scauzj.edu.cn/wp-content/uploads/sites/20/2022/11/%E4%B8%BB%E9%A1%B5logo.png" width="381.05px" height="68.89.px
                "></div>
            <div class="item2-2">首页</div>
            <div class="item2-3">学校概况</div>
            <div class="item2-4">信息公开</div>
            <div class="item2-5">机构设置</div>
            <div class="item2-6">党建工作</div>
            <div class="item2-7">教务管理</div>
            <div class="item2-8">招生就业</div>
            <div class="item2-9">OA管理</div>
            
            <div class="item2-11">招标采购</div>
            <div class="item2-12">快捷通道</div>
            <div class="item2-13">加入我们</div>
            <div class="item2-10"><input type="text" class="x" placeholder="请输入搜索内容">
                <svg t="1739950769354" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="1555" width="19" height="19"><path d="M938.64603 886.273219l-173.071777-173.074847c53.665247-63.987337 86.075401-146.400325 86.075401-236.446154 0-203.406666-164.895561-368.298134-368.301204-368.298134-203.409736 0-368.302227 164.892491-368.302227 368.298134 0 203.409736 164.892491 368.302227 368.302227 368.302227 89.246627 0 171.055864-31.767518 234.798631-84.579327l173.148525 173.148525c1.576915 1.576915 8.15575-2.443655 14.6957-8.979512l23.675212-23.675212C936.205445 894.428969 940.222945 887.850134 938.64603 886.273219zM483.347426 778.093381c-166.425404 0-301.338093-134.912689-301.338093-301.338093s134.912689-301.338093 301.338093-301.338093S784.685519 310.329884 784.685519 476.755288 649.773853 778.093381 483.347426 778.093381z" fill="#3A2E2E" p-id="1556"></path></svg>
            </div>
        </div>
        <div class="item3">
            <div class="item3-1">
                <div class="item3-1-1">新闻头条</div>
                <div class="item3-1-2">部门动态</div>
                <div class="item3-1-3">学院通告</div>
            </div>
            <div class="item3-2">
                <div class="item3-2-1"><img src="https://www.scauzj.edu.cn/wp-content/uploads/sites/20/2025/02/%E5%BE%AE%E4%BF%A1%E5%9B%BE%E7%89%87_20250218093221.png" width=484.9px height="327px"></div>
                <div class="item3-2-2">
                    <div class="item3-2-2-1">
                        <div class="a">14</div>
                        <div class="b">2025.02</div>
                    </div>
                    <div class="item3-2-2-2">
                        <div class="a">10</div>
                        <div class="b">2025.02</div>
                    </div>
                    <div class="item3-2-2-3">
                        <div class="a">31</div>
                        <div class="b">2025.01</div>
                    </div>
                    <div class="item3-2-2-4">
                        <div class="a">30</div>
                        <div class="b">2025.01</div>
                    </div>
                </div>
                <div class="item3-2-3">
                    <div class="3-2-3-1">惊喜!华珠2025限定月历上新啦~</div>
                    <div class="3-2-3-2">“新物种”滇西野外地标科考营开启,华南农业大学珠江学院联合主办并深度参与</h3></div>
                    <div class="3-2-3-3">喜报!一起点赞华珠2025年海外名校录取毕业生</div>
                    <div class="3-2-3-4">岁寒情深暖如春 共贺新春乐无央 | 华珠校领导开展走访慰问活动</div>
                </div>
            </div>
            <div class="item3-3">
                <div id="test1">新闻头条</div>
                <div id="test2">MORE></div>
            </div>
        </div>
        <div class="item4">
            <div class="item4-1">VIDEO SHOW</div>
            <div class="item4-2">视频展播</div>
            <div class="item4-3"><video src="https://www.scauzj.edu.cn/wp-content/uploads/sites/20/2024/04/0331-%E6%B4%BB%E5%8A%A8%E6%B7%B7%E5%89%AA.mp4" width="1210.2px" height="562.58px" controls ></video></div>
        </div>
        <div class="item5">
            <div class="item5-1">公共服务</div>
            <div class="item5-2">
                <div id="c">
                    <img src="https://dm.yinghuaonline.com/yhzx/tubiao/ico_index_9_1.png" width="47px" height="45px">
                    <div>在线教学MOOC平台</div>
                </div>
                <div>
                    <img src="https://dm.yinghuaonline.com/yhzx/tubiao/ico_index_9_2.png" width="47px" height="45px"alt="">
                    <div>数字化实习实训课程平台</div>
                </div>
               
                <div>
                    <img src="https://dm.yinghuaonline.com/yhzx/tubiao/gy-black.png" width="47px" height="45px"alt="">
                    <div>公益课程平台</div>
                </div>
               
                <div>
                    <img src="https://dm.yinghuaonline.com/yhzx/tubiao/ico_index_9_3.png" width="47px" height="45px"alt="">
                    <div>模拟仿真实训系统</div>
                </div>
               
                <div>
                    <img src="https://dm.yinghuaonline.com/yhzx/tubiao/hnny-1.png" width="47px" height="45px"alt="">
                    <div>高校科研系统</div>
                </div>
               
                <div>
                    <img src="https://dm.yinghuaonline.com/yhzx/tubiao/hnny-2.png" width="47px" height="45px"alt="">
                    <div>WEB内容安全审核智能管理系统</div>
                </div>
               
                <div>
                    <img src="https://dm.yinghuaonline.com/yhzx/tubiao/hnny-3.png" width="47px" height="45px"alt="">
                    <div>篡改发现预警系统项目</div>
                </div>
               
                <div>
                    <img src="https://dm.yinghuaonline.com/yhzx/tubiao/hnny-4.png" width="47px" height="45px"alt="">
                    <div>集中运维工单管理平台</div>
                </div>
               
                <div>
                    <img src="https://dm.yinghuaonline.com/yhzx/tubiao/ico_index_9_6.png" width="47px" height="45px"alt="">
                    <div>数字图书资源</div>
                </div>
               
                <div>
                    <img src="https://dm.yinghuaonline.com/yhzx/tubiao/ico_index_9_4.png" width="47px" height="45px"alt="">
                    <div>图书系统</div>
                </div>
               
                <div>
                    <img src="https://dm.yinghuaonline.com/yhzx/tubiao/ico_index_9_5.png" width="47px" height="45px"alt="">
                    <div>图书搜索</div>
                </div>
               
                <div>
                    <img src="https://dm.yinghuaonline.com/yhzx/tubiao/ico_index_9_6.png" width="47px" height="45px"alt="">
                    <div>资产系统</div>
                </div>
               
                <div>
                    <img src="https://dm.yinghuaonline.com/yhzx/tubiao/ico_index_9_7.png" width="47px" height="45px"alt="">
                    <div>京广图书</div>
                </div>
               
                <div>
                    <img src="https://dm.yinghuaonline.com/yhzx/tubiao/ico_index_9_8.png" width="47px" height="45px"alt="">
                    <div>五车图书</div>
                </div>
               
                <div>
                    <img src="https://dm.yinghuaonline.com/yhzx/tubiao/ico_index_9_9.png" width="47px" height="45px"alt="">
                    <div>学工管理</div>
                </div>
               
                <div>
                    <img src="https://dm.yinghuaonline.com/yhzx/tubiao/ico_index_9_10.png" width="47px" height="45px"alt="">
                    <div>校友系统</div>
                </div>
               
                <div>
                    <img src="https://dm.yinghuaonline.com/yhzx/tubiao/ico_index_9_1.png" width="47px" height="45px"alt="">
                    <div>心理测评</div>
                </div>
               
            </div>
        </div>
        <div class="item6">
            <div class="item6-1">
                <div class="item6-1-1">
                    <img src="https://www.scauzj.edu.cn/wp-content/uploads/sites/20/2022/11/%E5%BA%95-logo.png" width="488.91px" height="87.4px" alt="">
                </div>
                <div class="item6-1-2">
                    <div>
                        <img src="https://www.scauzj.edu.cn/wp-content/uploads/sites/20/2021/11/wx.png" width="98.94px" height="98.94px">
                        <div>官方微信</div>
                    </div>
                    <div>
                        <img src="https://www.scauzj.edu.cn/wp-content/uploads/sites/20/2021/11/wb.png" width="98.94px" height="98.94px">
                        <div>官方微博</div>
                    </div>
                    <div>
                        <img src="https://www.scauzj.edu.cn/wp-content/uploads/sites/20/2021/11/wb.png" width="98.94px" height="98.94px">
                        <div>官方抖音</div>
                    </div>
                    <div>
                        <img src="https://www.scauzj.edu.cn/wp-content/uploads/sites/20/2021/11/sp.png" width="98.94px" height="98.94px">
                        <div>视频号</div>
                    </div>
                    
                </div>
            </div>
            <div class="item6-2">
                <div class="item6-2-1">联系方式</div>
                <div class="item6-2-2">党政办公室:020-87979913</div>
                <div class="item6-2-3">教务处办公室:020-81193560;020-37931025</div>
                <div class="item6-2-4">学工处办公室:020-87982606</div>
                <div class="item6-2-5">招生办公室:020-87983820;020-87979603;</div>
                <div class="item6-2-6">020-87975122; 020-37983879;020-87976783</div>
                <div class="item6-2-7">后勤保卫处办公室:020-87978122</div>
                <div class="item6-2-8">武装部征兵咨询电话:020-87982606</div>
                <div class="item6-2-9">传真: 020-87979913</div>
                <div class="item6-2-10">投诉咨询方式: 020-87979913</div>
                <div class="item6-2-11">邮箱: zjxybgs@scauzj.edu.cn</div>
            </div>
        </div>
        <div class="item7">版权所有:华南农业大学珠江学院

            粤ICP备11088286号-3
            粤公网安备 44011702000705号
            EN</div>

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

<!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>
        .container{
            height: 900px;
            width: 1650px;
            background-image: url(https://img-s-msn-com.akamaized.net/tenant/amp/entityid/BB1msDBX.img);
            background-size: cover;
            display: flex;
            justify-content: center;
            align-items: center;

        }
        .item1{
            width: 1065px;
            height: 608px;
            border-radius: 20px;
            background-color: white;
            display: flex;
            flex-direction: column;
            justify-content: space-evenly;
            align-items: center;
        }
        .item1-1{
            font-size: 31px;
            color: #1890FF;
            font-weight: bold;
            margin-top: 20px;
        }
        .item1-2{
            width: 827px;
            height: 259px;
            display: flex;
            justify-content: space-around;
            align-items: center;
            margin-top: 40px;
        }
        .item1-2-1{
            display: flex;
            flex-direction: column;
            justify-content: space-around;
            align-items: flex-start;
        }
        .item1-2-1 div{
            margin-top: 21px;
        }
        .b{
            font-size: 19px;
            font-weight: bold;
        }
        .dd{
            border-radius: 9999px;
            width: 306px;
            height: 32px;
            border: 1px solid black;
        }
        .c{
            border-radius: 9999px;
            width: 306px;
            height: 32px;
            border: 1px solid black;
        }
        .a{
            width: 330px;
            height: 36px;
            border-radius: 9999px;
            background-color: #1890FF;
            color: white;
            border: 0px;
        }
        .item1-3{
            height: 152px;
            width: 782px;
            display: flex;
            align-items: center;
            justify-content: flex-start;
        }
        .l{
            width: 153px;
            height: 40px;
            border: 1px solid #3EBD9A;
            color: #3EBD9A;
            border-radius: 10px;
        }

    </style>
</head>
<body>
    <div class="container">
        <div class="item1">
            <div class="item1-1">小北学生综合服务平台</div>
            <div class="item1-2">
                <div class="item1-2-1">
                    <div class="b">欢迎您 ~</div>
                    <div class="e">
                        <svg t="1740021194115" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="2280" width="15" height="15"><path d="M541.636727 0q29.636727 0 58.762475 6.642715t54.674651 17.884232 45.477046 25.548902 31.169661 28.61477q26.570858 32.702595 38.834331 72.047904t17.373253 75.113772q5.10978 40.878244 5.10978 82.778443 7.153693 5.10978 11.241517 13.285429 4.087824 7.153693 6.642715 18.39521t0.510978 27.592814q-2.043912 21.461078-8.686627 34.235529t-14.818363 19.928144q-9.197605 8.175649-19.417166 11.241517-5.10978 17.373253-10.219561 32.702595-5.10978 13.285429-11.752495 26.05988t-14.818363 19.928144q-19.417166 15.329341-31.680639 26.05988t-16.351297 36.279441q-3.065868 15.329341-2.043912 31.169661t8.686627 31.680639 23.50499 30.147705 44.45509 25.548902q25.548902 10.219561 55.696607 18.39521t58.762475 18.906188 50.586826 26.570858 31.169661 43.433134q5.10978 16.351297 7.664671 40.367265t2.55489 48.542914-3.576846 45.988024-10.730539 32.702595q-5.10978 7.153693-29.125749 14.307385t-59.273453 13.796407-78.690619 11.752495-87.377246 8.686627-84.311377 5.620758-70.003992 2.043912-68.982036-2.043912-81.245509-5.620758-83.289421-8.175649-75.113772-9.708583-57.229541-10.219561-29.636727-10.219561q-10.219561-8.175649-15.840319-50.075848t4.598802-108.327345q5.10978-37.812375 30.147705-57.740519t58.251497-31.680639 68.982036-20.9501 63.361277-26.570858q21.461078-13.285429 32.702595-25.548902t16.351297-24.526946 5.10978-25.548902-1.021956-29.636727q-2.043912-23.50499-16.351297-37.301397t-31.680639-28.103792q-8.175649-7.153693-14.307385-19.928144t-11.241517-26.05988q-5.10978-15.329341-10.219561-32.702595-7.153693-2.043912-14.307385-7.153693-6.131737-5.10978-13.285429-14.307385t-12.263473-26.570858q-6.131737-17.373253-4.598802-31.680639t5.620758-24.526946q4.087824-11.241517 13.285429-21.461078-1.021956-38.834331 4.087824-77.668663 4.087824-32.702595 14.818363-70.51497t32.191617-67.449102q19.417166-28.61477 43.433134-46.499002t49.053892-28.103792 50.075848-13.796407 48.542914-3.576846z" p-id="2281"></path></svg>
                        <input type="text" placeholder="账号" class="dd">
                    </div>
                    <div> 
                        <svg t="1740021354912" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="3275" width="15" height="15"><path d="M385.150849 385.662338l-128.895105 0 0-150.377622q0-49.102897 19.436563-91.556444t53.706294-74.677323 80.815185-50.637363 101.786214-18.413586q49.102897 0 94.625375 18.413586t80.815185 50.637363 56.263736 74.677323 20.971029 91.556444l0 150.377622-123.78022 0 0-121.734266q0-64.447552-35.804196-99.74026t-97.182817-35.292707q-55.240759 0-88.999001 35.292707t-33.758242 99.74026l0 121.734266zM826.053946 447.040959q27.62038 0 47.568432 19.948052t19.948052 47.568432l0 317.122877q0 27.62038-9.718282 51.66034t-26.597403 41.942058-39.896104 28.131868-50.637363 10.22977l-516.603397 0q-27.62038 0-50.125874-10.22977t-38.361638-27.108891-24.551449-39.384615-8.695305-48.07992l0-324.283716q0-27.62038 19.436563-47.568432t47.056943-19.948052l61.378621 0 128.895105 0 255.744256 0 123.78022 0 61.378621 0z" p-id="3276"></path></svg>
                        <input type="text" placeholder="密码" class="c">
                    </div>
                    <div>
                        <input type="checkbox"> 记住密码
                    </div>
                    <div>
                        <button class="a">登录</button>
                    </div>
                </div>
                <div class="item1-2-2">
                    <img src="https://xg.scauzj.edu.cn/static/img/loginRightBg.9977875f.png" width="418px" height="259px">
                </div>
            </div>
            <div class="item1-3">
                <button class="l">学生APP安卓版下载</button>
                &nbsp; &nbsp;
                <button class="l">学生APPios版下载</button>

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

电商作业····京东

<!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>
        .container{
            width: 1570px;
            height: 845px;
            background-color: #f2f3f5;
            display: flex;
            flex-direction: column;
            justify-content: space-around;
            align-items: center;
        }
        .item1{
            width: 1008px;
            height: 60px;
            display: flex;
            justify-content: space-between;
            align-items: baseline;
        }
        .item1-2{
            display: flex;
        }
        .aa{
            font-size: 14px;
            color: #999999;
        }
        .item2{
            width: 1008px;
            height: 34.89px;
            display: flex;
            align-items: baseline;
            background-color: #FFF5CC;
            color: #994D00;
            font-size: 12px;
            
        }
        .cc{
            margin-top: 10px;
        }
        .item3{
            width: 1008px;
            height: 476px;
            background-color: white;
            display: flex;
            flex-direction: column;
            justify-content: space-around;
            align-items: center;
            border-radius: 8px;
        }
        .item3-1{
            width: 300px;
            height: 34.89px;
            display: flex;
            background-color: #FFF5CC;
            color: #994D00;
            font-size: 12px;
            align-items: baseline;
            margin-right: 650px;
        }
        .dd{
            margin-top: 10px;
        }
        .item3-2{
            width: 650px;
            height: 422px;
            display: flex;
            justify-content: space-around;
        }
        .item3-2-1{
            display: flex;
            flex-direction: column;
            justify-content: center;
            margin-bottom: 100px;
        }

        .i{
            color: #fa2c19;
            font-size: 20px;
            font-weight: bold;
            margin-right: 10px;
            margin-left: 70px;
        }
        .ee{
            font-size: 20px;
            font-weight: bold;
        }
        .item3-2-1-1{
            display: flex;

        }
        .a4{
            width: 350px;
            height: 43px;
            border-radius: 8px;
            border: 0px;
            margin-top: 20px;
            margin-bottom: 20px;
            background-color: #f2f3f5;
        }
        .a{
            width: 350px;
            height: 43px;
            border-radius: 8px;
            border: 0px;
            background-color: #f2f3f5;
        }
        .item3-2-1-4{
            font-size: 14px;
            color: #666666;
            margin-left: 293px;
            margin-top: 10px;
            margin-bottom: 10px;
        }
        .s{
            width: 350px;
            height: 43px;
            background-color: rgb(124, 53, 53);
            color: white;
            font-size: 16px;
            font-weight: bold;
            border-radius: 8px;
            border: 0px;
        }
        .gg{
            display: flex;
        }
        .mm{
            display: flex;
            margin-right: 170px;
        }
        .item3-2-3{
            margin-top: 32px;
            margin-left: 160px;

        }
       
        .item3-2-1-6{
            display: flex;
            justify-content: space-between;
            margin-top: 35px;
            color: #595959;
        }
        .item3-2-3-1{
            font-size: 20px;
            font-weight: bold;
            margin-left: 25px;
            margin-bottom: 10px;
        }
        .item3-2-3-3{
            font-size: 14px;
            color: #666666;
            display: flex;
            justify-content: space-between;
            margin-top: 10px;
        }
        .nn{
            color: #595959;
        }
        .a2{
            color: #e4393c;
            margin-right: 43px;
        }
        .item4,.item5{
            font-size: 12px;
            color: #666666;
        }
        .item4{
            margin-top: 30px;
        }
        .item5{
            margin-bottom: 70px;
        }
        
       
        

    </style>
</head>
<body>
    <div class="container">
        <div class="item1">
            <div class="item1-1">
                <img src="https://misc.360buyimg.com/lib/img/e/logo-201305-b.png" width="170px" height="60px">
            </div>
            <div class="item1-2">
                <svg t="1740226372290" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="2371" width="16" height="16"><path d="M52 520c0 258.464 209.536 468 468 468S988 778.464 988 520 778.464 52 520 52 52 261.536 52 520z m24 0c0-245.216 198.784-444 444-444S964 274.784 964 520 765.216 964 520 964 76 765.216 76 520z" fill="#8b8b8b" p-id="2372"></path><path d="M277.456 461.44c1.024 13.28 2.432 26.592 2.928 39.952 0.928 24.752-8.608 44.48-28.224 58.912a138.704 138.704 0 0 1-49.696 23.616c-21.104 5.056-38.72-12.768-33.216-34.4 3.12-12.304 7.136-24.832 13.392-35.696 15.552-26.864 25.008-55.968 32.8-85.888a94.24 94.24 0 0 1 5.76-16.32c4.224-9.024 13.84-13.712 23.04-10.88 6.64 2.08 13.12 5.008 19.328 8.368 9.824 5.28 19.392 11.28 29.088 17.008 5.92-6.512 11.616-13.408 17.744-19.728 21.616-22.064 48.288-36.064 75.424-48.976 42.56-20.224 86.336-37.376 132.384-47.168a495.6 495.6 0 0 1 64.88-9.168c25.952-2.112 51.984-2.88 78.016-2.352 33.712 0.784 66.944 5.424 97.712 21.312 16.624 8.608 30.544 20.464 33.536 39.952 2.08 13.648 1.296 28.096-0.208 41.952-2.512 23.504-11.856 45.216-20.976 66.608-2.432 5.648-8.752 10.176-14.256 13.488-13.92 8.336-29.44 12.688-45.216 15.76-44.4 8.736-87.968 4.848-130.464-10.832-25.216-9.328-45.552-26.272-64.096-45.68-1.904-1.984-3.472-4.688-5.84-5.856-2.48-1.264-6.48-2.272-8.256-1.04-1.856 1.328-2.928 5.648-2.432 8.224 0.656 3.072 2.928 6.144 5.136 8.576 26.88 29.888 59.6 49.904 98.16 59.072 46.08 10.944 91.904 10.336 137.12-5.056 2.56-0.88 5.12-1.904 7.632-3.072 2.416-1.104 4.848-2.512 8.176-3.072-4.976 7.472-9.696 15.104-14.896 22.352-35.088 48.368-80.048 82.368-136.8 99.376-36.224 10.848-72.448 9.312-108.432 0.288-60.192-15.104-115.44-41.04-163.072-82.512-14.816-12.912-28.8-26.848-38.56-44.352a85.92 85.92 0 0 1-8.784-21.472c-1.472-5.952-3.84-9.76-8.832-11.28z m438.032-147.76c-6.992 0.64-14.048 0.944-20.96 2.032-10.688 1.76-20.896 5.36-29.36 12.528-7.52 6.304-6.656 15.408 1.696 20.256 3.36 1.904 7.136 3.28 10.832 4.32 16.912 4.768 34.144 3.52 51.264 1.536 8.768-1.04 17.44-3.904 25.744-7.2 6.08-2.112 10.016-8 9.68-14.432-0.256-6.816-5.696-9.28-10.56-11.648-12.096-5.728-25.088-7.344-38.336-7.392z m-200.832 80.256c10.144 0 18.032-7.36 18.032-16.576-0.08-9.168-8.336-16.784-18.112-16.704-10.192 0.064-17.824 7.248-17.872 16.704 0 9.232 7.824 16.496 17.952 16.576z m78.48 399.248c-4.688 0-9.184 0.32-13.6-0.128-1.216-0.16-2.864-2.272-3.2-3.84-3.28-13.184-6.08-26.56-9.648-39.712a51.232 51.232 0 0 0-6.816-14.592c-4.432-6.816-11.856-7.68-16.832-1.296-4.848 6.144-9.12 13.12-12.128 20.432-4.352 10.688-7.472 21.92-10.56 33.136-1.28 4.624-2.848 7.04-7.84 6.24-2.784-0.448-5.76-0.08-9.28-0.08 0.736-19.2 1.376-37.84 2.096-58.112-4.432 2.24-7.792 3.36-10.336 5.392-6 4.864-11.712 10.048-17.12 15.552-9.696 10.176-19.104 20.752-28.512 31.28-5.92 6.608-8 7.296-18.192 4.864a14945.488 14945.488 0 0 1 36.352-63.2c-11.84-3.504-22.144-8.32-26.576-20.832-2.688-7.632-2.432-16 0.704-23.456 0.72 2.736 1.296 5.536 2.08 8.24 4 14 15.968 21.264 29.44 17.072 3.808-1.344 7.04-3.888 9.264-7.248 11.824-19.648 23.232-39.6 34.512-59.52 2.08-3.68 4.128-4.32 7.984-3.68 18.528 3.008 37.12 5.872 55.808 0.8 4.064-1.072 8-2.848 12.352-4.432 0.048 52.112 0.048 104.16 0.048 157.12z" fill="#8b8b8b" p-id="2373"></path></svg>
                <div class="aa">登录页面,改进建议</div>
            </div>
        </div>
        <div class="item2">
            <div class="bb"><svg  t="1740406955022" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="2444" width="16" height="16"><path d="M923.2 337.9c-22.5-53.2-54.7-101-95.8-142.1-41.1-41.1-88.8-73.3-142.1-95.8-55.1-23.3-113.7-35.1-174-35.1s-118.9 11.8-174 35.1c-53.2 22.5-101 54.7-142.1 95.8-41.1 41.1-73.2 88.9-95.7 142.1-23.3 55.1-35.1 113.7-35.1 174s11.8 118.9 35.1 174c22.5 53.2 54.7 101 95.8 142.1 41.1 41.1 88.8 73.3 142.1 95.8 55.1 23.3 113.7 35.1 174 35.1s118.9-11.8 174-35.1c53.2-22.5 101-54.7 142.1-95.8 41.1-41.1 73.3-88.8 95.8-142.1 23.3-55.1 35.1-113.7 35.1-174-0.1-60.3-11.9-118.8-35.2-174z m-141 444.7C709.8 855 613.7 894.8 511.4 894.8c-102.3 0-198.5-39.8-270.8-112.2-72.3-72.3-112.2-168.5-112.2-270.8 0-102.3 39.8-198.5 112.2-270.8 72.4-72.3 168.5-112.2 270.8-112.2 102.3 0 198.5 39.8 270.8 112.2 72.3 72.4 112.2 168.5 112.2 270.8 0 102.3-39.9 198.5-112.2 270.8z m0 0" p-id="2445"></path><path d="M511.9 260.5c-28.2 0-50.6 23.7-49 51.9l15.2 267.3c1 17.9 15.9 31.9 33.8 31.9 18 0 32.8-14 33.8-31.9l15.2-267.3c1.6-28.2-20.8-51.9-49-51.9z m0 412.1c-26.4 0-48 21.6-48 48s21.6 48 48 48 48-21.6 48-48-21.6-48-48-48z m0 0" p-id="2446"></path></svg></div>
            <div class="cc">依据《网络安全法》,为保障您的账户安全和正常使用,请尽快完成手机号验证! 新版《京东隐私政策》已上线,将更有利于保护您的个人隐私。</div>
        </div>
        <div class="item3">
            <div class="item3-1">
                <div class="bb"><svg  t="1740406955022" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="2444" width="16" height="16"><path d="M923.2 337.9c-22.5-53.2-54.7-101-95.8-142.1-41.1-41.1-88.8-73.3-142.1-95.8-55.1-23.3-113.7-35.1-174-35.1s-118.9 11.8-174 35.1c-53.2 22.5-101 54.7-142.1 95.8-41.1 41.1-73.2 88.9-95.7 142.1-23.3 55.1-35.1 113.7-35.1 174s11.8 118.9 35.1 174c22.5 53.2 54.7 101 95.8 142.1 41.1 41.1 88.8 73.3 142.1 95.8 55.1 23.3 113.7 35.1 174 35.1s118.9-11.8 174-35.1c53.2-22.5 101-54.7 142.1-95.8 41.1-41.1 73.3-88.8 95.8-142.1 23.3-55.1 35.1-113.7 35.1-174-0.1-60.3-11.9-118.8-35.2-174z m-141 444.7C709.8 855 613.7 894.8 511.4 894.8c-102.3 0-198.5-39.8-270.8-112.2-72.3-72.3-112.2-168.5-112.2-270.8 0-102.3 39.8-198.5 112.2-270.8 72.4-72.3 168.5-112.2 270.8-112.2 102.3 0 198.5 39.8 270.8 112.2 72.3 72.4 112.2 168.5 112.2 270.8 0 102.3-39.9 198.5-112.2 270.8z m0 0" p-id="2445"></path><path d="M511.9 260.5c-28.2 0-50.6 23.7-49 51.9l15.2 267.3c1 17.9 15.9 31.9 33.8 31.9 18 0 32.8-14 33.8-31.9l15.2-267.3c1.6-28.2-20.8-51.9-49-51.9z m0 412.1c-26.4 0-48 21.6-48 48s21.6 48 48 48 48-21.6 48-48-21.6-48-48-48z m0 0" p-id="2446"></path></svg></div>
                <div class="dd">     京东不会以任何理由要求您转账,谨防诈骗</div>
            </div>
            <div class="item3-2">
                <div class="item3-2-1">
                    <div class="item3-2-1-1">
                        <div class="i">密码登录</div>
                        <div class="ee">短信登录</div>
                    </div>
                    <div class="item3-2-1-2">
                        <input class="a4" type="text" placeholder="账号名/手机号/邮箱">
                    </div>
                    <div class="item3-2-1-3">
                        <input class="a" type="text" placeholder="密码">
                    </div>
                    <div class="item3-2-1-4">
                        忘记密码
                    </div>
                    <div class="item3-2-1-5">
                        <button class="s">登 &nbsp;&nbsp;录</button>
                    </div>
                    <div class="item3-2-1-6">
                        <div class="gg">
                            <svg t="1740410557742" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="3410" width="16" height="16"><path d="M931.396342 597.895516c-18.412522-49.611518-90.528235-161.621029-91.551153-217.881514h-0.511459c0-3.068754 0.511459-6.137507 0.511459-9.206261 0-204.583581-146.78872-370.807741-327.845189-370.807741-181.056469 0.511459-327.845189 166.22416-327.845189 371.3192 0 3.068754 0.511459 6.137507 0.511459 9.206261h-0.511459c-1.022918 56.260485-72.627171 168.269996-91.551153 217.881514-18.923981 49.611518-23.527112 99.223037-14.832309 139.116835 8.694802 39.382339 15.855228 63.932369 24.038571 71.604254s15.855228 16.366687 40.405257-1.534377c19.946899-16.366687 41.428175-49.611518 41.428175-49.611518s17.901063 51.657354 57.794862 91.551152c-31.198996 14.83231-76.718843 47.565683-79.787597 69.558418-3.068754 21.481276 47.565683 102.80325 166.735619 104.849085 119.169936 1.534377 158.552275-49.611518 162.643947-53.70319 11.252097-11.763556 20.458358-18.923981 20.458358-18.923981s9.71772 7.160425 20.458358 18.923981c4.091672 4.091672 43.474011 55.749026 162.643947 53.70319 119.169936-2.045836 169.804372-83.367809 166.735619-104.849085-3.068754-21.481276-48.588601-54.726108-79.787597-69.558418 39.893798-39.382339 57.794862-91.551153 57.794862-91.551152s21.481276 33.244832 41.428175 49.611518c24.55003 17.389604 32.221914 9.206261 40.405258 1.534377 8.183343-7.671884 15.343769-32.221914 24.03857-71.604254 9.71772-39.893798 4.603131-90.016776-13.809391-139.628294z" fill="#369BCE" p-id="3411"></path></svg>
                            <div>QQ</div>
                        </div>
                        <div class="mm">
                            <svg t="1740410688905" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="4458" width="16" height="16"><path d="M337.387283 341.82659c-17.757225 0-35.514451 11.83815-35.514451 29.595375s17.757225 29.595376 35.514451 29.595376 29.595376-11.83815 29.595376-29.595376c0-18.49711-11.83815-29.595376-29.595376-29.595375zM577.849711 513.479769c-11.83815 0-22.936416 12.578035-22.936416 23.6763 0 12.578035 11.83815 23.676301 22.936416 23.676301 17.757225 0 29.595376-11.83815 29.595376-23.676301s-11.83815-23.676301-29.595376-23.6763zM501.641618 401.017341c17.757225 0 29.595376-12.578035 29.595376-29.595376 0-17.757225-11.83815-29.595376-29.595376-29.595375s-35.514451 11.83815-35.51445 29.595375 17.757225 29.595376 35.51445 29.595376zM706.589595 513.479769c-11.83815 0-22.936416 12.578035-22.936416 23.6763 0 12.578035 11.83815 23.676301 22.936416 23.676301 17.757225 0 29.595376-11.83815 29.595376-23.676301s-11.83815-23.676301-29.595376-23.6763z" fill="#28C445" p-id="4459"></path><path d="M510.520231 2.959538C228.624277 2.959538 0 231.583815 0 513.479769s228.624277 510.520231 510.520231 510.520231 510.520231-228.624277 510.520231-510.520231-228.624277-510.520231-510.520231-510.520231zM413.595376 644.439306c-29.595376 0-53.271676-5.919075-81.387284-12.578034l-81.387283 41.433526 22.936416-71.768786c-58.450867-41.433526-93.965318-95.445087-93.965317-159.815029 0-113.202312 105.803468-201.988439 233.803468-201.98844 114.682081 0 216.046243 71.028902 236.023121 166.473989-7.398844-0.739884-14.797688-1.479769-22.196532-1.479769-110.982659 1.479769-198.289017 85.086705-198.289017 188.67052 0 17.017341 2.959538 33.294798 7.398844 49.572255-7.398844 0.739884-15.537572 1.479769-22.936416 1.479768z m346.265896 82.867052l17.757225 59.190752-63.630058-35.514451c-22.936416 5.919075-46.612717 11.83815-70.289017 11.83815-111.722543 0-199.768786-76.947977-199.768786-172.393063-0.739884-94.705202 87.306358-171.653179 198.289017-171.65318 105.803468 0 199.028902 77.687861 199.028902 172.393064 0 53.271676-34.774566 100.624277-81.387283 136.138728z" fill="#28C445" p-id="4460"></path></svg>
                            <div>微信</div>
                        </div>
                        <div class="nn">立即注册</div>
                    </div>
                </div>
                <div class="item3-2-2"></div>
                <div class="item3-2-3">
                    <div class="item3-2-3-1">手机扫码安全登录</div>
                    <div class="item3-2-3-2">
                        <img class="l" src="https://qr.m.jd.com/show?appid=133&size=147&t=1740411023358" width="204px" height="204px">
                    </div>
                    <div class="item3-2-3-3">
                        <div class="a1">打开</div>
                        <div class="a2">手机京东</div>
                        <div class="a3">扫描二维码</div>
                    </div>
                </div>
            </div>
        </div>
        <div class="item4 ">
            关于我们 | 联系我们 | 人才招聘 | 商家入驻 | 广告服务 | 手机京东 | 友情链接 | 销售联盟 | 京东社区 | 京东公益
        </div>
        <div class="item5">
            Copyright © 2004-2025  京东JD.com 版权所有
        </div>
    </div>
</body>
</html>

<!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>
        .container{
            width: 1578px;
            height: 1250px;
            display: flex;
            flex-direction: column;
            align-items: center;
            border-radius: 8px;
        }
        .item1{
            width: 1577px;
            height: 31px;
            background-color: #e3e4e5;
            display: flex;
            align-items: center;

        }
        .item1-1{
            display: flex;

            font-size: 12px;
            color: #999999;
            margin-left: 200px;
        }
        .item1-2{
            display: flex;

            font-size: 12px;
            color: #999999;
            margin-left: 10px;
        }
        .item1-3{
            display: flex;

            font-size: 12px;
            color: #999999;
        }
        .q{
            width: 730px;
            height: 30px;
            display: flex;
            justify-content: center;
            align-items: center;
            margin-left: 300px;
            font-size: 12px;
            color: #999999;
        }
        .item1-5,.item1-4,.item1-6,.item1-7,.item1-8{
            display: flex;
        }
        .item2{
            display: flex;
            justify-content: space-around;
            align-items: center;
            width: 1210px;
            height: 100px;
        }
        .item2-2{
            margin-left: -100px;
            margin-top: 20px;
        }
        .w{
            width: 75px;
            height: 27px;
            color: #666666;
            font-size: 12px;
            background-color: white;
            border: 1px solid gray;
        }
        .r{
            color: #666666;
            font-size: 12px;
        }
        .u{
            width: 456px;
            height: 36px;
            border: 2px solid red;
        }
        .y{
            width: 141px;
            height: 36px;
            color: #666666;
            font-size: 12px;
            background-color: white;
            border: 1px solid gray;
        }
        .item2-4{
            margin-bottom: 12px;
        }
        .item3{
            width: 1575px;
            height: 110px;
            display: flex;
            justify-content: baseline;
            align-items: center;
            
        }
        .item3-1{
            font-size: 24px;
            font-weight: bold;
            margin-left: 350px;
            margin-right: 30px;
        }
        .item4{
            width: 1575px;
            height: 40px;
            display: flex;
            justify-content: center;
            align-items: center;
            background-color: #333333;
            color: #ffffff;
        }
        .item4-8{
            margin-right: 360px;
        }
        .item4-2,.item4-4,.item4-6{
            margin-left: 30px;
            margin-right: 30px;
        }
        .item4-7{
            margin-right: 30px;
        }
        .item5{
            width: 1575px;
            height: 43.5px;
            display: flex;
            font-size: 12px;
            color: #666666;
            background-color: #f2f2f2;

        }
        .item5-1{
            width: 349px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: space-evenly;
            margin-left: 200px;


        }
        .item5-2{
            width: 363px;
            height: 40px;
            display: flex;
            justify-content: baseline;
            align-items: center;
            margin-left: 500px;
        }
        .item5-2-1,.item5-2-2,.item5-2-3{
            display: flex;
            justify-content: center;
            align-items: center;
            
        }
        .item6{
            display: flex;
        }
        .item6-1{
            display: flex;
            flex-direction: column;
        }
        .item6-1-2{
            margin-top: 20px;
            margin-right: 10px;
            /* background-color: blue; */
            width: 455px;
            height: 52px;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        .item6-1-2-2{
            border: 2px solid red;
            margin-right: 20px;
        }
        .item6-1-1{
            border: 1px solid rgb(255, 252, 252);
            margin-right: 20px;
        }
        .item6-2{
            display: flex;
            flex-direction: column;
            width: 738px;
            height: 650px;
            /* background-color: blueviolet; */
            justify-content: space-around;
            align-items: flex-start;
        }
        .item6-2-1{
            font-size: 16px;
            color: #666666;
            font-weight: bold;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        .item6-2-2{
            display: flex;
            width: 740px;
            height: 107px;
            flex-direction: column;
            align-items: flex-start;
            justify-content: space-around;
            background-color:#f3f3f3
        }
        .item6-2-2-1{
            display: flex;
            align-items: center;
        }
        .z{
            font-size: 12px;
            color: #999999;
        }
        .x{
            font-size: 22px;
            color: #e4393c;
            margin-left: 20px;
            margin-right: 20px;
        }
        .c{
            font-size: 12px;
            color: #005aa0;
        }
        .item6-2-2-2{
            display: flex;
            align-items: center;
            font-size: 12px;
            color: #999999;
        }
        .b{
            color: #df3033;
            border: 1px solid #df3033;
            margin-left: 20px;
            margin-right: 20px;
        }
        .item6-2-2-3{
            font-size: 12px;
            color: #999999;
            margin-left: 50px;
        }
        .item6-2-3{
            display: flex;
            font-size: 12px;
            color: #999999;
            

        }
        .ww{
            color:blue;
            margin-left: 20px;
        }
        .item6-2-4{
            font-size: 12px;
            display: flex;
            color: #999999;

        }
        .tt{
            border: 1px solid gray;
            margin-left: 20px;
        }
        .yy{
            margin-left: 20px;
            margin-right: 20px;
        }
        .uu{
            margin-left: 20px;
            margin-right: 20px;
        }
        .oo{
            margin-left: 20px;
            margin-right: 20px;
            color: blue; 
        }
        .pp{
            margin-left: 20px;
            margin-right: 20px;
            color: blue; 
        }
        .aa{
            color: blue; 
        }
        .ss{
            color: blue; 
        }
        .item6-2-5{
            font-size: 12px;
            color: blue;
            display: flex;
            margin-left: 54px;

        }
        .ff{
            color: #df3033;
        }
        .gg{
            margin-left: 20px;
            margin-right: 20px;
        }
        .hh{
            margin-right: 20px;
        }
        .item6-2-6{
            font-size: 12px;
            color: #999999;
            display: flex;
            margin-left: 54px;
        }
        .xx{
            color: #e4393c;
        }
        .vv{
            font-weight: bold;
        }
        .item6-2-7{
            display: flex;
            font-size: 12px;
            color: #999999;
            justify-content: center;
            align-items: center;

        }
        .ll,.mm,.nn{
            display: flex;
            align-items: center;
            border: 1px solid;
            color: #666666;
        }
        .mm{
            margin-left: 20px;
            margin-right: 20px;
            border: 1px solid red;
        }
        .ll{
            margin-left: 20px;
        }
        .item6-2-8{
            font-size: 12px;
            color: #999999;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        .www,.rrr,.ttt{
            width: 62px;
            height: 34px;
            border: 1px solid gray;
            font-family: 12px;
            text-align: center;
            
            
        }
        .qqq{
            
            margin-right: 20px;
        }
        .www{
            border: 1px solid red;
        }
        .www1,.rrr1,.ttt1{
            
            
            margin-top: 10px;
        }
        .rrr{
            margin-left: 20px;
            margin-right: 20px;
        }
        .item6-2-9{
            font-size: 12px;
            color: #999999;
            display: flex;
            align-items: center;

        }
        .uuu{
            border: 1px solid red;
            width: 64px;
            height: 34px;
            text-align: center;
            margin-left: 20px;
        }
        .uuu1{
            margin-top: 10px;
        }
        .ppp{
            width: 200px;
            height: 50px;
            background-color: #e4393c;
            color: white;
            font-size: 20px;
            font-weight: bold;
            border: 0px solid;
        }
       
        .item12,.item13,.item14{
            color: #666666;
            margin-left: 310px;
        }
       
        .A{
            font-size: 12px;
            color: #8a8989;
        }
       
        
       


    </style>
</head>
<body>
    <div class="container">
        <div class="item1">
            <div class="item1-1">
                <svg t="1740464164389"  class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="2042" width="16" height="16"><path d="M160 448a32 32 0 0 1-32-32V160a32 32 0 0 1 32-32h256a32 32 0 0 1 32 32v256a32 32 0 0 1-32 32z m32-64h192V192H192z m-32 512a32 32 0 0 1-32-32V608a32 32 0 0 1 32-32h256a32 32 0 0 1 32 32v256a32 32 0 0 1-32 32z m32-64h192V640H192z m658.88-560L720 141.12 589.12 272 720 402.88z m-153.6 198.72l-176-176a32 32 0 0 1 0-45.44l176-176a32 32 0 0 1 45.44 0l176 176a32 32 0 0 1 0 45.44l-176 176a32 32 0 0 1-45.44 0zM608 896a32 32 0 0 1-32-32V608a32 32 0 0 1 32-32h256a32 32 0 0 1 32 32v256a32 32 0 0 1-32 32z m32-64h192V640H640z" p-id="2043"></path></svg>
                京东首页
            </div>
            <div class="item1-2">
                <svg t="1740464580132" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="3052" width="16" height="16"><path d="M512 427.023m-90 0a90 90 0 1 0 180 0 90 90 0 1 0-180 0Z" fill="" p-id="3053"></path><path d="M512 910.402c-19.14 0-37.482-5.854-53.042-16.929-14.063-10.01-24.926-23.596-31.589-39.46L255.043 585.177l-0.154-0.25C225.522 537.209 210 482.605 210 427.021c0-80.667 31.414-156.506 88.454-213.546S431.333 125.021 512 125.021s156.506 31.414 213.546 88.454C782.587 270.515 814 346.354 814 427.021c0 55.849-15.655 110.671-45.274 158.539l-0.264 0.419-172.081 268.716c-6.755 15.726-17.66 29.176-31.704 39.055-15.485 10.895-33.7 16.652-52.677 16.652zM309.246 551.141l175.494 273.78 1.194 3.197c4.149 11.107 14.381 18.284 26.066 18.284 11.584 0 21.791-7.071 26.004-18.015l1.165-3.028L714.43 551.678C737.701 513.983 750 470.884 750 427.021c0-63.572-24.756-123.339-69.709-168.292-44.952-44.951-104.719-69.708-168.291-69.708s-123.339 24.756-168.292 69.708S274 363.449 274 427.021c0 43.64 12.186 86.552 35.246 124.12z" fill="" p-id="3054"></path></svg>
                广东
            </div>
            <div class="q">
            <div class="item1-3">
                想7麦当劳
                <svg t="1740464972594" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="6616" width="16" height="16"><path d="M60.235294 361.411765l744.809412 425.622588A30.117647 30.117647 0 0 1 790.136471 843.294118H173.658353a60.235294 60.235294 0 0 1-59.783529-52.766118L60.235294 361.411765z" fill="#F5C164" p-id="6617"></path><path d="M963.764706 361.411765l-53.63953 429.116235A60.235294 60.235294 0 0 1 850.341647 843.294118H233.893647a30.117647 30.117647 0 0 1-14.968471-56.259765L963.764706 361.411765z" fill="#F5C164" p-id="6618"></path><path d="M512 240.941176l331.053176 509.289412A60.235294 60.235294 0 0 1 792.545882 843.294118H231.454118a60.235294 60.235294 0 0 1-50.507294-93.06353L512 240.941176z" fill="#FFE09E" p-id="6619"></path><path d="M512 240.941176l331.053176 509.289412A60.235294 60.235294 0 0 1 792.545882 843.294118H512V240.941176z" fill="#F9CF7E" p-id="6620"></path><path d="M512 210.823529m-60.235294 0a60.235294 60.235294 0 1 0 120.470588 0 60.235294 60.235294 0 1 0-120.470588 0Z" fill="#FFE19F" p-id="6621"></path><path d="M963.764706 331.294118m-60.235294 0a60.235294 60.235294 0 1 0 120.470588 0 60.235294 60.235294 0 1 0-120.470588 0Z" fill="#FFE19F" p-id="6622"></path><path d="M60.235294 331.294118m-60.235294 0a60.235294 60.235294 0 1 0 120.470588 0 60.235294 60.235294 0 1 0-120.470588 0Z" fill="#FFE19F" p-id="6623"></path></svg>
                <svg t="1740465191313" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="7589" width="16" height="16"><path d="M906.092102 308.984237c0 2.486634-0.901533 4.976338-2.721994 6.945179L524.814352 725.19152c-3.837398 4.148483-10.311857 4.40124-14.461363 0.563842-4.14746-3.838422-4.40124-10.311857-0.563842-14.461363l378.556779-409.261081c3.837398-4.149507 10.31288-4.40124 14.46034-0.563842C904.986931 303.484989 906.092102 306.231543 906.092102 308.984237z" p-id="7590"></path><path d="M523.796162 718.66999c0 2.739391-1.092891 5.471618-3.255137 7.486508-4.133134 3.853771-10.608615 3.62762-14.46341-0.505513L120.654452 312.305889c-3.852748-4.133134-3.62762-10.606569 0.505513-14.462387 4.134157-3.853771 10.608615-3.62762 14.46341 0.505513l385.424186 413.345096C522.886443 713.664999 523.796162 716.171076 523.796162 718.66999z" p-id="7591"></path></svg>
                &nbsp;|
            </div>
            <div class="item1-4">
                我的订单&nbsp;|
            </div>
            <div class="item1-5">
                我的京东
                <svg t="1740465191313" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="7589" width="16" height="16"><path d="M906.092102 308.984237c0 2.486634-0.901533 4.976338-2.721994 6.945179L524.814352 725.19152c-3.837398 4.148483-10.311857 4.40124-14.461363 0.563842-4.14746-3.838422-4.40124-10.311857-0.563842-14.461363l378.556779-409.261081c3.837398-4.149507 10.31288-4.40124 14.46034-0.563842C904.986931 303.484989 906.092102 306.231543 906.092102 308.984237z" p-id="7590"></path><path d="M523.796162 718.66999c0 2.739391-1.092891 5.471618-3.255137 7.486508-4.133134 3.853771-10.608615 3.62762-14.46341-0.505513L120.654452 312.305889c-3.852748-4.133134-3.62762-10.606569 0.505513-14.462387 4.134157-3.853771 10.608615-3.62762 14.46341 0.505513l385.424186 413.345096C522.886443 713.664999 523.796162 716.171076 523.796162 718.66999z" p-id="7591"></path></svg>
                |
            </div>
            <div class="item1-6">
                企业采购
                <svg t="1740465191313" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="7589" width="16" height="16"><path d="M906.092102 308.984237c0 2.486634-0.901533 4.976338-2.721994 6.945179L524.814352 725.19152c-3.837398 4.148483-10.311857 4.40124-14.461363 0.563842-4.14746-3.838422-4.40124-10.311857-0.563842-14.461363l378.556779-409.261081c3.837398-4.149507 10.31288-4.40124 14.46034-0.563842C904.986931 303.484989 906.092102 306.231543 906.092102 308.984237z" p-id="7590"></path><path d="M523.796162 718.66999c0 2.739391-1.092891 5.471618-3.255137 7.486508-4.133134 3.853771-10.608615 3.62762-14.46341-0.505513L120.654452 312.305889c-3.852748-4.133134-3.62762-10.606569 0.505513-14.462387 4.134157-3.853771 10.608615-3.62762 14.46341 0.505513l385.424186 413.345096C522.886443 713.664999 523.796162 716.171076 523.796162 718.66999z" p-id="7591"></path></svg>
                |
            </div>
            <div class="item1-7">
                客户服务
                <svg t="1740465191313" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="7589" width="16" height="16"><path d="M906.092102 308.984237c0 2.486634-0.901533 4.976338-2.721994 6.945179L524.814352 725.19152c-3.837398 4.148483-10.311857 4.40124-14.461363 0.563842-4.14746-3.838422-4.40124-10.311857-0.563842-14.461363l378.556779-409.261081c3.837398-4.149507 10.31288-4.40124 14.46034-0.563842C904.986931 303.484989 906.092102 306.231543 906.092102 308.984237z" p-id="7590"></path><path d="M523.796162 718.66999c0 2.739391-1.092891 5.471618-3.255137 7.486508-4.133134 3.853771-10.608615 3.62762-14.46341-0.505513L120.654452 312.305889c-3.852748-4.133134-3.62762-10.606569 0.505513-14.462387 4.134157-3.853771 10.608615-3.62762 14.46341 0.505513l385.424186 413.345096C522.886443 713.664999 523.796162 716.171076 523.796162 718.66999z" p-id="7591"></path></svg>
                |
            </div>
            <div class="item1-8">
                网站导航
                <svg t="1740465191313" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="7589" width="16" height="16"><path d="M906.092102 308.984237c0 2.486634-0.901533 4.976338-2.721994 6.945179L524.814352 725.19152c-3.837398 4.148483-10.311857 4.40124-14.461363 0.563842-4.14746-3.838422-4.40124-10.311857-0.563842-14.461363l378.556779-409.261081c3.837398-4.149507 10.31288-4.40124 14.46034-0.563842C904.986931 303.484989 906.092102 306.231543 906.092102 308.984237z" p-id="7590"></path><path d="M523.796162 718.66999c0 2.739391-1.092891 5.471618-3.255137 7.486508-4.133134 3.853771-10.608615 3.62762-14.46341-0.505513L120.654452 312.305889c-3.852748-4.133134-3.62762-10.606569 0.505513-14.462387 4.134157-3.853771 10.608615-3.62762 14.46341 0.505513l385.424186 413.345096C522.886443 713.664999 523.796162 716.171076 523.796162 718.66999z" p-id="7591"></path></svg>
                |
            </div>
            <div class="item1-9">
                手机京东
                |
            </div>
            <div class="item1-10">
                网站无障碍
            </div>
            </div>
        </div>
        <div class="item2">
            <div class="item2-1">
                <img src="https://misc.360buyimg.com/lib/img/e/logo-201305-b.png" width="160px" height="60px">
            </div>
            <div class="item2-2">
                <button class="w">全部分类</button>
            </div>
            <div class="item2-3">
                <div class="e">
                    <input class="u" type="text" placeholder="政府补贴20%手机">
                </div>
            </div>
            <div class="item2-4">
                <button class="y">
                    我的购物车
                </button>
            </div>
        </div>
        <div class="item3">
            <div class="item3-1">
                Apple &nbsp;产品京东自营旗舰店
            </div>
            <div class="item3-2">
                <img src="https://img14.360buyimg.com/cms/jfs/t1/114720/13/22985/9543/62fdec91E482a002a/f08654a94ed6ea02.png" width="144px" height="35px">
            </div>
        </div>
        <div class="item4">
            <div class="item4-1">首页</div>
            <div class="item4-2">Mac</div>
            <div class="item4-3">iPad</div>
            <div class="item4-4">iPhone</div>
            <div class="item4-5">Watch</div>
            <div class="item4-6">AirPoads</div>
            <div class="item4-7">配件</div>
            <div class="item4-8">App &nbsp;Store充值卡</div>
        </div>
        <div class="item5">
            <div class="item5-1">
                <div class="5-1-1">手机通讯></div>
                <div class="5-1-2">手机></div>
                <div class="5-1-3">Apple></div>
                <div class="5-1-4">iphone16</div>
                
            </div>
            <div class="item5-2">
                <div class="item5-2-1">
                    <svg t="1740470035816" class="icon" viewBox="0 0 1896 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="8632" width="40" height="40"><path d="M598.15753909 372.95428467h233.67404953v66.30420667H598.15753909V372.95428467z m0 95.27206426h233.67404953v67.5916668H598.15753909V468.22634892z m442.24262253 128.74603297h240.11135085v53.42960338h-240.11135085v-53.42960338z m38.62380989-121.02127087h161.57627094v40.55500009h-161.57627094v-40.55500009z" fill="#fd5004" p-id="8633"></path><path d="M1471.69937104 183.05388622H399.88864915c-38.62380988 0-70.81031779 31.54277783-70.81031848 70.81031845v516.27159066c0 38.62380988 31.54277783 70.81031779 70.81031848 70.81031845h1073.09818269c37.98007983 0 70.81031779-31.54277783 70.16658775-70.81031845V253.22047393c-0.64373005-38.62380988-32.18650791-70.16658772-71.45404855-70.16658771z m-636.00540136 504.04071808v-26.39293667h-225.30555735v26.39293667h-30.25531771V347.20507808h90.76595314c9.65595231-17.38071443 16.73698435-34.11769877 21.24309547-52.14214325l30.25531772 3.86238105c-5.14984118 17.38071443-11.58714316 32.83023864-20.59936542 47.63603213H865.30555733v339.88952622h-29.61158765v0.64373007z m460.91079707 1.28746079h-28.96785759v-18.02444516h-231.0991286v18.02444516H1006.92619291V568.64825437h290.3223039v119.73381072h-0.64373006z m-252.98595413-148.70166831V452.77682471h212.43095404v86.90357206h-212.43095404z m277.4477006-63.72928574h-28.96785759v-53.42960404h-284.52873198v56.0045243h-28.96785758V396.77230039h342.46444715v79.17881064z m11.5871425-122.95246171h-96.5595244v24.46174646h-30.25531772v-24.46174646h-113.9402388v24.46174646h-30.2553177v-24.46174646h-94.62833421v-26.39293665h95.91579433v-28.32412686h30.25531771v28.32412686H1206.48254367v-28.32412686h30.25531772v28.32412686h95.91579433v26.39293665z" fill="#fd5004" p-id="8634"></path><path d="M598.15753909 564.14214326h233.67404953v72.74150866H598.15753909V564.14214326z" fill="#fd5004" p-id="8635"></path></svg>
                    Apple产品京东自营旗舰店
                </div>
                <div class="item5-2-2">
                    <svg t="1740470132610" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="10618" width="20" height="20"><path d="M512 0c282.763636 0 512 229.236364 512 512s-229.236364 512-512 512S0 794.763636 0 512 229.236364 0 512 0z m65.303273 832.837818c-8.378182 0-16.430545 1.303273-17.314909 3.258182l0.418909-2.373818-2.094546 6.981818c-0.651636 2.373818-1.256727 4.747636-1.768727 7.121455l-1.442909 7.214545c-2.792727 14.289455-7.586909 28.066909-14.289455 40.96-8.331636 16.430545-9.169455 21.317818-4.282181 21.317818 12.381091 0 43.938909-43.938909 53.34109-74.658909 2.978909-8.936727 1.722182-9.774545-12.567272-9.774545z m18.338909-102.167273c-12.8 0-16.430545 2.56-18.338909 6.609455v-1.070545c-1.722182 4.933818-8.750545 6.609455-24.762182 6.609454-16.011636 0-21.317818 1.908364-21.317818 6.609455 0 4.701091 4.887273 6.842182 17.92 6.842181 8.378182 0 15.36 0 17.221818 1.349819l0.465454 0.791272a242.129455 242.129455 0 0 1-8.378181 19.549091l-4.840728 9.448728a181.76 181.76 0 0 0-13.451636 30.952727c0 2.513455 13.591273 4.189091 35.746909 4.421818h49.570909v35.653818c0 28.392727-1.070545 35.467636-7.261091 39.889455l-1.675636 1.070545a18.152727 18.152727 0 0 0-8.750546 11.962182c0 9.774545 27.508364 2.327273 39.051637-11.077818 8.517818-9.402182 9.774545-16.430545 9.774545-44.404364v-33.047273h44.404364c36.026182 0 44.590545-1.303273 44.590545-6.609454 0-5.352727-8.983273-6.609455-42.682181-7.447273l-43.752728-1.536-3.584-17.92c-1.210182-16.802909-1.629091-18.571636-13.405091-18.757818h-3.444363c-13.917091 0-15.080727 0-15.173818 15.453091v24.669091h-21.317819c-5.538909 0.325818-11.077818 0-16.477091-0.930909l-8.052363-1.861818c1.210182-9.448727 4.421818-18.525091 9.355636-26.670546l11.543273-23.877818h102.912c42.635636-0.139636 51.106909-1.024 51.106909-6.842182 0-5.399273-7.028364-6.376727-40.541091-6.562909h-32.861091c-62.045091 0-72.936727 0-70.795636-6.656 2.141091-6.609455 0-6.609455-12.8-6.609455zM320 831.301818c-16.849455 0-15.127273 0-22.807273 27.554909v-0.465454a200.331636 200.331636 0 0 1-16.849454 42.682182l-8.983273 14.708363h9.402182c10.24 0 31.976727-26.670545 45.428363-55.668363 11.496727-24.762182 10.705455-28.811636-6.190545-28.811637z m164.491636-61.858909h-202.472727l-1.675636 24.948364a138.472727 138.472727 0 0 0-0.605091 17.780363l0.605091 8.890182c15.220364 1.582545 30.533818 2.141091 45.847272 1.722182h42.682182v24.110545c0 31.278545-3.770182 47.709091-11.496727 52.689455l-2.187636 1.070545a11.729455 11.729455 0 0 0-8.517819 9.774546c0 9.867636 25.367273 4.514909 38.632728-8.517818 8.936727-8.285091 10.24-13.637818 10.24-44.357818v-34.769455h88.901818v-53.341091z m-38.167272 60.602182c-10.24 0-14.754909 2.141091-14.754909 6.609454l0.837818 0.41891c5.771636 19.409455 14.568727 37.701818 26.065454 54.272l7.214546 9.728c5.073455 6.656 12.101818 11.496727 20.061091 13.870545 6.795636 0 7.447273-1.070545 0.279272-14.708364l-2.420363-4.514909a149.317818 149.317818 0 0 1-15.965091-42.635636c-5.352727-21.364364-6.004364-23.04-21.364364-23.04z m255.534545 2.56l-15.453091-0.046546 3.118546 8.471273a256 256 0 0 0 7.447272 17.361455c11.496727 26.251636 36.026182 56.552727 45.428364 56.552727 8.471273 0 8.098909-1.722182 1.070545-12.194909l-2.56-3.816727a186.228364 186.228364 0 0 1-15.592727-37.329455c-7.447273-27.089455-7.912727-27.741091-23.458909-28.997818z m-242.315636-50.129455l-1.303273 11.915637-1.256727 12.381091H310.178909l-1.256727-12.381091-1.489455-11.915637h152.110546z m-91.136-46.312727c-1.861818 5.352727-11.496727 6.609455-49.477818 6.609455s-46.545455 1.303273-46.545455 6.609454c0 4.933818 12.753455 6.609455 90.391273 6.795637h59.671272c61.579636-0.139636 72.285091-1.024 72.285091-6.795637 0-6.795636-8.564364-6.609455-49.058909-6.609454-40.541091 0-48.872727-1.256727-48.872727-6.609455 0-4.421818-3.118545-6.050909-8.983273-6.516364l-3.816727-0.09309a16.849455 16.849455 0 0 0-15.592727 6.609454z m236.823272-241.710545c-4.654545 1.722182-8.983273 3.630545-13.218909 4.701091-19.549091 4.189091-39.749818 4.189091-59.298909 0l-2.094545-0.372364a6.842182 6.842182 0 0 0-6.469818 4.189091l-12.008728 20.48c-8.098909 13.498182-16.290909 26.996364-24.669091 41.192727a19.642182 19.642182 0 0 1-10.007272 7.447273l-1.163637 0.372363-1.117091 0.279273a24.343273 24.343273 0 0 1-29.090909-18.338909l-0.930909-2.792727a18.804364 18.804364 0 0 1-1.210182-5.725091 34.117818 34.117818 0 0 0 0 24.296727l2.56 4.654546a37.562182 37.562182 0 0 0 25.832728 16.709818l-38.632728 65.489454c10.891636 2.327273 13.032727 1.675636 19.176728-5.12 9.216-11.124364 20.061091-21.783273 30.533818-32.442181 5.725091-5.678545 11.776-11.031273 18.152727-16.011637l5.399273-2.978909 5.678545-2.56-0.977454 20.48c-0.698182 13.312-1.396364 26.298182-1.396364 39.703273 3.351273-0.232727 6.702545-0.232727 10.053818 0l2.792728 0.093091c3.118545-0.372364 4.328727-2.792727 5.538909-6.516364a307.2 307.2 0 0 1 11.077818-34.350545l3.677091-7.493819a89.367273 89.367273 0 0 1 9.309091-13.824l1.768727-1.954909 2.141091-1.396363a10.472727 10.472727 0 0 1 14.010182 4.654545l2.932363 4.794182c1.768727 3.258182 3.258182 6.749091 4.328728 10.333091l5.306181 20.573091 4.933819 20.573091c0.465455 1.489455 2.141091 3.863273 3.444363 3.863272h14.475637l-0.837819-0.232727z m44.218182-349.090909c-18.432 0.232727-36.957091 1.163636-55.296 2.420363a572.974545 572.974545 0 0 0-69.12 9.634909l-20.805818 4.980364c-41.378909 10.705455-81.640727 25.367273-120.226909 43.845818l-12.148364 5.585455c-24.064 11.776-46.266182 26.996364-65.908363 45.149091l-9.588364 10.100363-9.402182 10.24a532.014545 532.014545 0 0 0-30.952727-17.501091 106.682182 106.682182 0 0 0-21.317818-8.750545l-3.816727-0.744727a21.317818 21.317818 0 0 0-21.41091 12.241454l-2.373818 5.492364c-1.489455 3.723636-2.792727 7.493818-3.770182 11.357091l-4.096 15.453091a350.487273 350.487273 0 0 1-30.72 73.541818l-4.514909 8.797091a136.517818 136.517818 0 0 0-9.774545 28.066909l-0.930909 5.213091a28.578909 28.578909 0 0 0 36.165818 30.254545l11.310545-3.211636c14.894545-4.794182 28.904727-11.915636 41.611637-21.131637l5.306182-3.909818c16.942545-13.777455 26.298182-35.048727 24.762181-57.111273l-0.930909-13.870545c-0.930909-9.216-2.048-18.432-2.048-27.508364l0.418909 0.605091c5.352727 1.536 7.68 5.585455 9.402182 11.776 2.141091 7.447273 5.306182 14.661818 9.355637 21.317818l6.888727 10.286546c9.588364 13.405091 21.085091 25.367273 34.071273 35.560727l12.8 10.146909a418.769455 418.769455 0 0 0 160.861091 75.217455l12.660363 3.025454a220.625455 220.625455 0 0 0 102.772364-3.025454l12.381091-3.863273a273.687273 273.687273 0 0 0 132.887272-97.28l7.912728-11.450182 7.912727-11.776a37.748364 37.748364 0 0 0-8.797091 3.165091l-3.956364 1.768727-4.142545 1.44291-12.939636 3.863272a265.169455 265.169455 0 0 1-132.980364 1.489455l-11.962182-3.165091a202.24 202.24 0 0 1-92.578909-58.088727l-2.327273-2.653091a21.317818 21.317818 0 0 1-3.211636-6.283637v-3.025454a10.007273 10.007273 0 0 1 2.56-5.306182l1.396364-1.024c2.187636-0.930909 5.352727 0 7.586909 1.024 2.327273 1.768727 4.375273 3.863273 6.144 6.190545l8.378182 8.61091c17.221818 16.616727 37.608727 29.789091 59.904 38.725818l13.498181 4.282182a258.792727 258.792727 0 0 0 124.974546 4.282181l10.007273-1.954909c13.218909-3.025455 25.972364-7.819636 37.98109-14.289454l4.561455-2.606546a34.769455 34.769455 0 0 0 10.565818-11.450182l6.190546-13.172363c7.726545-17.826909 13.172364-36.538182 16.244363-55.761455l0.930909-10.612363c0.698182-10.705455 0.372364-21.410909-0.930909-32.023273l-1.722182-6.144a57.157818 57.157818 0 0 0-33.931636-35.048727l-12.381091-5.213091a238.08 238.08 0 0 0-91.694545-16.104728z m-130.513454 64.232727l3.537454 0.046545a18.152727 18.152727 0 0 1 19.176728 17.314909v0.232728a17.966545 17.966545 0 0 1-19.176728 16.802909l-1.954909 0.139636-1.861818-0.139636a17.268364 17.268364 0 0 1 3.816727-34.350546z m216.855272-48.593455c13.963636-0.186182 27.834182 2.327273 40.727273 7.68l2.653091 1.303273c4.375273 2.234182 8.657455 5.026909 8.657455 10.891636a15.127273 15.127273 0 0 1-10.426182 14.894546l-8.890182 3.258182a110.312727 110.312727 0 0 1-18.432 4.189091l-10.938182 1.396363c-14.568727 1.349818-29.323636 0.372364-43.659636-2.839273l-5.911273-1.908363-5.585454-2.56-2.327273-1.210182a11.962182 11.962182 0 0 1 0.372363-20.154182l5.678546-3.863273c7.773091-4.794182 16.570182-7.819636 25.693091-8.936727l7.354182-1.489454c4.980364-0.651636 10.053818-0.651636 15.034181-0.651637z" fill="#707070" p-id="10619"></path><path d="M770.978909 357.748364l-3.956364 1.768727-4.142545 1.442909c-21.410909 6.981818-43.566545 11.170909-65.908364 12.567273l-13.358545 0.465454c-22.341818 0.279273-44.730182-2.327273-66.653091-7.68l-11.962182-3.165091a202.24 202.24 0 0 1-92.578909-58.088727l-2.327273-2.653091a21.317818 21.317818 0 0 1-3.211636-6.283636v-3.025455a10.007273 10.007273 0 0 1 2.56-5.306182l1.396364-1.024 1.768727-0.372363a13.498182 13.498182 0 0 1 5.818182 1.396363c2.327273 1.768727 4.375273 3.863273 6.144 6.190546 18.897455 20.712727 42.263273 36.910545 68.282182 47.336727a258.792727 258.792727 0 0 0 82.618181 14.196364l14.010182-0.232727c14.010182-0.698182 28.020364-2.466909 41.844364-5.399273l10.007273-1.954909c13.218909-3.025455 25.972364-7.819636 37.98109-14.289455l4.561455-2.606545a34.769455 34.769455 0 0 0 10.565818-11.450182l1.210182-2.420364 1.210182-2.420363a532.945455 532.945455 0 0 1-17.966546 37.701818l-0.232727 0.418909-3.816727 3.211636-3.863273 1.675637zM518.981818 209.687273h3.537455a18.245818 18.245818 0 0 1 18.618182 13.684363l0.558545 3.630546v0.232727a18.013091 18.013091 0 0 1-15.546182 16.756364l-3.630545 0.046545-1.954909 0.139637-1.861819-0.139637a17.268364 17.268364 0 0 1-3.025454-33.745454l3.304727-0.605091z m216.855273-48.64c13.963636-0.186182 27.834182 2.327273 40.727273 7.68l2.653091 1.303272c4.375273 2.234182 8.657455 5.026909 8.657454 10.891637a15.127273 15.127273 0 0 1-10.426182 14.894545l-8.890182 3.258182a110.312727 110.312727 0 0 1-18.432 4.189091l-10.938181 1.396364c-14.568727 1.349818-29.323636 0.372364-43.659637-2.839273l-5.911272-1.908364-5.585455-2.56-2.327273-1.210182a11.962182 11.962182 0 0 1 0.372364-20.154181l5.678545-3.863273c7.773091-4.794182 16.570182-7.819636 25.693091-8.936727l7.354182-1.489455c4.980364-0.651636 10.053818-0.651636 15.034182-0.651636z" fill="#707070" p-id="10620"></path></svg>
                    联系客服
                </div>
                <div class="item5-2-3">
                    <svg t="1740470181815" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="11618" width="20" height="20"><path d="M546.9696 55.7056l124.5184 252.3136a38.89664 38.89664 0 0 0 29.3376 21.2992l278.4256 40.448c31.9488 4.6592 44.7488 43.9296 21.6064 66.4576l-201.472 196.4032a39.10656 39.10656 0 0 0-11.2128 34.5088l47.5648 277.2992c5.4784 31.8464-27.9552 56.1152-56.5248 41.0624l-249.0368-130.9184a38.8096 38.8096 0 0 0-36.2496 0l-249.0368 130.9184c-28.5696 15.0528-62.0032-9.2672-56.5248-41.0624l47.5648-277.2992c2.1504-12.6464-2.048-25.5488-11.2128-34.5088L23.1936 436.224C0.0512 413.696 12.8 374.3744 44.8 369.7664l278.4256-40.448a39.0144 39.0144 0 0 0 29.3376-21.2992l124.5184-252.3136c14.2848-28.9792 55.552-28.9792 69.888 0z" fill="#F40C0C" p-id="11619"></path><path d="M668.5184 416.0512c1.0752-0.0512 2.0992-0.1024 3.1744-0.0512 0.4608 0 0.9728 0.0512 1.4336 0.1024 1.792 0.1536-0.8704-0.1536-0.1024-0.0512 1.9968 0.3584 3.9424 0.8192 5.8368 1.4848 0.3584 0.1024 1.024 0.5632 1.3824 0.512-1.024-0.4096-1.2288-0.512-0.7168-0.3072 0.2048 0.1024 0.4608 0.2048 0.6656 0.3072 0.8704 0.4096 1.7408 0.8704 2.56 1.3824 0.8192 0.512 1.6384 1.024 2.4576 1.5872 1.536 1.0752-0.0512 0.1024 0-0.0512 0 0.0512 1.1776 0.9728 1.3312 1.0752 1.536 1.3312 2.9184 2.816 4.2496 4.4032 0.9728 1.1264-0.9216-1.3312 0 0 0.256 0.4096 0.5632 0.8192 0.8192 1.1776 0.512 0.8192 1.024 1.6384 1.4848 2.5088 0.256 0.4096 0.4608 0.8704 0.6656 1.28 0.1024 0.2048 0.2048 0.4608 0.3072 0.6656 0.256 0.512 0.1536 0.3072-0.3072-0.7168 0 0.7168 0.768 1.9968 0.9728 2.7136 0.3072 0.9216 0.512 1.8944 0.7168 2.816 0.0512 0.256 0.4608 2.304 0.1536 0.9216s0.0512 0.6656 0.0512 0.9216c0.256 3.9936 3.328 7.8848 7.68 7.68 3.9424-0.1536 7.9872-3.3792 7.68-7.68a40.0896 40.0896 0 0 0-13.6704-27.5456c-7.936-6.912-18.2784-11.264-28.928-10.496-3.9936 0.256-7.8848 3.328-7.68 7.68 0.256 3.9424 3.4816 7.9872 7.7824 7.68z" fill="#FFFAFA" p-id="11620"></path></svg>
                    已关注店铺
                </div>
            </div>
        </div>
        <div class="item6">
            <div class="item6-1">
                <div class="item6-1-1">
                    <img src="https://img14.360buyimg.com/n1/s450x450_jfs/t1/264958/13/21009/29622/67bd4f5bFbf7f4535/2e64576155dd7fa0.png.avif" width="450px" height="450px">
                </div>
                <div class="item6-1-2">
                    <div class="item6-1-2-1">
                        <svg t="1740471152909" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="12590" width="22" height="32"><path d="M210.4 511.1 641.3 80.2c22.8-22.8 59.8-22.8 82.6 0 22.8 22.8 22.8 59.8 0 82.6L375.7 511.1l348.3 348.3c22.8 22.8 22.8 59.8 0 82.6-22.8 22.8-59.8 22.8-82.6 0L210.4 511.1 210.4 511.1zM210.4 511.1" p-id="12591"></path></svg>
                    </div>
                    <div class="item6-1-2-2">
                        <img src="https://img14.360buyimg.com/n1/s450x450_jfs/t1/264958/13/21009/29622/67bd4f5bFbf7f4535/2e64576155dd7fa0.png.avif" width="58px" height="58px">
                    </div>
                    <div class="item6-1-2-3">
                        <img src="https://img11.360buyimg.com/n5/s54x54_jfs/t1/100922/9/45800/6474/66df723fF8b7254f0/4ab4391587a07169.jpg.avif" width="58px" height="58px">
                    </div>
                    <div class="item6-1-2-4">
                        <img src="https://img11.360buyimg.com/n5/s54x54_jfs/t1/227211/25/27200/60036/66df723fF2c9b3583/4ffe22aa288db6cf.jpg.avif" width="58px" height="58px">
                    </div>
                    <div class="item6-1-2-5">
                        <img src="https://img11.360buyimg.com/n5/s54x54_jfs/t1/18852/9/23953/9624/66df723eF6a817501/43d6be3b6676a5f5.jpg.avif" width="58px" height="58px">
                    </div>
                    <div class="item6-1-2-6">
                        <img src="https://img11.360buyimg.com/n5/s54x54_jfs/t1/159716/5/48175/29502/66df723eFa1234420/c7bdd1f74aa656ab.jpg.avif" width="58px" height="58px">
                    </div>
                    <div class="item6-1-2-7">
                        <svg t="1740471601671" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="13701" width="22" height="32"><path d="M534.826667 935.466667a47.36 47.36 0 0 1-66.986667-66.773334L835.413333 501.333333 467.84 133.973333a47.36 47.36 0 1 1 66.986667-66.773333l400.64 400.64a47.36 47.36 0 0 1 0 66.986667z" fill="#7F7F7F" p-id="13702"></path></svg>
                    </div>
                </div>
                <div class="item6-1-3">
                    
                </div>
            </div>
            <div class="item6-2">
                <div class="item6-2-1">
                    <svg t="1740470035816" class="icon" viewBox="0 0 1896 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="8632" width="40" height="40"><path d="M598.15753909 372.95428467h233.67404953v66.30420667H598.15753909V372.95428467z m0 95.27206426h233.67404953v67.5916668H598.15753909V468.22634892z m442.24262253 128.74603297h240.11135085v53.42960338h-240.11135085v-53.42960338z m38.62380989-121.02127087h161.57627094v40.55500009h-161.57627094v-40.55500009z" fill="#fd5004" p-id="8633"></path><path d="M1471.69937104 183.05388622H399.88864915c-38.62380988 0-70.81031779 31.54277783-70.81031848 70.81031845v516.27159066c0 38.62380988 31.54277783 70.81031779 70.81031848 70.81031845h1073.09818269c37.98007983 0 70.81031779-31.54277783 70.16658775-70.81031845V253.22047393c-0.64373005-38.62380988-32.18650791-70.16658772-71.45404855-70.16658771z m-636.00540136 504.04071808v-26.39293667h-225.30555735v26.39293667h-30.25531771V347.20507808h90.76595314c9.65595231-17.38071443 16.73698435-34.11769877 21.24309547-52.14214325l30.25531772 3.86238105c-5.14984118 17.38071443-11.58714316 32.83023864-20.59936542 47.63603213H865.30555733v339.88952622h-29.61158765v0.64373007z m460.91079707 1.28746079h-28.96785759v-18.02444516h-231.0991286v18.02444516H1006.92619291V568.64825437h290.3223039v119.73381072h-0.64373006z m-252.98595413-148.70166831V452.77682471h212.43095404v86.90357206h-212.43095404z m277.4477006-63.72928574h-28.96785759v-53.42960404h-284.52873198v56.0045243h-28.96785758V396.77230039h342.46444715v79.17881064z m11.5871425-122.95246171h-96.5595244v24.46174646h-30.25531772v-24.46174646h-113.9402388v24.46174646h-30.2553177v-24.46174646h-94.62833421v-26.39293665h95.91579433v-28.32412686h30.25531771v28.32412686H1206.48254367v-28.32412686h30.25531772v28.32412686h95.91579433v26.39293665z" fill="#fd5004" p-id="8634"></path><path d="M598.15753909 564.14214326h233.67404953v72.74150866H598.15753909V564.14214326z" fill="#fd5004" p-id="8635"></path></svg>
                    Apple/苹果 iPhone 16(A3288)256GB 白色 支持移动联通电信5G 双卡双待手机
                </div>
                <div class="item6-2-2">
                    <div class="item6-2-2-1">
                        <div class="z">京东价</div>
                        <div class="x">¥5??9</div>
                        <div class="c">降价通知</div>
                    </div>
                    <div class="item6-2-2-2">
                        <div class="v">
                            促&nbsp;&nbsp;&nbsp;销
                        </div>
                        <div class="b">
                            满额返劵
                        </div>
                        <div class="n">
                            实付满100元,收货后返满70-7.2元券,先到先得。若点击跳转后的页面展示券面额则为用券商品
                        </div>
                    </div>
                    <div class="item6-2-2-3">
                        页,如无券面额则为凑单商品页或活动页。   详情>>
                    </div>
                </div>
                <div class="item6-2-3">
                    <div class="qq">增值业务</div>
                    <div class="ww">高价回收,极速到账</div>
                </div>
                <div class="item6-2-4">
                    <div class="rr">
                        配送至
                    </div>
                    <div class="tt">
                        广东广州市白云区白云湖街道
                    </div>
                    <div class="yy">
                        有货
                    </div>
                    <div class="uu">
                        支持
                    </div>
                    <div class="oo">
                        59元免基础运费
                    </div>
                    <div class="pp">
                        可配送全球
                    </div>
                    <div class="aa">
                        7天价保
                    </div>
                    <div class="ss">
                        免举证退换货
                    </div>
                </div>
                <div class="item6-2-5">
                    <div class="ff">京东物流</div>
                    <div class="gg">京准达</div>
                    <div class="hh">211限时达</div>
                    <div class="kk">明日达</div>
                </div>
                <div class="item6-2-6">
                    <div class="zz">由</div>
                    <div class="xx">京东</div>
                    <div class="cc"> 发货, 并提供售后服务. 23:10前付款,预计</div>
                    <div class="vv">明天(02月26日)</div>
                    <div class="bb">送达</div>
                </div>
                <div class="item6-2-7">
                    <div class="dd">选择外观</div>
                    <div class="ll">
                        <img src="https://img13.360buyimg.com/n9/s40x40_jfs/t1/255227/20/18203/43346/67a59d82F22417f40/7dff24953ad24a81.png.avif" width="40px" height="40px">
                        群青色
                    </div>
                    <div class="mm">
                        <img src="https://img11.360buyimg.com/n9/s40x40_jfs/t1/260822/40/17409/42864/67a59d83F7f6c39f4/a59c07bcaba47ebe.png.avif" width="40px" height="40px">
                        深青色
                    </div>
                    <div class="nn">
                        <img src="https://img10.360buyimg.com/n9/s40x40_jfs/t1/255666/28/18350/42758/67a59d7fF162e8263/89ae6d88e76118f3.png.avif" width="40px" height="40px">
                        粉色
                    </div>
                </div>
                <div class="item6-2-8">
                    <div class="qqq"><div class="qqq1">选择版本</div></div>
                    <div class="www"><div class="www1">128GB</div></div>
                    <div class="rrr"><div class="rrr1">256GB</div></div>
                    <div class="ttt"><div class="ttt1">512GB</div></div>
                </div>
                <div class="item6-2-9">
                    <div class="yyy">购买方式</div>
                    <div class="uuu"><div class="uuu1">公开版</div></div>
                </div>
                <div class="item6-2-10">
                    <button class="ppp">加入购物车</button>
                </div>
                <div class="A">温馨提示
                    ·支持7天无理由退货(防伪签、密封条损毁不支持)</div>
                <div class="item6-2-11"></div>
                <div class="item6-2-12"></div>
                <div class="item6-2-13"></div>
            </div>
        </div>
            <pre><img src="c:\Users\36069\Documents\WeChat Files\wxid_dkg2rcmw36m522\FileStorage\Temp\153a34aef5d4ea022e84621a47e30e5.png"></pre>
            <pre>
                关于我们| 联系我们| 联系客服| 合作招商| 商家帮助| 营销中心| 手机京东| 友情链接| 销售联盟| 京东社区| 风险监测| 质量公告| 隐私政策| 京东公益| Media & IR
            </pre>
        </div>
        <div class="item12">
            <pre>京公网安备 11000002000088号|京ICP备11041704号| ICP| 药品医疗器械网络信息服务备案|自营医疗器械经营资质|药品网络交易第三方平台备案凭证|新出发京零 字第大120007号</pre>
        </div>
        <div class="item13">
            <pre>互联网出版许可证编号新出网证(京)字150号| 出版物经营许可证|违法和不良信息举报电话:4006561155</pre>
        </div>
        <div class="item14">
            <pre>Copyright © 2004 - 2025 京东JINGDONG 版权所有|消费者维权热线:4006067733 经营证照 | 医疗器械第三方平台备案凭证(京)网械平台备字(2023)第00013号 | 营业执照 | 增值电信业务经营许可证</pre>
        </div>
    </div>

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

<!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>
        .container{
            width: 1650px;
            height: 900px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: space-between;
        }
        .item1{
            width: 1570px;
            height: 110px;
            background-color: white;
            box-shadow: 8px 8px 8px  #f2f2f2;
            display: flex;
            justify-content: space-around;
            align-items: center;

        }
        .item1-1{
            margin-bottom: 20px;
            margin-left: 80px;

        }
        .item1-2{
            font-size: 24px;
            color: #333333;
            margin-right: 900px;
        }
        .item1-3{
            font-size: 16px;
            color: #999999;
        }
        .item1-4{
            font-size: 16px;
            color: #ee2222;
            margin-right: 100px;
            text-decoration: underline;
        }
        .item2{
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;

        }
        .item2-1{
            display: flex;
            margin-bottom: 15px;
        }
        .a{
            width: 20px;
            height: 20px;
            border: 1px solid gray;
            color: white;
            background-color: #33bb44;
            border-radius: 50%;
            text-align: center;
        }
        .d,.b{
            color: #999999;
        }
        .c{
            width: 20px;
            height: 20px;
            border: 1px solid gray;
            color: #999999;
            border-radius: 50%;
            text-align: center;
        }
        .e{
            width: 20px;
            height: 20px;
            border: 1px solid gray;
            color: #999999;
            border-radius: 50%;
            text-align: center;
        }
        
        
        .w{
            width: 290px;
            height: 51px;
            margin-left: -6px;
            margin-bottom: 2px;
        }
        .kk{
            width: 108px;
            height: 57px;
            background-color: white;
            border: 1px solid gray;
            margin-top: 2px;
        }
        .s{
            width: 404px;
            height: 54px;
            border: 1px solid gray;
            background-color: white;
        }
        .item2-2,.item2-3,.item2-4,.item2-6{
            margin-bottom: 28px;
        }
        .ll{
            width: 404px;
            height: 54px;
            background-color: #e2231a;
            color: white;
            font-size: 16px;
            border: 0px;
        }
        .item2-5{
            text-decoration: underline;
            display: flex;
            align-items: center;
            font-size: 14px;
            color: #333333;
            margin-right: 290px;
        }
        .item2-6{
            display: flex;
            color: #999999;
            font-size: 12px;
        }
        .icon{
            margin-right: 9px;
        }
        .g{
            margin-left: 90px;
            margin-right: 90px;
        }
        .h{
            margin-right: 6px;
        }
        .f{
            color: #33bb44;
        }
        .item2-3{
            margin-bottom: 60px;
        }
        .item2-2{
            display: flex;
            align-items: center;
        }
        .hh{
            margin-bottom: 4px;
        }
        .item3{
            color: #0563c1;
            margin-top: 100px;
            text-decoration: underline;
            margin-bottom: -90px;
        }
        .item4{
            color: #999999;
            font-size: 12px;
        }


    </style>
</head>
<body>
    <div class="container">
        <div class="item1">
            <div class="item1-1"><img src="https://misc.360buyimg.com/lib/img/e/logo-201305-b.png" width="160px" height="60px"></div>
            <div class="item1-2">欢迎注册</div>
            <div class="item1-3">已有账号?</div>
            <div class="item1-4">请登录></div>
        </div>
        <div class="item2">
            <div class="item2-1">
                <div class="a">1</div>
                <div class="b">&nbsp;·&nbsp;·&nbsp;·&nbsp;·&nbsp;·&nbsp;·&nbsp;·&nbsp;·&nbsp;·&nbsp;·&nbsp;·&nbsp;·&nbsp;>&nbsp;&nbsp;</div>
                <div class="c">2</div>
                <div class="d">&nbsp;·&nbsp;·&nbsp;·&nbsp;·&nbsp;·&nbsp;·&nbsp;·&nbsp;·&nbsp;·&nbsp;·&nbsp;·&nbsp;·&nbsp;>&nbsp;&nbsp;</div>
                <div class="e">3</div>
            </div>
            <div class="item2-6">
                <div class="f">验证手机号</div>
                <div class="g">填写账号信息</div>
                <div class="h">注册成功</div>

            </div>
            <div class="item2-2">
                <div class="hh"><button class="kk">中国0086∨</button></div>
                <input class="w" type="text" placeholder="建议使用常用手机号">
            </div>
            <div class="item2-3">
                <button class="s">点击按钮进行验证</button>
            </div>
            <div class="item2-4">
                <button class="ll">下一步</button>
            </div>
            <div class="item2-5">
                <svg t="1740550224722" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="2806" width="20" height="20"><path d="M511.931733 1023.351467a512.887467 512.887467 0 0 1-377.514666-166.126934l-20.241067-21.742933 20.241067-21.742933a513.7408 513.7408 0 0 1 377.514666-166.126934c143.121067 0 281.088 60.552533 377.514667 166.126934l20.241067 21.742933-20.206934 21.742933a512.887467 512.887467 0 0 1-377.514666 166.126934z m-308.565333-187.869867a448.853333 448.853333 0 0 0 308.565333 123.1872 448.853333 448.853333 0 0 0 308.565334-123.1872 448.853333 448.853333 0 0 0-308.565334-123.1872 448.853333 448.853333 0 0 0-308.565333 123.221333z m309.077333-234.461867c-90.2144 0-163.84-73.489067-163.84-163.5328 0-90.043733 73.6256-163.566933 163.84-163.566933 90.248533 0 163.874133 73.5232 163.874134 163.566933a163.7376 163.7376 0 0 1-163.84 163.5328z m0-262.382933a99.259733 99.259733 0 0 0-99.0208 98.850133 99.259733 99.259733 0 0 0 99.0208 98.850134 99.259733 99.259733 0 0 0 99.054934-98.850134 98.952533 98.952533 0 0 0-99.054934-98.850133z" fill="#B4B4B4" p-id="2807"></path><path d="M116.770133 721.1008A442.88 442.88 0 0 1 64.9216 512c0-246.340267 200.704-446.122667 447.010133-446.122667 246.340267 0 447.010133 200.2944 447.010134 446.122667 0 72.977067-18.1248 144.930133-51.848534 208.5888 16.5888 15.530667 32.1536 32.085333 46.6944 49.698133A506.914133 506.914133 0 0 0 1023.761067 512c0-282.043733-229.717333-511.317333-512.341334-511.317333C229.307733 1.160533 0.1024 230.434133 0.1024 512c0 91.101867 24.3712 180.6336 70.519467 258.286933 13.994667-17.066667 29.559467-33.655467 46.148266-49.152z" fill="#B4B4B4" p-id="2808"></path></svg>
                企业用户注册
            </div>
        </div>
        
        <div class="item3">
            <pre>关于我们 | 联系我们 | 人才招聘 | 商家入驻 | 广告服务 | 手机京东 | 友情链接 | 销售联盟 | 京东社区 | 京东公益</pre>
        </div>
        <div class="item4">Copyright © 2004-2025  京东JD.com 版权所有</div>
    </div>
</body>
</html>

渐变背景方向改变

<!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>
        .body{
            width: 1700px;
            height: 900px;
            background-image: linear-gradient(to top,rgb(229, 160, 219),rgb(72, 72, 255));
        }
        .body1{
            width: 1700px;
            height: 900px;
            background-image: linear-gradient(to right,rgb(205, 148, 225),rgb(98, 98, 255));
        }
       

    </style>
</head>
<body>
    <button onclick="change()"  class="body" ></button>
</body>
</html>
<script>
    var body = document.getElementsByClassName("body")[0]

    function change() {
        if(body.getAttribute("class") == "body1"){
            body.setAttribute("class","body")
        }else{
            body.setAttribute("class","body1")
        }
    }
</script>

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值