/*任务四、给缩略图添加蒙板效果*/
12、ul li a::after
/*任务五、鼠标悬浮时,修改缩略图蒙板透明度*/
13、未实现 ul li a::after:hover
/*任务六、点击综略图,切换背景图*/
/*背景图从左向右出现*/
14、#bg1:target
15、#bg2:target
16、#bg3:target
17、#bg4:target
18、#bg5:target
/*任务七、设置不显示的背景图层级*/
19、未实现
写的不好,勿喷
12、ul li a::after
/*任务五、鼠标悬浮时,修改缩略图蒙板透明度*/
13、未实现 ul li a::after:hover
/*任务六、点击综略图,切换背景图*/
/*背景图从左向右出现*/
14、#bg1:target
15、#bg2:target
16、#bg3:target
17、#bg4:target
18、#bg5:target
/*任务七、设置不显示的背景图层级*/
19、未实现
写的不好,勿喷
2016-08-15
1、ul li:first-child a
2、ul li:nth-child(2) a
3、ul li:nth-child(3) a
4、ul li:nth-child(4) a
5、ul li:nth-child(5) a
6、ul li a::before
7、ul li:first-child a:before
8、ul li:nth-child(2) a:before
9、ul li:nth-child(3) a:before
10、ul li:nth-child(4) a:before
11、ul li:nth-child(5) a:before
2、ul li:nth-child(2) a
3、ul li:nth-child(3) a
4、ul li:nth-child(4) a
5、ul li:nth-child(5) a
6、ul li a::before
7、ul li:first-child a:before
8、ul li:nth-child(2) a:before
9、ul li:nth-child(3) a:before
10、ul li:nth-child(4) a:before
11、ul li:nth-child(5) a:before
2016-08-15
明明有记笔记的地方啊,为什么非要在评论区,这样以后找的出来吗?还是暴露了其实根本就不看笔记的哦(此处谄笑)
2016-08-14
.nav li:not(:last-child){background:linear-gradient(to bottom,#dd2926,#a82724,#dd2926) no-repeat right / 1px 15px;}
2016-08-13