From bf56fce203dec5f5f81b163ae854937ba101aaa8 Mon Sep 17 00:00:00 2001 From: "zhuxun.jb" Date: Mon, 24 Nov 2014 11:52:34 +0800 Subject: [PATCH] =?UTF-8?q?iOS=203=E5=80=8Dretina=E7=9A=84=E6=96=B9?= =?UTF-8?q?=E6=A1=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 +++--- build/flexible.debug.css | 16 ++++++++-------- build/package.json | 2 +- package.json | 2 +- 4 files changed, 13 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index f18b117..8c28d42 100755 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ ## 最新版本 -**0.3.0** +**0.2.3** ## 安装依赖 @@ -105,8 +105,8 @@ 只需要在引入`flexible.js`之前,输出meta标签即可,例如: - - + + ### 强制设置rem单位的方法 diff --git a/build/flexible.debug.css b/build/flexible.debug.css index cd688e7..7823c40 100644 --- a/build/flexible.debug.css +++ b/build/flexible.debug.css @@ -163,14 +163,6 @@ 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 @@ -232,6 +224,14 @@ 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 diff --git a/build/package.json b/build/package.json index ba49046..745b713 100644 --- a/build/package.json +++ b/build/package.json @@ -1,7 +1,7 @@ { "name": "lib.flexible", "description": "移动端自适应方案", - "version": "0.3.0", + "version": "0.2.3", "homepage": "http://gitlab.alibaba-inc.com/mtb/lib-flexible", "author": [ { diff --git a/package.json b/package.json index ba49046..745b713 100755 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "lib.flexible", "description": "移动端自适应方案", - "version": "0.3.0", + "version": "0.2.3", "homepage": "http://gitlab.alibaba-inc.com/mtb/lib-flexible", "author": [ {