用HTML和css仿写京东商城首页

目录

css部分

html部分 

效果图 


css部分

    * {
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
}

.icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
    font-size: 25px;
}

body {
    background-color: rgb(244, 244, 244);
}

.wrap {
    height: 30px;

    background-color: rgb(227, 228, 229);
}

.w {
    width: 1230px;
    margin: 0 auto;
}

.clearfix::after,
.clearfix::before {
    content: '';
    display: block;
    clear: both;
}

.second {
    background-color: white;
}

/* 头部 */
.head {
    height: 30px;
    /* width: 1400px; */
    background-color: rgb(227, 228, 229);
}

.left>ul>li {
    float: left;
    line-height: 30px;
    margin-left: 10px;

}

.left>ul>li>a {
    color: rgb(155, 155, 155);
    font-size: 12px;



}

.left>ul>li>a:hover {
    color: rgb(236, 37, 66);

}

.right {
    float: right;
    position: relative;
}

.right>ul>li {
    float: left;
    line-height: 30px;
    /* color: rgb(155, 155, 155); */

}

.right>ul>li:nth-child(2n+1)>a {
    color: rgb(158, 162, 168);
    padding: 10px;
    font-size: 12px;

}
.right>ul>li:nth-child(2n)>a{
    color: rgb(204, 204, 204);
    font-size: 10px;
}
.right>ul>li>a:hover {
    color: rgb(236, 37, 66);
}

.mian {
    color: rgb(236, 37, 66);
}

#qiy {
    color: rgb(236, 37, 66);
}

.hidden {
    position: absolute;
    background-color: white;
    display: none;


}

.hidden a {
    color: rgb(173, 172, 163);
    margin: 10px;
}

.yc li>a:hover+.hidden {
    display: block;

}

.right li:hover {
    background-color: white;

}



/* 头部导航  */
header {
    height: 140px;
    width: 1409px;
    /* background-color: aqua; */
}

/* logo */
.logo {
    width: 190px;
    height: 140px;
    float: left;
    /* background-color: chartreuse; */
}

.logo>img {
    width: 190px;
    height: 120px;
    /* line-height: 140px; */
    margin-top: 10px;

}

/* 搜索框 */


.sou {
    display: inline-block;
    width: 460px;
    height: 32px;
    border: 2px solid rgb(225, 37, 27);
    position: relative;
    background-color: white;


}

.ipt {
    height: 32px;
    width: 410px;
    outline: none;
    border: none;
    margin-left: 20px;

}

button {
    position: absolute;
    /* right: 16px;
top: 1px; */
    right: 0px;
    top: 0px;
    width: 50px;
    height: 32px;
    overflow: hidden;
    background-color: rgb(225, 37, 27);
    outline: none;
    border: none;
}

button>i {
    color: white;
    font-weight: 700;
}


.search {
    padding-left: 100px;
    /* border: 2px solid blue; */
    margin-top: 20px;

}

.rright {
    float: left;
    width: 800px;
    height: 100%;
    /* background-color: rgb(247, 220, 201); */

}



.gouwuce {
    display: inline-block;
    border: 1px solid rgb(245, 245, 245);

    width: 100px;
    padding: 10px;
    font-size: 12px;
    color: rgb(225, 38, 28);
    margin-left: 20px;
}

.gouwuce>a {
    color: rgb(225, 37, 27);
}

/* 搜索框下方导航 */

.r-middle li {
    float: left;
}

.r-middle li>a {
    color: rgb(179, 153, 153);
    font-size: 12px;
    padding: 5px;
}

#first {
    color: rgb(225, 37, 27);
}

/* 导航 */
.nav {
    /* border: 1px solid black; */
    margin-top: 20px;
    margin-left: 30px;
    float: left;

}

.nav li {
    float: left;
    line-height: 30px;

}

.nav>li>a {
    color: black;
    /* font-size: 14px; */
    margin-right: 20px;
    font-size: 15px;
}
.r-img{
    width: 300px;
    height: 100%;
    float: right;
    /* background-color: aquamarine; */

}
#jie{
    width: 190px;

    height: 120px;
}

/* 主体 */
main {
    width: 1400px;
    height: 480px;
    /* background-color: cornflowerblue; */
}

/* 侧边栏 */
.sidebar {
    width: 200px;
    /* height: 100%; */
    height: 460px;
    background-color: white;
    /* padding: 10px 0px 10px 10px; */
    float: left;
    margin-top: 10px;
    margin-right: 10px;
    position: relative;
    padding: 10px 0px ;
    /* border: 1px solid red; */
}

.sidebar>li {
    line-height: 25px;
    padding-left: 10px;
    /* margin-left: 10px; */
  



}

.sidebar>li>a {
    color: #333;
    font-size: 14px;
}
.sidebar>li{
    color: #636363;
    font-size: 12px;
}
.sidebar>li:hover {
    background-color: rgb(217, 217, 217);

}

.sidebar>li>a:hover {
    color: red;

}






.for {
    width: 990px;
    height: 500px;
    background-color: white;
    /* border: 1px solid red; */
    position: absolute;
    left: 210px;
    top: 0px;
    z-index: 2;
    display: none;
}

.sidebar>li:hover .for {
    display: block;
}



.for-left {
    float: left;
    width: 150px;
    text-align: right;
    font-weight: 600;
}

.for-left>li {
    height: 30px;
}

.for-right>li {
    height: 30px;
}

.for-right {
    float: right;
    width: 820px;
    text-align: left;
    color: rgb(121, 121, 121);
}

.index {
    width: 120px;
    height: 30px;
    line-height: 30px;
    color: white;
    background-color: rgb(51, 51, 51);
    text-align: center;
    margin-bottom: 20px;
}





/* 中间图片 */

.swiper {
    --swiper-theme-color: white;
    /* 设置Swiper风格 */
    --swiper-navigation-color: #eff2f0;
    /* 单独设置按钮颜色 */
    --swiper-navigation-size: 10px;
    /* 设置按钮大小 */

    /* width: 600px; */
    /* height: 300px; */
    width: 590px;
    height: 470px;
    background-color: cyan;
    float: left;
    margin-top: 10px;
    margin-right: 10px;

}

/* 右侧图片 */
.r-img img {
    width: 190px;
    height: 150px;
}

.r-img {
    width: 190px;
    /* height:440px; */
    margin-right: 10px;
    /* background-color: rgb(35, 245, 49); */
    float: left;
}

.r-img ul {
    margin-top: 10px;

}

.r-img li:nth-of-type(2) {
    margin: 5px 0px;

}

