网页案例:腾讯成长守护 02-成长守护(小白)

02-成长守护效果图

(静态页面部分图)

html代码

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link rel="stylesheet" href="02-成长守护.css"> 
    <link rel="shortcut icon" href="../images/image/favicon .ico" type="image/x-icon">
    <title>02-成长守护</title>
</head>
<body>
    <div class="yi">
        <div class="datu"></div>
        <div class="ding">
            <div class="tu"></div>
            <div class="lie">
                <ul>
                    <li class="lie-1">
                        <a href="01-成长平台首页.html">首页</a></li>
                    <li class="lie-1 lie-2">
                        <a href="02-成长守护.html">成长守护</a></li>
                    <li class="lie-1">
                        <a href="03-星星守护.html">星星守护</a></li>
                    <li class="lie-1">
                        <a href="04-守护共创.html">守护共创</a></li>
                    <li class="lie-1">
                        <a href="05-帮助.html">帮助</a></li>
                </ul>
            </div>
            <div class="guan">登录</div>
        </div>
        <div class="wo">
            <div class="wo-1"></div>
        </div>
        <div class="bian">
            <div class="bian-1"></div>
            <div class="kuang">家庭守护</div>
            <div class="kuang-1">成长守护小程序是腾讯,成长守护面向未成年人及其家庭推出的,培养健康游戏和娱乐习惯的产品。我们致力于打造互信互动的亲子守护平台,倡导家长与孩子沟通协商、互动,同时也提供必要管控工具来帮助孩子。</div>
            <div class="kuang-2">
                <span class="kuang-3">微信小程序 : 家庭守护</span>
            </div>
        </div>
        <div class="ling">
            <div class="ling-1">家庭共享游戏数据</div>
            <div class="ling-2">家长和孩子通过双向确认的邀请组建家庭,成员共享游戏信息,建立互言的和谐家庭关系。</div>
            <div class="ling-3">守护工具</div>
            <div class="ling-4">在“账号绑定”的基础上,提供未成年人的姓名、身份证号信息。家长可以进入“守护模式”,管理孩子的游戏情况。具体能力包括:限制登录时长、时段,禁止充值,一键禁玩等,</div>
            <div class="ling-5">社区</div>
            <div class="ling-6">丰富科学的家庭教育资讯,有趣活泼的话题PK互动,专业科学的家长课堂,家长孩子一起学习进步,让家庭有序有爱。</div>
            <div class="ling-7"></div>
        </div>
        <div class="foot">
            <div class="foot-1">
                <ul>
                    <li class="foot-2"></li>
                    <li class="foot-3">用户反馈QQ群 : 49522414</li>
                    <li>
                    </li>
                </ul>
                <ul class="qq-1">
                    <li class="foot-5">全国官方客服</li>
                    <li class="foot-4">0755-860113799</li>
                    <li class="foot-6">服务时间 9 : 00-22 : 00</li>
                </ul>
            </div>
            <div class="hou">COPYRIGHT ◎ 1998 -2019 TENCENT. ALL RIGHTS RESERVED腾讯公司 版权所有</div>
        </div>
        </div>
    </div>
</body>
</html>

css代码

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

.yi{
    width: 1473px;
    height: 2400px;
    background-color: rgba(255, 255, 255);
    position: relative;
}

.datu{
    width: 1473px;
    height: 650px;
    background: url(../images/image/pc-parent-banner.png) no-repeat;
    background-size: 1500px;
}

.ding{
    width: 100%;
    height: 100px;
    background-color: rgba(255, 255, 255, 0.501);
    position: fixed;
    top: 0;
    z-index: 999;
}

.tu{
    width: 170px;
    height: 33px;
    background: url(../images/image/logo-1.png);
    background-size: 170px;
    position: fixed;
    top: 25px;
    left: 260px;
    cursor: pointer;
}

.lie{
    width: 550px;
    height: 20px;
    text-align: center;
    position: fixed;
    top: 30px;
    left: 430px;
}

a{
    color: black;
    text-decoration: none;
}

.lie-1{
    width: 65px;
    height: 20px;
    float: left;
    margin-left: 40px;
}

.lie-1 a:hover {
    color:  #2caf7d;
}

.lie-2{
    height: 25px;
    border-bottom: 2px solid #03d5d6;
}

