File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -163,6 +163,14 @@ ins,
163
163
a {
164
164
text-decoration : none;
165
165
}
166
+ /**
167
+ * 通用栅格生成器makeGrid
168
+ * 视觉规范地址:http://demo.alibaba-inc.com/categories/2075/projects/7370/vds/56075
169
+ * @grid-column-width:11rem;//列宽 单位rem
170
+ * @grid-gutter-width:2rem;//槽宽
171
+ * @grid-offset:3rem;//body 2边间距 视觉稿上的列边距
172
+ * @grid-name:grid; 一般为[grid/grid-thin/grid-fat] grid命名 可选视觉规范上的三种
173
+ */
166
174
/**
167
175
* 生成通用栅格(meduim)一般适用于产品首页
168
176
* @grid-column-width:11rem;//列宽 单位rem
224
232
.grid .col-12 {
225
233
width : 15.400000000000002rem ;
226
234
}
227
- /**
228
- * 通用栅格生成器makeGrid
229
- * 视觉规范地址:http://demo.alibaba-inc.com/categories/2075/projects/7370/vds/56075
230
- * @grid-column-width:11rem;//列宽 单位rem
231
- * @grid-gutter-width:2rem;//槽宽
232
- * @grid-offset:3rem;//body 2边间距 视觉稿上的列边距
233
- * @grid-name:grid; 一般为[grid/grid-thin/grid-fat] grid命名 可选视觉规范上的三种
234
- */
235
235
/**
236
236
* 生成通用栅格(thin)一般适用于产品列表模块
237
237
* @grid-column-width:9rem;//列宽 单位rem
You can’t perform that action at this time.
0 commit comments