摘要:
https://datatables.net/examples/styling/bootstrap.html http://datatables.club/example/#styling http://blog.csdn.net/hefangju/article/details/50333609' 阅读全文
随笔分类 - web---JavaScript---bootstrap
bootstrap datetimepicker时间日期控件
2016-05-05 18:24 by youxin, 6865 阅读, 收藏, 编辑
摘要:
github地址:https://github.com/smalot/bootstrap-datetimepicker Both Date and Time picker widget based on twitter bootstrap (supports Bootstrap v2 and v3) 阅读全文
bootstrap 3.x笔记
2014-09-12 23:00 by youxin, 414 阅读, 收藏, 编辑
摘要:
布局容器Bootstrap 需要为页面内容和栅格系统包裹一个.container容器。我们提供了两个作此用处的类。注意,由于padding等属性的原因,这两种 容器类不能互相嵌套。.container类用于固定宽度并支持响应式布局的容器。Copy ....container-fluid类用于 10... 阅读全文
twitter bootstrap 2.x 3.x区别
2014-09-12 19:33 by youxin, 396 阅读, 收藏, 编辑
摘要:
栅格系统 (Grid system)说个我认为比较重要的,相对于RC 1中的3层,现在有4层了We now have .col-xs (phones), .col-sm (tablets), .col-md (desktops), and .col-lg (large desktops).col-x... 阅读全文
bootstrap 更改container 的width
2013-09-22 22:09 by youxin, 2209 阅读, 收藏, 编辑
摘要:
参考:http://stackoverflow.com/questions/15884102/bootstrap-how-do-i-change-the-width-of-the-container怎么更改contianer 的width?这样.container{ width:xxx;}就可以了吗?错。that will break everything, since eachspanclass has a fixed width which is calculated in relation to thecontainerwidth.所有我们必须重新计算span1-span12的width 阅读全文
bootstrap 导航栏
2013-09-22 20:53 by youxin, 725 阅读, 收藏, 编辑
摘要:
非常好的一篇文章:http://webdesigntutsplus.s3.amazonaws.com/tuts/312_bs/My-Bootstrap-Site-NAVBAR/navbar-examples.html特别注意的是Static Navbar Full-Width:Notes & CodeTo make a navbar that's positioned static within a page, yet still full-width:Remove class "navbar-fixed-top" from div class " 阅读全文
转:Bootstrap研究 精巧的网格布局系统
2013-07-24 12:17 by youxin, 1651 阅读, 收藏, 编辑
摘要:
本网格布局系统属于Scaffolding(框架,布局)部分。在Scaffolding里面有(固定)网格布局(Grid System)和流式网格布局(Fluid Grid System)。本文讨论第一种固定网格布局。Bootstrap采用的是12列布局格式,即在页面一行之内最多可以布置12列。当然我们通常不会那么变态。我们通常是使用2列,或者3列,最多不会超过4列。那么具体怎么设置这些列呢?ok,慢慢说来。Bootstrap中规定页面的总的宽度为940px,这个跟其他的CSS框架不太一样(其他有的是960px(960grid等),有点是950px(blueprint等))。这个940px是在一个 阅读全文
bootstrap base css 基本css
2013-07-24 07:50 by youxin, 548 阅读, 收藏, 编辑
摘要:
HeadingsAll HTML headings,throughare available.h1. Heading 1h2. Heading 2h3. Heading 3h4. Heading 4h5. Heading 5h6. Heading 6Body copyBootstrap's global defaultfont-sizeis14px, with aline-heightof20px. This is applied to theand all paragraphs. In addition,(paragraphs) receive a bottom margin of 阅读全文
bootstrap scaffold框架
2013-07-24 04:28 by youxin, 766 阅读, 收藏, 编辑
摘要:
这是一段典型的htmltypical HTML file: Bootstrap 101 Template Hello, world! To make thisa Bootstrapped template, just include the appropriate CSS and JS files: Bootstrap 101 Template Hello, world! And you're set!With those two files added, you can begin t... 阅读全文
bootstrap居中
2013-05-23 18:47 by youxin, 851 阅读, 收藏, 编辑
摘要:
自己在body下加个div,css写成margin:0 auto;width即可。问题:基础布局一般用Bootstrap都是向下面那样吧。 ....如果我想在一个span12里,居中,请问大家是用什么方法的?我之前一直用着个不太好的方法,如: 但是必须根据文本的长度来不停调节offset1,offset2....这样。而且好像不是完全居中。请问有什么更方便的方法吗?好像margin:0 auto;用不了哦。这里有一个居中的实列http://twitter.github.com/bootstrap/examples/marketing-narrow.html参考这个 阅读全文
Bootstrap介绍
2013-04-12 16:02 by youxin, 735 阅读, 收藏, 编辑
摘要:
bootstrap是一个html,css,javascript library。适用于任何场景,适用于每一个人需要理由来爱上Bootstrap么?那就请接着向下看。由匠人建,为匠人用和您一样,我们乐于创造出色的web应用,于是想帮助更多象我们一样的匠人更为高效快捷地构建产品。Bootstrap因此而生。适应各种技术水平Bootstrap适应不同技术水平的从业者,无论是设计师还是程序员,大牛还是菜鸟。既能用来开发简单的小东西,也能构造更为复杂的应用。跨设备,跨浏览器最初设想中的Bootstrap只支持现代浏览器,不过新版本已经能支持所有主流浏览器(甚至包括IE7)。从Bootstrap 2开始, 阅读全文