ImageVerifierCode 换一换
格式:DOCX , 页数:10 ,大小:18.86KB ,
资源ID:9583725      下载积分:3 金币
快捷下载
登录下载
邮箱/手机:
温馨提示:
快捷下载时,用户名和密码都是您填写的邮箱或者手机号,方便查询和重复下载(系统自动生成)。 如填写123,账号就是123,密码也是123。
特别说明:
请自助下载,系统不会自动发送文件的哦; 如果您已付费,想二次下载,请登录后访问:我的下载记录
支付方式: 支付宝    微信支付   
验证码:   换一换

加入VIP,免费下载
 

温馨提示:由于个人手机设置不同,如果发现不能下载,请复制以下地址【https://www.bdocx.com/down/9583725.html】到电脑端继续下载(重复下载不扣费)。

已注册用户请登录:
账号:
密码:
验证码:   换一换
  忘记密码?
三方登录: 微信登录   QQ登录  

下载须知

1: 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。
2: 试题试卷类文档,如果标题没有明确说明有答案则都视为没有答案,请知晓。
3: 文件的所有权益归上传用户所有。
4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
5. 本站仅提供交流平台,并不能对任何下载内容负责。
6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

版权提示 | 免责声明

本文(css属性css properties.docx)为本站会员(b****7)主动上传,冰豆网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。 若此文所含内容侵犯了您的版权或隐私,请立即通知冰豆网(发送邮件至service@bdocx.com或直接QQ联系客服),我们立即给予删除!

css属性css properties.docx

1、css属性css propertiescss属性(css properties)CSS properties DaquanFont properties: (font)Size font-size: X-LARGE; (large) XX-Small; (minimal) general Chinese can not be used, as long as the value can be, units: PX, PDStyle font-style: oblique; (partial italic) Italic; (italic) normal; (normal)Line height

2、 line-height: normal; (normal) units: PX, PD, EMThe thickness of font-weight: (BOLD) bold; lighter; normal; (Figure) (normal)Variant font-variant: small-caps; (small capitalization) normal; (normal)Case text-transform: capitalize; (initial uppercase) uppercase; (uppercase) lowercase; (lower case) no

3、ne; (no)Modify text-decoration: underline; (underline) overline; (line up) line-through; (delete line) blink; (blinking)Commonly used fonts: (font-family)Courier, New, Courier, monospace, Times, New, Roman, Times, serif, Arial, Helvetica, sans-serif, VerdanaFont projection effect: filter:dropshadow

4、(color=#FFFFFF, offx=1, offy=1, positive=1);Background properties: (background)Color background-color: #FFFFFF;Picture background-image:, URL ();Repeat background-repeat: no-repeat;Scroll background-attachment: fixed; (fixed) scroll; (scroll)Position background-position: left (horizontal) top (verti

5、cal);Shorthand method, background:#000, URL (.) repeat, fixed, left, top;Block properties: (Block)Word spacing letter-spacing: normal; numeric valueYes, Liu text-align: justify; (align at the end) left; (left aligned) right; (right aligned) center; (centered)Indent the text-indent: value px;Vertical

6、ly aligned vertical-align: baseline; (baseline) sub; (subscript) super; (subscript) top; text-top; middle; bottom; text-bottom;Word spacing word-spacing:, normal; numerical valueSpace white-space: pre; (reserved) nowrap; (no line feed)Display:block (block); inline; list-item; (embedded) (list) run-i

7、n (additional); compact (compact); marker; table; inline-table (marker); table-raw-group; table-header-group; table-footer-group; table-raw; table-column-group; table-column; table-cell; table-caption; (table title)Box properties: (Box)Width:; height:; float:; clear:both; padding:; margin:; order: r

8、ight, left, leftBorder properties: (Border)Border-style: dotted; (dot line) dashed; (dotted line) solid; double; (double line) groove; (slot line) ridge; (ridged) inset; (SAG) outset;Border-width:; border widthBorder-color:#;Shorthand method border:width, style, color;List properties: (List-style)Ty

9、pe list-style-type: disc; (DOT) circle; (circle) square; (Fang Kuai) decimal; (number) lower-roman; (Ronaldinho number) upper-roman; lower-alpha; upper-alpha;Location list-style-position: outside; (external) inside;Image list-style-image:, URL (.);Location attributes: (Position)Position: absolute; r

