03 2022 档案
摘要:记录一下,mark 点击查看代码 footer { width: 100%; height:100px; /* footer的高度一定要是固定值*/ position:absolute; bottom:0px; left:0px; }
阅读全文
摘要:使背景图片自适应撑满页面 方法1 点击查看代码 background: url(你的图片) no-repeat center center fixed; /*兼容浏览器版本*/ -webkit-background-size: cover; -o-background-size: cover; ba
阅读全文
摘要:input实现页面跳转 记录一下 点击查看代码 <input type="button" onclick='location.href=("index.aspx")' /> <!-- 在本页面打开 --> <input type="button" onclick='window.open("bedz
阅读全文
阅读目录(Content)
此页目录为空