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