• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
 






谭朝中

 
 

Powered by 博客园
博客园 | 首页 | 新随笔 | 联系 | 订阅 订阅 | 管理

2017年6月26日

background-image
摘要: background-image:<bg-image> [ , <bg-image> ]* <bg-image> = none | <url> | <linear-gradient> | <radial-gradient> | <repeating-linear-gradient> | <repea 阅读全文
posted @ 2017-06-26 01:01 谭朝中 阅读(134) 评论(0) 推荐(0)
 
overflow
摘要: 适用于:非置换块元素和非置换内联块元素 继承性:无 visible:不剪切内容。 hidden:将超出对象宽度的内容进行裁剪,将不出现滚动条。 scroll:将超出对象宽度的内容进行裁剪,并以滚动条的方式显示超出的内容 auto:在需要时剪切内容并添加滚动条,此为body对象和textarea的默认 阅读全文
posted @ 2017-06-26 00:59 谭朝中 阅读(170) 评论(0) 推荐(0)
 
进度条
摘要: 进度条组件使用了 CSS3 的 transition 和 animation 属性来完成一些特效。这些特性在 Internet Explorer 9 或以下版本中、Firefox 的老版本中没有被支持。Opera 12 不支持 animation 属性。<div class="progress"> 阅读全文
posted @ 2017-06-26 00:52 谭朝中 阅读(108) 评论(0) 推荐(0)
 
下拉菜单
摘要: 将下拉菜单触发器和下拉菜单都包裹在 .dropdown 里,或者另一个声明了 position: relative; 的元素。然后加入组成菜单的 HTML 代码。<div class="dropdown"> <button class="btn btn-default dropdown-toggle 阅读全文
posted @ 2017-06-26 00:51 谭朝中 阅读(77) 评论(0) 推荐(0)
 

2017年6月23日

媒体对象
摘要: <div class="media"> <div class="media-left"> <a href="#"> <img class="media-object" src="..." alt="..."> </a> </div> <div class="media-body"> <h4 clas 阅读全文
posted @ 2017-06-23 02:40 谭朝中 阅读(90) 评论(0) 推荐(0)
 
按钮
摘要: <a class="btn btn-default" href="#" role="button">Link</a> <button class="btn btn-default" type="submit">Button</button> <input class="btn btn-default 阅读全文
posted @ 2017-06-23 02:39 谭朝中 阅读(106) 评论(0) 推荐(0)
 
less
摘要: less相关消息 什么是Less;LESSCSS是一种动态样式语言,属于CSS预处理语言的一种,(动态层叠样式表语言)它使用类似CSS的语法,为CSS的赋予了动态语言的特性, 如变量、继承、运算、函数等,更方便CSS的编写和维护。 Less出现的原因: Less出现时间:Less 于 2009 年创 阅读全文
posted @ 2017-06-23 02:34 谭朝中 阅读(107) 评论(0) 推荐(0)
 
进度条
摘要: 默认样式的进度条 <div class="progress"> <div class="progress-bar" role="progressbar" aria-valuenow="60" aria-valuemin="0" aria-valuemax="100" style="width: 60 阅读全文
posted @ 2017-06-23 02:31 谭朝中 阅读(101) 评论(0) 推荐(0)
 
下拉菜单
摘要: <div class="dropdown"> <button class="btn btn-default dropdown-toggle" type="button" id="dropdownMenu1" data-toggle="dropdown" aria-expanded="true"> D 阅读全文
posted @ 2017-06-23 02:27 谭朝中 阅读(140) 评论(0) 推荐(0)
 
栅格系统
摘要: 栅格系统用于通过一系列的行(row)与列(column)的组合来创建页面布局,你的内容就可以放入这些创建好的布局中。下面就介绍一下 Bootstrap 栅格系统的工作原理: “行(row)”必须包含在 .container (固定宽度)或 .container-fluid (100% 宽度)中,以便 阅读全文
posted @ 2017-06-23 02:22 谭朝中 阅读(247) 评论(0) 推荐(0)
 
下一页