码迷,mamicode.com
首页 >  
搜索关键字:striped    ( 78个结果
Bootstrap学习笔记(3)--表格和表单
Bootstrap表格 表格类: .table只会在表行之间增加横线; .table-striped会在表格行之间增减斑马线; .table-hover会给表设置鼠标悬停状态; .table-border会为所有的表格添加边框; .table-condensed让表格更加紧凑; tr,td,th类 ...
分类:其他好文   时间:2016-04-21 16:47:50    阅读次数:212
[Bootstrap]全局样式(三)
表格 1、基本类 .table {width/margin-bottom/} {padding/border-top} 2、条纹表格 .table-striped {nth-of-type(odd):background-color} 3、边框表格 .table-border {border} 4、 ...
分类:其他好文   时间:2016-04-21 13:29:24    阅读次数:89
GlusterFS常用设置命令
可信存储池(TrustedStoragePool)创建存储池例如要创建一个包含3个服务器的存储池,则需要从第一个服务器server1中把另外两个服务器加入存储池中:#glusterpeerprobeserver2 Probesuccessful #glusterpoolpeerserver3 Probesuccessful查看存储池状态:#glusterpeerstatus Numbe..
分类:其他好文   时间:2016-04-06 19:00:37    阅读次数:225
BootStrap---2.表格和按钮
1.table(基础) 基本表格 2.table-striped(基于table) 斑马线效果 3.table-bordered(基于table) 带边框 4.table-hover(基于table) 悬停实现背景效果 5.状态类(运用于tr) 5-1 .active 5-2 .success 5-
分类:其他好文   时间:2016-03-23 00:31:46    阅读次数:218
杂题 UVAoj 107 The Cat in the Hat
The Cat in the Hat Background (An homage to Theodore Seuss Geisel) The Cat in the Hat is a nasty creature, But the striped hat he is wearing has a rat
分类:其他好文   时间:2016-03-07 11:52:03    阅读次数:195
bootstrap-6
表格:bootstrap为表格提供了1种基础样式和4种附加样式以及一个支持响应式的表格。主要包括: .table:基础表格 .table-striped:斑马线表格 .table-bordered:带边框的表格 .table-hover:鼠标悬停高亮的表格 .table-condensed...
分类:其他好文   时间:2015-12-07 17:54:49    阅读次数:135
Bootstrap学习------Tabel
Bootstrap的表格和Html表格大同小异,只是封装了一些css供我们使用标签必须引用class="table"基类样式,我们可以根据需求赛选需要的样式其中主要的几个样式(1) table-hover 鼠标悬停在当前行时有特效(2) table-striped 表格呈现斑马线效果(3) tab....
分类:其他好文   时间:2015-11-24 16:07:57    阅读次数:152
EasyUI Datagrid 鼠标悬停显示单元格内容
第一种方式:1.js 定义函数 2、调用函数Item ID第二种方式:$('#dg').datagrid({ fitColumns: true, nowrap: true, striped: true, r...
分类:其他好文   时间:2015-11-19 11:08:53    阅读次数:254
Bootstrap表格
一、Bootstrap表格简介: 表格是Bootstrap的一个基础组件之一,Bootstrap为表格提供了1种基础样式和4种附加样式以及1个支持响应式的表格。 ? .table:基础表格 ? .table-striped:斑马线表格 ? .table-bordere...
分类:其他好文   时间:2015-11-02 22:49:10    阅读次数:1299
ural 1289. One Way Ticket
1289. One Way TicketTime limit: 1.0 secondMemory limit: 64 MBA crowed of volunteers dressed in the star striped overalls have filled the starport. The...
分类:其他好文   时间:2015-10-26 22:18:07    阅读次数:271
78条   上一页 1 ... 4 5 6 7 8 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!