helpbuy.html 7.4 KB
<!DOCTYPE html>
<html lang="zh">
<head>
    <meta charset="UTF-8">
    <title>帮买服务</title>
    <script type="text/javascript" src="/assets/js/jquery-1.12.4.min.js"></script>
    <!--bootstrap引入-->
    <link rel="stylesheet" href="/assets/css/bootstrap-3.3.7-dist/css/bootstrap.css">
    <script type="text/javascript" src="/assets/css/bootstrap-3.3.7-dist/js/bootstrap.js"></script>

    <link rel="stylesheet" href="/assets/css/header.css">
    <link rel="stylesheet" href="/assets/css/footer.css">
</head>
<body>
<!--公共头部-->
<header>
    <div class="headerMain">
        <img class="logo" src="/assets/img/images/logo.png" alt="logo">

        <div class="buttons">
            <a href="login.html" class="btn btn-warning">
                <img src="/assets/img/images/user.png" alt="user">
                登录/注册
            </a>
            <a href="shoppingCart.html" class="btn">
                <img src="/assets/img/images/settled.png" alt="shop">
                购物车
            </a>
            <a href="settledIn.html" class="btn">
                <img src="/assets/img/images/settled.png" alt="user">
                我要入驻
            </a>
        </div>
    </div>
</header>

<!--主要内容-->
<div class="content">
    <div class="navBarBox">
        <ul>
            <li><a href="{:url('index/index')}">首页</a></li>
            <li><a href="purchasingCenter.html">采购中心</a></li>
            <li><a href="{:url('index/helpbuy')}">帮买服务</a></li>
            <li><a href="productMaintenance.html">产品维修</a></li>
            <li><a href="aboutUs.html">关于我们</a></li>
        </ul>
    </div>

    <!--标题图片-->
    <div class="titleImgContent">
        <img src="/assets/img/images/helpBuyImg.png" alt="img">
    </div>

    <!--富文本内容-->
    <div class="contentBox">
        <div class="contentMain">

        </div>
    </div>
</div>

<!--右侧功能按钮-->
<div class="rightButtons">
    <a href="tencent://message/?uin=88888888&Site=baidu.com&Menu=yes">
        <img src="/assets/img/images/onlineService.png" alt="onlineService">
        在线客服
    </a>
</div>

<!--公共尾部,其它页面使用时将footer拿出即可-->
<footer>
    <div class="top">
        <ul>
            <li>
                <img src="/assets/img/images/plane.png" alt="plane">
                <div>
                    <p>货期保障</p>
                    <p>就近发货,省时省心</p>
                </div>
            </li>
            <li>
                <img src="/assets/img/images/fabulous.png" alt="fabulous">
                <div>
                    <p>正品货源</p>
                    <p>商家经权威认证,严格审核</p>
                </div>
            </li>
            <li>
                <img src="/assets/img/images/category.png" alt="category">
                <div>
                    <p>品类齐全</p>
                    <p>省心省力,一站购齐</p>
                </div>
            </li>
            <li>
                <img src="images/safe.png" alt="safe">
                <div>
                    <p>安全交易</p>
                    <p>银行监管,保障资金安全</p>
                </div>
            </li>
        </ul>
    </div>
    <div class="bottom">
        <!--底部小导航-->
        <div class="bottomNav">
            <a href="index.html">首页</a>
            <a href="purchasingCenter.html">采购中心</a>
            <a href="{:url('index/helpbuy')}">帮买服务</a>
            <a href="{:url('')}">产品维修</a>
            <a href="aboutUs.html">关于我们</a>
        </div>
        <!--友链-->
        <div class="friendshipLinks">
            <a href="">友情链接:</a>
            <a href="">链接网站名称</a>
            <a href="">链接网站名称</a>
            <a href="">链接网站</a>
            <a href="">链接网站名称</a>
            <a href="">链接网站名称</a>
            <a href="">链接网站</a>
            <a href="">友情链接:</a>
            <a href="">链接网站名称</a>
            <a href="">链接网站名称</a>
            <a href="">链接网站</a>
            <a href="">链接网站名称</a>
            <a href="">链接网站名称</a>
            <a href="">链接网站</a>
            <a href="">链接网站名称</a>
            <a href="">链接网站名称</a>
            <a href="">链接网站</a>
            <a href="">链接网站名称</a>
            <a href="">链接网站名称</a>
            <a href="">链接网站</a>
            <a href="">链接网站名称</a>
            <a href="">链接网站名称</a>
            <a href="">链接网站</a>
            <a href="">链接网站名称</a>
            <a href="">链接网站名称</a>
            <a href="">链接网站</a>
            <a href="">链接网站名称</a>
            <a href="">链接网站名称</a>
            <a href="">链接网站</a>
            <a href="">友情链接申请QQ:(218908309)</a>
        </div>
        <!--分割线-->
        <div class="dividingLine">
            <hr>
        </div>
        <!--备案信息-->
        <div class="recordInfo">
            ©2019 天津百荣科技有限公司 ALL RIGHTS RESERVED 京ICP备17000000号 增值电信业务经营许可证:京AC-255555555
        </div>
    </div>
</footer>

<style>
    .content{
        width: 100%;
        font-size: 0;
        background: rgba(249,249,249,1);
    }
    .content .titleImgContent{
        width: 100%;
        height: 146px;
    }
    .content .titleImgContent img{
        width: 100%;
        height: 100%;
    }

    /*富文本区域样式*/
    .content .contentBox{
        width: 100%;
        font-size: 18px;
        font-family: PingFang SC;
        font-weight: 400;
        line-height: 25px;
        color: rgba(91,94,99,1);
        background: rgba(249,249,249,1);
    }
    .content .contentBox .contentMain{
        width: 1200px;
        /*height: 975px;*/
        padding: 25px 0 59px 0;
        margin: 0 auto;
    }

    /*在线客服按钮样式*/
    .rightButtons{
        position: fixed;
        width: 64px;
        height: 65px;
        top: 400px;
        right: 0;
        background: rgba(0,159,142,1);
    }
    .rightButtons a{
        display: block;
        width: 64px;
        height: 64px;
        text-align: center;
        font-size: 12px;
        font-family: PingFang SC;
        font-weight:500;
        color: rgba(255,255,255,1);
    }
    .rightButtons a img{
        display: block;
        margin: 10px auto 8px auto;
    }
</style>

<script>
    $(function () {
        getText();
    });

    //获取富文本显示内容
    function getText() {
        var testText = 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean euismod bibendum laoreet. Proin gravida dolor sit amet lacus accumsan et viverra justo commodo. Proin sodales pulvinar sic tempor. Sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nam fermentum, nulla luctus pharetra vulputate, felis tellus mollis orci, sed rhoncus pronin sapien nunc accuan eget.\n' +
            '\n' +
            'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean euismod bibendum laoreet. Proin gravida dolor sit amet lacus accumsan et viverra justo commodo. Proin sodales pulvinar sic tempor. Sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nam fermentum, nulla luc'
        $('.contentMain').html(testText);
    }
</script>
</body>
</html>