Bootstrap列表list-group-item与card 卡片

大部分基础列表组都是无序的。

要创建列表组,可以在 

     元素上添加 .list-group 类, 在 
  •  元素上添加 .list-group-item 类:


     

    基础列表组


     

         
    • First item

    •    
    • Second item

    •    
    • Third item

    •  

    Bootstrap列表list-group-item与card 卡片_第1张图片

    激活状态列表   

     

  • Active item

  • Bootstrap列表list-group-item与card 卡片_第2张图片


    .disabled 类用于设置禁用的列表项:

    <li class="list-group-item disabled">Disabled itemli>

    Bootstrap列表list-group-item与card 卡片_第3张图片


    链接列表项

    要创建一个链接的列表项,可以将

     替换 

    Bootstrap列表list-group-item与card 卡片_第7张图片

    头部和底部



     

    卡片头部和底部


     

       
    头部

       
    内容
     
       
     

    Bootstrap列表list-group-item与card 卡片_第8张图片



    多种颜色卡片

    Bootstrap 4 提供了多种卡片的背景颜色类: .bg-primary.bg-success.bg-info.bg-warning.bg-danger.bg-secondary.bg-dark 和 .bg-light。                              text-white用法:将卡片里部的字体变白



     

    多种颜色卡片


     

       
    Basic card

     

     

     

       
    Primary card

     

     

     

       
    Success card

     

     

     

       
    Info card

     

     

     

       
    Warning card

     

     

     

       
    Danger card

     

     

     

       
    Secondary card

     

     

     

       
    Dark card

     

     

     

       
    Light card

     

    Bootstrap列表list-group-item与card 卡片_第9张图片


    标题、文本和链接

    我们可以在头部元素上使用 .card-title 类来设置卡片的标题 。 .card-text 类用于设置卡片正文的内容。 .card-link类用于给链接设置颜色。



     

    标题、文本和链接


     

       

         

    Card title


         

    Some example text. Some example text.


          Card link
          Another link
       

     

    Bootstrap列表list-group-item与card 卡片_第10张图片

    典型的例子:


    bootstrap中container垂直居中
     

    图片卡片


     

    图片在头部 (card-img-top):


     

      定义卡片card
        Card image
      定义卡片图片在文字上方card-img-top
       

      定义卡片中的内容  card-body
         

    John Doe


    定义设置卡片的标题   card-title
         

    Some example text some example text. John Doe is an architect and engineer


    定义用于设置卡片正文的内容  card-text
          See Profile
    定义设置卡片的链接btn btn priamry
       

     

     

      
     

    图片在底部(card-img-bottom):


     

       

         

    Jane Doe


         

    Some example text some example text. Jane Doe is an architect and engineer


          See Profile
       

        Card image
     

    Bootstrap列表list-group-item与card 卡片_第11张图片

你可能感兴趣的:(Bootstrap列表list-group-item与card 卡片)