Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-frontend
·
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
Plain Diff
Browse Files
Authored by
2586703@qq.com
10 years ago
Commit
0741d79f5e22de39421ed346e8ad76d9e6ae6006
2 parents
bf6fe9cc
addd1752
Merge branch 'feature/h5detail' of
http://git.dev.yoho.cn/web/yohobuy-frontend
into feature/h5detail
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
28 additions
and
0 deletions
mobile/public/img/clothe-type-sd8fa28a215.png
mobile/public/img/detail_bag_icon@3x.png → mobile/public/img/clothe-type/bag.png
mobile/public/img/detail_cloth_icon@3x.png → mobile/public/img/clothe-type/cloth.png
mobile/public/img/detail_dress_icon@3x.png → mobile/public/img/clothe-type/dress.png
mobile/public/img/detail_headset_icon@3x.png → mobile/public/img/clothe-type/headset.png
mobile/public/img/detail_lamp_icon@3x.png → mobile/public/img/clothe-type/lamp.png
mobile/public/img/detail_pent_icon@3x.png → mobile/public/img/clothe-type/pent.png
mobile/public/img/detail_shoe_icon@3x.png → mobile/public/img/clothe-type/shoe.png
mobile/public/img/detail_watch_icon@3x.png → mobile/public/img/clothe-type/watch.png
mobile/public/sass/_article-type-three.scss
mobile/public/img/clothe-type-sd8fa28a215.png
0 → 100644
View file @
0741d79
5.09 KB
mobile/public/img/
detail_bag_icon@3x
.png → mobile/public/img/
clothe-type/bag
.png
View file @
0741d79
4.09 KB
mobile/public/img/
detail_cloth_icon@3x
.png → mobile/public/img/
clothe-type/cloth
.png
View file @
0741d79
4.12 KB
mobile/public/img/
detail_dress_icon@3x
.png → mobile/public/img/
clothe-type/dress
.png
View file @
0741d79
4.42 KB
mobile/public/img/
detail_headset_icon@3x
.png → mobile/public/img/
clothe-type/headset
.png
View file @
0741d79
4.2 KB
mobile/public/img/
detail_lamp_icon@3x
.png → mobile/public/img/
clothe-type/lamp
.png
View file @
0741d79
3.92 KB
mobile/public/img/
detail_pent_icon@3x
.png → mobile/public/img/
clothe-type/pent
.png
View file @
0741d79
4.29 KB
mobile/public/img/
detail_shoe_icon@3x
.png → mobile/public/img/
clothe-type/shoe
.png
View file @
0741d79
3.92 KB
mobile/public/img/
detail_watch_icon@3x
.png → mobile/public/img/
clothe-type/watch
.png
View file @
0741d79
4.29 KB
mobile/public/sass/_article-type-three.scss
View file @
0741d79
@import
"clothe-type/*.png"
;
$pxConvertRem
:
40
;
.article-type-three
{
...
...
@@ -63,5 +64,32 @@ $pxConvertRem : 40;
}
}
.clothe-type
{
background
:
url('../img/clothe-type-sd8fa28a215.png')
no-repeat
;
&
.bag
{
background-position
:
0
0
;
}
&
.cloth
{
background-position
:
0
-47px
;
}
&
.dress
{
background-position
:
0
-94px
;
}
&
.headset
{
background-position
:
0
-141px
;
}
&
.lamp
{
background-position
:
0
-188px
;
}
&
.pent
{
background-position
:
0
-233px
;
}
&
.shoe
{
background-position
:
0
-280px
;
}
&
.watch
{
background-position
:
0
-327px
;
}
}
}
\ No newline at end of file
...
...
Please
register
or
login
to post a comment