1、简介 1. HTML5 UI framework; 2. 专门用于RWD( responsive web design响应式网站)和app应用; 3. 适用所有移动设备,平板,桌面设备 4. 依赖jQuery 2、资源 "官网" "菜鸟教程" 3、page single 基本结构如下: 3.1 ...
分类:
Web程序 时间:
2017-12-07 15:06:00
阅读次数:
288
container 实现内容居中对齐jumbotron 超大屏幕 可以增加标题的大小responsive 响应式 center-block 图像居中col-md-offset-X 向左移lead 文本更大更粗、行高更高 表格 table 表格table-striped 条纹 隔行变色table-bo ...
分类:
其他好文 时间:
2017-11-17 11:51:57
阅读次数:
134
TroubleshootthedaemonYoucanenabledebuggingonthedaemontolearnabouttheruntimeactivityofthedaemonandtoaidintroubleshooting.Ifthedaemoniscompletelynon-responsive,youcanalsoforceafullstacktraceofallthreadstobeaddedtothedaemonlogbysendingtheSIGUSRsignaltotheDocke..
分类:
其他好文 时间:
2017-10-26 22:53:13
阅读次数:
291
html 代码: css 代码: Desktop端: 1 ul{ 2 list-style:none; 3 padding:0; 4 } 5 ul.nav{ 6 width:100%; 7 background:#000; 8 height: 40px; 9 } 10 li{ 11 display: ...
分类:
其他好文 时间:
2017-10-26 11:41:58
阅读次数:
145
1、排版前的基础 (1)移动设备优先 <meta name="viewport" content="width=device-width, initial-scale=1"> (2)响应式图片 CSS:img-responsive demo.html: <!DOCTYPE html><html la ...
分类:
其他好文 时间:
2017-10-15 19:37:03
阅读次数:
196
1.Bootstrap的基本了解: Bootstrap,来自 Twitter,是目前最受欢迎的前端框架。Bootstrap 是基于 HTML、CSS、JAVASCRIPT 的,它简洁灵活,使得 Web 开发更加快捷。——引用自360百科 Bootstrap将通过调整HTML元素大小来确定屏幕的宽度和 ...
分类:
其他好文 时间:
2017-09-24 10:41:51
阅读次数:
200
A. Responsive_Navigation_Patterns(响应式导航模式) https://developer.mozilla.org/zh-CN/Apps/Design/Responsive_Navigation_Patterns Top toggle menu Pros(优势): on ...
分类:
其他好文 时间:
2017-09-13 23:17:04
阅读次数:
245
// 点击打印的图标 <div class="dcsc"><img src="${rootUrl }images/pdf-icon.png" id="file_pdf_kong" class="center-block img-responsive" title="下载PDF"></div> // ...
分类:
Web程序 时间:
2017-09-03 12:22:29
阅读次数:
573
<div class="img-div"> <a href="javascript:void(0);"><img class="img-responsive" src="{{$v.OutURL}}"></a> </div> <script src="/assets/js/jquery.min.js" ...
分类:
Web程序 时间:
2017-08-29 12:47:55
阅读次数:
184
第一篇://www.w3cplus.com/responsive/responsive-images-101-definitions.html 第二篇://www.w3cplus.com/responsive/responsive-images-101-part-2-img-required.htm ...
分类:
Web程序 时间:
2017-07-29 10:21:14
阅读次数:
232