找回密码
 立即注册

QQ登录

只需一步,快速开始

查看: 1515|回复: 0

[教程] CSS选择器学习笔记

[复制链接]
发表于 2013-4-10 17:45:42 | 显示全部楼层 |阅读模式 来自 中国–北京–北京
1 CSS元素选择器:
[backcolor=rgb(255, 255, 255) !important]
[backcolor=rgb(255, 255, 255) !important]
1
html{color:black;}

[backcolor=rgb(248, 248, 248) !important]
2
<!-- lang: css -->

[backcolor=rgb(255, 255, 255) !important]
3

[backcolor=rgb(248, 248, 248) !important]
4
<!-- lang: css -->

[backcolor=rgb(255, 255, 255) !important]
5
h1{margin:0;}



2 选择器分组:
[backcolor=rgb(255, 255, 255) !important]
[backcolor=rgb(255, 255, 255) !important]
1
h1,h2,p{margin:0;padding:0;}



3 通配符选择器:
[backcolor=rgb(255, 255, 255) !important]
[backcolor=rgb(255, 255, 255) !important]
1
* {color:red;}



4 类选择器:
[backcolor=rgb(255, 255, 255) !important]
[backcolor=rgb(255, 255, 255) !important]
01
.hand{text-align:center;vertical-align:middle;}

[backcolor=rgb(248, 248, 248) !important]
02
<!-- lang: css -->

[backcolor=rgb(255, 255, 255) !important]
03

[backcolor=rgb(248, 248, 248) !important]
04
<!-- lang: css -->

[backcolor=rgb(255, 255, 255) !important]
05
    *.hand{color: blank;}

[backcolor=rgb(248, 248, 248) !important]
06
<!-- lang: css -->

[backcolor=rgb(255, 255, 255) !important]
07

[backcolor=rgb(248, 248, 248) !important]
08
<!-- lang: css -->

[backcolor=rgb(255, 255, 255) !important]
09
    p.hand{cursor:pointer;}

[backcolor=rgb(248, 248, 248) !important]
10
<!-- lang: css -->

[backcolor=rgb(255, 255, 255) !important]
11

[backcolor=rgb(248, 248, 248) !important]
12
<!-- lang: css -->

[backcolor=rgb(255, 255, 255) !important]
13
    h.hand{margin:0 auto;};



5 多类选择器
[backcolor=rgb(255, 255, 255) !important]
[backcolor=rgb(255, 255, 255) !important]
01
<p class="important warning">

[backcolor=rgb(248, 248, 248) !important]
02
<!-- lang: html -->

[backcolor=rgb(255, 255, 255) !important]
03

[backcolor=rgb(248, 248, 248) !important]
04
<!-- lang: html -->

[backcolor=rgb(255, 255, 255) !important]
05
    This paragraph is a very important warning.

[backcolor=rgb(248, 248, 248) !important]
06
<!-- lang: html -->

[backcolor=rgb(255, 255, 255) !important]
07

[backcolor=rgb(248, 248, 248) !important]
08
<!-- lang: html -->

[backcolor=rgb(255, 255, 255) !important]
09
    </p>

[backcolor=rgb(248, 248, 248) !important]
10

[backcolor=rgb(255, 255, 255) !important]
11

[backcolor=rgb(248, 248, 248) !important]
12

[backcolor=rgb(255, 255, 255) !important]
13

[backcolor=rgb(248, 248, 248) !important]
14
<!-- lang: css -->

[backcolor=rgb(255, 255, 255) !important]
15
.important.warning {background:silver;}





发帖求助前要善用【论坛搜索】功能,那里可能会有你要找的答案;

如何回报帮助你解决问题的坛友,好办法就是点击帖子下方的评分按钮给对方加【金币】不会扣除自己的积分,做一个热心并受欢迎的人!

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则 需要先绑定手机号

关闭

站长推荐上一条 /1 下一条

QQ|侵权投诉|广告报价|手机版|小黑屋|西部数码代理|飘仙建站论坛 ( 豫ICP备2022021143号-1 )

GMT+8, 2024-11-2 22:38 , Processed in 0.040870 second(s), 8 queries , Redis On.

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表