上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 28 下一页
摘要: <!DOCTYPE html><html lang="en"><head> <meta charset="utf-8"> <style type="text/css"> body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,in 阅读全文
posted @ 2016-08-23 14:42 简单就好zyx 阅读(276) 评论(0) 推荐(0)
摘要: <!DOCTYPE html><html><head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <title>换一换</title> <meta name="descr 阅读全文
posted @ 2016-08-23 14:41 简单就好zyx 阅读(1275) 评论(0) 推荐(0)
摘要: html: <html><head><style type="text/css">div, ul, li { margin: 0; padding: 0;}ul { list-style-type: none;}body { text-align: center; font: 12px/20px A 阅读全文
posted @ 2016-08-18 11:06 简单就好zyx 阅读(213) 评论(0) 推荐(0)
摘要: //地区选择 $('.secondcity li').click(function () { $(this).toggleClass('selectli'); len = $('.secondcity li').length; if ($('.selectli').length == len) { 阅读全文
posted @ 2016-08-18 09:32 简单就好zyx 阅读(176) 评论(0) 推荐(0)
摘要: 1.解决方法 给弹层加个高度height:100%;然后overflow-y:auto; .choseareaWrap { position: fixed; top: 0; width:100%; height:100%; overflow:auto; z-index:9999; backgroun 阅读全文
posted @ 2016-08-17 11:00 简单就好zyx 阅读(614) 评论(0) 推荐(0)
摘要: 图片切换 $('.selectarea img').click(function () { if ($(this).attr("src") == "/Content/images/persornalZL/select01.jpg") { $(this).attr("src", "/Content/i 阅读全文
posted @ 2016-08-12 09:12 简单就好zyx 阅读(564) 评论(0) 推荐(0)
摘要: $(function() { $('.love').toggle(function() { $(this).attr("src", "images/loved.png"); }, function() { $(this).attr("src", "images/love.png"); }) $(". 阅读全文
posted @ 2016-08-05 10:52 简单就好zyx 阅读(392) 评论(0) 推荐(0)
摘要: <audio id="musicfx" loop="loop" autoplay="autoplay"> <source src="Besame Mucho.mp3" type="audio/mpeg"> </audio> <!-- <img src="images/music.png" oncli 阅读全文
posted @ 2016-08-03 16:13 简单就好zyx 阅读(274) 评论(0) 推荐(0)
摘要: if ($(window).scrollTop() >= 300) {} 阅读全文
posted @ 2016-07-29 14:16 简单就好zyx 阅读(153) 评论(0) 推荐(0)
摘要: .ecordTable { table-layout:fixed; width:1020px;} 阅读全文
posted @ 2016-07-26 15:59 简单就好zyx 阅读(148) 评论(0) 推荐(0)
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 28 下一页