摘要: CSS的选择器 标签选择器 p{font size:12px;line height:1.6em;} 类选择器 . stress{color:red;}/ 类前面要加入一个英文圆点 / ID选择器 setGreen{ color:green; } 子选择器(表示类对应的子标签的属性) .food l 阅读全文
posted @ 2017-02-25 09:53 scnu_lyp 阅读(122) 评论(0) 推荐(0) 编辑