Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYWAP
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
毕凯
9 years ago
Commit
65a33aaf711df92674ce8e8462c9a8212ad754aa
1 parent
7e3fbd23
雪碧图优化
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
5 deletions
static/gulpfile.js
static/img/sprite.me.png
static/sass/me/_coupons.css
static/sass/me/_fav.css
static/gulpfile.js
View file @
65a33aa
...
...
@@ -43,7 +43,7 @@ gulp.task('default', ['postcss-dev', 'postcss-watch', 'spm-doc']);
function
postcssEnvPlugin
(
env
)
{
var
sprites
=
{
spritesmith
:
{
padding
:
4
padding
:
10
},
groupBy
:
function
(
file
)
{
...
...
static/img/sprite.me.png
View file @
65a33aa
23.3 KB
|
W:
|
H:
17.4 KB
|
W:
|
H:
2-up
Swipe
Onion skin
static/sass/me/_coupons.css
View file @
65a33aa
...
...
@@ -101,7 +101,7 @@
height
:
auto
;
overflow
:
hidden
;
padding
:
20px
0
0
;
font-size
:
48
px
;
font-size
:
32
px
;
text-align
:
center
;
color
:
#444
;
}
...
...
@@ -109,7 +109,7 @@
width
:
73.75%
;
height
:
80px
;
overflow
:
hidden
;
font-size
:
5
6px
;
font-size
:
3
6px
;
line-height
:
80px
;
display
:
block
;
background
:
#444444
;
...
...
static/sass/me/_fav.css
View file @
65a33aa
...
...
@@ -58,8 +58,9 @@
content
:
''
;
display
:
block
;
width
:
188px
;
height
:
177px
;
background
:
url("/me/fav/fav-null.png")
;
height
:
171px
;
background
:
resolve
(
"me/fav/fav-null.png"
);
background-size
:
100%
100%
;
margin
:
0
auto
45px
auto
;
}
}
...
...
Please
register
or
login
to post a comment