/* 右侧 */
.z-right {
    width: 190px;
    height: 470px;
    background-color: white;
    margin-top: 10px;
    float: left;
}

h4 {
    display: inline-block;
}

.jindong {
    width: 160px;
    height: 60px;
    /* background-color: rgb(226, 207, 244); */
    margin-left: 15px;
    text-align: center;
    margin-bottom: 20px;
}

.jd {
    font-size: 40px;
    margin-top: 10px;
}

.hi {
    font-size: 12px;
}

.plus {
    width: 160px;
    height: 40px;
    background-color: rgb(255, 236, 185);
    margin: 15px;
}

.plus p {
    font-size: 12px;
    color: rgb(168, 129, 53);
}

.plus a {
    font-size: 12px;
    color: rgb(102, 51, 79);
    margin-left: 25px;
}

.plus h4 {
    font-size: 14px;
    color: rgb(102, 51, 0);
}

.huiyuan {
    width: 160px;
    height: 40px;
    background-color: rgb(224, 232, 251);
    margin: 10px 15px;
}

.huiyuan h4 {
    font-size: 14px;
    color: rgb(49, 97, 226);
}

.huiyuan a {
    font-size: 12px;
    color: rgb(49, 116, 234);
    margin-left: 25px;
}

.huiyuan p {
    font-size: 12px;
    color: rgb(144, 137, 234);
}

.tubiao {
    width: 165px;
    height: 230px;
    /* background-color: yellowgreen; */
    margin-left: 15px;
}


.tubiao>table td {
    width: 63px;
    height: 55px;
    text-align: center;
}

.tubiao>table td>a {
    font-size: 12px;
    color: black;
}

