摘要:
一,响应式列重置 .clearfix .col-xs-6 .col-sm-3 .col-xs-6 .col-sm-3 .col-xs-6 .col-sm-3 .col-xs-6 .col-sm-3二,列偏移、使用.col-md-offset-*此类可以将列向右偏移。 .col-md... 阅读全文
摘要:
一,栅格系统大致有以下:1,行row必须包含在.container(固定宽度)或.container-fluid(100% 宽度)中,一行有12列2.“列(column)”在水平方向创建一组列col,只有列能作为行的直接子元素.row .col-xs-4 通过列设置padding属性,通过为.ro... 阅读全文
摘要:
一,头部基本格式: 标题 ........ = 1.9.1-->二,排版与链接样式基本的全局样式:background-color:#fff;@font-family-base@font-size-basea变量的基本样式:@line-height-base@li... 阅读全文
摘要:
例子:1 .error{background-color:red;}2 3 .warning{background-color:yellow;}View Code 1 2 {{messageText}} 3 展示error 4 展示warning 5 6 7 func... 阅读全文