• 15 , CSS 背景与列表


    1.CSS 中背景的使用

    2.CSS 中列表的使用

    15.1 CSS 中背景的使用

    属性名称 属性值 说明

    background-attachment scroll 设置背景图像会随视窗滚动

    条的移动而移动。

    fixed 设置背景图像不会随视窗滚动条

    的移动而移动。

    background-color 十六进制 background-color:#ff0000;

    英文名称 background-color:red;

    三原色 background-color:rgb(255,0,0)

    transparent background-color:transparent;透明

    background-image URL background-image:url("bg.jpg")

    背景图片

    none 不设置背景图片

    background-position top left 设置背景图案出现在上左方。

    top center 设置背景图案出现在上方中间。

    top right 设置背景图案出现在上右方。

    center left 设置背景图案出现在中间左方。

    center center 设置背景图案出现在IE中间。

    center right 设置背景图案出现中间右方。

    bottom left 设置背景图案出现在下左方。

    bottom 设置背景图案出现在正下方。

    bottom right 设置背景图案出现在下右方。

    background-repeat repeat 将背景图案填满整个背景。

    repeat-x 将背景图案在水平方向添满。

    repeat-y 将背景图案在垂直方向添满。

    no-repeat 图案只出现一次。

    背景图案简化方案:

    background:颜色 背景图片 repeat attachment position

    15.2 CSS中列表的使用

    属性名称 属性值 说明

    list-style-type none 无符号

    disc 实体的小圆点。

    circle 空心的小圆点。

    square 实心的小方块。

    decimal 1,2,3...

    lower-roman i,ii,iii...

    upper-roman I,II,III...

    lower-alpha a,b,c,d,e...

    upper-alpha A,B,C,D,E...

    list-style-position inside 清单项目较往右移。

    outside 清单项目正常显示。

    list-style-image URL list-style-image:url(lmk.gif)

    none 不会显示任何图象

    清单的简化设置:

    list-style:circle inside url("bullet.gif")

    CSS 11中背景的使用背景图像会随视窗滚动

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>设置背景图像不会随视窗滚动条
    的移动而移动。</title>
    <style type="text/css">
        body{
            background-image:url(images/pic7.jpg);
            background-attachment:fixed;
        }
        </style>
    </head>
    
    <body>
    <p>scroll 设置背景图像不会随视窗滚动条
    的移动而移动。</p>
    <p>scroll 设置背景图像会随视窗滚动
    条的移动而移动。
    fixed 设置背景图像不会随视窗滚动条
    的移动而移动。</p>
    <p>scroll 设置背景图像会随视窗滚动
    条的移动而移动。
    fixed 设置背景图像不会随视窗滚动条
    的移动而移动。</p>
    <p>scroll 设置背景图像会随视窗滚动
    条的移动而移动。
    fixed 设置背景图像不会随视窗滚动条
    的移动而移动。</p>
    <p>scroll 设置背景图像会随视窗滚动
    条的移动而移动。
    fixed 设置背景图像不会随视窗滚动条
    的移动而移动。</p>
    <p>scroll 设置背景图像会随视窗滚动
    条的移动而移动。
    fixed scroll 设置背景图像会随视窗滚动
    条的移动而移动。
    fixed 设置背景图像不会随视窗滚动条
    的移动而移动。
    的移动而移动。</p>
    <p>scroll 设置背景图像会随视窗滚动
    条的移动而移动。
    fixed 设置背景图像不会随视窗滚动条
    的移动而移动。</p>
    <p>scroll 设置背景图像会随视窗滚动
    条的移动而移动。
    fixed 设置背景图像不会随视窗滚动条
    的移动而移动。</p>
    <p>scroll 设置背景图像会随视窗滚动
    条的移动而移动。
    fixed 设置背景图像不会随视窗滚动条
    的移动而移动。</p>
    <p>scroll 设置背景图像会随视窗滚动
    条的移动而移动。
    fixed 设置背景图像不会随视窗滚动条
    的移动而移动。</p>
    <p>scroll 设置背景图像会随视窗滚动
    条的移动而移动。
    fixed 设置背景图像不会随视窗滚动条
    的移动而移动。</p>
    <p>scroll 设置背景图像会随视窗滚动
    条的移动而移动。
    fixed 设置背景图像不会随视窗滚动条
    的移动而移动。</p>
    <p>scroll 设置背景图像会随视窗滚动
    条的移动而移动。
    fixed 设置背景图像不会随视窗滚动条
    的移动而移动。</p>
    <p>scroll 设置背景图像会随视窗滚动
    条的移动而移动。
    fixed 设置背景图像不会随视窗滚动条
    的移动而移动。</p>
    <p>scroll 设置背景图像会随视窗滚动
    条的移动而移动。
    fixed 设置背景图像不会随视窗滚动条
    的移动而移动。</p>
    <p>scroll 设置背景图像会随视窗滚动
    条的移动而移动。
    fixed 设置背景图像不会随视窗滚动条
    的移动而移动。</p>
    <p>scroll 设置背景图像会随视窗滚动
    条的移动而移动。
    fixed 设置背景图像不会随视窗滚动条
    的移动而移动。</p>
    <p>scroll 设置背景图像会随视窗滚动
    条的移动而移动。
    fixed 设置背景图像不会随视窗滚动条
    的移动而移动。</p>
    <p>scroll 设置背景图像会随视窗滚动
    条的移动而移动。
    fixed 设置背景图像不会随视窗滚动条
    的移动而移动。</p>
    <p>scroll 设置背景图像会随视窗滚动
    条的移动而移动。
    fixed 设置背景图像不会随视窗滚动条
    的移动而移动。</p>
    <p>scroll 设置背景图像会随视窗滚动
    条的移动而移动。
    fixed 设置背景图像不会随视窗滚动条
    的移动而移动。</p>
    <p>scroll 设置背景图像会随视窗滚动
    条的移动而移动。
    fixed 设置背景图像不会随视窗滚动条
    的移动而移动。</p>
    <p>scroll 设置背景图像会随视窗滚动
    条的移动而移动。
    fixed 设置背景图像不会随视窗滚动条
    的移动而移动。</p>
    <p>scroll 设置背景图像会随视窗滚动
    条的移动而移动。
    fixed 设置背景图像不会随视窗滚动条
    的移动而移动。</p>
    <p>scroll 设置背景图像会随视窗滚动
    条的移动而移动。
    fixed 设置背景图像不会随视窗滚动条
    的移动而移动。</p>
    <p>scroll 设置背景图像会随视窗滚动
    条的移动而移动。
    fixed 设置背景图像不会随视窗滚动条
    的移动而移动。</p>
    <p>scroll 设置背景图像会随视窗滚动
    条的移动而移动。
    fixed 设置背景图像不会随视窗滚动条
    的移动而移动。</p>
    <p>scroll 设置背景图像会随视窗滚动
    条的移动而移动。
    fixed 设置背景图像不会随视窗滚动条
    的移动而移动。</p>
    <p>scroll 设置背景图像会随视窗滚动
    条的移动而移动。
    fixed 设置背景图像不会随视窗滚动条
    的移动而移动。</p>
    <p>scroll 设置背景图像会随视窗滚动
    条的移动而移动。
    fixed 设置背景图像不会随视窗滚动条
    的移动而移动。</p>
    <p>scroll 设置背景图像会随视窗滚动
    条的移动而移动。
    fixed 设置背景图像不会随视窗滚动条
    的移动而移动。</p>
    <p>scroll 设置背景图像会随视窗滚动
    条的移动而移动。
    fixed 设置背景图像不会随视窗滚动条
    的移动而移动。</p>
    <p>scroll 设置背景图像会随视窗滚动
    条的移动而移动。
    fixed 设置背景图像不会随视窗滚动条
    的移动而移动。</p>
    <p>scroll 设置背景图像会随视窗滚动
    条的移动而移动。
    fixed 设置背景图像不会随视窗滚动条
    的移动而移动。</p>
    <p>scroll 设置背景图像会随视窗滚动
    条的移动而移动。
    fixed 设置背景图像不会随视窗滚动条
    的移动而移动。</p>
    <p>scroll 设置背景图像会随视窗滚动
    条的移动而移动。
    fixed 设置背景图像不会随视窗滚动条
    的移动而移动。</p>
    <p>scroll 设置背景图像会随视窗滚动
    条的移动而移动。
    fixed 设置背景图像不会随视窗滚动条
    的移动而移动。</p>
    <p>scroll 设置背景图像会随视窗滚动
    条的移动而移动。
    fixed 设置背景图像不会随视窗滚动条
    的移动而移动。</p>
    <p>scroll 设置背景图像会随视窗滚动
    条的移动而移动。
    fixed 设置背景图像不会随视窗滚动条
    的移动而移动。</p>
    <p>scroll 设置背景图像会随视窗滚动
    条的移动而移动。
    fixed 设置背景图像不会随视窗滚动条
    的移动而移动。</p>
    <p>scroll 设置背景图像会随视窗滚动
    条的移动而移动。
    fixed 设置背景图像不会随视窗滚动条
    的移动而移动。</p>
    <p>scroll 设置背景图像会随视窗滚动
    条的移动而移动。
    fixed 设置背景图像不会随视窗滚动条
    的移动而移动。</p>
    <p>scroll 设置背景图像会随视窗滚动
    条的移动而移动。
    fixed 设置背景图像不会随视窗滚动条
    的移动而移动。</p>
    <p>scroll 设置背景图像会随视窗滚动
    条的移动而移动。
    fixed 设置背景图像不会随视窗滚动条
    的移动而移动。</p>
    <p>scroll 设置背景图像会随视窗滚动
    条的移动而移动。
    fixed 设置背景图像不会随视窗滚动条
    的移动而移动。</p>
    <p>scroll 设置背景图像会随视窗滚动
    条的移动而移动。
    fixed 设置背景图像不会随视窗滚动条
    的移动而移动。</p>
    <p>scroll 设置背景图像会随视窗滚动
    条的移动而移动。
    fixed 设置背景图像不会随视窗滚动条
    的移动而移动。</p>
    <p>scroll 设置背景图像会随视窗滚动
    条的移动而移动。
    fixed 设置背景图像不会随视窗滚动条
    的移动而移动。</p>
    
    </body>
    </html>

    CSS 12中背景颜色的设置

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>背景颜色的设置</title>
    <style type="text/css">
        p{
            background-image: image()
        }
    
        </style>
    </head>
    
    <body>
    <P>背景颜色的设置:十六进制</P>
    <span>背景颜色的设置:英文名称</span>
    <h1>背景颜色的设置:三原色</h1>
    <h2>背景颜色的设置:transparent,透明</h2>
    </body>
    </html>

    CSS 13将背景图案只出现一次

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>no-repeat 图案只出现一次</title>
    <style type="text/css">
    	body{
    		background-image:url(images/pic7.jpg);
    		background-repeat:no-repeat;
    	}
    	</style>
    </head>
    
    <body>
    <P><pre>
    background-repeat repeat 将背景图案填满整个背景。
    					repeat-x 将背景图案在水平方向添满。
    					repeat-y 将背景图案在垂直方向添满。
    					no-repeat 图案只出现一次。
    </pre></P>
    
    </body>
    </html>
    

      CSS 14背景图案出现在上方中间

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>设置背景图案出现在上方中间</title>
    <style type="text/css">
    	body{
    		background-image:url(images/pic7.jpg);
    		background-repeat:no-repeat;
    		background-position: top center;
    	}
    	</style>
    </head>
    
    <body>
    <P><pre>
    background-position top left 设置背景图案出现在上左方。
    					top center 设置背景图案出现在上方中间。
    					top right 设置背景图案出现在上右方。
    					center left 设置背景图案出现在中间左方。
    					center center 设置背景图案出现在IE中间。
    					center right 设置背景图案出现中间右方。
    					bottom left 设置背景图案出现在下左方。
    					bottom 设置背景图案出现在正下方。
    					bottom right 设置背景图案出现在下右方。
    			背景图案简化方案:
                background:颜色 背景图片 repeat attachment position
    </pre></P>
    
    </body>
    </html>
    

      CSS 15CSS中列表的使用

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>CSS中列表的使用</title>
    <style type="text/css">
    	ul{
    		list-style-type: decimal;
    		list-style-position:inside;
    	}
    	li{
    		background:url(images/2.jpg) no-repeat left center;
    		padding-left:18px;
    	}
    	</style>
    </head>
    
    <body>
    <ul>
    	<li>CSS中列表的使用</li>
    	<li>CSS中列表的使用</li>
    	<li>CSS中列表的使用</li>
    </ul>
    <P><pre>
    属性名称   属性值   说明
    list-style-type none 无符号
    				disc 实体的小圆点。
    				circle 空心的小圆点。
    				square 实心的小方块。
    				decimal 1,2,3...
    				lower-roman i,ii,iii...
    				upper-roman I,II,III...
    				lower-alpha a,b,c,d,e...
    				upper-alpha A,B,C,D,E...
    list-style-position inside 清单项目较往右移。
    					outside 清单项目正常显示。
    list-style-image   URL   list-style-image:url(lmk.gif) 用的比较少,一般用背景图片
    				         none 不会显示任何图象
    清单的简化设置:
    list-style:circle inside url("bullet.gif")
    </pre></P>
    
    </body>
    </html>
    

      

    柳志军:13418977808(手机微信),QQ:93684042
  • 相关阅读:
    【数据库领域】mysql中in与or对比
    数据库优化
    数据库-索引
    数据库-事务
    数据库-视图
    数据库设计
    数据库编程提高
    数据库高级操作
    数据库基本操作
    with-上下文管理器
  • 原文地址:https://www.cnblogs.com/liu-zhijun/p/10628207.html
Copyright © 2020-2023  润新知