Authored by 毕凯

css 优化

@@ -2,6 +2,7 @@ @@ -2,6 +2,7 @@
2 * GULP-FILE 2 * GULP-FILE
3 * author: xuqi(qi.xu@yoho.cn) 3 * author: xuqi(qi.xu@yoho.cn)
4 * date: 2015/9/30 4 * date: 2015/9/30
  5 + * 根据 PC 版修改为 H5 版, 毕凯
5 */ 6 */
6 7
7 var gulp = require('gulp'), 8 var gulp = require('gulp'),
@@ -107,7 +108,6 @@ function postcssEnvPlugin(env) { @@ -107,7 +108,6 @@ function postcssEnvPlugin(env) {
107 propWhiteList: [] // 属性名称为空,表示替换所有属性的值 108 propWhiteList: [] // 属性名称为空,表示替换所有属性的值
108 }), 109 }),
109 require('autoprefixer')({ 110 require('autoprefixer')({
110 - add: true,  
111 browsers: ['> 1%'] 111 browsers: ['> 1%']
112 }), 112 }),
113 113
@@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@
13 height: 80px; 13 height: 80px;
14 line-height: 84px; 14 line-height: 84px;
15 overflow: hidden; 15 overflow: hidden;
16 - font-size: 36px; 16 + font-size: 28px;
17 border-bottom: 1px solid #e0e0e0; 17 border-bottom: 1px solid #e0e0e0;
18 float: right; 18 float: right;
19 color: #444444; 19 color: #444444;