上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 25 下一页
摘要: jQuery.extend(jQuery.roundaboutShapes,{theJuggler:function(a,b,c){return{x:Math.sin(a+b),y:Math.tan(Math.exp(Math.log(a))+b)/(c-1),z:(Math.cos(a+b)+1) 阅读全文
posted @ 2016-12-27 14:07 dongxiaolei 阅读(1161) 评论(0) 推荐(0) 编辑
摘要: 容器设置相对定位 元素设置宽高,并使用绝对定位,上下左右值均为0,margin:auto 如下所示: 阅读全文
posted @ 2016-12-27 11:34 dongxiaolei 阅读(1595) 评论(0) 推荐(0) 编辑
摘要: <div class="layer_bg card-layerBg"></div> <div class="layer_con card-layerCon"> <div class="layer_main card-layerM"> <img src=""/> </div> <div class=" 阅读全文
posted @ 2016-12-27 10:21 dongxiaolei 阅读(1440) 评论(0) 推荐(0) 编辑
摘要: 1、pc端页面在移动端显示,默认视口宽度是980px(也就是body宽度是980px),可通过meta标签设置为需要的尺寸,比如页面中元素最大宽度是1220px,则如下所示 <meta name="viewport" content="width=1220"> 2、如果不想让页面有水平滚动条又有元素 阅读全文
posted @ 2016-12-21 16:59 dongxiaolei 阅读(5571) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html> <head lang="en"> <meta charset="UTF-8"> <title></title> <link rel="stylesheet" href="idangerous.swiper.css"/> <link rel="styles 阅读全文
posted @ 2016-12-20 16:29 dongxiaolei 阅读(3361) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html> <head lang="en"> <meta charset="UTF-8"> <title></title> <link rel="stylesheet" href="idangerous.swiper.css"/> <style> *{margin: 阅读全文
posted @ 2016-12-20 16:26 dongxiaolei 阅读(6358) 评论(0) 推荐(0) 编辑
摘要: 1、把视频传到优酷、腾讯等视频网站中 <!DOCTYPE html> <html> <head lang="en"> <meta charset="UTF-8"> <title></title> <style> *{margin:0;padding:0;} .video .mask{ display 阅读全文
posted @ 2016-12-20 10:59 dongxiaolei 阅读(1698) 评论(0) 推荐(0) 编辑
摘要: 请选择特效分类1 导航菜单1 焦点幻灯片1 广告代码1 网页特效1 jquery 特效1 ... 阅读全文
posted @ 2016-12-02 16:45 dongxiaolei 阅读(265) 评论(0) 推荐(0) 编辑
摘要: $(window).width(); //浏览器可视窗口宽度 $(window).height(); //浏览器可视窗口高度 $(document).width();//body的宽度 $(document.body).width();//body的宽度 $(document).height(); //body的高度 ... 阅读全文
posted @ 2016-11-25 15:21 dongxiaolei 阅读(3204) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2016-11-25 14:52 dongxiaolei 阅读(383) 评论(0) 推荐(0) 编辑
上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 25 下一页