Web前端:淘宝的三个网站-登录页-主页-商品页

淘宝登录页

源代码

<!DOCTYPE html>

<html lang="en">

<head>

    <meta charset="UTF-8">

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

    <title>淘宝登陆页面</title>

    <style>

        *{

            margin: 0px;

        }

        /* div{

            border: 1px solid red;

        } */

        .A,.C{

            height: 100px;

        }

        .B{

            width: 600px;

            height: 500px;

            margin: auto;

            /* box-shadow: 10px 10px 10px rgb(233, 233, 243); */

            background-color: rgb(233, 233, 243);

            border-radius: 20px;

        }

        .B0{

            text-align: center;

            height: 15%;

        }

        .B1{

            text-align: center;

            height: 20%;

        }

        .B2{

            text-align: center;

            height:15%;

        }

        .B3{

            text-align: center;

            height:15%;

        }

        .B4{

            text-align: center;

            height:20%;

        }

        .B5{

            text-align: center;

            height:20%;

        }

        input{

            width: 300px;

            height: 40px;

            border-radius: 10px;

        }

        button{

            width: 300px;

            height: 40px;

        }

    </style>

</head>

<body>

    <form action="https://www.taobao.com">

    <div class="A"><img src="./淘宝.jpg" alt=""></div>

    <div class="B">

        <div class="B0"></div>

        <div class="B1"><h1>密码登录|短信登陆</h1></div>

        <div class="B2">

            <p><input type="text" name="username" id="username" value="" placeholder="账户名/邮箱/手机号"></p>

        </div>

        <div class="B3">

            <p><input type="password" name="password" id="password" value="" placeholder="请输入登录密码"></p>

        </div>

        <div class="B4">

            <p><button type="submit">登录</button></p>

        </div>

        <div class="B5">

            <span>免费注册</span>

            <span>忘记账户名</span>

            <span>忘记密码</span>

        </div>

    </div>

    <div class="C"></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>

        .H{

            /* border: 1px solid red; */

            height: 100px;

        }

        .H1,H2{

            float: left;

        }

        .H2{

            /* text-align: center; */

            margin-top: 1%;

        }

        input{

            width: 700px;

            height: 40px;

        }

        button{

            width: 50px;

            height: 40px;

        }

       

        .box{

            margin-top: 5%;

            margin-left: 15%;

            display: grid;

            width: 1200px;

            height: 1500px;

            grid-template-columns: repeat(5,1fr);

            grid-template-rows: repeat(5,1fr);

            grid-gap: 10px;

        }

        .box > div{

            border: 1px solid red;

            width: 234px;

            height: 366px;

           

        }

    </style>

</head>

<body>

    <div class="H">

        <div class="H1"><img src="./淘宝网热卖.jpg" alt="" ></div>

        <div class="H2">

            <input type="text">

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

        </div>

    </div>

    <div class="box">

        <div><img src="./华为手机.jpg" alt="" width="220px" height="356px" style="margin-left: 10px; margin-top: 10px;"></div>

        <div><img src="./华为手机.jpg" alt="" width="220px" height="356px" style="margin-left: 10px; margin-top: 10px;"></div>

        <div><img src="./华为手机.jpg" alt="" width="220px" height="356px" style="margin-left: 10px; margin-top: 10px;"></div>

        <div><img src="./华为手机.jpg" alt="" width="220px" height="356px" style="margin-left: 10px; margin-top: 10px;"></div>

        <div><img src="./华为手机.jpg" alt="" width="220px" height="356px" style="margin-left: 10px; margin-top: 10px;"></div>

        <div><img src="./华为手机.jpg" alt="" width="220px" height="356px" style="margin-left: 10px; margin-top: 10px;"></div>

        <div><img src="./华为手机.jpg" alt="" width="220px" height="356px" style="margin-left: 10px; margin-top: 10px;"></div>

        <div><img src="./华为手机.jpg" alt="" width="220px" height="356px" style="margin-left: 10px; margin-top: 10px;"></div>

        <div><img src="./华为手机.jpg" alt="" width="220px" height="356px" style="margin-left: 10px; margin-top: 10px;"></div>

        <div><img src="./华为手机.jpg" alt="" width="220px" height="356px" style="margin-left: 10px; margin-top: 10px;"></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>

        *{

            margin: 0px;

            background-color: rgb(225, 230, 234);

        }

        div{

             border: 1px solid red;

        }

       

        .box{

            height: 100px;

            /* background-color: antiquewhite; */

        }

        .box1,.box2{

            text-align: center;

            height: 50px;

            float: left;

            margin-top: 20px

        }

        .box1{

            width: 10%;

        }

        .box2{

            width: 40%;

            margin-left: 300px;

        }

        input{

            height: 35px;

            width: 300px;

            margin-top: 5px;

            border-radius: 10px;

        }

        button{

            height: 35px;

            margin-top: 5px;

            border-radius: 10px;

            background-color: rgb(247, 127, 8);

        }

        .B1{

            height: 80px;

            /* background-color: aqua; */

            width: 1200px;

            margin-left: 280px;

            background-color: white;

        }

        .B2{

            background-color: white;

            height: 500px;

            /* background-color: aqua; */

            width: 1200px;

            margin-left: 280px;

        }

        .B11,.B12{

            background-color: white;

            text-align: center;

            height: 450px;

            float: left;

            margin-top: 20px

        }

        .B11{

            width: 38%;

            margin-left: 5px;

        }

        .B12{

            width: 58%;

            margin-left: 30px;

        }

    </style>

</head>

<body>

    <div class="box">

        <div class="box1"><img src="https://img.alicdn.com/imgextra/i2/O1CN01a69z6z1hJklCkBqOU_!!6000000004257-2-tps-174-106.png" alt="" height="50px"></div>

        <div class="box2">

            <input type="text" placeholder="搜索宝贝">

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

            <button type="submit">搜本店</button>

        </div>

    </div>

    <div class="B">

        <div class="B1"><img src="./店铺.jpg" alt="" height="78px" width="1190px"></div>

        <div class="B2">

            <div class="B11"><img src="./手机.jpg" alt="" height="470px" width="500px"></div>

            <div class="B12">

                <ul>

                    <li>现货速发/官网正品 华为50系列16+512GB新款旗舰5G曲面屏手机1亿像素学生游戏拍照官方专卖官网正品店直降x50</li>

                    <li>已售 800+</li>

                    <li><img src="./新品促销.jpg" alt=""></li>

                    <li>配 送: 多仓发货至 广州市 从化区

                        快递: 免运费 48小时内发货

                    </li>

                </ul>

                <p><button>立即购买</button>

                    <button>加入购物车</button>

                    <button>收藏</button>

                </p>

            <div>

        </div>

    </div>

</body>

</html>

代码截图

运行画面

Web前端小白,做得不好请见谅,有错误麻烦您指正,谢谢!

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值