浅释BOOTSTRAP

浅释BOOTSTRAP

格式化区域
Bootstrap Class Description
panel 
Denotes a panel with a rounded border. A panel can have a header and a footer.

panel-heading 
Creates a heading for a panel.

btn 
Creates a button.

well 
Groups elements with an inset effect.


格式化TABLE
table 
#Applies general styling to table elements and their contents

table-striped 
#Applies alternate-row striping to the rows in the table body

table-bordered 
#Applies borders to all rows and columns

table-hover 
#Displays a different style when the mouse hovers over a row in the table

table-condensed 
#Reduces the spacing in the table to create a more compact layout


格式化FORM
< div  class ="form-group" >
    < label >Name: </ label >
    < input  name ="name"  class ="form-control"   />
</ div >







你可能感兴趣的:(浅释BOOTSTRAP)