真实的国产乱ⅩXXX66竹夫人,五月香六月婷婷激情综合,亚洲日本VA一区二区三区,亚洲精品一区二区三区麻豆

成都創(chuàng)新互聯(lián)網(wǎng)站制作重慶分公司

Html5中背景屬性的示例分析

這篇文章將為大家詳細(xì)講解有關(guān)Html5中背景屬性的示例分析,小編覺(jué)得挺實(shí)用的,因此分享給大家做個(gè)參考,希望大家閱讀完這篇文章后可以有所收獲。

創(chuàng)新互聯(lián)公司專(zhuān)注為客戶提供全方位的互聯(lián)網(wǎng)綜合服務(wù),包含不限于成都網(wǎng)站設(shè)計(jì)、成都網(wǎng)站建設(shè)、良慶網(wǎng)絡(luò)推廣、小程序設(shè)計(jì)、良慶網(wǎng)絡(luò)營(yíng)銷(xiāo)、良慶企業(yè)策劃、良慶品牌公關(guān)、搜索引擎seo、人物專(zhuān)訪、企業(yè)宣傳片、企業(yè)代運(yùn)營(yíng)等,從售前售中售后,我們都將竭誠(chéng)為您服務(wù),您的肯定,是我們最大的嘉獎(jiǎng);創(chuàng)新互聯(lián)公司為所有大學(xué)生創(chuàng)業(yè)者提供良慶建站搭建服務(wù),24小時(shí)服務(wù)熱線:18980820575,官方網(wǎng)址:www.cdcxhl.com

1、背景屬性屬性:
background-image
background-color
background-repeat
background-position
background-attachment

2、新增屬性:
background-size:
background-size:x y;   // 水平 垂直方向的尺寸,像素/百分比/auto/?
background-size:cover;  //保持寬高比不變,保證占滿盒子,但不保證能看到全部
background-size:contain; //保持寬高比不變,保證看清全圖,但可能占不滿盒子

多背景:
background-image:url(1.jpg),url(2.jpg);


background-origin  背景區(qū)域定位
    border-box: 從border區(qū)域開(kāi)始顯示背景
 padding-box: 從padding區(qū)域開(kāi)始顯示背景
 content-box: 從content內(nèi)容區(qū)域開(kāi)始顯示背景

background-clip 背景繪制區(qū)域
 border-box: 從border區(qū)域開(kāi)始繪制背景
 padding-box: 從padding區(qū)域開(kāi)始繪制背景
 content-box: 從content內(nèi)容區(qū)域開(kāi)始顯示背景

3、背景練習(xí)代碼部分:



  
    your title name
    
    
    
      *{margin: 0;padding: 0;font-family: "Microsoft yahei";}
      a{text-decoration: none;}
      a img{display: block;border: none;}
      li{list-style: none;}

      .container{
        width: 1200px;
        padding: 20px;
        margin: 10px auto;
        border: 1px dashed #ccc;
      }
      .container h5{padding-bottom: 5px;}
      .container ul{
        width: 1200px;
        overflow: hidden;
      }
      .container ul li{
        float: left;
        width: 331px;
        padding: 20px;
        height: 240px;
        margin-right: 10px;
        border: 10px solid rgba(10,10,10,.3);
        background: url('images/1.jpg') no-repeat;
        background-size: 371px auto;
      }
      .container ul li:last-child{margin-right: 0;}

      .container ul.origin li:nth-child(1){
        background-origin: border-box;
      }
      .container ul.origin li:nth-child(2){
        background-origin: padding-box;
      }
      .container ul.origin li:nth-child(3){
        background-origin: content-box;
      }

      .container ul.clip li:nth-child(1){
        background-clip: border-box;
      }
      .container ul.clip li:nth-child(2){
        background-clip: padding-box;
      }
      .container ul.clip li:nth-child(3){
        background-clip: content-box;
      }

      section .pic{
        width: 600px;
        height: 400px;
        margin: 20px auto;
        border: 1px dashed #ddd;
        background: url('images/3.jpg') no-repeat center center/auto 200px, url('images/2.jpg') no-repeat center center/auto 300px, url('images/1.jpg') no-repeat center center/auto 400px;
      }
      section p{
        font-size: 14px;
        color: #f01010;
      }
    
  
  
    
      
        
1、background-origin: border-box | padding-box | content-box
                   
  •           
  •           
  •                
          
            2、background-clip: border-box | padding-box | content-box                    
  •           
  •           
  •                
          
            3、多背景:background: url('images/3.jpg') no-repeat center center/auto 200px, url('images/2.jpg') no-repeat center center/auto 300px, url('images/1.jpg') no-repeat center center/auto 400px;         

            

    注釋?zhuān)簭?fù)合寫(xiě)background-size的時(shí)候,一定要用/與其他值隔開(kāi)。

          
        

      

    5、背景練習(xí)preview:

    Html5中背景屬性的示例分析

    關(guān)于“Html5中背景屬性的示例分析”這篇文章就分享到這里了,希望以上內(nèi)容可以對(duì)大家有一定的幫助,使各位可以學(xué)到更多知識(shí),如果覺(jué)得文章不錯(cuò),請(qǐng)把它分享出去讓更多的人看到。


    當(dāng)前文章:Html5中背景屬性的示例分析
    文章URL:http://weahome.cn/article/gisiog.html

    其他資訊

    在線咨詢(xún)

    微信咨詢(xún)

    電話咨詢(xún)

    028-86922220(工作日)

    18980820575(7×24)

    提交需求

    返回頂部