码迷,mamicode.com
首页 >  
搜索关键字:responsive breakpoin    ( 347个结果
jquerymobile
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
bootstrap 笔记用法
container 实现内容居中对齐jumbotron 超大屏幕 可以增加标题的大小responsive 响应式 center-block 图像居中col-md-offset-X 向左移lead 文本更大更粗、行高更高 表格 table 表格table-striped 条纹 隔行变色table-bo ...
分类:其他好文   时间:2017-11-17 11:51:57    阅读次数:134
Docker Where are the Docker daemon logs?
TroubleshootthedaemonYoucanenabledebuggingonthedaemontolearnabouttheruntimeactivityofthedaemonandtoaidintroubleshooting.Ifthedaemoniscompletelynon-responsive,youcanalsoforceafullstacktraceofallthreadstobeaddedtothedaemonlogbysendingtheSIGUSRsignaltotheDocke..
分类:其他好文   时间:2017-10-26 22:53:13    阅读次数:291
responsive-navigator
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
Bootstrap文本排版基础--Bootsrap
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
FCC学习记录(二)—— Responsive Design with Bootsstrap
1.Bootstrap的基本了解: Bootstrap,来自 Twitter,是目前最受欢迎的前端框架。Bootstrap 是基于 HTML、CSS、JAVASCRIPT 的,它简洁灵活,使得 Web 开发更加快捷。——引用自360百科 Bootstrap将通过调整HTML元素大小来确定屏幕的宽度和 ...
分类:其他好文   时间:2017-09-24 10:41:51    阅读次数:200
每日阅读记录 - 20170913
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
js实现pdf对页面的打印
// 点击打印的图标 <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
jquery复制图片
<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
#Responsive# 响应式图片//www.w3cplus.com/blog/tags/509.html 整个系列完结。
第一篇://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
347条   上一页 1 ... 6 7 8 9 10 ... 35 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!