预览加载中,请您耐心等待几秒...
1/10
2/10
3/10
4/10
5/10
6/10
7/10
8/10
9/10
10/10

亲,该文档总共23页,到这已经超出免费预览范围,如果喜欢就直接下载吧~

如果您无法下载资料,请参考说明:

1、部分资料下载需要金币,请确保您的账户上有足够的金币

2、已购买过的文档,再次下载不重复扣费

3、资料包下载后请先用软件解压,在使用对应软件打开

CSS样式属性 1、字体属性(type) font-family(使用什么字体) font-style(字体的样式,是否斜体):normal/italic/oblique font-variant(字体大小写):normal/small-caps font-weight(字体的粗细):normal/bold/bolder/lithter font-size(字体的大小):absolute-size/relative-size/length/percentage 2、颜色和背景属性(backgroud) color(定义前景色,例如:p{color:red}) background-color(定义背景色) background-image(定义背景图片) background-repeat(背景图案重复方式):repeat-x/repeat-y/no-repeat background-attachment(设置滚动):scroll(滚动)/fixe(固定的) background-position(背景图案的初始位置):percentage/length/top/left/right/bottom 3、文本属性:(block) 定义间距: word-spacing(单词之间的距离) letter-spacing(字母之间的距离) text-decoration(定义文字的装饰):nore/underline/overline/line-through/blink vertical-align(元素在垂直方向的位置):baseline(基线)/sub/super/top/text-top/middle/bottom/text-bottom text-transform(使文本转换为其它方式):capitalize(大写)/uppercase(首字母大写)/lowercase(小写)/none text-align(文字的对齐):left/right/center/justify text-indent(文本的首行缩进)length/percentage line-height(文本的行高):normal/numbet/lenggth/percentage(百分比) 定义超链接: a:link{color:green;text-decoration:nore}(未访问过的状态) a:visited{color:ren;text-decoration:underline;16pt}(访问过的状态) a:hover{color:blue;text-decoration:underline;16pt}(鼠标激活的状态) 4、块属性(block) 边距属性: margin-top(设置顶边距) margin-right(设置右边距) margin-bottom(设置底边距) margin-left(设置左边距) 填充距属性: padding-top设置顶端真充距) padding-right设置顶端真充距) padding-bottom设置顶端真充距) padding-left设置顶端真充距) 5、边框属性(border) border-top-width(顶端边框宽度) border-right-width(右端边框宽度) border-bottom-width(底端边框宽度) border-left-width(d左边框宽度) border-width(一次定义边框宽度) border-color(设置边框颜色) border-style(设置边框样式) border-top(一次定义顶端各种属性) border-right(一次定义右端各种属性) border-bottom(一次定义底端各种属性) border-left(一次定义左端各种属性) 图文混排: width(定义宽度属性) height(定义高度属性) float(文字环绕在一个元素的四周) clear(定义某一边是否有环绕) 6、项目符号和编号(list) display(定义是否显示) white-space(怎样处理空白部分):normal/pre/nowrap list-style-type(在列表前加项目符号)disc(圆点)/circle(圈)/square(方形) /decimal(阿拉伯数字)/lower-roman(小写罗马数字)/upper-roman(大写罗马数字)/lower-alpha(小写英文字母)/upper-alpha(大写英文字母)/nore list-style-tyle(在列表前加图案):<url>/none list-style-position(决定列表项中第二行的起邕位置) list-style(一次性定义所有属性)