paulwong

浅释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>







posted on 2014-06-09 16:12 paulwong 阅读(221) 评论(0)  编辑  收藏 所属分类: BOOTSTRAP


只有注册用户登录后才能发表评论。


网站导航: