render layout: false

render layout: false


不使用默认模板 就是由header footer lefter righter组成的完整的html, 生成一个原生态的html没有之前所有的header头等一些其他的东西, 生成的页面是单独的页面得自己给HTML加头即:

<!DOCTYPE html>
<html>
<head>
<title>Title of the document</title>
</head>

<body>
The content of the document......
</body>

</html>

实例:

<!DOCTYPE html>
<html style="height: 100%; width: 100%">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1, maximum-scale=1, user-scalable=no" />
<title>欧洲杯</title>
</head>
<body style="margin:0; height: 100%; width: 100%" align="center">
<a href="https://itunes.apple.com/cn/app/id1047180157">
<div align="center" style="background:url(http://cdn.a0.bnbtrip.com/assets/images/web/2016/04/cup.jpg) no-repeat; width: 100%; height: 100%; background-size: cover;background-position:center;">
</div>
</a>
</body>
</html>

注意<a href=""><div style= "background:url()"></div></a>链接的应用, 即用<div>中的background来做背景, 超链接是点击这个背景图片即跳转, meta标签内容是适应手机屏幕的属性, background 中 no-repeat是背景图片不重复填充, 即只有一张

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值