游戏内嵌页说明文档

游戏内嵌活动页面展示在三个地方,分别为进入游戏强制弹出窗体回归专属福利活动中心

强制弹出窗体

页面可视(1246*726包括滚动条),最小高度726px,容宽度为1240px + 滚动条(最大宽度值6px)

回归专属福利

页面可视(1452*726不包括滚动条),最小高度726px,内容宽度为1452px + 滚动条(最大宽度值10px)

活动中心

页面可视(1246*576包括滚动条),最小高度576px,内容宽度为1240px + 滚动条(最大宽度值6px)

页面标准

  • 在页面head中加
    <meta http-equiv="x-ua-compatible" content="IE=edge" > 
  • 需要给滚动条添加样式,样式为
    ::-webkit-scrollbar-track-piece{background-color:#05060a;}
    ::-webkit-scrollbar{width:6px;}
    ::-webkit-scrollbar-thumb{background:#4c5470;border-radius: 10px}
  • 需要屏蔽PC端自带广告,需要在js里面设置
    window['no_webtips_flag'] = true;
  • 引入milo,重新封装alert
    function showMsg(msg){
        need("biz.lottery",function(LotteryManager){
            LotteryManager.alert(msg);
        });
    }
    window.alert = function(msg){
        showMsg(msg);
    }
Copyright (c) 2018 Tencent-TGIDEAS. all right reserved,powered by Gitbook该文章修订时间: 2021-10-29 15:04:08

results matching ""

    No results matching ""

    results matching ""

      No results matching ""