弹出框3要素modal-headermodal-bodymodal-footer点我弹出 × Close ... Read More
posted @ 2015-09-12 22:53 tinyphp Views(437) Comments(0) Diggs(0)
Tab1 Tab2 tab1内容 tab2内容 指定某个tab打开,可以加jquery:详情:http://v3.b... Read More
posted @ 2015-09-12 22:04 tinyphp Views(446) Comments(0) Diggs(0)
先看一小例子: <!DOCTYPE html> <html lang="zh"> <head> <meta charset="UTF-8"> <title>css响应式</title> <style> body { padding: 0; margin: 0; } .container { widt Read More
posted @ 2015-09-12 20:28 tinyphp Views(223) Comments(0) Diggs(0)
Bootstrap响应式布局可以使用栅格化系统,其实就是不同的列组合,配合起来便能组合出强大的功能,系统会自动分为最多12列,超出12列会作为一个整体另起一行,像制作表格table的合并列,功能跟colspan类似。 使用方法: 1、包含在.container或.container-fluid中 < Read More
posted @ 2015-09-12 20:27 tinyphp Views(1021) Comments(0) Diggs(0)
Bootstrap幻灯片的制作利用到了Carousel插件,包含:左右箭头、图片、点点导航 图片1描述-可选 ... Read More
posted @ 2015-09-12 19:37 tinyphp Views(2872) Comments(0) Diggs(0)
浏览器宽度缩小到一定值时,导航显示为 <nav class="navbar navbar-inverse navbar-fixed-top" role="navigation"> <div class="container"> <!--折叠显示图标--> <div class="navbar-hea Read More
posted @ 2015-09-12 16:00 tinyphp Views(2184) Comments(0) Diggs(0)
Bootstrap Hello, world!收到1、HTML52、meta -viewport3、css4、js Read More
posted @ 2015-09-12 09:53 tinyphp Views(484) Comments(0) Diggs(0)