赞
踩
6.ID 选择器 权重100
7.内联样式 权重1000 !important规则会覆盖任何其他的声明,只在需要覆盖全站或外部CSS的替丁页面中使用。
分类 | 属性 | 值 |
---|---|---|
宽和高 | width 宽度;height 高;max-height 跟着父标签 | |
字体属性 | color 颜色;font-family 字体;font-size 文字大小;font-weight 文字粗细 | normal 默认值 bold 粗体 bolder 更粗 lighter 更细 100~900 具体粗细 inherit 继承类元素字体的粗细值 |
颜色 | 十六进制值: #FF0000; 单词表示: blue,red; RGB值: (255, 0, 0);rgba(200, 0, 0, 0.3) | |
文字属性 | text-align,text-decoration, text-indent 段落缩进32像素 | left 左边对齐 right 右对齐 center 居中对齐 justify 两端对齐; none 默认 underline 文本下一条线 overline 文本上一条线 line-through 穿过文本一条线 inherit 继承父类属性 |
背景属性 | 背景颜色background-color: red; 背景图片background-image: url(‘1.jpg’);背景重复 background-repeat: repeat; 背景位置 background-position: right top | |
CSS盒子 | margin 控制元素与元素之间的距离;padding 控制内容与边框之间的距离; border 内边距和内容外的边框; content 内容,显示文本和图像; | 简写顺序:上 右 下 左 |
边框 | border-width, border-style, border-color;可以简写为border:2px solid red; | border-radius 实现圆角边框;border-style的值有none 无边框 dotted 点状虚线边框 dashed 矩形虚线边框 solid 实现边 |
显示 | display | none 不显示;block 沾满整个页面宽度;inline 显示为内联元素;inline-block 具有内元素和块级元素 |
浮动 |
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。