.tubiao p {
    font-size: 14px;
    width: 165px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.tubiao p>span {
    color: rgb(225, 37, 115);
    padding: 0px 5px;
    background-color: rbg(253, 238, 237);
}

/* 京东秒杀 */
.miaosa{
    margin-top: 60px;
}

.miaosa ul {
    width: 1200px;
    height: 260px;
    background-color: white;
    margin-top: 10px;
}

.miaosa ul li img {
    width: 140px;
    height: 140px;
}

.miaosa ul li {
    padding: 10px;
    width: 170px;
    height: 210px;
    text-align: center;
    float: left;
    border-right: 1px solid rgb(239, 239, 239);
}

.miaosa ul li p {
    margin-top: 20px;
    text-align: center;
    width: 200px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.miaosa ul li p:nth-of-type(1) {
    font-size: 14px;
    color: rgb(93, 93, 93);
}

.miaosa ul li p:nth-of-type(2) {
    font-size: 14px;
    color: rgb(225, 37, 27);
}

/* 右导航 */

.sticky {
    position: sticky;
    top: 0px;

    width: 50px;
    /* height: 200px; */
    background-color: white;
    float: right;

}

.sticky>ul>li {
    /* margin-top: 20px; */
    text-align: center;

}

.sticky>ul>li:hover {
    background-color: rgb(200, 22, 35);
    color: white;
}

.sticky>ul>li>a:hover {
    color: white;
}

.sticky a {
    /* padding: 10px; */
    font-size: 14px;
    display: inline-block;
    height: 50px;
    padding-top: 10px;
    /* padding-left: 10px; */
    color: black;
    text-align: center;
}


/* 频道广场 */


.pingdao {
    width: 1200px;
    margin-top: 30px;
}

.ping1 {
    width: 290px;
    height: 370px;
}

.t3 {
    width: 100px;
    height: 100px;
}

.go {
    display: inline;
}

.lus {
    color: rgb(210, 187, 171);

}

.pingdao table {
    border-spacing: 10px;
}

.pingdao table td {
    background-color: white;
}

.pingdao h2 {
    text-align: center;
}


/* 为你推荐 */

.tuijian {
    width: 1200px;
    height: 780px;
}

.tuijian h2 {
    height: 60px;
    line-height: 60px;
    text-align: center;
}

.lab {
    width: 150px;
    height: 150px;
}

.select td {
    background-color: white;
    width: 230px;
    padding: 40px;

}

.recommend {
    width: 1200px;
    position: relative;
  
}

.select {
    width: 100%;
    height: 650px;
    position: absolute;
    border-spacing: 10px;
    top: 50px;
    opacity: 0;
}

.recommend label:hover {
    color: rgb(225, 37, 27);
}

.recommend label h3:hover {
    color: rgb(225, 37, 27);
}

.recommend label {
    color: rgb(155, 154, 177);
}

.recommend label h3 {
    color: black;
}

#jinxuan {
    display: inline-block;
    color: white;
    padding: 0px 20px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    background-color: rgb(225, 37, 27);
}

.recommend label {
    text-align: center;
    float: left;
    /* width: 195px; */
    width: 200px;
    height: 50px;
    background-color: rgb(255, 255, 255);

}

.recommend input {
    display: none;
}

.recommend li input:checked~.select {
    opacity: 1;
}

.recommend li {
    text-align: center;
}

/* table里的样式 */
.select tr td p:nth-of-type(1) {
    color: rgb(102, 102, 102);
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;


}

.select tr td p:nth-of-type(1) span {
    color: white;
    font-size: 10px;
    background-color: rgb(225, 37, 27);
}

.select tr td p:nth-of-type(2) {
    color: rgb(229, 67, 58);
    font-weight: 700;
}


/* 底部 */
footer {
    width: 1190px;
    height: 300px;
    /* background-color: aquamarine; */

}


.top {

    margin-bottom: 30px;
}

.png {
    width: 55px;
    vertical-align: middle;
    margin-right: 10px;

}

.top>ul>li {
    float: left;
    width: 290px;
    text-align: center;


    line-height: 50px;
}

.list {
    border-bottom: 1px solid rgb(227, 227, 227);
    margin-top: 40px;
}

.list>li {
    float: left;
    width: 200px;


}

.list>li>ul {
    padding: 20px 0px;
}

.list>li>ul li {
    line-height: 30px;
    color: rgb(113, 106, 100);
}

.pp {
    color: rgb(113, 106, 100);
}

/* 最后一部分 */


.lists {
    width: 1200px;
    /* height: 30px; */
    /* border: 1px solid red; */
    padding: 10px 40px;
    /* background-color: blueviolet; */

}
/* .bottom{
    background-color: chocolate;
} */
.lists li {
    float: left;
    margin: 5px;



}

.lists li a {
    font-size: 14px;
    color: rgb(114, 119, 144);
}

.one {
    font-size: 13px;
    text-align: center;
    color: rgb(160, 145, 146);
    margin-bottom: 10px;
}

html部分 

<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>京东(JD.COM)-正品低价、品质保障、配送及时、轻松购物!</title>
    <link rel="icon" href="https://www.jd.com/favicon.ico" mce_href="//www.jd.com/favicon.ico" type="image/x-icon"/>
    <link rel="stylesheet" href="./tubiao/font_4292845_7w5qhtdil5k/iconfont.css">
    <script src="./tubiao/font_4292845_7w5qhtdil5k/iconfont.js"></script>
    <link rel="stylesheet" href="./swiper/swiper-bundle.css">

</head>

<body>
    <!-- 头部 -->

    <div class="wrap">
        <div class=" head w">
            <div class="left">
                <ul>
                    <li><a href=""><svg class="icon" aria-hidden="true">
                                <use xlink:href="#icon-a4"></use>
                            </svg>安徽</a></li>
                    <li><a href="">切换至企业版</a></li>
                </ul>
            </div>
            <div class="right">

                <ul class="yc">
                    <li><a href="./login.html"> 你好,请登录<span class="mian">免费注册</span></a></li>
                    <li><a href="">|</a></li>
                    <li><a href="">我的订单</a></li>
                    <li><a href="">|</a></li>
                    <li><a href="">我的京东</a>
                        <div class="wode"></div>
                    </li>
                    <li><a href="">|</a></li>
                    <li>
                        <a href="" id="qiy">企业采购</a>
                        <div class="hidden">
                            <a href="">企业购</a><a href="">公共采购</a><br>
                            <a href="">工业品</a><a href="">商用场景馆</a><br>
                            <a href="">礼品卡</a><a href="">微信企业购</a><br>
                            <a href="">工品优选</a><a href="">京东锦礼</a><br>
                            <a href="">企业购专业版</a><br>
                            <a href="">大中型客户采购</a>
                        </div>
                    </li>
                    <li><a href="">|</a></li>
                    <li><a href="">商家服务</a>
                        <div class="hidden">
                            <a href="">合作招商</a><a href="">学习中心</a><br>
                            <a href="">商家后台</a><a href="">京麦工作台</a><br>
                            <a href="">商家帮助</a><a href="">规则平台</a>
                        </div>
                    </li>
                    <li><a href="">|</a></li>
                    <li><a href="">网站导航</a></li>
                    <li><a href="">|</a></li>
                    <li><a href="">手机京东</a></li>
                    <li><a href="">|</a></li>
                    <li><a href="">网站无障碍</a></li>
                </ul>
            </div>
        </div>
    </div>

    <div class="second">
        <!-- 头部导航 -->
        <header class="w clearfix">

            <div class="logo">
                <img src="./image/logo.png" alt="">
            </div>

            <div class="rright">
                <!-- 搜索框 -->
                <div class="search">

                    <div class="sou">
                        <input type="text" placeholder="无线鼠标" class="ipt">
                        <button> <i class="iconfont icon-fangdajing"></i>
                        </button>
                    </div>

                    <span class="gouwuce">
                        <a href="" class="iconfont icon-gouwuche"></a>我的购物车
                    </span>
                    <!-- 搜索框下方 -->

                    <ul class="r-middle clearfix">
                        <li><a href="" id="first">荣耀上新日</a></li>
                        <li><a href="">华为超品</a></li>
                        <li><a href="">二手钟表</a></li>
                        <li><a href="">京东装修</a></li>
                        <li><a href="">爱步5折</a></li>
                        <li><a href="">爱步潮靴</a></li>
                        <li><a href="">ecco鞋靴</a></li>
                        <li><a href=""> iPhone15</a></li>
                        <li><a href="">健康好物</a></li>
                    </ul>

                </div>

                <!-- 导航 -->
                <ul class="nav clearfix">
                    <li><a href="">京东超市</a></li>
                    <li><a href="">京东生鲜</a></li>
                    <li><a href="">秒杀</a></li>
                    <li><a href="">京东家电</a></li>
                    <li><a href="">电脑数码</a></li>
                    <li><a href="">PLUS会员</a></li>
                    <li><a href="">进口好物</a></li>
                    <li><a href="">便宜包邮</a></li>
                    <li><a href="">拍卖</a></li>
                    <li><a href="">京东五金城</a></li>
                </ul>

            </div>
            <div class="r-img w">
                <img src="./image/111.png" alt=""id="jie" >
            </div>

        </header>
    </div>


    <main class="w">
        <!-- 侧边栏 -->
        <ul class="sidebar">
            <li><a href="">家用电器</a></li>
            <li><a href="">手机</a>/<a href="">运营商</a>/<a href="">数码</a></li>
            <li><a href="">电脑</a>/<a href="">办公</a></li>
            <li><a href="">家居</a>/<a href="">家具</a>/<a href="">家装</a>/<a href="">厨具</a></li>
            <li><a href="">男装</a>/<a href="">女装</a>/<a href="">童装</a>/<a href="">内衣</a></li>
            <li><a href="">美妆</a>/<a href="">个护清洁</a>/<a href="">宠物</a></li>
            <li><a href="">女鞋</a>/<a href="">箱包</a>/<a href="">钟表</a>/<a href="">珠宝</a></li>
            <li><a href="">男鞋</a>/<a href="">运动</a>/<a href="">户外</a></li>
            <li><a href="">房产</a>/<a href="">汽车</a>/<a href="">汽车用品</a></li>
            <li><a href="">母婴</a>/<a href="">玩具乐器</a></li>
            <li><a href="">食品</a>/<a href="">酒类</a>/<a href="">生鲜</a>/<a href="">特产</a></li>
            <li><a href="">艺术</a>/<a href="">礼品鲜花</a>/<a href="">农资绿植</a></li>
            <li><a href="">医药保健</a>/<a href="">计生情趣</a></li>
            <li><a href="">图书</a>/<a href="">文娱</a>/<a href="">教育</a>/<a href="">电子书</a></li>
            <li><a href="">机票</a>/<a href="">酒店</a>/<a href="">旅游</a>/<a href="">生活</a></li>
            <li><a href="">支付</a>/<a href="">白条</a>/<a href="">保险</a>/<a href="">企业金融</a>

                <div class="for">

                    <p class="index">金融首页<i class="iconfont icon-youjiantou"></i> </p>

                    <ul class="for-left">

                        <li>东家<i class="iconfont icon-youjiantou"></i></li>
                        <li>白条<i class="iconfont icon-youjiantou"></i></li>
                        <li>支付<i class="iconfont icon-youjiantou"></i></li>
                        <li>保险<i class="iconfont icon-youjiantou"></i></li>
                        <li>企业金融<i class="iconfont icon-youjiantou"></i></li>

                    </ul>

                    <ul class="for-right">
                        <li>阳光私募</li>
                        <li>京东白条﹐白条联名卡﹐京东钢铺安居白条</li>
                        <li>京东支付</li>
                        <li>健康险﹐人寿险﹐意外险旅行险财产险车险</li>
                        <li>京保贝京小贷企业主贷企业金采企业贷―动产融资京票秒贴﹑运费保理</li>
                    </ul>

                </div>

            </li>
            <li><a href="">安装</a>/<a href="">维修</a>/<a href="">清洗</a>/<a href="">二手</a></li>
            <li><a href="">工业品</a>/<a href="">元器件</a></li>
        </ul>

        <!-- 中间图片 -->

        <div class="swiper clearfix">
            <div class="swiper-wrapper">
                <div class="swiper-slide"><img src="./image/轮播1.jpg" alt=""></div>
                <div class="swiper-slide"><img src="./image/轮播2.jpg" alt=""></div>
                <div class="swiper-slide"><img src="./image/轮播3.jpg" alt=""></div>
                <div class="swiper-slide"><img src="./image/轮播4.jpg" alt=""></div>
                <div class="swiper-slide"><img src="./image/轮播5.webp" alt=""></div>
                <div class="swiper-slide"><img src="./image/轮播6.jpg" alt=""></div>

            </div>
            <!-- 如果需要分页器 -->
            <div class="swiper-pagination"></div>

            <!-- 如果需要导航按钮 -->
            <div class="swiper-button-prev"></div>
            <div class="swiper-button-next"></div>

            <!-- 如果需要滚动条 -->
            <div class="swiper-scrollbar"></div>
        </div>

        <script src="./swiper/swiper-bundle.js"></script>
        <script>
            var mySwiper = new Swiper('.swiper', {
                // direction: 'vertical', // 垂直切换选项
                loop: true, // 循环模式选项

                // 如果需要分页器
                pagination: {
                    el: '.swiper-pagination',
                },

                // 如果需要前进后退按钮
                navigation: {
                    nextEl: '.swiper-button-next',
                    prevEl: '.swiper-button-prev',
                },
                autoplay: true,
                // 如果需要滚动条
                // scrollbar: {
                //   el: '.swiper-scrollbar',
                // },
            })        
        </script>

        <div class="r-img">
            <ul>
                <li><img src="./image/r-1.webp" alt=""></li>
                <li><img src="./image/r-2.webp" alt=""></li>
                <li><img src="./image/r-3.webp" alt=""></li>
            </ul>
        </div>
        <div class="z-right clearfix">

            <div class="jindong">

                <svg class="icon jd" aria-hidden="true">
                    <use xlink:href="#icon-G-jd"></use>
                </svg><br>
                <a href="" class="hi">Hi~欢迎逛京东!</a>
            </div>
            <div class="plus">
                <h4>Plus会员</h4><a href="">立即开通></a>

                <p>最高3%返利</p>
            </div>
            <div class="huiyuan">
                <h4>企业会员</h4><a href="">立即开通></a>

                <p>注册领1000元礼包</p>
            </div>
            <div class="tubiao">
                <table>
                    <tr>
                        <td><svg class="icon" aria-hidden="true">
                                <use xlink:href="#icon-youxi"></use>
                            </svg><br>
                            <a href="">企业购</a>
                        </td>
                        <td>
                            <svg class="icon" aria-hidden="true">
                                <use xlink:href="#icon-jiudian"></use>
                            </svg><br>
                            <a href="">酒店</a>
                        </td>
                        <td> <svg class="icon" aria-hidden="true">
                                <use xlink:href="#icon-jiayouka"></use>
                            </svg><br>
                            <a href="">礼品卡</a>
                        </td>
                    </tr>
                    <tr>
                        <td>
                            <svg class="icon" aria-hidden="true">
                                <use xlink:href="#icon-yunwuliji"></use>
                            </svg><br>
                            <a href="">云建站</a>
                        </td>
                        <td><svg class="icon" aria-hidden="true">
                                <use xlink:href="#icon-jiayouka"></use>
                            </svg><br>
                            <a href="">白条</a>
                        </td>
                        <td>
                            <svg class="icon" aria-hidden="true">
                                <use xlink:href="#icon-youxi"></use>
                            </svg><br>
                            <a href="">话费</a>
                        </td>
                    </tr>
                    <tr>
                        <td>
                            <svg class="icon" aria-hidden="true">
                                <use xlink:href="#icon-youxi"></use>
                            </svg><br>
                            <a href="">游戏</a>
                        </td>
                        <td>
                            <svg class="icon" aria-hidden="true">
                                <use xlink:href="#icon-jiudian"></use>
                            </svg><br>
                            <a href="">五金城</a>
                        </td>
                        <td><svg class="icon" aria-hidden="true">
                                <use xlink:href="#icon-dianyingpiao1"></use>
                            </svg><br>
                            <a href="">电影票</a>
                        </td>
                    </tr>
                    <tr>
                        <td><svg class="icon" aria-hidden="true">
                                <use xlink:href="#icon-huochepiao3"></use>
                            </svg><br>
                            <a href="">火车票</a>
                        </td>
                        <td><svg class="icon" aria-hidden="true">
                                <use xlink:href="#icon-huochepiao3"></use>
                            </svg><br>
                            <a href="">机票</a>
                        </td>
                        <td>
                            <svg class="icon" aria-hidden="true">
                                <use xlink:href="#icon-jiayouka"></use>
                            </svg><br>
                            <a href="">加油卡</a>
                        </td>
                    </tr>
                </table>

                <p>
                    <span>资讯</span>刘文强:我国工业绿国工业绿工业绿
                </p>
            </div>

        </div>

    </main>
    <div class="sticky">

        <ul>
            <li><a href="">京东<br>
                    秒杀</a></li>
            <li><a href="">频道
                    <br>广场</a></li>
            <li><a href="">为你
                    <br>推荐</a></li>
            <li><a href="">
                    <i class="iconfont icon-kefu1"></i><br>
                    客服</a></li>
            <li><a href="">
                    <i class="iconfont icon-fankui"></i><br>
                    反馈</a></li>
        </ul>

    </div>

    <div class="miaosa w">
        <ul>
            <li>
                <img src="./image/m1.webp" alt="">

                <p>麦公子青岛特产精酿原浆啤麦公子青岛特产精酿原浆啤</p>
                <p>¥65.5</p>

            </li>

            <li>
                <img src="./image/m1.webp" alt="">

                <p>麦公子青岛特产精酿原浆啤麦公子青岛特产精酿原浆啤</p>
                <p>¥65.5</p>

            </li>
            <li>
                <img src="./image/m1.webp" alt="">

                <p>麦公子青岛特产精酿原浆啤麦公子青岛特产精酿原浆啤</p>
                <p>¥65.5</p>

            </li>
            <li>
                <img src="./image/m1.webp" alt="">

                <p>麦公子青岛特产精酿原浆啤麦公子青岛特产精酿原浆啤</p>
                <p>¥65.5</p>

            </li>
            <li>
                <img src="./image/m1.webp" alt="">

                <p>麦公子青岛特产精酿原浆啤麦公子青岛特产精酿原浆啤</p>
                <p>¥65.5</p>

            </li>
            <li>
                <img src="./image/m1.webp" alt="">

                <p>麦公子青岛特产精酿原浆啤麦公子青岛特产精酿原浆啤</p>
                <p>¥65.5</p>

            </li>
        </ul>

    </div>


    <!-- 频道广场 -->
    <div class="pingdao w">
        <h2>频道广场</h2>
        <table>
            <tr>
                <td rowspan="2" width="290px" hight="370px"><img src="./image/t1.webp" alt="" class="ping1"></td>
                <td rowspan="2"><img src="./image/t2.webp" alt="" class="ping1"></td>
                <td width="290px" hight="180px">


                    <h3 class="go">京东工品购</h3><span class="lus">PLUS专享福利</span>
                    <img src="./image/t3.webp" alt="" class="t3">
                    <img src="./image/t4.webp" alt="" class="t3">
                </td>
                <td width="290px" hight="180px">
                    <h3 class="go">京东工品购</h3><span class="lus">PLUS专享福利</span>
                    <img src="./image/t3.webp" alt="" class="t3">
                    <img src="./image/t4.webp" alt="" class="t3">
                </td>
            </tr>
            <tr>
                <td width="290px" hight="180px">
                    <h3 class="go">京东工品购</h3><span class="lus">PLUS专享福利</span>
                    <img src="./image/t3.webp" alt="" class="t3">
                    <img src="./image/t4.webp" alt="" class="t3">
                </td>
                <td width="290px" hight="180px">
                    <h3 class="go">京东工品购</h3><span class="lus">PLUS专享福利</span>
                    <img src="./image/t3.webp" alt="" class="t3">
                    <img src="./image/t4.webp" alt="" class="t3">
                </td>
            </tr>
            <tr>
                <td width="290px" hight="180px">
                    <h3 class="go">京东工品购</h3><span class="lus">PLUS专享福利</span>
                    <img src="./image/t3.webp" alt="" class="t3">
                    <img src="./image/t4.webp" alt="" class="t3">
                </td>
                <td width="290px" hight="180px">
                    <h3 class="go">京东工品购</h3><span class="lus">PLUS专享福利</span>
                    <img src="./image/t3.webp" alt="" class="t3">
                    <img src="./image/t4.webp" alt="" class="t3">
                </td>
                <td width="290px" hight="180px">
                    <h3 class="go">京东工品购</h3><span class="lus">PLUS专享福利</span>
                    <img src="./image/t3.webp" alt="" class="t3">
                    <img src="./image/t4.webp" alt="" class="t3">
                </td>
                <td width="290px" hight="180px">
                    <h3 class="go">京东工品购</h3><span class="lus">PLUS专享福利</span>
                    <img src="./image/t3.webp" alt="" class="t3">
                    <img src="./image/t4.webp" alt="" class="t3">
                </td>
            </tr>

        </table>

    </div>


    <!-- 为你推荐 -->

    <div class="tuijian w  ">
        <h2>为你推荐</h2>

        <ul class="recommend w">
            <li>
                <input type="radio" id="content1" name="ipt" checked>
                <label for="content1">
                    <h3 id="jinxuan">精选</h3><br>
                    猜你喜欢
                </label>
                
                <table class="select">
                    <tr>
                        <td width="230px" hight="322px">
                            <img src="./image/n1.webp" alt="" class="lab">
                            <p>
                                <span>自营</span>创维(SKYWORTH)10公斤大容量变频滚筒洗衣机全...
                            </p>
                            <p>¥ 1249.00</p>
                        </td>
                        <td>
                            <img src="./image/n1.webp" alt="" class="lab">
                            <p>
                                <span>自营</span>创维(SKYWORTH)10公斤大容量变频滚筒洗衣机全...
                            </p>
                            <p>¥ 1249.00</p>
                        </td>
                        <td>
                            <img src="./image/n1.webp" alt="" class="lab">
                            <p>
                                <span>自营</span>创维(SKYWORTH)10公斤大容量变频滚筒洗衣机全...
                            </p>
                            <p>¥ 1249.00</p>
                        </td>
                        <td>
                            <img src="./image/n1.webp" alt="" class="lab">
                            <p>
                                <span>自营</span>创维(SKYWORTH)10公斤大容量变频滚筒洗衣机全...
                            </p>
                            <p>¥ 1249.00</p>
                        </td>
                        <td>
                            <img src="./image/n1.webp" alt="" class="lab">
                            <p>
                                <span>自营</span>创维(SKYWORTH)10公斤大容量变频滚筒洗衣机全...
                            </p>
                            <p>¥ 1249.00</p>
                        </td>
                    </tr>

                    <tr>
                        <td width="230px" hight="322px">
                            <img src="./image/n1.webp" alt="" class="lab">
                            <p>
                                <span>自营</span>创维(SKYWORTH)10公斤大容量变频滚筒洗衣机全...
                            </p>
                            <p>¥ 1249.00</p>
                        </td>
                        <td>
                            <img src="./image/n1.webp" alt="" class="lab">
                            <p>
                                <span>自营</span>创维(SKYWORTH)10公斤大容量变频滚筒洗衣机全...
                            </p>
                            <p>¥ 1249.00</p>
                        </td>
                        <td>
                            <img src="./image/n1.webp" alt="" class="lab">
                            <p>
                                <span>自营</span>创维(SKYWORTH)10公斤大容量变频滚筒洗衣机全...
                            </p>
                            <p>¥ 1249.00</p>
                        </td>
                        <td>
                            <img src="./image/n1.webp" alt="" class="lab">
                            <p>
                                <span>自营</span>创维(SKYWORTH)10公斤大容量变频滚筒洗衣机全...
                            </p>
                            <p>¥ 1249.00</p>
                        </td>
                        <td>
                            <img src="./image/n1.webp" alt="" class="lab">
                            <p>
                                <span>自营</span>创维(SKYWORTH)10公斤大容量变频滚筒洗衣机全...
                            </p>
                            <p>¥ 1249.00</p>
                        </td>
                    </tr>

                </table>


            </li>
            <li>

                <input type="radio" id="content2" name="ipt">
                <label for="content2">
                    <h3>智能先锋</h3>
                    大电器械
                </label>

                <table class="select clearfix">
                    <tr>
                        <td width="230px" hight="322px">
                            <img src="./image/n2.webp" alt="" class="lab">
                            <p>
                                <span>自营</span>创维(SKYWORTH)10公斤大容量变频滚筒洗衣机全...
                            </p>
                            <p>¥ 1249.00</p>
                        </td>
                        <td>
                            <img src="./image/n2.webp" alt="" class="lab">
                            <p>
                                <span>自营</span>创维(SKYWORTH)10公斤大容量变频滚筒洗衣机全...
                            </p>
                            <p>¥ 1249.00</p>
                        </td>
                        <td>
                            <img src="./image/n2.webp" alt="" class="lab">
                            <p>
                                <span>自营</span>创维(SKYWORTH)10公斤大容量变频滚筒洗衣机全...
                            </p>
                            <p>¥ 1249.00</p>
                        </td>
                        <td>
                            <img src="./image/n2.webp" alt="" class="lab">
                            <p>
                                <span>自营</span>创维(SKYWORTH)10公斤大容量变频滚筒洗衣机全...
                            </p>
                            <p>¥ 1249.00</p>
                        </td>
                        <td>
                            <img src="./image/n2.webp" alt="" class="lab">
                            <p>
                                <span>自营</span>创维(SKYWORTH)10公斤大容量变频滚筒洗衣机全...
                            </p>
                            <p>¥ 1249.00</p>
                        </td>
                    </tr>

                    <tr>
                        <td width="230px" hight="322px">
                            <img src="./image/n2.webp" alt="" class="lab">
                            <p>
                                <span>自营</span>创维(SKYWORTH)10公斤大容量变频滚筒洗衣机全...
                            </p>
                            <p>¥ 1249.00</p>
                        </td>
                        <td>
                            <img src="./image/n2.webp" alt="" class="lab">
                            <p>
                                <span>自营</span>创维(SKYWORTH)10公斤大容量变频滚筒洗衣机全...
                            </p>
                            <p>¥ 1249.00</p>
                        </td>
                        <td>
                            <img src="./image/n2.webp" alt="" class="lab">
                            <p>
                                <span>自营</span>创维(SKYWORTH)10公斤大容量变频滚筒洗衣机全...
                            </p>
                            <p>¥ 1249.00</p>
                        </td>
                        <td>
                            <img src="./image/n2.webp" alt="" class="lab">
                            <p>
                                <span>自营</span>创维(SKYWORTH)10公斤大容量变频滚筒洗衣机全...
                            </p>
                            <p>¥ 1249.00</p>
                        </td>
                        <td>
                            <img src="./image/n2.webp" alt="" class="lab">
                            <p>
                                <span>自营</span>创维(SKYWORTH)10公斤大容量变频滚筒洗衣机全...
                            </p>
                            <p>¥ 1249.00</p>
                        </td>
                    </tr>

                </table>

            </li>
            <li>
                <input type="radio" id="content3" name="ipt">
                <label for="content3">
                    <h3>居家优品</h3>
                    品质生活
                </label>

                <table class="select">
                    <tr>
                        <td width="230px" hight="322px">
                            <img src="./image/n3.webp" alt="" class="lab">
                            <p>
                                <span>自营</span>创维(SKYWORTH)10公斤大容量变频滚筒洗衣机全...
                            </p>
                            <p>¥ 1249.00</p>
                        </td>
                        <td>
                            <img src="./image/n3.webp" alt="" class="lab">
                            <p>
                                <span>自营</span>创维(SKYWORTH)10公斤大容量变频滚筒洗衣机全...
                            </p>
                            <p>¥ 1249.00</p>
                        </td>
                        <td>
                            <img src="./image/n3.webp" alt="" class="lab">
                            <p>
                                <span>自营</span>创维(SKYWORTH)10公斤大容量变频滚筒洗衣机全...
                            </p>
                            <p>¥ 1249.00</p>
                        </td>
                        <td>
                            <img src="./image/n3.webp" alt="" class="lab">
                            <p>
                                <span>自营</span>创维(SKYWORTH)10公斤大容量变频滚筒洗衣机全...
                            </p>
                            <p>¥ 1249.00</p>
                        </td>
                        <td>
                            <img src="./image/n3.webp" alt="" class="lab">
                            <p>
                                <span>自营</span>创维(SKYWORTH)10公斤大容量变频滚筒洗衣机全...
                            </p>
                            <p>¥ 1249.00</p>
                        </td>
                    </tr>

                    <tr>
                        <td width="230px" hight="322px">
                            <img src="./image/n3.webp" alt="" class="lab">
                            <p>
                                <span>自营</span>创维(SKYWORTH)10公斤大容量变频滚筒洗衣机全...
                            </p>
                            <p>¥ 1249.00</p>
                        </td>
                        <td>
                            <img src="./image/n3.webp" alt="" class="lab">
                            <p>
                                <span>自营</span>创维(SKYWORTH)10公斤大容量变频滚筒洗衣机全...
                            </p>
                            <p>¥ 1249.00</p>
                        </td>
                        <td>
                            <img src="./image/n3.webp" alt="" class="lab">
                            <p>
                                <span>自营</span>创维(SKYWORTH)10公斤大容量变频滚筒洗衣机全...
                            </p>
                            <p>¥ 1249.00</p>
                        </td>
                        <td>
                            <img src="./image/n3.webp" alt="" class="lab">
                            <p>
                                <span>自营</span>创维(SKYWORTH)10公斤大容量变频滚筒洗衣机全...
                            </p>
                            <p>¥ 1249.00</p>
                        </td>
                        <td>
                            <img src="./image/n3.webp" alt="" class="lab">
                            <p>
                                <span>自营</span>创维(SKYWORTH)10公斤大容量变频滚筒洗衣机全...
                            </p>
                            <p>¥ 1249.00</p>
                        </td>
                    </tr>

                </table>

            </li>
            <li>
                <input type="radio" id="content4" name="ipt">
                <label for="content4">
                    <h3>超市百货</h3>
                    百货生鲜
                </label>

                <table class="select">
                    <tr>
                        <td width="230px" hight="322px">
                            <img src="./image/n4.webp" alt="" class="lab">
                            <p>
                                <span>自营</span>创维(SKYWORTH)10公斤大容量变频滚筒洗衣机全...
                            </p>
                            <p>¥ 1249.00</p>
                        </td>
                        <td>
                            <img src="./image/n4.webp" alt="" class="lab">
                            <p>
                                <span>自营</span>创维(SKYWORTH)10公斤大容量变频滚筒洗衣机全...
                            </p>
                            <p>¥ 1249.00</p>
                        </td>
                        <td>
                            <img src="./image/n4.webp" alt="" class="lab">
                            <p>
                                <span>自营</span>创维(SKYWORTH)10公斤大容量变频滚筒洗衣机全...
                            </p>
                            <p>¥ 1249.00</p>
                        </td>
                        <td>
                            <img src="./image/n4.webp" alt="" class="lab">
                            <p>
                                自营创维(SKYWORTH)10公斤大容量变频滚筒洗衣机全...
                            </p>
                            <p>¥ 1249.00</p>
                        </td>
                        <td>
                            <img src="./image/n4.webp" alt="" class="lab">
                            <p>
                                <span>自营</span>创维(SKYWORTH)10公斤大容量变频滚筒洗衣机全...
                            </p>
                            <p>¥ 1249.00</p>
                        </td>
                    </tr>

                    <tr>
                        <td width="230px" hight="322px">
                            <img src="./image/n4.webp" alt="" class="lab">
                            <p>
                                <span>自营</span>创维(SKYWORTH)10公斤大容量变频滚筒洗衣机全...
                            </p>
                            <p>¥ 1249.00</p>
                        </td>
                        <td>
                            <img src="./image/n4.webp" alt="" class="lab">
                            <p>
                                <span>自营</span>创维(SKYWORTH)10公斤大容量变频滚筒洗衣机全...
                            </p>
                            <p>¥ 1249.00</p>
                        </td>
                        <td>
                            <img src="./image/n4.webp" alt="" class="lab">
                            <p>
                                <span>自营</span>创维(SKYWORTH)10公斤大容量变频滚筒洗衣机全...
                            </p>
                            <p>¥ 1249.00</p>
                        </td>
                        <td>
                            <img src="./image/n4.webp" alt="" class="lab">
                            <p>
                                <span>自营</span>创维(SKYWORTH)10公斤大容量变频滚筒洗衣机全...
                            </p>
                            <p>¥ 1249.00</p>
                        </td>
                        <td>
                            <img src="./image/n4.webp" alt="" class="lab">
                            <p>
                                <span>自营</span>创维(SKYWORTH)10公斤大容量变频滚筒洗衣机全...
                            </p>
                            <p>¥ 1249.00</p>
                        </td>
                    </tr>

                </table>

            </li>
            <li>
                <input type="radio" id="content5" name="ipt">
                <label for="content5">
                    <h3>时装达人</h3>
                    美妆穿搭
                </label>

                <table class="select">
                    <tr>
                        <td width="230px" hight="322px">
                            <img src="./image/n5.webp" alt="" class="lab">
                            <p>
                                <span>自营</span>创维(SKYWORTH)10公斤大容量变频滚筒洗衣机全...
                            </p>
                            <p>¥ 1249.00</p>
                        </td>
                        <td>
                            <img src="./image/n5.webp" alt="" class="lab">
                            <p>
                                <span>自营</span>创维(SKYWORTH)10公斤大容量变频滚筒洗衣机全...
                            </p>
                            <p>¥ 1249.00</p>
                        </td>
                        <td>
                            <img src="./image/n5.webp" alt="" class="lab">
                            <p>
                                <span>自营</span>创维(SKYWORTH)10公斤大容量变频滚筒洗衣机全...
                            </p>
                            <p>¥ 1249.00</p>
                        </td>
                        <td>
                            <img src="./image/n5.webp" alt="" class="lab">
                            <p>
                                <span>自营</span>创维(SKYWORTH)10公斤大容量变频滚筒洗衣机全...
                            </p>
                            <p>¥ 1249.00</p>
                        </td>
                        <td>
                            <img src="./image/n5.webp" alt="" class="lab">
                            <p>
                                <span>自营</span>创维(SKYWORTH)10公斤大容量变频滚筒洗衣机全...
                            </p>
                            <p>¥ 1249.00</p>
                        </td>
                    </tr>

                    <tr>
                        <td width="230px" hight="322px">
                            <img src="./image/n5.webp" alt="" class="lab">
                            <p>
                                <span>自营</span>创维(SKYWORTH)10公斤大容量变频滚筒洗衣机全...
                            </p>
                            <p>¥ 1249.00</p>
                        </td>
                        <td>
                            <img src="./image/n5.webp" alt="" class="lab">
                            <p>
                                <span>自营</span>创维(SKYWORTH)10公斤大容量变频滚筒洗衣机全...
                            </p>
                            <p>¥ 1249.00</p>
                        </td>
                        <td>
                            <img src="./image/n5.webp" alt="" class="lab">
                            <p>
                                <span>自营</span>创维(SKYWORTH)10公斤大容量变频滚筒洗衣机全...
                            </p>
                            <p>¥ 1249.00</p>
                        </td>
                        <td>
                            <img src="./image/n5.webp" alt="" class="lab">
                            <p>
                                <span>自营</span>创维(SKYWORTH)10公斤大容量变频滚筒洗衣机全...
                            </p>
                            <p>¥ 1249.00</p>
                        </td>
                        <td>
                            <img src="./image/n5.webp" alt="" class="lab">
                            <p>
                                <span>自营</span>创维(SKYWORTH)10公斤大容量变频滚筒洗衣机全...
                            </p>
                            <p>¥ 1249.00</p>
                        </td>
                    </tr>

                </table>

            </li>
            <li>
                <input type="radio" id="content6" name="ipt">
                <label for="content6">
                    <h3>进口好物</h3>
                    京东国际
                </label>

                <table class="select">
                    <tr>
                        <td width="230px" hight="322px">
                            <img src="./image/n6.webp" alt="" class="lab">
                            <p>
                                <span>自营</span>创维(SKYWORTH)10公斤大容量变频滚筒洗衣机全...
                            </p>
                            <p>¥ 1249.00</p>
                        </td>
                        <td>
                            <img src="./image/n6.webp" alt="" class="lab">
                            <p>
                                <span>自营</span>创维(SKYWORTH)10公斤大容量变频滚筒洗衣机全...
                            </p>
                            <p>¥ 1249.00</p>
                        </td>
                        <td>
                            <img src="./image/n6.webp" alt="" class="lab">
                            <p>
                                <span>自营</span>创维(SKYWORTH)10公斤大容量变频滚筒洗衣机全...
                            </p>
                            <p>¥ 1249.00</p>
                        </td>
                        <td>
                            <img src="./image/n6.webp" alt="" class="lab">
                            <p>
                                <span>自营</span>创维(SKYWORTH)10公斤大容量变频滚筒洗衣机全...
                            </p>
                            <p>¥ 1249.00</p>
                        </td>
                        <td>
                            <img src="./image/n6.webp" alt="" class="lab">
                            <p>
                                <span>自营</span>创维(SKYWORTH)10公斤大容量变频滚筒洗衣机全...
                            </p>
                            <p>¥ 1249.00</p>
                        </td>
                    </tr>

                    <tr>
                        <td width="230px" hight="322px">
                            <img src="./image/n6.webp" alt="" class="lab">
                            <p>
                                <span>自营</span>创维(SKYWORTH)10公斤大容量变频滚筒洗衣机全...
                            </p>
                            <p>¥ 1249.00</p>
                        </td>
                        <td>
                            <img src="./image/n6.webp" alt="" class="lab">
                            <p>
                                <span>自营</span>创维(SKYWORTH)10公斤大容量变频滚筒洗衣机全...
                            </p>
                            <p>¥ 1249.00</p>
                        </td>
                        <td>
                            <img src="./image/n6.webp" alt="" class="lab">
                            <p>
                                <span>自营</span>创维(SKYWORTH)10公斤大容量变频滚筒洗衣机全...
                            </p>
                            <p>¥ 1249.00</p>
                        </td>
                        <td>
                            <img src="./image/n6.webp" alt="" class="lab">
                            <p>
                                <span>自营</span>创维(SKYWORTH)10公斤大容量变频滚筒洗衣机全...
                            </p>
                            <p>¥ 1249.00</p>
                        </td>
                        <td>
                            <img src="./image/n6.webp" alt="" class="lab">
                            <p>
                                <span>自营</span>创维(SKYWORTH)10公斤大容量变频滚筒洗衣机全...
                            </p>
                            <p>¥ 1249.00</p>
                        </td>
                    </tr>

                </table>

            </li>
        </ul>

    </div>

    <!-- 底部 -->

    <footer class="w">
        <div class="top clearfix">
            <ul>
                <li>
                    <h3><img src="./image/duo.png" alt="" class="png">品类齐全,轻松购物 </h3>
                </li>
                <li>
                    <h3><img src="./image/kuai.png" alt="" class="png">快多仓直发,极速配送</h3>
                </li>
                <li>
                    <h3><img src="./image/hao.png" alt="" class="png">正品行货,精致服务</h3>
                </li>
                <li>
                    <h3><img src="./image/sheng.png" alt="" class="png">省天天低价,畅选无忧</h3>
                </li>
            </ul>
        </div>
        <hr>
        <div>
            <ul class="list clearfix">
                <li>
                    <h3>购物指南</h3>
                    <ul>

                        <li>购物流程</li>
                        <li>会员介绍</li>
                        <li>生活旅行</li>
                        <li>常见问题</li>
                        <li>大家电</li>
                        <li>联系客服</li>
                    </ul>
                </li>
                <li>
                    <h3>配送方式</h3>
                    <ul>
                        <li>上门自提</li>
                        <li>211限时达</li>
                        <li>配送服务查询</li>
                        <li>配送费收取标准</li>
                    </ul>

                </li>
                <li>
                    <h3>支付方式</h3>
                    <ul>
                        <li>货到付款 </li>
                        <li>在线支付</li>
                        <li>分期付款</li>
                        <li>公司转账</li>
                    </ul>
                </li>
                <li>
                    <h3>售后服务</h3>
                    <ul>
                        <li>售后政策</li>
                        <li>价格保护</li>
                        <li>退款说明</li>
                        <li>返修/退换货</li>
                        <li>取消订单</li>
                    </ul>
                </li>
                <li>
                    <h3>特色服务</h3>
                    <ul>
                        <li>夺宝岛</li>
                        <li>DIY装机</li>
                        <li>延保服务</li>
                        <li>京东E卡</li>
                        <li>京东通信</li>
                        <li>京鱼座智能</li>
                    </ul>
                </li>
                <li>
                    <h3>京东自营覆盖区县</h3>
                    <p class="pp">京东已向全国2661个区县提供自营配送服务,支持货到付款、POS机刷卡和售后上门服务。
                        查看详情></p>

                </li>
            </ul>
        </div>

        <div class="f-bottpm w">


            <ul class="lists clearfix">
                <li><a href="">关于我们</a></li>
                <li><a href="">|</a></li>
                <li><a href="">联系我们</a></li>
                <li><a href="">|</a></li>
                <li><a href="">联系客报</a></li>
                <li><a href="">|</a></li>
                <li><a href="">合作招商</a></li>
                <li><a href="">|</a></li>
                <li><a href="">商家帮助</a></li>
                <li><a href="">|</a></li>
                <li><a href="">营销中心</a></li>
                <li><a href="">|</a></li>
                <li><a href="">手机京东</a></li>
                <li><a href="">|</a></li>
                <li><a href="">友情链接</a></li>
                <li><a href="">|</a></li>
                <li><a href="">销售联盟</a></li>
                <li><a href="">|</a></li>
                <li><a href="">京东社区</a></li>
                <li><a href="">|</a></li>
                <li><a href="">风险监测</a></li>
                <li><a href="">|</a></li>
                <li><a href="">质量公告</a></li>
                <li><a href="">|</a></li>
                <li><a href="">隐私政策</a></li>
                <li><a href="">|</a></li>
                <li><a href="">京东公益</a></li>
                <li><a href="">|</a></li>
                <li><a href="">Media&lR</a></li>

            </ul>


              <p class="one">京公网安备11000002000088号|京ICP备11041704号ICP|
                互联网药品信息服务资格证编号(京)-经营性-2014-0008|
                药品网络交易服务第三方平台备案凭证|新出发京零字第大120007号</p>

            <p class="one">互联网出版许可证编号新出网证[京)字150号│出版物经营许可证息科网络文V经营许可证京网文[2020]6112-1201号│违法和不良信息举报电话:4006561155</p>
            <p class="one">Colpyrght c 204-23京东JDcom版权所有上消贵者维权热线:406067331|经营证照│(京)网械平台备字2018)第0003号│营业执照│增值电信业务经营许可证
            </p>
            <p class="one">京东旗下网站:京东钱包!京东云东/网络内容从业人员违法违规行为举报电话: 4006561155-3</p>

        </div>




    </footer>

</body>

</html>

效果图 

  • 24
    点赞
  • 14
    收藏
    觉得还不错? 一键收藏
  • 1
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值