加入收藏 | 设为首页 | 会员中心 | 我要投稿 济南站长网 (https://www.0531zz.com/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 服务器 > 系统 > 正文

超全面CSS样式整理

发布时间:2020-05-12 12:50:56 所属栏目:系统 来源:站长网
导读:副标题#e# 一 字体属性:(font) 大小 {font-size: x-large;}(特大)xx-small;(极小) 一般中文用不到,只要用数值就可以,单位:PX、PD 样式 {font-style: oblique;}(偏斜体)italic;(斜体) normal;(正常) 行高 {line-height: normal;}(正常) 单位:PX、PD、EM

1 背景颜色 {background-color:数值} 
2 背景图片 {background-image:url(URL)|none} 
3 背景重复{background-repeat:inherit|no-repeat|repeat|repeat-x|repeat-y} 
4 背景固定{background-attachment:fixed|scroll} 
5 背景定位 {background-position:数值|top|bottom|left|right|center} 
6 背影样式 {background:背景颜色|背景图象|背景重复|背景附件|背景位置}  
 

十三、框架样式(Box Style) 

1 边界留白 {margin:margin-topmargin-right margin-bottom margin-left} 
2 补白 {padding:padding-toppadding-right padding-bottom padding-left} 
3边框宽度  
{border-width:border-top-widthborder-right-width border-bottom-width border-left-width}  
宽度值: thin|medium|thick|数值 
4 边框颜色 {border-color:数值 数值数值 数值}  数值:分别代表top、right、bottom、left颜色值 
5 边框风格  
{border-style:none|hidden|inherit|dashed|solid|double|inset|outset|ridge|groove} 
6 边框 {border:border-widthborder-style color} 
上边框 {border-top:border-top-width border-style color} 
右边框 {border-right:border-right-width border-stylecolor} 
下边框 {border-bottom:border-bottom-width border-stylecolor} 
左边框 {border-left:border-left-width border-style color} 
7 宽度 {width:长度|百分比| auto} 
8 高度 {height:数值|auto} 
9 漂浮 {float:left|right|none} 
10 清除{clear:none|left|right|both}   

十四、分类列表 

1 控制显示{display:none|block|inline|list-item} 
2 控制空白{white-space:normal|pre|nowarp} 
3 符号列表  
{list-style-type:disc|circle|square|decimal|lower-roman|upper-roman|lower-alpha|upper-alpha|none} 
4 图形列表 {list-style-image:URL} 
5 位置列表{list-style-position:inside|outside} 
6 目录列表 {list-style:目录样式类型|目录样式位置|url} 
7 鼠标形状  
{cursor:hand|crosshair|text|wait|move|help|e-resize|nw-resize|w-resize|s-resize|se-resize|sw-resize} 

总结

以上所述是小编给大家介绍的超全面CSS样式整理,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对脚本之家网站的支持!

(编辑:济南站长网)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

热点阅读