index.html 8.19 KB
<html>
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
    <include file="public/layout" />
    <link href="__PUBLIC__/static/css/index.css" rel="stylesheet" type="text/css">
    <link href="__PUBLIC__/static/css/perfect-scrollbar.min.css" rel="stylesheet" type="text/css">
    <link href="__PUBLIC__/static/css/purebox.css" rel="stylesheet" type="text/css">
    <link href="__PUBLIC__/static/js/jquery-ui/jquery-ui.min.css" rel="stylesheet" type="text/css">
    <script type="text/javascript" src="__PUBLIC__/static/js/jquery.js"></script>
    <script type="text/javascript" src="__PUBLIC__/static/js/jquery-ui/jquery-ui.min.js"></script>
    <script type="text/javascript" src="__PUBLIC__/static/js/jquery.cookie.js"></script>
    <style>
        .maxbox {
            max-width: 970px;
            margin: 15px;
        }

        .maxbox .top {
            margin-bottom: 20px;
        }

        .maxbox .top .left {
            float: left;
            width: 40%;
            background-color: #c4182e;
            padding: 30px 20px;
            height: 155px;
        }

        .maxbox .top .right {
            float: left;
            width: calc(100% - 40% - 142px);
            background-color: #f1f1f1;
            border: 1px #ddd solid;
            padding: 30px 40px;
            margin-left: 20px;
            height: 153px;
        }

        .maxbox .bottom {
            border: 1px #ddd solid;
            padding: 0 20px;
        }

        .logo {
            display: inline-block;
            *zoom: 1;
            *display: inline;
            vertical-align: middle;
            width: 126px;
            height: 126px;
            border-radius: 50%;
        }

        .ylpinfo {
            display: inline-block;
            *zoom: 1;
            *display: inline;
            vertical-align: middle;
            color: #fff;
            font-size: 14px;
            margin-left: 20px;
        }

        .logodit {
            width: 126px;
            color: #fff;
            font-size: 14px;
            text-align: center;
            padding: 5px 0;
        }

        .logodit a {
            color: #fff;
            cursor: pointer;
        }

        .maxbox .top .right .r_left,
        .maxbox .top .right .r_rig {
            width: calc(50% - 5%);
            float: left;
        }

        .maxbox .top .right .r_left {
            margin-right: 5%;
        }

        .maxbox .top .right .r_rig {
            margin-left: 5%;
        }

        .maxbox .top .right .r_rig .box {
            color: #989a99;
        }

        .maxbox .top .right .r_left .box,
        .maxbox .top .right .r_rig .box {
            margin: 25px 0;
        }

        .maxbox .top .right .r_left .box .tit,
        .maxbox .top .right .r_rig .box .tit {
            display: block;
            font-size: 16px;
        }

        .maxbox .top .right .r_left .box .info
        .maxbox .top .right .r_rig .box .info {
            display: block;
            font-size: 14px;
        }

        .btn_login {
            color: #fff;
            background-color: #c4182e;
            text-align: center;
            padding: 5px 20px;
            display: inline-block;
            *zoom: 1;
            *display: inline;
            margin-top: 15px;
        }

        .maxbox .bottom .b_top,
        .maxbox .bottom .b_bottom {
            margin: 20px 0;
        }

        .maxbox .bottom .b_top .tit,
        .maxbox .bottom .b_bottom .tit {
            width: 80px;
            color: #000;
            font-size: 16px;
            display: inline-block;
            *zoom: 1;
            *display: inline;
            vertical-align: top;
        }

        .maxbox .bottom .b_top .pro,
        .maxbox .bottom .b_bottom .pro {
            display: inline-block;
            *zoom: 1;
            *display: inline;
            vertical-align: top;
            font-size: 14px;
            width: calc(70% - 100px);
            line-height: 25px;
            min-height: 50px;
            margin-bottom: 15px;
            margin-top: -3px;
        }
        .maxbox .bottom .b_top .state,
        .maxbox .bottom .b_bottom .state{
            display: inline-block;
            *zoom: 1;
            *display: inline;
            vertical-align: top;
            width: calc(100% - 70%);
            text-align: right;
            color: #2baa2b;
            font-size: 14px;
        }
        .maxbox .bottom .b_top .state img,
        .maxbox .bottom .b_bottom .state img{
            display: inline-block;
            *zoom: 1;
            *display: inline;
            vertical-align: middle;
            margin:-3px 8px 0;
        }

        .maxbox .bottom .b_top {
            border-bottom: 1px #000 dashed;
        }

        .maxbox .bottom .b_bottom {
        }
        .pReload {
            margin-left: 5px;
            color: #999;
            width: 24px;
            height: 24px;
            line-height: 24px;
            text-align: center;
            vertical-align: middle;
            display: inline-block;*zoom: 1;*display:inline;
            position: relative;
            z-index: 1;
        }
        .pReload i {
            font-size: 14px;
            margin: 5px 0;
        }
    </style>
</head>
<body class="iframe_body">

<div class="warpper">
    <div class="title">账号登录<div title="刷新数据" class="pReload"><i class="fa fa-refresh"></i></div></div>
    <div class="maxbox">
        <div class="top">
            <div class="left">
                <img class="logo" src="__PUBLIC__/static/images/index/logo.png?v=2019" alt="">
                <div class="ylpinfo">
                    <div>名称:{$ylpinfo['enterpriseName']}</div>
                    <div>账号:{$ylpinfo['userName']}</div>
                </div>

            </div>
            <div class="right">
                <div class="r_left">
                    <div class="box">
                        <span class="tit">我的密码</span>
                        <span class="info">{$ylpinfo['password']|default='初始密码已更改'}</span>
                    </div>
                    <div class="box">
                        <span class="tit">手机号码</span>
                        <span class="info">{$ylpinfo['phoneNumber']}</span>
                    </div>
                </div>
                <div class="r_rig">
                    <div class="box">
                        <span class="tit">我的操作</span>
                        <span class="info">需要立即登录</span>
                        <br/>
                        <a href="https://mp.yolipai.com" target="_blank">
                        <span class="btn_login">登录</span></a>
                    </div>
                    <!--<div class="box">-->
                    <!--<span class="tit"></span>-->
                    <!--<span class="info"></span>-->
                    <!--</div>-->
                </div>
                <div class="clear"></div>
            </div>
            <div class="clear"></div>
        </div>
        <div class="bottom">
            <div class="b_top">
                <span class="tit">我的密码</span>
                <span class="pro">该密码为初始密码,为保证您平台信息的安全性,请及时到有礼派后台设置新密码;</span>
                <span class="state">
                     <img class="" src="__PUBLIC__/static/images/index/szok.png" alt="">已设置
                </span>
            </div>
            <div class="b_bottom">
                <span class="tit">手机绑定</span>
                <span class="pro">您已绑定了手机{$ylpinfo['phoneNumber']},【您的手机号可用于账户登录,找回密码,修改稿密
码级提现等重要操作,如需更改请到美得得后台进行重置;</span>
                <span class="state">
                     <img class="" src="__PUBLIC__/static/images/index/szok.png" alt="">已设置
                </span>
            </div>
        </div>
    </div>
</div>
<div id="footer" style="position: static; bottom: 0px;">
    <p>版权所有 © 美得得科技(深圳)有限公司,并保留所有权利。</p>
</div>
</body>

</html>