前端学习回顾
xlj3
静以修身,俭以养德
展开
-
三种列表
apple apple apple apple apple apple apple apple原创 2017-01-25 20:14:16 · 357 阅读 · 0 评论 -
一级二级菜单slideToggle
*{margin:0;padding:0} .content{ margin:100px auto; width:800px; height:1000px; border:1px red solid; } ul{ list-style-type:none; width:300px; height:30px; border:1px red原创 2017-01-30 14:49:10 · 620 阅读 · 0 评论 -
children和 siblings的菜单选择
*{margin:0;padding:0} .content{ margin:100px auto; width:800px; height:1000px; border:1px red solid; } .content .box span{ display:inline-bolck; } .content .box{ paddin原创 2017-01-30 15:38:27 · 368 阅读 · 0 评论 -
CSS3圆角
div{ width:100px; height:100px; border:2px red solid; } div:nth-of-type(1){/*:nth-of-type(n) 选择器匹配属于父元素的特定类型的第 N 个子元素的每个元素.*/ border-radius:100px;/*50%*/ } div:nth-of-type(2){ b原创 2017-01-30 16:25:14 · 310 阅读 · 0 评论 -
CSS3阴影
IE8不支持css3.0 div{ width:300px; height:300px; border:10px #ccc solid; margin:100px auto; box-shadow:15px 15px 15px -5px rgba(0,0,0,.3)/*默认outside,内阴影inset*/ /*CSS3的RGBA(R,G,原创 2017-01-30 16:43:07 · 212 阅读 · 0 评论 -
css3和css伪类和伪元素区别与兼容性
单冒号(:)用于CSS3伪类,双冒号(::)用于CSS3伪元素。伪元素由双冒号和伪元素名称组成。双冒号是在当前规范中引入的,用于区分伪类和伪元素。但是伪类兼容现存样式,浏览器需要同时支持旧的伪类,比如:first-line、:first-letter、:before、:after等。对于CSS2之前已有的伪元素,比如:before,单冒号和双冒号的写法::before作用是一样原创 2017-01-31 11:33:32 · 3413 阅读 · 0 评论 -
CSS3过度
div{ width:300px; height:100px; border:2px solid red; background-color:pink; margin:100px auto; /*多个属性加逗号*/ transition:width 2s ease 0s,height 2s ease 0s; } div:hover{ widt原创 2017-01-31 11:22:53 · 271 阅读 · 0 评论 -
css3 iphone实现页面
body{ background-color:#aaa; } .iphone{ width:300px; height:600px; margin:50px auto; background-color:#2e2e2e; border:10px solid #3b3b3b; border-radius:50px; box-shadow:3px原创 2017-01-31 11:40:51 · 793 阅读 · 0 评论 -
position和float都可以有宽高
<!-- 绝对定位和绝对定位都可以让元素处于不同层次; 通过z-index:制定层次; 验证:根据相邻已经定位的父元素进行定位; --> body{padding:0px;margin:0px;} #f_3{width:300px;height:300px;background-color:yellow;margin-left原创 2017-01-31 10:07:22 · 375 阅读 · 0 评论 -
伪类实现图片膨胀
div{ width:280px; height:156px; border:1px solid red; margin:100px auto; overflow:hidden ; } img{ vertical-align:top; transition:all 2s; width:280px; height:156px; }原创 2017-01-31 13:13:17 · 718 阅读 · 0 评论 -
Css3透明、background-size 属性
background-size: length|percentage|cover|contain;值描述测试length设置背景图像的高度和宽度。第一个值设置宽度,第二个值设置高度。如果只设置一个值,则第二个值会被设置为 "auto"。测试percentage以父元素的百分比来设原创 2017-01-31 13:59:21 · 730 阅读 · 0 评论 -
jquery上下切换滑动
.data{ background:red; width:200px; height:400px; } $(function(){ $('.dis').click(function(){ $('.data').slideUp(200); }) $('.hid').click(function(){ $('.data').slid原创 2017-01-30 14:10:42 · 1059 阅读 · 0 评论 -
jquery显示和隐藏 切换
img{ width:160px; height:200px; position:absolute; top:100px; } .right{ right:10px; } $(function(){ $('.dis').click(function(){ $('.data').show(200); }) $原创 2017-01-30 13:57:35 · 1290 阅读 · 0 评论 -
表格的简单实现_1
#content{ margin:0 auto;/*元素居中处理*/ } a{ text-decoration:none; } 今日小说排行榜 排名 关键词 趋势 今日搜索 最近七日 相关链接 1 2 1 2原创 2017-01-26 12:23:11 · 254 阅读 · 0 评论 -
诗词排班
h2{color:#0c3;font-size:16px;text-align:center;} h4{color:#900;} p{color:#06c;font-size:14px;text-indent;2em;} body{background-image:url('img/cibihuaigu.jpg');}; 《念奴娇 赤壁怀古》原创 2017-01-27 10:35:22 · 642 阅读 · 0 评论 -
行元素、块元素、行内块元素
span{ width:100px; height:100px; border:1px red solid; display:block; } div{ width:100px; height:100px; border:1px red solid; display:inline; } a{ wi原创 2017-01-27 11:05:13 · 8878 阅读 · 2 评论 -
line-height行高的解析
div{width:300px; height:40px; background-color:#9c3; } .chge{width:300px; height:40px; background-color:#9c3; line-height:40px; } 行高line-height 行高l原创 2017-01-28 19:11:33 · 1092 阅读 · 0 评论 -
背景background
*{margin:0;padding:0}/*消除浏览器缝隙*/ body{ /*background-image:url(11.jpg); background-repeat:no-repeat; background-position:center top; background-attachment:fixed;图片固定 }*/ /*简原创 2017-01-28 20:47:10 · 299 阅读 · 0 评论 -
label for id
input{ width:150px; height:18px; outline-style:none;/*取消蓝色边框*/ } .username{ border:1px dashed #ccc; background-color:#E7EEFE; } .username:focus{/*获取焦点*/ border:1px原创 2017-01-29 10:01:07 · 1127 阅读 · 0 评论 -
细线表格 border-collapse:collapse;/*细线表格,合并边框*/
#content{ margin:0 auto;/*元素居中处理*/ } a{ text-decoration:none; } table , td ,th{ border:1px solid red; border-collapse:collapse;/*细线表格,合并边框*/ } 今日小说排行榜原创 2017-01-29 10:23:49 · 2493 阅读 · 0 评论 -
导航栏
.nav{ height:41px; background-color:#FCFCFC; border-top:3px solid #FF8500; border-bottom:1px solid #EDEEF0; padding-left:50px; } .nav a{ color:#4C4C4C; text-decoratio原创 2017-01-29 11:09:09 · 259 阅读 · 0 评论 -
盒子集成weith,不继承height
.fa{ background-color:pink; width:300px; height:200px; } .son{ background-color:blue; } 111原创 2017-01-29 11:34:02 · 543 阅读 · 0 评论 -
列导航
/*行高line-height必须放在font-size后边;或者这样写font:12px/30px "宋体"*/ body{padding:0px;margin:0px;} .music{ width:230px; height:189px; border:1px solid #D9E0EE; border-top:3px solid #FF8400;原创 2017-01-29 17:01:26 · 287 阅读 · 0 评论 -
css3 内减模式
div{ width:220px; height:150px; background:url(C:\\Users\\admin\\Desktop\\xlj.jpg) no-repeat; margin:50px; border-radius:15px; position:relative; } div:hover:before{ content:"原创 2017-02-01 09:41:52 · 2896 阅读 · 0 评论