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
ccbikai
9 years ago
Commit
fff57cc7553ea0e133d7443d9dd339becab79699
1 parent
0072898a
侧边栏图片与之前大小不一致 修复
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
static/sass/home/_side-nav.scss
yohobuy/m.yohobuy.com/application/models/Index/Side.php
static/sass/home/_side-nav.scss
View file @
fff57cc
...
...
@@ -30,11 +30,11 @@
.nav-icon
,
.nav-img
{
position
:
absolute
;
width
:
60rem
/
$pxConvertRem
;
height
:
60rem
/
$pxConvertRem
;
width
:
48rem
/
$pxConvertRem
;
height
:
48rem
/
$pxConvertRem
;
top
:
50%
;
margin-top
:
-30rem
/
$pxConvertRem
;
left
:
24rem
/
$pxConvertRem
;
margin-top
:
-24rem
/
$pxConvertRem
;
left
:
30rem
/
$pxConvertRem
;
}
.enter-subnav
{
...
...
yohobuy/m.yohobuy.com/application/models/Index/Side.php
View file @
fff57cc
...
...
@@ -48,7 +48,7 @@ class SideModel
$result
[
$key
][
'textEn'
]
=
$value
[
'sort_name_en'
];
$result
[
$key
][
'styleClass'
]
=
strtolower
(
$value
[
'sort_name_en'
]);
$result
[
$key
][
'url'
]
=
Helpers
::
getFilterUrl
(
$value
[
'sort_url'
]);
$result
[
$key
][
'img'
]
=
Helpers
::
getImageUrl
(
$value
[
'sort_ico'
],
60
,
60
);
$result
[
$key
][
'img'
]
=
Helpers
::
getImageUrl
(
$value
[
'sort_ico'
],
60
,
60
,
1
);
}
}
...
...
Please
register
or
login
to post a comment