交集选择器是由两个选择器直接连接构成的,其中第一个必须是标签选择器,第二个必须是类选择器或者ID选择器,这两个选择器之间不能有空格,必须连续书写 <html> <head> <title>交集选择器</title> <style type="text/css"> p.txt{ color:blue; Read More
posted @ 2017-05-22 22:50 顶起脚尖仰望 Views(3656) Comments(0) Diggs(0)