属性 | 描述 | 可能值 |
---|---|---|
background | 在一个声明中设置所有背景属性 | |
background-attachment | 设置背景图像是否随着页面的其余部分滚动 | scroll(默认值);fixed;inherit |
background-color | 设置元素背景色 | yellow;#00ff00;rgb(255, 0, 255) |
background-image | 设置元素背景图像 | none(默认值);url(‘1.jpg’);inherit |
background-position | 设置背景图像开始的位置 | top left;x% y%;xpos ypos; |
background-repeat | 设置背景图像如何重复显示 | repeat(默认值);repeat-x;repeat-y;no-repeat;inherit |
background-clip | 规定背景的绘制区域 | border-box(默认值);padding-box;content-box |
background-origin | 规定背景图片相对什么来定位 | padding-box(默认值);border-box;content-box |
background-size | 设置背景图片的尺寸 | 100px;50%;cover;contain |
注:
div{
padding: 25px;
border: 10px dotted #000000;
background-color: yellow;
background-clip: border-box;/*border-box|padding-box|content-box*/
}
div{
padding:25px;
border:10px dotted #000000;
background-image:url('/i/eg_smile.gif');
background-origin:content-box;
background-repeat:no-repeat;
}
属性 | 描述 | 可能值 |
---|---|---|
border | 在一个声明中设置所有的边框属性 | medium double red |
border-color | 设置四条边框的颜色 | red;#ff0000;rgb(255, 0, 0) |
border-style | 设置四条边框的样式 | none(默认值);hidden;dotted;dashed;solid |
border-width | 设置四条边框的宽度 | medium(默认值);thin, thick, 50px, inherit |
border-image | 在一个声明中设置边框图像属性 | none 100% 1 0 stretch(默认值) |
border-radius | 设置边框四个圆角属性 | 2em 4em, 50% 50% |
border-shadow | 设置边框阴影 | h-shadow, v-shadow |
border-top | 在一个声明中设置所有的上边框属性 | medium double red |
border-top-color | 设置上边框的颜色 | red;#ff0000;rgb(255, 0, 0) |
border-top-style | 设置上边框的样式 | none(默认值);hidden;dotted;dashed;solid |
border-top-width | 设置上边框的宽度 | medium(默认值);thin, thick, 50px, inherit |
注:
url('1.jpg')
repeated
,铺满rounded
或拉伸streched
border-width: thin medium thick 10px;
即上边框thin,右边框medium,下边框thick,左边框10pxborder-width: thin medium thick;
即上边框thin,右左边框medium,下边看thickborder-width: thin medium;
即上下边框thin,左右边框mediumborder-width: thin;
即上下左右边框全为thin属性 | 描述 | 可能值 |
---|---|---|
color | 设置文本的颜色 | red, rgb(255, 0, 0), #fff000 |
direction | 设置文本的方向 | ltr(默认), rtl, inherit |
letter-spacing | 设置字符间距 | normal(默认), 4px, inherit |
line-height | 设置行高 | normal(默认), 4px, inherit |
text-align | 设置文本水平对齐方式 | left, right, center, justify, inherit |
text-decoration | 设置文本的装饰效果 | none, overline, underline, blink |
text-indent | 设置文本块首行的缩进 | 10px, 10%, ecah-line |
text-shadow | 设置文本的阴影效果 | h-shadow, v-shadow |
text-transform | 控制文本的大小写 | uppercase, lowercase, captitalize |
white-spacing | 规定如何处理元素中的空白 | normal, nowrap, pre-line, pre, pre-wrap |
word-spacing | 设置单词间距 | normal, 10px, inherit |
text-justify | 规定text-align为justify时的对其方法 | auto, none, inter-word |
word-break | 设置文本的换行规则 | normal, break-all, keep-all |
word-wrap | 允许对唱的不可分割的单词进行分割并换行到下一行 | normal, break-word |
注:
<br>
属性 | 描述 | 可能值 |
---|---|---|
font | 在一个声明中设置字体属性 | italic bold 12px/20px arial,sans-serif; |
font-family | 规定字体系列 | Times New Roman等 |
font-size | 设置字体的尺寸 | 6px, 20%, inherit, smaller, larger |
font-weight | 设置字体的粗细 | normal, bold, bolder, lighter, 100 |
font-style | 设置字体的样式 | normal, italic, oblique, inherit |
属性 | 描述 | 可能值 |
---|---|---|
margin | 在一个声明中设置所有外边距 | 1-4个值 |
margin-bottom | 设置元素的下外边距 | auto, 10px, 5%, inherit |
margin-top | 设置元素的上外边距 | auto, 10px, 5%, inherit |
margin-left | 设置元素的左外边距 | auto, 10px, 5%, inherit |
margin-right | 设置元素的右外边距 | auto, 10px, 5%, inherit |
属性 | 描述 | 可能值 |
---|---|---|
padding | 在一个声明中设置所有内边距 | 1-4个值 |
padding-bottom | 设置元素的下内边距 | auto, 10px, 5%, inherit |
padding-top | 设置元素的上内边距 | auto, 10px, 5%, inherit |
padding-left | 设置元素的左内边距 | auto, 10px, 5%, inherit |
padding-right | 设置元素的右内边距 | auto, 10px, 5%, inherit |
属性 | 描述 | 可能值 |
---|---|---|
height | 设置元素的高度 | auto, 10px, 5%, inherit |
width | 设置元素的宽度 | auto, 10px, 5%, inherit |
max-width | 设置元素最大宽度 | auto, 10px, 5%, inherit |
min-width | 设置元素最小宽度 | auto, 10px, 5%, inherit |
max-height | 设置元素最大高度 | auto, 10px, 5%, inherit |
min-height | 设置元素最小高度 | auto, 10px, 5%, inherit |
属性 | 描述 | 可能值 |
---|---|---|
clear | 规定元素的哪一侧不允许其他浮动元素 | none, left, right, both |
float | 规定元素的浮动方式 | none, left, right |
cursor | 规定显示的光标形状 | auto, pointer, help |
position | 规定元素的定位类型 | absolute, fixed, relative, static, inherit |
display | 规定元素的显示类型 | none, block, inline, inline-block, table… |
visibility | 规定元素是否可见 | visible, hidden |
vertical-align | 设置元素垂直对齐 | top, middle, bottom, baseline… |
本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系我们删除。