.guan{
    width: 91px;
    height: 34px;
    border: 1px solid #333;
    border-radius: 17px;
    text-align: center;
    line-height: 28px;
    font-size: 16px;
    color: #333;
    cursor: pointer;
    position: absolute;
    top: 30px;
    right: 125px;
}

.guan:hover{
    color: #03d5d6;
    border-color: #03d5d6;
}

.wo{
    width: 388px;
    height: 785px;
    background: rgb(255, 255, 255) url(../images/image/phone-bg.png) no-repeat -48px -15px;
    border-radius: 50px;
    position: absolute;
    top: 111px;
    left: 206px;
    box-shadow: 5px 20px 40px rgba(201, 201, 201, 0.821);
    z-index: 10;
}

.wo-1{
    width: 360px;
    height: 625px;
    background: url(../images/picture/family-slide-1.png) no-repeat;
    position: absolute;
    top: 70px;
    left: 18px;
    z-index: 10;
}

.bian{
    width: 720px;
    height: 400px;
    border: 5px solid aquamarine;
    position: absolute;
    top: 442px;
    left: 500px;
    z-index: 5;
}

.bian-1{
    width: 720px;
    height: 400px;
    border: 4px solid rgba(246, 246, 246, 0.607);
    position: absolute;
    top: 2px;
    left: -12px;
    z-index: 1;
}

.kuang{
    width: 100px;
    height: 40px;
    font-size: 25px;
    position: absolute;
    top: 80px;
    left: 130px;
}

.kuang-1{
    width: 321px;
    height: 100px;
    font-size: 14px;
    position: absolute;
    top: 138px;
    left: 130px;
}

.kuang-2{
    width: 200px;
    height: 230px;
    background: url(../images/image/program-code.png) no-repeat;
    position: absolute;
    top: 78px;
    right: 40px;
}

.kuang-3{
    width: 200px;
    height: 20px;
    position: absolute;
    bottom: 0px;
}

.ling{
    width: 1158px;
    height: 1000px;
    background: rgba(255, 255, 255) url(../images/image/parent-main.png) no-repeat;
    position: absolute;
    top: 1000px;
    left: 122px;
}

.ling-1{
    width: 200px;
    height: 30px;
    font-size: 25px;
    position: absolute;
    top: 30px;
    left: 682px
}

.ling-2{
    width: 500px;
    height: 50px;
    position: absolute;
    top: 70px;
    left: 388px;
}

.ling-3{
    width: 200px;
    height: 30px;
    font-size: 25px;
    position: absolute;
    top: 375px;
    left: 262px;
}

.ling-4{
    width: 500px;
    height: 62px;
    position: absolute;
    top: 412px;
    left: 262px;
}

.ling-5{
    width: 100px;
    height: 30px;
    font-size: 25px;
    position: absolute;
    top: 695px;
    left: 843px;
}

.ling-6{
    width: 500px;
    height: 50px;
    position: absolute;
    top: 726px;
    left: 395px;
}

.ling-7{
    width: 300px;
    height: 290px;
    background: white url(../images/image/community.svg) no-repeat;
    position: absolute;
    bottom: 93px;
    right: -38px;
}

.foot{
    width: 1473px;
    height: 400px;
    background: url(../images/image/foot-bg.png) no-repeat -147px 0 ;
    background-size: cover;
    position: absolute;
    bottom: 0;
}

.foot-1{
    width: 1000px;
    height: 120px;
    border-bottom: 1px solid rgb(188, 184, 184);
    position: absolute;
    bottom: 100px;
    left: 221px;
    color: #b4b8ba;
    line-height: 35px;
}

.foot-1 .foot-2{
    background: url(../images/image/tencent.png) no-repeat;
    width: 242px;
    height: 40px;
}

.foot-3{
    position: absolute;
    bottom: 30px;
    font-size: 20px;
}

.foot-1 .qq-1{
    position: absolute;
    right: 0;
    bottom: 10px;
    float: right;
}

.foot-4{
    width: 202px;
    font-size: 25px;
    position: absolute;
    right: 0px;
    bottom: 38px;
}

.foot-5{
    width: 72px;
    position: absolute;
    right: 0px;
    bottom: 75px;
    font-size: 12px;
}

.foot-6{
    width: 127px;
    position: absolute;
    right: 0px;
    bottom: 5px;
    font-size: 12px;
}

.hou{
    font-size: 12px;
    position: absolute;
    bottom: 65px;
    left: 500px;
    color: #b4b8ba;
}
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值