10、elative; static;Visibility: inherit; visible; hidden;Overflow: visible; hidden; scroll; auto;Clip:, Rect (12px, auto, 12px, auto) (cut)CSS property code GuinnessOne CSS text property:Color: #999999; / * * / text colorFont-family: Arial, sans-serif; / * * / text fontFont-size: 9pt; / * * / text sizeF

11、ont-style:itelic; / * * / italic textFont-variant:small-caps; / * * / small fontLETTER-SPACING: 1pt; / * * / distance between wordsLine-height: 200%; / * * / set the rowFont-weight:bold; / * * / bold textVertical-align:sub; / * * / word.Vertical-align:super; / * * / word.Text-decoration:line-through

12、; / * * / strikethroughText-decoration:overline; / * and * / top lineText-decoration:underline; / * * / underlineText-decoration:none; / * * / delete link underlineText-transform: capitalize; / * * / first character uppercase文本转换:大写;/ * * /英文大写文本转换:小写;/ * * /英文小写文本对齐:右;/ * * /文字右对齐文本对齐:左;/ * * /文字左对

13、齐文本对齐:中心;文字居中对齐/ * * /文本对齐:对齐;/ * * /文字分散对齐垂直对齐属性垂直对齐:顶;/ * * /垂直向上对齐垂直对齐:底部;/ * * /垂直向下对齐垂直对齐:中部;/ * * /垂直居中对齐垂直对齐:文字/ * * /文字垂直向上对齐顶;垂直对齐:文字/ * * /文字垂直向下对齐底;布局:垂直流/ * * /文字竖着排列表意二、CSS边框空白填料:10px;/ * * /上边框留空白填充右:10px;/ * * /右边框留空白座垫:10px;/ * * /下边框留空白填充左:10px;/*左边框留空白三、CSS符号属性:目录样式类型:无;/ * * /不编号目

14、录样式类型:十进制;/ * * /阿拉伯数字目录样式类型:低/ * * /小写罗马数字罗马;目录样式类型:大写罗马数字;/ * * /大写罗马数字目录样式类型:低;/ * * /小写英文字母目录样式类型:上;/ * * /大写英文字母目录样式类型:盘;/ * * /实心圆形符号目录样式类型:圆;/ * * /空心圆形符号目录样式类型:广场;/ * * /实心方形符号列表样式图像:URL(/点。GIF);/ * * /图片式符号目录样式位置:外凸排;/* */列表样式的位置:在缩进;/ * * /四、CSS背景样式:背景颜色:# f5e2ec;/ * * /背景颜色背景:透明;/ * * /透视

15、背景背景图像:URL(/图像/ BG .gif);/ * * /背景图片背景附件:固定;/ * * /浮水印固定背景背景重复:重复;/ * * /重复排列-网页默认背景重复:不重复;/ * * /不重复排列背景重复:repeat-x;/ * * /轴重复排列在X背景:纵向重复;重复在Y轴重复排列* / / *指定背景位置背景位置:90% 90%;/*背景图片X与Y轴的位置*/背景位置:顶;/ * * /向上对齐背景位置:按钮;/ * * /向下对齐背景位置:左;/ * * /向左对齐背景位置:右;/ * * /向右对齐背景:中心位置;/ * * /居中对齐五、CSS连接属性:所有超链接/ *

16、* /一:链接/ * * /超链接文字格式答:浏览过的链接文字格式参观/ * * /一:主动/ * * /按下链接的格式答:鼠标转到链接悬停/ * * /鼠标光标样式:链接手指鼠标手十字体十字光标:箭头朝下光标:s-resize十字箭头:移动光标箭头朝右:移动光标加一问号光标:帮助箭头朝左光标:w-resize箭头朝上光标:n-resize箭头朝右上光标:NE调整箭头朝左上光标:NW调整文字我型光标:文本箭头斜右下光标:SE调整箭头斜左下光标:软件大小漏斗光标:等待光标图案(IE6)P cursor: url(“光标文件名.cur”),文本;六、CSS框线一览表:边境上:1px solid #

