Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuxun.jb committed Oct 31, 2014
1 parent 19586cf commit 03cf145
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions build/flexible.debug.css
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,14 @@ ins,
a {
text-decoration: none;
}
/**
* 通用栅格生成器makeGrid
* 视觉规范地址:http://demo.alibaba-inc.com/categories/2075/projects/7370/vds/56075
* @grid-column-width:11rem;//列宽 单位rem
* @grid-gutter-width:2rem;//槽宽
* @grid-offset:3rem;//body 2边间距 视觉稿上的列边距
* @grid-name:grid; 一般为[grid/grid-thin/grid-fat] grid命名 可选视觉规范上的三种
*/
/**
* 生成通用栅格(meduim)一般适用于产品首页
* @grid-column-width:11rem;//列宽 单位rem
Expand Down Expand Up @@ -224,14 +232,6 @@ a {
.grid .col-12 {
width: 15.400000000000002rem;
}
/**
* 通用栅格生成器makeGrid
* 视觉规范地址:http://demo.alibaba-inc.com/categories/2075/projects/7370/vds/56075
* @grid-column-width:11rem;//列宽 单位rem
* @grid-gutter-width:2rem;//槽宽
* @grid-offset:3rem;//body 2边间距 视觉稿上的列边距
* @grid-name:grid; 一般为[grid/grid-thin/grid-fat] grid命名 可选视觉规范上的三种
*/
/**
* 生成通用栅格(thin)一般适用于产品列表模块
* @grid-column-width:9rem;//列宽 单位rem
Expand Down

0 comments on commit 03cf145

Please sign in to comment.