设为首页 - 加入收藏 ASP站长网(Aspzz.Cn)- 科技、建站、经验、云计算、5G、大数据,站长网!
热搜: 创业者 手机 数据
当前位置: 首页 > 服务器 > 系统 > 正文

超全面CSS样式整理(5)

发布时间:2020-05-12 11:49 所属栏目:52 来源:站长网
导读: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}

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样式整理,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对脚本之家网站的支持!

(编辑:ASP站长网)

网友评论
推荐文章
    热点阅读