摘要:
ul图片替换第01步:编写css样式:url.css@charset "utf-8";/*ul用图片替换*/ul.u_01{/*图片*/ list-style:circle; } ul.u_02{/*图片*/ list-style-image:url(uimg.jpg); ... 阅读全文
摘要:
第01步:编写css代码:wei.css@charset "utf-8";/*伪元素选择器 :状态效果顺序:L V H A*/a:link.lin_01{/*超链接,未访问状态*/ background-color:#60F; color:#FFF; text-decorat... 阅读全文
摘要:
CSS组合选择器第01步:创建css:with.css@charset "utf-8";/*组合选择器,用","隔开*/.a,.b,div span.sp{ background-color:#0F0; color:#F00 } /*span的样式*/div.di_01{ ... 阅读全文
摘要:
选择器中单选择器:关联选择器档第01步:编写select.css@charset "utf-8";/*span标签中的b标签的exam类*/span b.exam{ background-color:#036; color:#F00 } /*span标签中的b标签,中的a标签... 阅读全文
摘要:
第01步:编写css样式:class_01.css@charset "utf-8";/* CSS Document */div.class01{ background-color:#9F0; color:#FFF }第02步: 编写html界面类选择器应用 调... 阅读全文