您现在的位置是:网站首页> 小程序设计

电脑端适配手机页面实例

摘要

<!DOCTYPE html>

<html>

<head>

    <meta charset="UTF-8">

    <meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">

    <title>省钱兄</title>

    <link rel="icon" type="image/x-ico" href="https://www.gomyorder.cn/logo.png"/>

</head>

<script>

    var _mtac = {};

    (function () {

        //移动分析js换成自己的参数或不加载

        var mta = document.createElement("script");

        mta.src = "//pingjs.qq.com/h5/stats.js?v2.0.4";

        mta.setAttribute("name", "MTAH5");

        mta.setAttribute("sid", "500691710");

        var s = document.getElementsByTagName("script")[0];

        s.parentNode.insertBefore(mta, s);

    })();

</script>

<body style="background: #f7bcc8">

<div style="text-align: center;margin: 40px">

    <!--    <div style="margin-bottom: 16px;font-size: 24px;font-weight: bold">自用省钱 分享赚钱</div>-->

    <iframe name="myiframe" id="myrame" src="https://www.gomyorder.cn?invitation=2231278816" frameborder="0" width="450"

            height="800"></iframe>

    <div style="float: right;margin-left: -200px">

        <img style="border-radius: 10px;width: 120px;height: 120px" src="https://www.gomyorder.cn/erweimas.jpg"

             alt="关注公众号">

        <div style="margin-top: 8px;font-weight: bold">打开微信扫一扫 有福利哦</div>

        <div style="color: red;margin-top: 16px;font-weight: bold">官方邀请码 2242941210</div>

    </div>

</div>

</body>

</html>


上一篇:uniapp总结

下一篇:uni-app获取小程序带参

Top