Authored by 毕凯

css 优化

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