摘要: 很常用的一个小功能,鼠标移动到某个li上面,或者标签上面,就跟着切换内容。 <style> ul,li{ margin:0; padding:0; list-style: none; } ul{ overflow: hidden; } li{ width: 100px; height: 40px; 阅读全文
posted @ 2021-08-26 18:29 Private! 阅读(51) 评论(0) 推荐(0) 编辑
摘要: 利用数组里面的数据,实现一个简单的搜索功能。 <style> .content{ width:500px; margin:40px auto; } .search{ width: 400px; overflow: hidden; } .search input{ float: left; } #va 阅读全文
posted @ 2021-08-26 17:14 Private! 阅读(957) 评论(0) 推荐(0) 编辑
摘要: 一个由于本地的数据实现的验证码功能,<style> .divone{ margin-left: 100px; } .checkCode{ background-color: antiquewhite; height: 30px; width: 80px; margin: 5px; padding: 阅读全文
posted @ 2021-08-26 16:10 Private! 阅读(82) 评论(0) 推荐(0) 编辑
摘要: 一个支付完成跳转页面,由a页面支付成功跳转b页面。再由b页面倒计时,时间到了自动返回过去。 a.html <body> <div> <p>11111</p> <p>22222</p> <p>33333</p> <p>44444</p> <p>55555</p> <p> <button>取消</but 阅读全文
posted @ 2021-08-26 15:13 Private! 阅读(515) 评论(0) 推荐(0) 编辑