indexMobile.html 5.5 KB
<!DOCTYPE html>
<html>
<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>智慧监管APP</title>
    <style>
        html,
        body {
            width: 100%;
            height: 100%;
        }

        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box !important;
        }

        .displayFlex {
            display: flex;
            align-items: center;
        }

        .displayFlexBetween {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        .appWnload {
            width: 100%;
            min-height: 100%;
            background: url(/app2/jgv2/image/moBg.png) no-repeat center center;
            background-size: 100% 100%;
            padding: 3.125rem 0 0 0;
        }

        .appWnloadTop {
            width: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .appWnloadTop img {
            width: 2.1875rem;
            height: 1.875rem;
        }

        .appWnloadTop div {
            font-family: YouSheBiaoTiHei;
            font-size: 1.5rem;
            font-weight: normal;
            letter-spacing: 0.18em;
            color: #FFFFFF;
            margin-left: 0.625rem;
        }

        .appWnloadTitle {
            margin-top: 2rem;
            text-align: center;
        }

        .appWnloadTitle1 {
            font-family: Source Han Sans CN;
            font-size: 1.25rem;
            font-weight: bold;
            color: #FFFFFF;
        }

        .appWnloadTitle2 {
            font-family: Source Han Sans CN;
            font-size: 1.125rem;
            font-weight: normal;
            line-height: normal;
            letter-spacing: 0.34em;
            color: #FFFFFF;
            margin-top: 0.4375rem;
        }

        .appWnloadBtn a {
            color: #FFFFFF;
            text-align: center;
            text-decoration: none;
        }

        .appWnloadBtn {
            width: 7.5rem;
            height: 2.5rem;
            border-radius: 0.3125rem;
            background: linear-gradient(90deg, #F9AD19 19%, #F8C11A 80%);
            outline: none;
            font-family: Source Han Sans CN;
            font-size: 1rem;
            font-weight: normal;
            line-height: 2.5rem;
            letter-spacing: 0.04em;
            color: #FFFFFF;
            text-align: center;
            position: absolute;
            top: 0.8125rem;
            left: 50%;
            z-index: 9999;
            transform: translate(-50%, 0);
        }

        .appWnloadBtn a {
            display: block;
            width: 7.5rem;
            height: 2.5rem;
        }

        .appWnloadBg {
            position: relative;
            margin-top: 1.4375rem;
            height: 49.875rem;
        }

        .appWnloadBg1,
        .appWnloadBg2,
        .appWnloadBg3 {
            display: block;
            position: absolute;
        }

        .appWnloadBg1 {
            width: 11.0625rem;
            height: 22.625rem;
            left: 2.375rem;
            top: 6.8125rem;
            z-index: 1;
        }

        .appWnloadBg2 {
            width: 100%;
            min-height: 100%;
            bottom: 0;
            left: 0;
            z-index: 2;
            background: url(/app2/jgv2/image/mobBg2.png) no-repeat center center;
            background-size: 100% 100%;
            display: flex;
            align-items: flex-end;
            justify-content: flex-end;
            flex-direction: column;
        }

        .appWnloadBg3 {
            width: 11.0625rem;
            height: 22.625rem;
            top: 5.75rem;
            right: 2.375rem;
            z-index: 3;
        }

        .appWnloadBgText {
            width: 100%;
            height: 18rem;
            padding: 2rem 1.625rem;
            overflow: auto;
        }

        .appWnloadBgTitle {
            font-family: Source Han Sans CN;
            font-size: 1.125rem;
            font-weight: bold;
            letter-spacing: 0.04em;
            color: #FFFFFF;
        }

        .appWnloadBgTitleBox {
            margin-top: 0.8125rem;
        }

        .appWnloadBgTitleBoxItem {
            font-family: Source Han Sans CN;
            font-size: 0.875rem;
            font-weight: normal;
            color: #FFFFFF;
        }
    </style>
</head>
<body>
<div class="appWnload">
    <div class="appWnloadTop">
        <img src="/app2/jgv2/image/logoF.png" alt="">
        <div>智慧监管APP</div>
    </div>
    <div class="appWnloadTitle">
        <div class="appWnloadTitle1">创新、安全、专业、便捷、稳定</div>
        <div class="appWnloadTitle2">以专业的服务守护每座水库</div>
    </div>


    <div class="appWnloadBg">
        <bottom class="appWnloadBtn"><a href="{$version['apk_url']}" target="_blank">点击下载</a></bottom>
        <img class="appWnloadBg1" src="/app2/jgv2/image/bg1.png" alt="">
        <img class="appWnloadBg3" src="/app2/jgv2/image/bg3.png" alt="">
        <div class="appWnloadBg2">
            <div class="appWnloadBgText">
                <div class="appWnloadBgTitle">{$version['updatetime']|date='Y-m-d',###} 更新版本 v{$version['version_code']}
                </div>
                <div class="appWnloadBgTitleBox">
                    <div class="appWnloadBgTitleBoxItem">{:nl2br($version['upgrade_point'])}</div>
                </div>
            </div>
        </div>

    </div>

</div>
</body>
</html>