data-view-whr
设置视图容器的渲染宽高比(width height ratio)。当浏览环境为 PC landscape(宽度大于高度)模式时工作。
<body>
<div data-view-container data-view-whr="414 / 736">
<section data-view-id="myView" data-view>
视图内容
</section>
</div>
</body>Last updated