前端第二次作业

题目

1.导航栏

2.完成三个页面

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>第二次作业第1题</title>
    <style>
        .flex-container{
            /* border:1px solid rgb(23, 10, 80); */
            width: 1200px;
            height: 50px;
            background-color: rgb(23, 10, 80);
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            justify-content: center;
            box-shadow: 10px 10px 10px rgb(201, 200, 200);
            border-radius: 50px;
        }
        .text{
            width: 45px;
            height: 25px;
            color: white;
            margin: 10px;
            font-weight: bolder;
            text-shadow: 10px 5px 10px rgb(216, 215, 215);
        }
        .texti2{
            width: 50px;
            height: 50px;
            color: white;
            text-align: center;
            line-height: 40px;
            font-weight: bolder;
            /* margin: 10px; */
            background-color: brown;
        }
       
        

    </style>
</head>
<body>
    <div class="flex-container">
       <div class="text">游戏1</div> 
       <div class="texti2">游戏2</div> 
       <div class="text">游戏3</div> 
       <div class="text">游戏4</div> 
       <div class="text">游戏5</div> 
       <div class="text">游戏6</div> 
       <div class="text">游戏7</div> 
       <div class="text">游戏8</div> 
       <div class="text">游戏9</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>中南林业科技大学涉外学院综合教务管理系统-强智科技</title>
    <style type="text/css">
        /* .wapbg{
            width: 1200px;
            background: url(/znlykjdxswxy/framework/images/index/tpbg.gif); height: 446px;

        } */
        div{
            display: inline-block;
        }
         .dl{
            width:490px ;
            height: 260px;
            text-align: center;
           background-color: rgb(237, 235, 235);
          float: right;
          padding-top: 30px;
          padding-right:400px ;
        }
			.top{width: 400px; height:70px; padding-left:85px;}
			.middle{ width:1400px; height:296px;background:url(./教务系统图片.png);margin: center;} 
			
			.logintitle{ color:#333;font-size:25px;}
			.dlmi{ float:left; width:312px; line-height:45px;font-size:17px;color:#333;position:absolute;top:70px;}
			.input {  height:28px;border:1px solid #DDDDDD;padding-left: 3px; float: left;}
			
            .button{ 
				height:36px; 
				line-height:22px;  
				width:188px;
				color:#FFF; 
				background-color:#2F88EE; 
				border:0;
				padding-left:5px;
				padding-right:5px;
				font-size:16px; 
			}
            p{
                color:red;
            }
           
   </style>
</head>
<body>
    <form name="frm" id="frm" >									
       
        <div class="top">
            <img style="padding-top:80px" src="./教务系统头部图片.png"
        width="400px" height="70px">       
        </div>
         <div class="middle">
            <img src="./教务系统图片.png" width="510px" height="290px" >
        <div class="dl">
            <!-- <div class="logintitle">用户登录</div> -->
            <div class="dl_hidden dl_box1">
                
                <table width="320px">
                    <tbody>
                    <tr>
                        <td  class="logintitle" colspan="2" align="left">用户登录</td>
                        <!-- <td ></td> -->
                    </tr>
                    <tr>
                        <td class="trclass">用户名:</td>
                        <td>
                            <input type="text" id="userAccount" maxlength="32" value="" style=" width:250px;" class="input">
                            
                        </td>
                    </tr>
            
                    <tr>
                        <td class="trclass">密码:</td>
                        <td>
                            <input type="password" id="userPassword" value="" style="width:250px;"  class="input" required> 
                            
                        </td>
                    </tr>
                    
                    
                    <tr>
                        <td class="trclass">验证码:</td>
                        <td >
                            <input type="text" name="yzm" id="yzm" maxlength="6" class="input" >
                            <img src="./验证码图片.png"  > 
                        </td>
                    </tr>
                    
                    
                    <tr>
                        <td colspan="2" align="right" style="padding-top: 10px;">
                            <input type="submit" class="button"  value="登  录">
                        </td>
                       
                    </tr>
                </tbody></table>
                <p align="left">用户名或密码为空!</p> 
            </div>
            
            <div class="dl_hidden dl_box2" style="display:none">
                <div>
                    <a href="http://www.qzdatasoft.com/qqjw/login4qq.do?method=loginIndex">
                        <img src="/znlykjdxswxy/framework/images/new/qqdl.gif" style="border:0px;">	
                    </a>
                </div>
            </div> 
            
        </div>
    
        <div class="end" style="display: block;">
            <table  width="100%">
            <tbody><tr>
            <td align="left"><a target="_blank" href="http://www.qzdatasoft.com" class="copyright" title="湖南强智科技发展有限公司">湖南强智科技发展有限公司</a>版权所有  <!-- @2000-2013 -->
            
            
            
            </td>
            <td align="right"><a href="#" class="copyright">在线用户数:1人</a></td>
            </tr>
            </tbody></table>
        </div>
    </div>
    
    </div>
    
        </div>
    </form>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>京东登录页面</title>
    <style>
        .top{
            padding-left: 100px;
        }
        .top2{
           background-color:rgba(248, 198, 207, 0.747);
           text-align: center; 
           padding-top: 18px;
           width: 1400px;
           height:40px;

        }
        .middle{
            width: 1400px;
           height:500px;
           background-color: rgba(221, 9, 44, 0.856);
            align-items: center;
        }
        .middle img{
            margin-left: 250px;
        }
        .dl{
            border: 0px solid ;
            border-radius: 20px;
            float: right;
            width: 250px;
            height:250px;
            background-color: white;
            margin-top: 50px;
            padding: 40px 20px 0px 20px;
            margin-right: 200px;
            vertical-align: center;
            
        }
        .mmdl,.dxdl{
            line-height: 50px;
        }
        .mmdl{
            color: red;
            font-size: 20px;
            font-family: "微软雅黑";

        }
        .dxdl{
            font-size: 20px;
            font-family: "微软雅黑";
        }
        .input{
            /* border:1px solid grey ; */
            width: 350px;
            height: 50px;
            line-height: 10px;
            margin-top: 10px;
            margin-bottom: -25px;
        }
        .wjmm{
            font-size: 10px;
            font-family: "微软雅黑";
            color: #666;
            float: right;
        }
        .signin{
            font-size: 15px;
            font-family: "微软雅黑";
            width: 260px;
            height: 40px;
            background-color: rgba(253, 129, 156, 0.5);
            color: white;
        }
        .dlfs{
            
            border: 1px solid rgba(226, 223, 223, 0.377);
             width: 270px; 
             height: 300px;
            /* margin-top: 30px; */
            margin-bottom: 0px;
            padding-bottom: 0px;
            text-align: center;
            background-color:rgba(226, 223, 223, 0.377);
            font-size: 15px;
            font-family: "微软雅黑";
            color: #666;
        }
        .bottom ul li{
            display: inline;
            color: grey;
            text-align: center;
            font-family: "微软雅黑";
            /* padding-left: 100px; */
            /* float: left; */
        }
        .bottom ul{
        
            text-align:center;
         }
         p{
            /*注意:p前不用加. */
            font-size: 12px;
            text-align: center;
            color: #666;
        }
        a{
            color: #666;


    }
        
    </style>
</head>
<body>
    <!-- 头 -->
    <div class="top">
        <div class="logo"><img src="./京东logo.png" alt=""></div>
    </div>
    <div class="top2">依据《网络安全法》,为保障您的账户安全和正常使用,请尽快完成手机号验证! 新版《京东隐私政策》已上线,将更有利于保护您的个人隐私。</div>
    <!-- 体 -->
    <div class="middle">
        <img src="./京东中间.png" width="500px" height="500px">
        <div class="dl">
            <span class="mmdl">密码登录</span> &nbsp;&nbsp;&nbsp;
            <span class="dxdl">短信登录</span>
            <div class="input" width:350px height:50px><input type="text" placeholder="账户名/手机号/邮箱" name="userAccount"></div>
            <div class="input"><input type="password" placeholder="密码" name="userPassword"></div>
            <span class="wjmm">忘记密码</span>
            <br>
            <button type="submit" class="signin"><a href="https://www.jd.com/?cu=true&utm_source=haosou-search&utm_medium=cpc&utm_campaign=t_262767352_haosousearch&utm_term=39245174717_0_dcf09582e1b2479da7b3615be4be4e82"></a>登&nbsp;&nbsp;&nbsp;录</button>
            <br>
            <span class="dlfs">QQ&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;微信&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;立即注册</span>
        
        
        </div>
    <!-- 尾部 -->
        <div class="bottom">
        <ul type-"disc">
            <li><a href="https://www.baidu.com/" >关于我们</a><span>&nbsp|</span></li>
            <li><a href="https://www.baidu.com/" >联系我们</a><span>&nbsp|</span></li>
            <li><a href="https://www.baidu.com/" >人才招聘</a><span>&nbsp|</span></li>
            <li><a href="https://www.baidu.com/" >商家入驻</a><span>&nbsp|</span></li>
            <li><a href="https://www.baidu.com/" >广告服务</a><span>&nbsp|</span></li>
            <li><a href="https://www.baidu.com/" >手机京东</a><span>&nbsp|</span></li>
            <li><a href="https://www.baidu.com/" >友情链接</a><span>&nbsp|</span></li>
            <li><a href="https://www.baidu.com/" >销售联盟</a><span>&nbsp|</span></li>
            <li><a href="https://www.baidu.com/" >京东社区</a><span>&nbsp|</span></li>
            <li><a href="https://www.baidu.com/" >京东公益</a><span>&nbsp|</span></li>
        </ul>
        <p>Copyright&copy;2004-2024&nbsp;&nbsp;  京东JD.com 版权所有</p>
        </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>淘宝页面</title>
    <style>
        .ml{
            width: 1300px;
            height: 50px;
            color:black;
            font-size: 12px;
            background-color: rgba(216, 214, 214, 0.863);
            /* align-items: center; */
            /* line-height: 20px; */
            padding-top: 8px;
            text-align: center;
            padding-left:50px;
            /* padding-bottom: 0px; */
        }
       
        .logo{
            margin-left: 80px;
           
        }
        .search{
            width: 1200px;
            height: 100px;
            padding-top: 0px;
            padding-left: 400px;
           
        }
        .text{
            width: 500px;
            height: 20px;
           
        }
        .submit{
            background-color: red;
            width: 40px;
            
        }
        
        .search a{
            font-size: 8px;
            color: rgba(15, 15, 15, 0.801);
            font-family: 微软雅黑;
            /* margin: 0%; */
        }
        .first{
            color: red;
        }
        .spy{
            margin-left: 60px;
        }
        li{
            display: inline-block;
            width: 200px;
            height: 360px;
            border: 1px solid whitesmoke;
            padding-top: 20px;
            padding-left: 10px;
            padding-right: 10px;
            line-height: 1;
           
            
        }
        .pro-introduce{
            font-size: 15px;
            color: rgba(189, 187, 187, 0.897);
            font-family: 微软雅黑;
            padding-top: 10px;
            line-height: 20px;
        }
        .pro-price{
            font-size: 20px;
            color: red;
            font-family: 微软雅黑;
            text-align: left;
            padding-top: 10px;
            line-height: 10px;
        }
        
        .pro-boss{
            font-size: 7px;
            color: rgba(189, 187, 187, 0.897);
            font-family:微软雅黑 ;
            line-height: 30px;
            text-decoration: underline;
        }
        .pro-sale{
            border-top: 1px;
            position: relative;
        }
          
        .pro-font{
            font-size: 7px;
            color: rgba(189, 187, 187, 0.897);
            font-family:微软雅黑 ;
            position: absolute;
            /* line-height: 30px; */
            right: 0px;
            
        }
        .bq{
             color:rgba(189, 187, 187, 0.897) ;
        }
        .bq a,b{
            color:rgba(189, 187, 187, 0.897) ;
        }
    </style>
</head>
<body>
    <!-- 目录 -->
    <div class="tr">
        <table class="ml">
            <tr>
                <td >中国大陆</td>
                <td>亲,请登录</td>
                <td>免费注册</td>
                <td>手机逛淘宝</td>
                <td>网页无障碍</td>
                <td>淘宝网首页</td>
                <td>我的淘宝</td>
                <td>购物车</td>
                <td>收藏夹</td>
                <td>商品分类</td>
                <td>免费开店&nbsp;&nbsp;&nbsp;|</td>
                <td>千牛卖家中心</td>
                <td>帮助中心</td>
            </tr>
        </table>
    </div>
    <!-- logo和搜索框 -->
    <div>
        <div class="logo">
            <img src="./淘宝网logo.png" width="200px">
        </div>
        <div class="search">
            <form class="input">
                <input type="text"  class="text" width="600px">
                <input type="submit" class="submit" value="搜索">
            </form>
            <br>
            <a href="" class="first">一淘限时抢</a>
            <a href="" class="">休闲裤</a>
            
            <a href="" class="">电动车</a>
            
            <a href="" class="">女外套</a>
            
            <a href="" class="">防晒霜</a>
            
            <a href="" class="">女t恤</a>
            
            <a href="" class="">玩具</a>
            
            <a href="" class="">新款女装</a>
            
            <a href="" class="">笔袋</a>
            
            <a href="" class="">手表</a>
            
            <a href="" class="">华为手机</a>

        </div>
        
    </div>
    <!-- 商品页 -->
    <div class="spy">
        <ul>
            <li>
                <a href="https://item.taobao.com/item.htm?id=653379957867&ali_refid=a3_430673_1006:1121267516:N:emtiAWsF8%2Bzhhxaiwzc0Aw%3D%3D:7bb2d12ac30e07c47632dfef6ca420ad&ali_trackid=199_7bb2d12ac30e07c47632dfef6ca420ad&spm=a2e0b.20350158.31919782.1&bxsign=tanlWv4xfyEu-Kl1CIKR5JjgoSUh8LZ4AKswrBuW64ts6UuTrnoGOjUWfciZtorvpURACSe5rlurWzfPKz0mH9DybxYd8sF85KFIUCq7__T-vY"></a>
                <img src="./淘宝商品图片.webp" width="190px" height="210px">
                <div class="pro-introduce"><span>高级感西装套装女阔腿裤2024春季新款韩版高端</span></div>
                    <div class="pro-price"><span>¥768</span></div>
                    <div class="pro-boss"><span>冷子璇原创女装</span></div>
                    <div class="pro-sale"><div class="pro-font"><span>月销 45</span></div></div>
            </li>
            <li>
                <a href="https://item.taobao.com/item.htm?id=653379957867&ali_refid=a3_430673_1006:1121267516:N:emtiAWsF8%2Bzhhxaiwzc0Aw%3D%3D:7bb2d12ac30e07c47632dfef6ca420ad&ali_trackid=199_7bb2d12ac30e07c47632dfef6ca420ad&spm=a2e0b.20350158.31919782.1&bxsign=tanlWv4xfyEu-Kl1CIKR5JjgoSUh8LZ4AKswrBuW64ts6UuTrnoGOjUWfciZtorvpURACSe5rlurWzfPKz0mH9DybxYd8sF85KFIUCq7__T-vY"></a>
                <img src="./淘宝商品图片.webp" width="190px" height="210px">
                <div class="pro-introduce"><span>高级感西装套装女阔腿裤2024春季新款韩版高端</span></div>
                    <div class="pro-price"><span>¥768</span></div>
                    <div class="pro-boss"><span>冷子璇原创女装</span></div>
                    <div class="pro-sale"><div class="pro-font"><span>月销 45</span></div></div>
            </li>
            <li>
                <a href="https://item.taobao.com/item.htm?id=653379957867&ali_refid=a3_430673_1006:1121267516:N:emtiAWsF8%2Bzhhxaiwzc0Aw%3D%3D:7bb2d12ac30e07c47632dfef6ca420ad&ali_trackid=199_7bb2d12ac30e07c47632dfef6ca420ad&spm=a2e0b.20350158.31919782.1&bxsign=tanlWv4xfyEu-Kl1CIKR5JjgoSUh8LZ4AKswrBuW64ts6UuTrnoGOjUWfciZtorvpURACSe5rlurWzfPKz0mH9DybxYd8sF85KFIUCq7__T-vY"></a>
                <img src="./淘宝商品图片.webp" width="190px" height="210px">
                <div class="pro-introduce"><span>高级感西装套装女阔腿裤2024春季新款韩版高端</span></div>
                    <div class="pro-price"><span>¥768</span></div>
                    <div class="pro-boss"><span>冷子璇原创女装</span></div>
                    <div class="pro-sale"><div class="pro-font"><span>月销 45</span></div></div>
            </li>
            <li>
                <a href="https://item.taobao.com/item.htm?id=653379957867&ali_refid=a3_430673_1006:1121267516:N:emtiAWsF8%2Bzhhxaiwzc0Aw%3D%3D:7bb2d12ac30e07c47632dfef6ca420ad&ali_trackid=199_7bb2d12ac30e07c47632dfef6ca420ad&spm=a2e0b.20350158.31919782.1&bxsign=tanlWv4xfyEu-Kl1CIKR5JjgoSUh8LZ4AKswrBuW64ts6UuTrnoGOjUWfciZtorvpURACSe5rlurWzfPKz0mH9DybxYd8sF85KFIUCq7__T-vY"></a>
                <img src="./淘宝商品图片.webp" width="190px" height="210px">
                <div class="pro-introduce"><span>高级感西装套装女阔腿裤2024春季新款韩版高端</span></div>
                    <div class="pro-price"><span>¥768</span></div>
                    <div class="pro-boss"><span>冷子璇原创女装</span></div>
                    <div class="pro-sale"><div class="pro-font"><span>月销 45</span></div></div>
            </li>
            <li>
                <a href="https://item.taobao.com/item.htm?id=653379957867&ali_refid=a3_430673_1006:1121267516:N:emtiAWsF8%2Bzhhxaiwzc0Aw%3D%3D:7bb2d12ac30e07c47632dfef6ca420ad&ali_trackid=199_7bb2d12ac30e07c47632dfef6ca420ad&spm=a2e0b.20350158.31919782.1&bxsign=tanlWv4xfyEu-Kl1CIKR5JjgoSUh8LZ4AKswrBuW64ts6UuTrnoGOjUWfciZtorvpURACSe5rlurWzfPKz0mH9DybxYd8sF85KFIUCq7__T-vY"></a>
                <img src="./淘宝商品图片.webp" width="190px" height="210px">
                <div class="pro-introduce"><span>高级感西装套装女阔腿裤2024春季新款韩版高端</span></div>
                    <div class="pro-price"><span>¥768</span></div>
                    <div class="pro-boss"><span>冷子璇原创女装</span></div>
                    <div class="pro-sale"><div class="pro-font"><span>月销 45</span></div></div>
            </li>
            
        </ul>
        <ul>
            <li>
                <a href="https://item.taobao.com/item.htm?id=653379957867&ali_refid=a3_430673_1006:1121267516:N:emtiAWsF8%2Bzhhxaiwzc0Aw%3D%3D:7bb2d12ac30e07c47632dfef6ca420ad&ali_trackid=199_7bb2d12ac30e07c47632dfef6ca420ad&spm=a2e0b.20350158.31919782.1&bxsign=tanlWv4xfyEu-Kl1CIKR5JjgoSUh8LZ4AKswrBuW64ts6UuTrnoGOjUWfciZtorvpURACSe5rlurWzfPKz0mH9DybxYd8sF85KFIUCq7__T-vY"></a>
                <img src="./淘宝商品图片.webp" width="190px" height="210px">
                <div class="pro-introduce"><span>高级感西装套装女阔腿裤2024春季新款韩版高端</span></div>
                    <div class="pro-price"><span>¥768</span></div>
                    <div class="pro-boss"><span>冷子璇原创女装</span></div>
                    <div class="pro-sale"><div class="pro-font"><span>月销 45</span></div></div>
            </li>
            <li>
                <a href="https://item.taobao.com/item.htm?id=653379957867&ali_refid=a3_430673_1006:1121267516:N:emtiAWsF8%2Bzhhxaiwzc0Aw%3D%3D:7bb2d12ac30e07c47632dfef6ca420ad&ali_trackid=199_7bb2d12ac30e07c47632dfef6ca420ad&spm=a2e0b.20350158.31919782.1&bxsign=tanlWv4xfyEu-Kl1CIKR5JjgoSUh8LZ4AKswrBuW64ts6UuTrnoGOjUWfciZtorvpURACSe5rlurWzfPKz0mH9DybxYd8sF85KFIUCq7__T-vY"></a>
                <img src="./淘宝商品图片.webp" width="190px" height="210px">
                <div class="pro-introduce"><span>高级感西装套装女阔腿裤2024春季新款韩版高端</span></div>
                    <div class="pro-price"><span>¥768</span></div>
                    <div class="pro-boss"><span>冷子璇原创女装</span></div>
                    <div class="pro-sale"><div class="pro-font"><span>月销 45</span></div></div>
            </li>
            <li>
                <a href="https://item.taobao.com/item.htm?id=653379957867&ali_refid=a3_430673_1006:1121267516:N:emtiAWsF8%2Bzhhxaiwzc0Aw%3D%3D:7bb2d12ac30e07c47632dfef6ca420ad&ali_trackid=199_7bb2d12ac30e07c47632dfef6ca420ad&spm=a2e0b.20350158.31919782.1&bxsign=tanlWv4xfyEu-Kl1CIKR5JjgoSUh8LZ4AKswrBuW64ts6UuTrnoGOjUWfciZtorvpURACSe5rlurWzfPKz0mH9DybxYd8sF85KFIUCq7__T-vY"></a>
                <img src="./淘宝商品图片.webp" width="190px" height="210px">
                <div class="pro-introduce"><span>高级感西装套装女阔腿裤2024春季新款韩版高端</span></div>
                    <div class="pro-price"><span>¥768</span></div>
                    <div class="pro-boss"><span>冷子璇原创女装</span></div>
                    <div class="pro-sale"><div class="pro-font"><span>月销 45</span></div></div>
            </li>
            <li>
                <a href="https://item.taobao.com/item.htm?id=653379957867&ali_refid=a3_430673_1006:1121267516:N:emtiAWsF8%2Bzhhxaiwzc0Aw%3D%3D:7bb2d12ac30e07c47632dfef6ca420ad&ali_trackid=199_7bb2d12ac30e07c47632dfef6ca420ad&spm=a2e0b.20350158.31919782.1&bxsign=tanlWv4xfyEu-Kl1CIKR5JjgoSUh8LZ4AKswrBuW64ts6UuTrnoGOjUWfciZtorvpURACSe5rlurWzfPKz0mH9DybxYd8sF85KFIUCq7__T-vY"></a>
                <img src="./淘宝商品图片.webp"width="190px" height="210px">
                <div class="pro-introduce"><span>高级感西装套装女阔腿裤2024春季新款韩版高端</span></div>
                    <div class="pro-price"><span>¥768</span></div>
                    <div class="pro-boss"><span>冷子璇原创女装</span></div>
                    <div class="pro-sale"><div class="pro-font"><span>月销 45</span></div></div>
            </li>
            <li>
                <a href="https://item.taobao.com/item.htm?id=653379957867&ali_refid=a3_430673_1006:1121267516:N:emtiAWsF8%2Bzhhxaiwzc0Aw%3D%3D:7bb2d12ac30e07c47632dfef6ca420ad&ali_trackid=199_7bb2d12ac30e07c47632dfef6ca420ad&spm=a2e0b.20350158.31919782.1&bxsign=tanlWv4xfyEu-Kl1CIKR5JjgoSUh8LZ4AKswrBuW64ts6UuTrnoGOjUWfciZtorvpURACSe5rlurWzfPKz0mH9DybxYd8sF85KFIUCq7__T-vY"></a>
                <img src="./淘宝商品图片.webp"width="190px" height="210px">
                <div class="pro-introduce"><span>高级感西装套装女阔腿裤2024春季新款韩版高端</span></div>
                    <div class="pro-price"><span>¥768</span></div>
                    <div class="pro-boss"><span>冷子璇原创女装</span></div>
                    <div class="pro-sale"><div class="pro-font"><span>月销 45</span></div></div>
            </li>
        </ul>
    </div>
    <!-- 版权 -->
    <div class="bq">
        <div class="link">
          <a target="_black" href="//help.alimama.com/">联系客服</a>
          <b>|</b>
          <a target="_black" href="//open.taobao.com/">开放平台</a>
          <b>|</b>
          <a target="_black" href="https://terms.alicdn.com/legal-agreement/terms/suit_bu1_ali_mama_division/suit_bu1_ali_mama_division201709111812_13128.html">法律声明</a>
          <b>|</b>
          <a target="_black" href="//jubao.alibaba.com">廉正举报</a>
        </div>
        <div class="copyright">
          <span>Taobao.com版权所有 2003-现在</span>
          <b>|</b>
          <a target="_black" href="http://beian.miit.gov.cn">增值电信业务经营许可证:浙B2-20070195</a>
          <a rel="noopener noreferrer" target="_blank" href="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=33010002000075"><img src="//gw.alicdn.com/tfs/TB1jwakrbH1gK0jSZFwXXc7aXXa-20-20.png" style="vertical-align: -2px;margin-right: 4px;">浙公网安备 33010002000075号</a>
        </div>
      
      
      <div class="aligroup-info">
        <a target="_black" href="http://www.alibabagroup.com/cn/global/home">阿里巴巴集团</a>
        <b>|</b>
        <a target="_black" href="//www.taobao.com">淘宝网</a>
        <b>|</b>
        <a target="_black" href="//www.tmall.com">天猫</a>
        <b>|</b>
        <a target="_black" href="//ju.taobao.com">聚划算</a>
        <b>|</b>
        <a target="_black" href="//www.aliexpress.com">全球速卖通</a>
        <b>|</b>
        <a target="_black" href="//www.alibaba.com">阿里巴巴国际交易市场</a>
        <b>|</b>
        <a target="_black" href="//www.1688.com">1688</a>
        <b>|</b>
        <a target="_black" href="//www.alimama.com">阿里妈妈</a>
        <b>|</b>
        <a target="_black" href="//www.fliggy.com">飞猪</a>
        <b>|</b>
        <a target="_black" href="//www.aliyun.com">阿里云计算</a>
        <b>|</b>
        <a target="_black" href="http://www.alios.cn">AliOS</a>
        <b>|</b>
        <a target="_black" href="//aliqin.tmall.com">阿里通信</a>
        <b>|</b>
        <a target="_black" href="http://www.autonavi.com/">高德</a>
        <b>|</b>
        <a target="_black" href="http://www.uc.cn/">UC</a>
        <br>
        <a target="_black" href="//www.umeng.com/">友盟</a>
        <b>|</b>
        <a target="_black" href="//www.xiami.com">虾米</a>
        <b>|</b>
        <a target="_black" href="//www.dingtalk.com/?lwfrom=20150130163937547">钉钉</a>
        <b>|</b>
        <a target="_black" href="//www.alipay.com">支付宝</a>
        <b>|</b>
        <a target="_black" href="//damo.alibaba.com/">达摩院</a>
      </div>
    </div>
    
      <div class="ualificate-info">
        <a target="_black" href="http://www.zjjubao.com/?spm=a21bo.jianhua.1997523009.44.5af911d9Vb95w7">
          <img align="absmiddle" src="//img.alicdn.com/tps/i2/T1C3z7FudfXXcsE9Te-40-42.png" alt="网监局">
        </a>
        <a target="_black" href="http://idinfo.zjamr.zj.gov.cn/bscx.do?method=lzxx&id=3301843301002003002431">
          <img align="absmiddle" width="40" src="//gw.alicdn.com/tfs/TB1HxCbreL2gK0jSZPhXXahvXXa-65-70.gif">
        </a>
        <a target="_black" href="https://www.12315.cn/?spm=a21bo.jianhua.1997523009.43.5af911d9Vb95w7">
          <img align="absmiddle" alt="网监局" src="//img.alicdn.com/tps/i4/T1VVv9FABeXXbtCInf-38-42.png">
        </a>
      </div>
    </div>
    
</body>
</html>

  • 2
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值