17、 6699cc;/ * * /上框线底部边框:1px solid # 6699cc;/ * * /下框线左边界:1px solid # 6699cc;/ * * /左框线边境:1px solid # 6699cc;/ * * /右框线以上是建议书写方式,但也可以使用常规的方式如下:边境上的颜色:# 369 / * * /颜色设置上框线顶边框顶部宽度:1px / * * /宽度设置上框线顶边境上的风格:固体/ *设置上框线顶样式*/其他框线样式实线框固/ * * /虚线框点缀/ * * /双线框双/ * * /groove 立体内凸框 / * * /ridge 立体浮雕框 / * * /inse

18、t 凹框 / * * /outset 凸框 / * * /七、css表单运用:文字方块按钮复选框选择钮多行文字方块下拉式菜单 选项1选项2八、css边界样式:margin top: 10px; / * * / 上边界margin - right: 10px; / * * / 右边界值margin - bottom: 10px; / * * / 下边界值margin - left: 10px; / * * / 左边界值css 属性: 字体样式 (font style)序号 中文说明 标记语法1 字体样式 font: font style font variant font weight font

19、 - size font - family2 字体类型 font - family: 字体1 , 字体2 , 字体3 ,.3 字体大小 font size: 数值 | inherit | medium | large | larger | x - large | xx - large | small | smaller | x small | xx - small4 字体风格 font style: inherit | italic | normal | oblique5 字体粗细 font - weight: 100 - 900 | bold | bolder | lighter | nor

20、mal;6 字体颜色 color: 数值;7 阴影颜色 text shadow: 16位色值8 字体行高 line height: 数值 | inherit | normal;9 字 间 距 letter - spacing: 数值 | inherit | normal10 单词间距 word spacing: 数值 | inherit | normal11 字体变形 font variant: inherit | normal | small - cps12 英文转换 text transform: inherit | none | capitalize | uppercase | lowe

21、rcase13 字体变形 font - size adjust: inherit | none14 字体 font stretch: condensed | expanded | extra condensed | extra expanded | inherit | narrower | normal | semi condensed | semi expanded | ultra condensed | ultra expanded | wider文本样式 (text style)序号 中文说明 标记语法1 行 间 距 line height: 数值 | inherit | normal;

22、2 文本修饰 text decoration: inherit | none | underline | overline | line through | wink3 段首空格 text indent: 数值 | inherit4 水平对齐 text - align: left | right | center | justify5 垂直对齐 vertical - align: inherit | top | bottom | text top | text - bottom | baseline | middle | pdo | super6 书写方式 writing mode: lr -

23、 tb | tb rl背景样式序号 中文说明 标记语法1 背景颜色 background color: 数值2 背景图片 background image: url (url) | none3 背景重复 background repeat: inherit | no | repeat repeat repeat repeat | | - x - y4 背景固定 background attachment: fixed | scroll5 背景定位 background position: 数值 | | top bottom left right center | | |6 背影样式 backg

24、round: 背景颜色 | 背景图象 | 背景重复 | 背景附件 | 背景位置框架样式 (box style)序号 中文说明 标记语法1 边界留白 margin: margin top margin margin bottom margin - right - - left2 补 白 padding: padding top padding - right padding - bottom - left padding3 边框宽度 the border width, border top border width - right - width border bottom width bord

25、er left width宽度值: thin | medium | thick | 数值4 边框颜色 border color: 数值 数值 数值 数值 数值: 分别代表top、right、bottom、left颜色值5 边框风格 border style: none | hidden | inherit | dashed | solid | double | inset | outset | ridge | groove6 边 框 border: the border width border style color上 边 框 border top: border top width bor

26、der style color右 边 框 border right border: - right - width border style color下 边 框 border bottom: border bottom width border style color左 边 框 border left: the border left width border style color7 宽 度 width: 长度 | 百分比 | auto8 高 度 height: 数值 | auto9漂浮浮动:左|右|没有10清除清楚:没有|左右| |两分类列表序号中文说明标记语法1控制显示显示:无|块|内联|列表项2控制空白白空间:正常|预| nowarp 3符号列表列表样式类型:盘|圈|平方|小数|下罗马|大写罗马数字|低|上|没有4图形列表列表样式图像:URL 5位置列表列表样式的位置:在|外6目录列表列表样式:目录样式类型|目录样式位置| URL 7鼠标形状光标:手|十字|文本|等|移动|帮助| e-resize | NW调整| w-resize | s-resize | SE调整| SW调整

copyright@ 2008-2022 冰豆网网站版权所有

经营许可证编号:鄂ICP备2022015515号-1