码迷,mamicode.com
首页 >  
搜索关键字:responsive breakpoin    ( 347个结果
吴裕雄 Bootstrap 前端框架开发——Bootstrap 图片:图片响应式 (将很好地扩展到父元素)
菜鸟教程(runoob.com) 图片 .img-responsive类让图片支持响应式,将很好地扩展到父元素 (通过改变窗口大小查看效果): ... ...
分类:其他好文   时间:2019-05-19 14:24:44    阅读次数:114
bootstrap学习(四)表格
基础样式: 自适应沾满浏览器 带条纹: 带边框: 鼠标悬停:table-hover 表格行样式: 响应式表格: 响应式表格需要将table放到div内 且div样式设置为table-responsive即可 ...
分类:其他好文   时间:2019-05-04 18:45:20    阅读次数:165
bootstrap 3 之 表格(table的各种样式)
1、table-striped:斑马线表格 2、table-bordered:带边框的表格 3、table-hover:鼠标悬停高亮的表格 4、table-condensed:紧凑型表格(单元格的内距由8px调至5px。) 5、table-responsive:响应式表格(当你的浏览器可视区域小于7 ...
分类:其他好文   时间:2019-04-13 13:49:14    阅读次数:180
Bootstrap3基础 table-responsive 响应式表格
  |内容|参数| | | | |  OS|  Windows 10 x64| |  browser|  Firefox 65.0.2| |  framework  |& ...
分类:其他好文   时间:2019-03-17 10:35:19    阅读次数:157
Bootstrap3基础 img-responsive 响应式图片
  |内容|参数| | | | |  OS|  Windows 10 x64| |  browser|  Firefox 65.0.2| |  framework  |& ...
分类:其他好文   时间:2019-03-17 10:30:08    阅读次数:142
使用 `:root` 選擇器來設定彈性的字體大小
在響應式版面(responsive layout)中,字體大小通常需要根據不同的 Viewport (畫面大小) 進行調整。你可以根據 `:root` 所定義的 Viewport 高度與寬度來調整字體大小:```css:root { font-size: calc(1vw + 1vh + 0.5vm ...
分类:其他好文   时间:2019-03-13 12:33:32    阅读次数:127
媒体查询
> [responsive design - On desktop PC, mobile css loads first, then it switches to the desktop version - Stack Overflow](https://stackoverflow.com/ques... ...
分类:其他好文   时间:2019-01-27 22:03:00    阅读次数:179
bootstrap 菜单
1.bootstrap图片img-responsive声明响应式图片2.bootstrap字体图标通过字体代替图标,font文件夹需要和css文件夹在同一目录3.bootst导航条(1)navbar声明导航条(2)navbar-default声明默认的导航条样式(3)navbar-inverse声明反白的导航条样式(4)navbar-static-top去掉导航条的圆角(5)navbar-fixe
分类:其他好文   时间:2019-01-15 20:32:12    阅读次数:175
媒体查询
> [responsive design - On desktop PC, mobile css loads first, then it switches to the desktop version - Stack Overflow](https://stackoverflow.com/ques... ...
分类:其他好文   时间:2019-01-03 00:39:52    阅读次数:221
[BootStrap学习随笔] 图片 辅助类
图片 响应式图片 在 Bootstrap 版本 3 中,通过为图片添加 .img-responsive 类可以让图片支持响应式布局。其实质是为图片设置了 max-width: 100%;、 height: auto; 和 display: block; 属性,从而让图片在其父元素中更好的缩放。 如果 ...
分类:其他好文   时间:2018-12-13 19:14:15    阅读次数:166
347条   上一页 1 2 3 4 5 6 ... 35 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!