该文被密码保护。 阅读全文
posted @ 2016-12-27 15:09 liucong2016 阅读(2) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2016-12-06 15:38 liucong2016 阅读(1) 评论(0) 推荐(0)
摘要: border-style属性可设置为下列值之一。?? solid:单实线。?? double:双实线。?? dashed:虚线。?? dotted:点线。?? groove:沟线(groove)。?? ridge:脊线(ridge)。?? inset:内陷边框。?? outset:外凸边框。?? n 阅读全文
posted @ 2016-12-05 11:10 liucong2016 阅读(169) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2016-11-30 11:13 liucong2016 阅读(2) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2016-11-28 14:35 liucong2016 阅读(0) 评论(0) 推荐(0)
摘要: 按照比列求出margin-top需要改变的值就可以了,是负值。(这就是整个关键点了) 阅读全文
posted @ 2016-11-28 09:57 liucong2016 阅读(137) 评论(0) 推荐(0)
摘要: 点击之后 两种时间格式随便用都可以 阅读全文
posted @ 2016-11-28 09:49 liucong2016 阅读(6829) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2016-11-25 11:55 liucong2016 阅读(1) 评论(0) 推荐(0)
摘要: JS下offsetLeft,style.left,以及jQuery中的offset().left,css("left")的区别。 JS下的offsetLeft和style.left,以及jquery的css("left"),对定位的理解相似,如果父元素中有定位元素,都是相对于上一个定位元素(posi 阅读全文
posted @ 2016-11-24 12:55 liucong2016 阅读(21113) 评论(0) 推荐(3)
摘要: <style> .d1{ width: 500px; height: 500px; margin: 100px auto 0; background-color: #0052A3; position: relative; } .d2{ width: 300px; height: 300px; bac 阅读全文
posted @ 2016-11-22 11:41 liucong2016 阅读(249) 评论(0) 推荐(0)