Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
2
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
毕凯
9 years ago
Commit
6a3e0594136c255bc235abde380fffc01cf5da18
1 parent
0d73c05e
css 优化
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
static/gulpfile.js
static/sass/me/_ihelp.css
static/gulpfile.js
View file @
6a3e059
...
...
@@ -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%'
]
}),
...
...
static/sass/me/_ihelp.css
View file @
6a3e059
...
...
@@ -13,7 +13,7 @@
height
:
80px
;
line-height
:
84px
;
overflow
:
hidden
;
font-size
:
36
px
;
font-size
:
28
px
;
border-bottom
:
1px
solid
#e0e0e0
;
float
:
right
;
color
:
#444444
;
...
...
Please
register
or
login
to post a comment